AI Hallucination
An AI hallucination is when a model states something false or fabricated as if it were fact — a confident answer with no grounding in its training data or the sources it was given. It's a property of how language models generate text, not an occasional bug.
Also known as: hallucination, AI hallucinations, confabulation
A language model generates the most plausible next words, not the most true ones — so when the plausible continuation happens to be wrong, you get a hallucination: a fluent, confident answer that’s simply made up. It isn’t lying (there’s no intent) and it isn’t a rare glitch; it’s the same mechanism that produces correct answers, operating where the model lacks the knowledge to be right.
Because it’s intrinsic to how the models work, you reduce hallucination rather than eliminate it. The main levers are grounding the model in real sources at answer time (retrieval-augmented generation), constraining what it’s asked to do, and checking outputs against the source or another model. Reasoning models help on some tasks by working through steps, but a confident wrong chain is still possible.
For builders, the practical reframe is that hallucination is an evaluation and data-architecture problem, not a prompt-wording one: you measure how often answers are unsupported, then close the gap with grounding and guardrails rather than hoping a cleverer prompt makes the model honest.
Go deeper
From the conversation
-
Why LLMs Are Plausibility Engines, Not Truth Engines | Dan Klein -
Hallucinations Are a Data Architecture Problem | Sudhir Hasbe, Neo4j -
Practical Lessons for GenAI Evals | Chip Huyen & Vivienne Zhang -
Mastering Multi-Agent Systems | MongoDB’s Mikiko Chandrasekhar -
AI's Two Extremes – Foundations & The Frontier | Databricks’ Denny Lee -
Why Enterprises Need a Different Approach to AI Agents | Lyzr’s Siva Surendira -
GenAI Predictions for 2025 | Databricks & Cohere -
The AI Framework Era Is Over: Why Context Is the Moat | Jerry Liu