Skip to content

Why AI cannot stop hallucinating, according to the people who build it

AI hallucinates because the way models are trained and scored rewards guessing over admitting uncertainty. That is not a critic's claim; it is the conclusion of OpenAI's own September 2025 research paper, which argues the incentive holds even with perfect data and unlimited compute. A model that says "I don't know" scores zero on the benchmarks; a model that guesses sometimes scores. Multiply by millions of questions and confident wrongness wins the scoreboard. Once you see hallucination as structural rather than a passing bug, the right way to work with AI follows directly.

Updated

Warm illustration of a scoreboard with a confident tall bar overshadowing a small honest one, while a teal thread lifts the small bar toward an open source book

Waiting for the version that stops making things up

There is a quiet assumption behind a lot of AI use: the next model will fix it. The hallucinations are teething problems, the reasoning goes, and one more upgrade will make the checking unnecessary.

OpenAI's researchers published the strongest argument against that hope, about their own technology. In "Why Language Models Hallucinate" (Kalai, Nachum, Vempala, and Zhang, September 2025), they argue mathematically that hallucination is a predictable consequence of how models are trained and evaluated, not a defect awaiting a patch. The paper's example is disarmingly simple: guess a date and you have a 1-in-365 chance of a point; say "I don't know" and you are guaranteed zero. Every benchmark built that way teaches every model the same lesson.

The scoreboard problem, in plain language

Models are compared on accuracy leaderboards, and most leaderboards give no credit for honest uncertainty. Between two models, one careful and one confident, the confident guesser posts better numbers even when the careful one is more truthful, because its lucky guesses count and its wrong ones cost no more than an abstention would.

Training follows the scoreboard, so the incentive soaks into the models themselves. The authors' point is that this survives perfect data and infinite compute: as long as the test rewards a guess over a gap, the gap will be filled. It is the same reason a student bluffs on an exam that has no penalty for wrong answers. The behavior is rational, given the rules.

What this changes about your defenses

Structural means permanent, and permanent changes the strategy. Waiting is not a defense. Prompting alone is not a defense, because you are asking the model to act against its training. The durable defenses restructure the game instead.

Grounding changes what the model draws from: answers assembled from retrieved sources instead of open-ended recall, which cuts the guessing space sharply. Honest-gap architecture changes the reward: a system designed to say "the sources do not contain this" makes abstention a first-class output instead of a scoreboard penalty. And verification changes who catches the residue: your one-click check at the passage, because even grounded systems retain double-digit error rates on hard queries, as Stanford's benchmark measured at 17% to 33%.

How verifiable is the answer?Every claim opens its exact passageGrounded in your own sourcesWeb citations you check yourselfPlausible text, no sourcesTrust

Why an honest "I don't know" is a feature you should shop for

The paper reframes what a refusal means. In a world where every incentive pushes toward confident guessing, a tool that tells you "your sources are silent on this" is doing something deliberately engineered against the grain, and that engineering is what you are actually paying for in a trustworthy system.

So when you evaluate AI tools, invert the demo instinct. Do not only ask what impressive answers it produces; ask what it does when the honest answer is nothing. Ask a question you know its sources cannot answer, and watch. The tools that improvise have told you how they will behave on the day it matters.

Working calmly with a permanent property

None of this is a reason to avoid AI, any more than the permanence of human error is a reason to avoid colleagues. It is a reason to work with the property instead of hoping past it: ground consequential questions in defined sources, prefer tools where abstention is designed in, and keep the verification habit for what carries your name.

That is the posture Tatsulok is built for: answers only from your documents and curated collections, every claim linked to its exact passage, and "your sources do not contain this" as an engineered, first-class answer. The guessing incentive is real, so we removed the room to guess.

This week's drill, no signup needed: ask your usual AI tool one question from your field whose answer you know is not publicly available. If it answers anyway, you have witnessed the scoreboard problem live, and you now know exactly what the paper is about.

FAQ

Why do language models hallucinate?
OpenAI's September 2025 paper argues it is structural: training and evaluation reward guessing over admitting uncertainty, because benchmarks score a lucky guess above an honest abstention. The incentive persists even with perfect data and unlimited compute.
Will future AI models stop hallucinating?
Not under current evaluation incentives, according to OpenAI's own researchers. Rates can fall with grounding and better calibration, but the paper's argument is that confident guessing is rewarded by the scoreboard itself, so the behavior is a consequence of the rules rather than a bug awaiting a patch.
Does this mean AI is unusable for serious work?
No. It means the defenses must be structural too: grounding in defined sources, systems engineered to say the sources are silent, and passage-level verification of consequential claims. Stanford measured grounded legal tools at 17% to 33% hallucination, far below ungrounded use but not zero.
What did the OpenAI hallucination paper actually prove?
Kalai, Nachum, Vempala, and Zhang formalize hallucination as an expected outcome of standard training and scoring: models that guess outperform models that abstain on benchmarks with no reward for uncertainty, so optimization produces confident falsehoods.
How do I pick an AI tool given hallucination is structural?
Test the failure mode, not the demo: ask a question its sources cannot answer and watch whether it improvises or says so. Prefer tools with grounding, passage-level citations, and honest-gap answers designed in.

Sources

  1. OpenAI: Why language models hallucinate (Kalai, Nachum, Vempala, Zhang, September 2025)
  2. Kalai et al., Why Language Models Hallucinate (arXiv 2509.04664)
  3. Stanford: Hallucination-Free? Assessing the reliability of leading AI legal research tools (study PDF)
  4. Tatsulok guide: when AI says I don't know, it may be working correctly

Related guides