← All claims

Hallucinations

Is AI hallucinating too much to be trustworthy?

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

ReviewedClaim confirmedhallucinations trustworthy AI fake citations RAG verification
Common wording

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

What this page actually tests

Bare chatbot output cannot be trusted for factual or high-stakes claims without source verification and domain-appropriate review.

Wording note: Cannot be trusted is too broad when applied to every constrained system and low-stakes task. It is accurate for unchecked factual output, which is the concern tested here.

Quick verdict: Claim confirmed

Unchecked factual output is not trustworthy.

Confirmed. A bare chatbot is not a trustworthy factual source. Grounding, abstention, testing, and expert review can make a bounded workflow trustworthy enough for a defined use.

Why people repeat it

The concern is common because a fluent false citation or technical detail can look credible, and users may not discover the error until it has already affected a decision or publication.

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 core concern is confirmed for bare factual output. Trustworthiness can be engineered at the workflow level, but that is an added control system rather than evidence that an unchecked answer deserves trust.

Visual evidence

The comparison behind the verdict.

Outcome composition

SimpleQA: errors versus abstention

Each model's SimpleQA outcomes divided into error, abstention, and the correct remainder.

What this shows: The lower error rate comes with far more abstention, while the derived correct shares are similar. Looking only at errors hides the difference between guessing and declining to answer.

Unit: %

gpt-5-thinking-mini
OpenAI o4-mini
ErrorAbstentionCorrect
gpt-5-thinking-mini / Error
26 %
gpt-5-thinking-mini / Abstention
52 %
gpt-5-thinking-mini / Correct
22 %
OpenAI o4-mini / Error
75 %
OpenAI o4-mini / Abstention
1 %
OpenAI o4-mini / Correct
24 %

Source: Why language models hallucinate

OpenAI presents the error and abstention values as example SimpleQA metrics, not universal hallucination rates. Correct shares are the remainder after subtracting error and abstention from 100%.

Where critics may still have a point

Final verdict: Claim confirmed

Unchecked factual output is not trustworthy.

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.

Why this verdict: The bounded trustworthiness claim is supported across vendor research, government guidance, and citation studies: unchecked factual output can be confidently false and is not a source that should be trusted without verification.

How this was confirmed: Vendor research, a large citation study, government RAG guidance, and a broad hallucination survey independently support the no-unchecked-trust conclusion. Grounded and reviewed workflows provide the challenge baseline; their improvement is treated as a condition for trust, not proof that bare output is reliable.

Sources

  1. Why language models hallucinatevendor research explainer - Sep 5, 2025

    Used for: Definition, concrete hallucination examples, SimpleQA error and abstention comparison, and evaluation-incentive framing.

    Open source

  2. LLM hallucinations in the wild: Large-scale evidence from non-existent citationspreprint - May 8, 2026

    Used for: Large-scale audit of hallucinated scientific citations.

    Open source

  3. AI Insights: RAG Systemsgovernment guidance - Mar 13, 2026

    Used for: RAG grounding and domain-specific reliability context.

    Open source

  4. A Survey on Hallucination in Large Language Models: Principles, Taxonomy, Challenges, and Open Questionssurvey paper - Nov 19, 2024

    Used for: Hallucination taxonomy, detection and mitigation context, and RAG limitations.

    Open source

  5. Why does AI hallucinate, and can we prevent it?technical explainer - May 5, 2025

    Used for: Practical hallucination examples, oversight needs, and mitigation techniques.

    Open source