What are AI hallucinations?
An AI hallucination is when a chatbot confidently states something false or made up while sounding completely believable. It's a side effect of how these models generate text, not a sign that the AI is lying.
Updated September 24, 2026
An AI hallucination is when a chatbot or other generative AI confidently states something that is false, made up or unsupported. The answer usually sounds fluent and believable, which is what makes it risky. Standards bodies such as the US National Institute of Standards and Technology (NIST) also call this "confabulation."
Why it happens
- Models predict, they don't look up. A large language model generates text by predicting what should come next. That usually produces accurate answers, but it can also produce false ones, especially in long answers and specialist topics.
- Guessing gets rewarded. A 2025 paper by OpenAI-affiliated researchers argues that common benchmarks only score answers right or wrong, so saying "I don't know" earns nothing. Like a student on a multiple-choice test, a model scores higher by guessing.
- Imperfect data. IBM also points to flawed or biased training data and to systems tuned to sound plausible rather than to be true.
Real cases
- Fake court cases (2023). In Mata v. Avianca, lawyers in New York filed a brief citing court decisions that ChatGPT had invented. A federal judge fined them $5,000.
- An airline chatbot (2024). Air Canada's website chatbot gave a customer wrong information about a bereavement discount. A Canadian tribunal held the airline responsible for what its chatbot said.
How to reduce it
- Ground the answers. Techniques like RAG make the model look up real documents before answering and cite them.
- Let models say "I don't know." Researchers propose scoring systems that reward admitting uncertainty instead of guessing.
- Keep humans in the loop. Check facts, numbers and citations, especially for legal, medical or financial decisions.
Quick questions
Why does ChatGPT make things up?
Chatbots are trained and scored in ways that reward a confident guess over admitting uncertainty, so when they don't know, they sometimes produce a plausible-sounding answer instead.
Can AI hallucinations be eliminated?
Not fully today. Researchers argue they aren't inevitable, though: a system that declines to answer when unsure could avoid many of them.
Is an AI hallucination the same as lying?
No. There's no intent to deceive. It's a side effect of how models generate text statistically, and the danger comes from people trusting the confident tone.
How can I spot an AI hallucination?
Check any facts, quotes, numbers and especially citations against the original source. Invented references are one of the most common forms.
Sources: Kalai et al. (2025): Why language models hallucinate, NIST AI 600-1: Generative AI Profile, IBM: What are AI hallucinations?, Mata v. Avianca, sanctions opinion (2023)