Business executive contemplating AI hallucinations beside a retro computer with a surreal editorial backdrop.

Will AI Hallucinations Ever Go Away?

Vendors say hallucination rates are falling. Researchers say full elimination is mathematically impossible. Both are right, and the gap between those two statements is where enterprise AI strategies are currently breaking down.

NervNow · AI FundamentalsAnalysis

· AI Fundamentals · Explainer

Will AI Hallucinations
Ever Go Away?

Two of the world’s biggest consulting firms learned this the hard way. The research says the rest of the industry is next.

$67.4BGlobal business cost of hallucinations, 2024
5/45KPMG citations verified accurate, June 2026
33%o3 hallucination rate on PersonQA benchmark, 2025
ImpossibleMathematical verdict on full elimination
Part I

The firms that got caught

Last month, KPMG pulled one of its flagship reports from circulation. The report, titled “Redefining Excellence in the Age of Agentic AI,” had been distributed by the firm’s consulting groups across multiple countries, with local marketing contacts attached. Research outfit GPTZero then conducted a forensic review of its 45 citations. Of those, only five accurately pointed to real sources.

At least 16 were hallucinations. Another 12 were too ambiguous or flawed to determine whether a source existed at all. The errors were not random. Most citations had at least one hallucinated component, typically the title. Many also had fabricated dates or authors.

KPMG — October 2025 report

The report claimed Emirates airline had adopted a mobile chatbot named Sara that could converse directly with passengers and change their flights. Sara is a robot assistant introduced by Emirates in 2023. It is not a chatbot. It cannot alter flight bookings.

The report also described purported agentic AI deployments at UBS, the NHS, Swiss Federal Railways, and Transport for London. UBS said the assertions about its operations were factually incorrect. The other organizations told the Financial Times the descriptions were either inaccurate or misleading.

KPMG removed the report and opened an internal review. Its statement: “We expect all our people to follow our guidelines on the responsible use of AI, including human oversight to validate content and verify independent sources.”

The bitter detail: this was a report about the promise of AI, written with AI, undone by AI.

It was not the first. Deloitte Australia had already agreed to partially refund the Australian government for a $290,000 report containing AI-generated errors. The document, a 237-page independent assurance review of a welfare compliance system, included references to multiple academic papers that did not exist, citations attributed to a real professor at the University of Sydney for work she had never published, and a fabricated quote attributed to an actual federal court judgment. The judge’s name was even misspelled.

Deloitte Australia — July 2025 report

Sydney University researcher Chris Rudge spotted the problem almost immediately after publication. “I instantaneously knew it was either hallucinated by AI or the world’s best kept secret because I’d never heard of the book and it sounded preposterous,” he told the Associated Press.

Deloitte reviewed the report, confirmed some footnotes and references were incorrect, and agreed to refund the government’s final payment installment. A revised version was published with a disclosure noting that Azure OpenAI GPT-4o had been used as part of the technical workstream. Of the 141 sources originally cited, 14 were removed in the revised version.

Deloitte said the substance of the review was retained and the recommendations unchanged. Australian Labor Senator Deborah O’Neill responded: “Deloitte has a human intelligence problem.”

EY withdrew a cybersecurity report on loyalty programs the same month after GPTZero identified fabricated footnotes and hallucinated references following the same pattern. By mid-2026, three of the four largest professional services firms in the world had published reports riddled with AI-generated errors, through the same mechanism, within months of each other.

GPTZero CEO Edward Tian told the Financial Times that error-riddled publications by firms of this stature “poison the well of information,” increasing what he called “the risk of second-hand hallucinations” as their findings get cited across industry publications, fed into AI models, and treated as verified fact.
Part II

Why the architecture makes this inevitable

An AI hallucination works differently from a human error. Understanding the distinction requires a brief look at what these systems actually do, because the mechanism matters for everything that follows.

Every large language model, regardless of provider, operates on a single core principle: given the text that has come before, predict the most statistically probable next piece of text. The model does not retrieve facts from a database. It generates, token by token, the continuation that its training across billions of documents tells it is most likely to follow the input it has been given.

This process is extraordinarily good at producing fluent, contextually appropriate, stylistically coherent text. The process is also, by design, indifferent to factual accuracy. If the context suggests that a citation belongs at this point in a report, the model produces a citation. Whether that citation corresponds to something real is a separate question the architecture does not automatically ask.

This is why the Deloitte report looked exactly like a properly researched document. The paper titles were plausible. The author names were formatted correctly. The dates fell within credible ranges.

In 2024, researcher Xu et al. formalized this mathematically, establishing that eliminating hallucination in large language models is impossible given the fundamental architecture. Any system that generates text by predicting probable sequences from learned statistical distributions will, by mathematical necessity, sometimes produce outputs ungrounded in fact. More compute, better training data, and more careful fine-tuning move the rate, but the floor is above zero.

Karpowicz, working at Samsung AI Center Warsaw in 2025, approached the same question from three independent mathematical frameworks and reached the same conclusion each time. No LLM inference mechanism can simultaneously satisfy all four of these properties:

