Why OpenAI's o3 Reasoning Model Hallucinates More Than Its Predecessor
Advanced reasoning ability does not guarantee factual honesty. OpenAI's o3 model hallucinates, or confidently generates false information, on 33% of factual queries, according to the company's own PersonQA evaluations, more than double the 16% hallucination rate of its predecessor o1. This gap exposes a fundamental tension in how modern AI systems are trained: they excel at multi-step logic while remaining dangerously unreliable on basic factual recall.
Why Do Reasoning Models Still Get Facts Wrong?
The problem runs deeper than a training oversight. Hallucination is a mathematical inevitability for current-generation language models, not a bug that a software patch will fix. A 2025 preprint from OpenAI and Georgia Tech researchers found that a model's error rate when generating text must be at least twice as high as its error rate when simply classifying a sentence as true or false. In practical terms, if a model cannot perfectly distinguish truth from falsehood, it cannot avoid fabricating information either.
Reasoning ability and factual honesty are separate skills. A model can be excellent at multi-step logic while remaining overconfident about facts it was never trained on. Researchers call this "strategic guessing." During multi-step reasoning, a model generates a plausible-sounding intermediate fact just to keep its chain of logic moving, instead of stopping to flag uncertainty. The reasoning looks rigorous. The foundation underneath it can still be fabricated.
How Does AI Training Reward Confident Guessing?
The root cause traces back to how AI models are trained and tested. Two separate training stages push models toward confident guessing instead of honest uncertainty:
- Pretraining Stage: Models learn patterns in language, not facts about the world. A freshly pretrained model is essentially "autocomplete on steroids," excellent at grammar and tone but lacking an internal fact-checker.
- Post-Training Incentives: Models are rewarded for answering rather than staying silent. Nine out of ten widely used AI benchmarks score a blank or "I don't know" response exactly the same as a wrong answer, zero points.
- The Perverse Outcome: Models learn that guessing confidently is always the statistically better move. Guess correctly and earn a point; guess incorrectly and lose nothing you would not have lost by staying silent; say "I don't know" and lose the same amount as guessing wrong, for no upside.
This is not a flaw in any single model. It is a structural problem in how the entire industry evaluates AI systems. The way benchmarks are designed trains models to bluff.
What Real-World Damage Has AI Hallucination Caused?
The consequences are no longer theoretical. In 2023, a New York attorney used ChatGPT to research a personal injury case and submitted a legal brief citing several prior court decisions. The presiding federal judge found the brief contained internal citations and quotations that were entirely fabricated. When pressed, the AI even claimed the cases were verifiable in standard legal databases. This case is now a standard reference point in legal technology precisely because it showed, in public and with real consequences, how a hallucination compounds into professional liability.
Legal hallucinations are endemic. A Stanford HAI and RegLab legal study found that general-purpose chatbots hallucinated on 58 to 82 percent of legal queries in 2023-era models, and even specialized retrieval-augmented generation (RAG) based legal tools, which are designed to ground answers in real documents, still hallucinated 17 percent or more of the time. Roughly 790 of 863 known court decisions addressing AI hallucinations in legal filings occurred in 2025 alone, according to the Charlotin litigation database.
Medical and factual queries show similar vulnerability. Hallucination rates remain stubbornly high on open-ended factual recall, legal citation, and medical questions, exactly the areas where being wrong costs the most.
Can Better Benchmarks Fix the Problem?
OpenAI research scientist Adam Kalai proposed a fix that is almost embarrassingly simple: penalize confident wrong answers more than honest uncertainty. Almost none of today's major benchmarks do that yet. The change would require rewriting how the industry scores AI responses, but the technical barrier is low. The adoption barrier is higher.
Enabling live web search cuts hallucination rates by 73 to 86 percent versus answering from memory alone. Gemini 2.0 Flash achieved a 0.7 percent hallucination rate on grounded summarization, the best score recorded as of early 2025, by anchoring its responses to provided documents. The technology to reduce hallucinations exists. The question is whether the industry will prioritize accuracy over the appearance of confidence.
The uncomfortable reality is that honesty and engagement are in tension. A chatbot that frequently says "I don't know" may seem less capable, even though accuracy is becoming far more valuable than sounding confident as AI continues reshaping customer service and professional roles. Until benchmark reform becomes the industry norm, users absorb the risk of every unverified citation, statistic, and case reference an AI hands them.