askdumbquestions.ai
ArchiveField NotesResourcesAbout
askdumbquestions.ai
One question · One answer · Every weekday
BRYNBENNETT.DEV
Contact
22 answered  ·  ∞ remaining
June 19, 2026no. 022
Question

Why do LLMs sometimes confidently state things they don't actually know?

Answer

LLMs don't have a built-in sense of what they know versus what they're guessing. During training, a model learns to predict plausible-sounding text, but it doesn't develop a reliable internal signal that flags uncertainty. The result is hallucination — confidently stated facts that are simply wrong.

This happens because the model has no clear boundary between learned knowledge and interpolated guesswork. It fills gaps the same way it fills everything else: by generating the most statistically likely continuation, whether or not that continuation is grounded in real information.

Researchers call this the problem of epistemic blind spots — regions where a model is wrong but doesn't know it. Some approaches to fixing this involve comparing outputs across multiple models or prompts to detect where answers diverge suspiciously, which can surface low-confidence claims that a single model would never flag on its own.

Recent questions

All →
June 18

Can an LLM discover concepts it was never explicitly taught, like the number zero?

  • Jun 17Why do LLMs sometimes give inconsistent answers to the same logical question?
  • Jun 16What does it mean for AI agents to trust each other in a multi-agent system?
  • Jun 15What is model collapse and why should we care about it?
  • Jun 12Why did an AI agent bankrupt its operator just by trying to scan a network?
  • Jun 11What role does explicit memory play in developing Artificial General Intelligence (AGI)?
  • Jun 10Can an AI model be held legally liable for giving a wrong answer?
  • Jun 9What does a harness do for an agent?

Field notes

All →

Longer essays from building AI systems in production.

Nothing yet — first note coming soon.