← 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 misleadingTrust 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.
EvidenceWhat the sources support
Fact: OpenAI's September 2025 hallucination explainer says language models can generate plausible false statements and gives SimpleQA examples where one model had a 75% error rate while another had a 26% error rate with far more abstention.
Baseline: The useful comparison is not AI versus perfect truth. It is ungrounded guessing versus systems that reward abstention, cite sources, retrieve context, and get reviewed.
Evidence conclusion: The evidence proves unchecked answers deserve skepticism. It does not prove every AI-assisted workflow is untrustworthy.
Source: Why language models hallucinate
Fact: A 2026 arXiv audit checked 111 million references across 2.5 million papers and estimated 146,932 hallucinated citations in 2025 alone.
Baseline: Scientific citations are unusually easy to verify compared with ordinary prose, so this is stronger evidence than funny screenshot anecdotes. It is still not a universal error rate for every AI task.
Evidence conclusion: Fake references are a real, measurable failure mode. Any article, legal memo, or research summary that uses AI needs citation checks. Groundbreaking stuff: read the sources.
Source: LLM hallucinations in the wild
Fact: GOV.UK describes RAG as grounding model responses in external knowledge sources, while a hallucination survey notes that retrieval-augmented systems still have limits and open questions.
Baseline: A bare model answering from weights is different from a system retrieving vetted documents, showing citations, and failing closed when support is absent.
Evidence conclusion: Grounding lowers risk but does not magically install a truth organ. Trust belongs to the whole process, not the autocomplete engine wearing a lab coat.
Source: AI Insights: RAG Systems; A Survey on Hallucination in Large Language Models
Fact: TechTarget's 2025 explainer notes hallucinations can be subtle, including nonexistent package versions or flawed summaries, and that human oversight and domain expertise are often needed to catch them.
Baseline: High-stakes domains need stronger review than low-stakes brainstorming, drafting, or classification tasks where errors are cheap to spot and fix.
Evidence conclusion: The trustworthy answer is conditional: use AI where verification is built in, and keep it away from solo final authority in expensive-error situations.
Source: Why does AI hallucinate, and can we prevent it?
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 %
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
- For legal, medical, financial, safety, hiring, or academic citation work, unchecked hallucinations can cause real damage.
- Citations in an AI answer are not evidence until the linked source exists and says what the answer claims.
- RAG can retrieve the wrong thing, miss the right thing, or pass good context to a model that still mangles the answer.
Final verdict: Claim misleadingTrust 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
- Why language models hallucinate (vendor research explainer, 2025-09-05) - Definition, concrete hallucination examples, SimpleQA error and abstention comparison, and evaluation-incentive framing.
- LLM hallucinations in the wild: Large-scale evidence from non-existent citations (preprint, 2026-05-08) - Large-scale audit of hallucinated scientific citations.
- AI Insights: RAG Systems (government guidance, 2026-03-13) - RAG grounding and domain-specific reliability context.
- 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.
- Why does AI hallucinate, and can we prevent it? (technical explainer, 2025-05-05) - Practical hallucination examples, oversight needs, and mitigation techniques.