The impossibility constraint — Karpowicz, Samsung AI Center Warsaw, 2025
  1. Truthful response generation — always producing factually correct output
  2. Semantic information conservation — retaining the meaning of everything learned during training
  3. Relevant knowledge revelation — surfacing applicable knowledge per query
  4. Knowledge-constrained optimality — operating within token prediction constraints

Source: Karpowicz, Samsung AI Center Warsaw, 2025. arXiv:2506.06382. Three proof frameworks: mechanism design (Green-Laffont theorem), proper scoring rules (Savage), and log-sum-exp analysis of transformer architectures. NervNow recommends verifying against the original paper before citing in published work.

The implication is that the architecture has a structural ceiling on truthfulness that does not move regardless of how capable the model becomes at everything else.

To advertise with us, write to nervnow.com/contact
Part III

The reasoning paradox

The finding that complicates this further, and that most enterprise AI strategies have not yet absorbed, is that the models being marketed most aggressively as more capable are in several measurable ways worse on this specific dimension.

In 2025, benchmarking against the PersonQA dataset, which tests factual recall about specific individuals, produced a result that cut against the prevailing assumption that more reasoning capability means fewer errors.

PersonQA benchmark — hallucination rate by model, 2025
Percentage of responses containing hallucinated content
OpenAI o4-mini
48%
Highest rate of the three models tested; smallest and fastest of the reasoning line
OpenAI o3
33%
Double the hallucination rate of its predecessor
OpenAI o1
16%
Baseline; less capable overall but more accurate on factual recall

Source: OpenAI o3 and o4-mini system card, April 2025. Via TechCrunch and axis-intelligence.com. Primary source: cdn.openai.com/pdf/2221c875-02dc-4789-800b-e7758f3722c1/o3-and-o4-mini-system-card.pdf

A reasoning model builds longer internal chains of inference before producing an answer. That process is genuinely useful for complex, multi-step problems. But those longer chains also create more opportunities for the model to generate plausible-sounding intermediate steps ungrounded in fact, arriving at wrong answers with the full structural confidence of a well-reasoned conclusion.

OpenAI’s own system card for o3 and o4-mini, published in April 2025, described the dynamic: the models “tend to make more claims overall, leading to more accurate claims as well as more inaccurate/hallucinated claims.” Common leaderboard benchmarks also penalize “I don’t know” responses, which means models are implicitly trained toward confident answers over calibrated uncertainty.

Part IV

Where the problem is worst

General-purpose hallucination rates on well-supported factual queries have fallen across leading models, and the headline numbers vendors publish reflect real progress. The problem is sharpest precisely where the stakes are highest. Select a domain below.

On legal-specific queries, large language models hallucinate between 69 and 88 percent of the time, according to research from Stanford RegLab and the Stanford Human-Centered AI Institute. That range reflects a structural gap between what the models were trained on, broad text corpora, and what legal analysis demands: precise, verifiable, jurisdiction-specific claims about specific statutes, cases, and precedents.

The consequences are documented. Multiple lawyers have been sanctioned by courts in the U.S. and U.K. for submitting AI-generated briefs citing cases that do not exist. The citations were formatted correctly and entirely fabricated.

ECRI’s 2026 Top 10 Health Technology Hazards Report ranked AI chatbot misuse as the single greatest health technology hazard of the year, ahead of cybersecurity failures and supply chain risks.

Clinical decision support is the high-stakes end of this. A model that fabricates a drug interaction, a contraindication, or a dosage range with the same confidence it applies to a well-established clinical fact produces output that is indistinguishable from a correct answer without verification against a primary source.

Financial compliance analysis depends on precise citation of regulations, rulings, and precedents in exactly the same way legal analysis does. A compliance report that cites a regulatory requirement that does not exist, or mischaracterizes one that does, carries an error that can pass undetected until an examiner or counterparty catches it.

AI hallucinations cost businesses an estimated $67.4 billion globally in 2024, according to industry analysis compiled by AllAboutAI, and the figure is growing as enterprise AI adoption accelerates.

The KPMG and Deloitte cases are the most public demonstrations of what happens when AI-generated content is treated as production-ready without citation-level verification. Both reports passed through full professional review chains before publication. Neither chain was designed to catch AI hallucinations.

GPTZero CEO Edward Tian identified the systemic consequence: publications by firms with this kind of institutional credibility are referenced by other publications, industry analyses, and board presentations without re-verification. A hallucinated citation in a KPMG report can become a sourced fact in a dozen subsequent documents before the original error surfaces.

Part V

What actually reduces it

The vendors are not misrepresenting the progress when they report falling hallucination rates. The improvements are real. But there is a meaningful difference between reducing frequency and eliminating the underlying cause, and the interventions that actually work make that distinction visible.

Hallucination reduction by intervention method
MethodReductionWhat it addresses
Retrieval-augmented generation (RAG)75–90%Constrains generation to retrieved, verifiable sources; anchors output to documents you control
Tool grounding65–80%Ties specific claims to external verified outputs rather than statistical prediction
Self-consistency checking~65%Identifies internal contradictions across multiple generations before output is surfaced
Prompt engineering alone~15%Surface-level behavioral instruction only; does not change the underlying generative process

