← All claims

Hallucinations

Is AI hallucinating too much to be trustworthy?

Confident falsehoods are real. The trust question depends on the workflow.

ReviewedClaim misleadinghallucinations trustworthy AI fake citations RAG verification
Claim

"AI confidently makes up facts, citations, package versions, or other details, so it cannot be trusted."

Quick verdict: Claim misleading

Trust the workflow, not the bare chatbot.

The hallucination problem is real. The blanket no-trust conclusion is lazy math.

Why people repeat it

Fake citations are sticky. Once a chatbot invents a court case, paper, or package version, every future correct answer gets side-eye. Fair. The weak leap is treating every workflow like unsupervised medical advice from a slot machine.

Evidence

What the sources support

Source balance

Checked both sides before calling it.

Supports the claim

  • Why language models hallucinate - OpenAI documents plausible false statements and high error rates in a SimpleQA comparison.
  • LLM hallucinations in the wild - The citation audit estimates 146,932 hallucinated scientific references in 2025.
  • A Survey on Hallucination in Large Language Models - The survey frames hallucination as a major reliability concern for real-world information retrieval.

Challenges or narrows it

  • AI Insights: RAG Systems - GOV.UK describes RAG as grounding model responses in external knowledge sources for more reliable, domain-specific answers.
  • Why does AI hallucinate, and can we prevent it? - The explainer lists mitigation steps such as RAG, fine-tuning, output filtering, prompt design, and human oversight.

Baseline context

  • Why language models hallucinate - Compares models that guess with models that abstain more often, which matters for trust.
  • AI Insights: RAG Systems - Separates generic model behavior from retrieval-grounded domain systems.
  • Why does AI hallucinate, and can we prevent it? - Separates high-stakes uses from lower-stakes workflows where review and correction are practical.

Assessment: The claim is misleading. Hallucinations are conclusively real, but trustworthiness is a workflow property: source grounding, abstention, domain review, and task stakes change the verdict.

Visual evidence

Numbers worth seeing.

SimpleQA: errors versus abstention

OpenAI's example shows why raw accuracy can hide the difference between guessing and admitting uncertainty.

gpt-5-thinking-mini error26 %
OpenAI o4-mini error75 %
gpt-5-thinking-mini abstention52 %
OpenAI o4-mini abstention1 %

Source: Why language models hallucinate

OpenAI presents these as example SimpleQA metrics for gpt-5-thinking-mini and OpenAI o4-mini, not as universal hallucination rates.

Where critics may still have a point

Final verdict: Claim misleading

Trust the workflow, not the bare chatbot.

Conclusive evidence shows LLMs can produce confident falsehoods and fake citations at scale. The evidence also shows mitigation changes risk. AI is not trustworthy as an unchecked oracle; it can be trustworthy enough inside bounded, sourced, reviewed workflows.

Verdict color: The broader lookback confirms hallucinations are real and sometimes severe, but the no-trust framing skips the baseline: unchecked open-ended answers fail differently from grounded, reviewed, bounded workflows.

Sources

  1. Why language models hallucinate (vendor research explainer, 2025-09-05) - Definition, concrete hallucination examples, SimpleQA error and abstention comparison, and evaluation-incentive framing.
  2. LLM hallucinations in the wild: Large-scale evidence from non-existent citations (preprint, 2026-05-08) - Large-scale audit of hallucinated scientific citations.
  3. AI Insights: RAG Systems (government guidance, 2026-03-13) - RAG grounding and domain-specific reliability context.
  4. A Survey on Hallucination in Large Language Models: Principles, Taxonomy, Challenges, and Open Questions (survey paper, 2024-11-19) - Hallucination taxonomy, detection and mitigation context, and RAG limitations.
  5. Why does AI hallucinate, and can we prevent it? (technical explainer, 2025-05-05) - Practical hallucination examples, oversight needs, and mitigation techniques.