An AI hallucination is a confident, fluent-sounding response from a language model that is factually wrong or entirely made up, rather than an honest admission that it doesn't know.
What is an AI hallucination?
A hallucination happens when an AI model generates information that sounds plausible and is stated with confidence, but is factually incorrect, fabricated, or unsupported by any real source. This can range from a wrong date or statistic to an entirely invented citation, quote, or event.
Why do LLMs hallucinate?
Language models generate text by predicting the most statistically likely next word, not by looking up verified facts in a database. When a model doesn't have reliable information about a topic, it will still produce fluent-sounding text, because generating plausible language is what it was trained to do, whether or not that language is true.
How hallucinations are reduced
Retrieval-augmented generation reduces hallucination by giving a model real source documents to reference instead of relying purely on memorized patterns. Fine-tuning a model to say "I don't know" when it's uncertain, and having systems cite sources so claims can be checked, are other common mitigations. No current technique eliminates hallucination entirely.
Why hallucination matters
Hallucination is one of the central trust problems in deploying AI systems, especially in fields like medicine, law, and journalism where a confidently wrong answer can cause real harm. It's also why most serious AI products now show sources or confidence signals rather than presenting model output as unquestionable fact.