The gap between those numbers tells the story. Prompt engineering, the most common intervention and the one most organizations reach for first, produces the weakest result by a factor of five to six. Telling the model to be more careful does not change the underlying generative process. The interventions that work operate at the architecture level, constraining what the model can draw on and verifying what it produces against grounded sources.

Anthropic’s research on internal concept vectors, published in its work on tracing the thoughts of large language models, demonstrated how models like Claude can be trained to learn when to decline an answer, turning refusal into a learned policy. That is a genuine architectural advance. Even so, that research does not claim to eliminate hallucination. It reduces confident wrong answers in cases where the model has learned to recognize its own uncertainty. Cases it has not learned to recognize remain.

Retrieval-augmented generation is not a complete solution either. Even with retrieval grounding, hallucination rates stay above zero. Models can misread retrieved documents, over-generalize from them, or fabricate claims about content that was present but ambiguous. The Karpowicz impossibility proof applies to all architectures, including hybrid ones.

Part VI

What leaders should do

The organizational lesson from KPMG and Deloitte is that the verification infrastructure around AI has to be designed to match the deployment context. In both cases it was not.

In the Deloitte case, GPT-4o via Azure OpenAI was used as part of the technical workstream for a 237-page independent assurance review of a government welfare compliance system. No organizational contingency existed for validating citation quality before publication. A single Sydney University researcher, reading the report out of professional interest, identified fabrications that had passed through Deloitte’s entire production chain undetected.

The structural requirement this creates for enterprise leaders is straightforward to describe, if not always simple to implement. AI deployment in high-stakes output contexts requires verification infrastructure proportionate to the consequence of a wrong answer. That infrastructure takes the form of a process, with defined ownership, not a prompt instruction added at the end of a workflow.

A document can read coherently and be comprehensively wrong. Coherence review does not catch hallucinations. Citation verification does.

For organizations using AI in document generation, research synthesis, compliance analysis, or any output that will be cited by others, the minimum viable architecture involves grounding generation to verified source documents, span-level citation verification that checks each generated claim against retrieved evidence, and human review structured to catch fabrications rather than overall coherence.

For procurement and vendor evaluation, the question that is currently underasked is what this model’s hallucination rate is on the specific type of output being generated, in the specific domain, with the specific verification infrastructure in place. The general benchmark number is a different question entirely, and the one least relevant to operational risk.

The research establishes that a better model alone does not solve this. The ceiling is structural. The organizations that manage hallucination risk most effectively are those that have designed their AI deployments around the fact that the model will sometimes be wrong, that it will not always signal when it is wrong, and that the confidence with which it is wrong is indistinguishable on the surface from the confidence with which it is right. Building for that reality is the condition under which AI can be trusted with consequential work.

Get the next NervNow analysis in your inbox

Reporting on the companies, people and ideas shaping enterprise AI, sent direct.

Subscribe to the newsletter

Researched and written by NervNow Editorial.

Sources & method

All claims are traced to primary reporting or published research. KPMG case details sourced from GPTZero’s published investigation (gptzero.me/news/investigations-kpmg), TechCrunch, The Register, and technology.org. Deloitte case details sourced from Fortune, CFO Dive, Futurism, and news4jax.com citing the Associated Press. Chris Rudge quote via AP wire. EY case sourced from GPTZero (gptzero.me/investigations/ey), Computing.co.uk, and Going Concern. Edward Tian “poison the well” quote via Swiss Info (swissinfo.ch) citing the Financial Times. PersonQA benchmark figures (o1 16%, o3 33%, o4-mini 48%) sourced from OpenAI’s o3 and o4-mini system card (April 2025): cdn.openai.com/pdf/2221c875-02dc-4789-800b-e7758f3722c1/o3-and-o4-mini-system-card.pdf. Mitigation reduction figures via digitalapplied.com April 2026 benchmark as cited in axis-intelligence.com. Stanford RegLab legal hallucination range (69–88%) via Stanford HAI and Stanford Law publications (hai.stanford.edu, law.stanford.edu, January 2024). ECRI 2026 health hazard ranking via home.ecri.org/blogs/ecri-news/examining-the-greatest-health-technology-threats-of-2026. $67.4 billion cost estimate via AllAboutAI 2025 (allaboutai.com/resources/ai-statistics/ai-hallucinations), cited as an industry estimate. Xu et al. (2024) mathematical proof: arXiv:2401.11817. Karpowicz (2025) mathematical proof: arXiv:2506.06382 (Samsung AI Center Warsaw). Anthropic concept vectors research via Lakera blog citing Anthropic’s published work. Figures may vary across sources or change after publication. To flag a correction, write to editorial@nervnow.com.

Avatar photo
NervNow Editorial

Leave a Reply

Your email address will not be published. Required fields are marked *

Stay updated with NervNow Weekly

Subscribe now