2026/07/10

Common AI Hallucinations: Examples and Why They Happen

A practical guide to common AI hallucinations, why models invent facts, and how to detect and prevent hallucinated answers before they cause damage.

Common AI Hallucinations: Examples and Why They Happen

AI hallucination is when a model produces information that sounds plausible but is not supported by the available evidence. The answer may be fluent, detailed, and confident. That is what makes hallucinations dangerous.

This guide explains the most common AI hallucinations, why they happen, and how to reduce them with better prompts, source grounding, and review workflows.

AI Hallucinations workflow illustration

What Is an AI Hallucination?

An AI hallucination is an unsupported or false output presented as if it were true.

Hallucinations can include:

  • Invented citations
  • Wrong dates
  • Fake product features
  • Nonexistent legal rules
  • Misquoted policies
  • Broken code explanations
  • Made-up statistics
  • Incorrect summaries of files

The key issue is not only that the answer is wrong. The issue is that the model often presents the wrong answer with the same confidence and style as a correct one.

Common Types of AI Hallucinations

1. Fake Citations

The model gives a paper title, author, URL, or case name that does not exist, or it cites a real source for a claim the source does not support.

How to detect it:

  • Search the exact title
  • Check whether the URL exists
  • Confirm the cited source actually says the claim
  • Watch for citations that look generic or too perfect

2. Wrong Dates and Timelines

The model may mix release dates, policy changes, product launches, or historical events.

This is common when the topic changed recently or when several versions have similar names.

How to detect it:

  • Ask for exact dates
  • Compare with primary sources
  • Check whether the answer uses relative words like "recently" without a date

3. Invented Product Features

AI may describe a feature that sounds likely but is not actually available.

Examples include:

  • A settings menu that does not exist
  • A free tier limit that is not published
  • An API parameter from a different product
  • A workflow copied from a competitor

How to detect it:

  • Check official docs or the live UI
  • Ask the model to mark unverified steps
  • Avoid acting on UI instructions without checking the interface

4. Misread Documents

A model can summarize a document but miss a key exception, threshold, or condition.

This happens when the document is long, dense, or contains similar sections.

How to detect it:

  • Ask for section references
  • Compare the summary with the original text
  • Search for exception words like "unless," "except," "notwithstanding," and "only if"

5. Fabricated Numbers

AI often produces exact-looking numbers even when the source does not contain them.

Examples:

  • "This saves 37% of time"
  • "The plan allows 500 generations"
  • "The market is worth $8.2B"

How to detect it:

  • Ask where the number came from
  • Check whether the number appears in the source
  • Treat precise numbers without citations as suspect

High-stakes domains require current, jurisdiction-specific, expert-reviewed information. A model may give general advice that sounds specific.

How to detect it:

  • Look for missing jurisdiction, date, or professional caveat
  • Verify against official sources
  • Use qualified professionals for final decisions

7. Context Mixing

The model blends details from two similar tasks, files, products, or conversations.

This is common in long chats where earlier context remains active.

How to detect it:

  • Start high-risk tasks in a fresh context
  • Provide exact file names and version names
  • Ask the model to list what source it used

Why AI Hallucinations Happen

Language Models Optimize for Plausibility

A model predicts likely text. If the prompt does not provide enough evidence, the model may still generate a complete answer because complete answers are often rewarded.

Training Data Contains Patterns, Not Guarantees

A model may have seen many similar documents, interfaces, or claims. It can reproduce the pattern even when the specific fact is different.

The User Prompt Creates Pressure to Answer

If a user asks, "What are the three reasons?" the model may produce three reasons even if the source only supports one.

Retrieval Can Fail

Even tool-connected systems can hallucinate if retrieval finds the wrong document, misses a relevant section, or returns stale content.

Long Contexts Increase Drift

The more instructions and documents in a conversation, the easier it is for the model to lose a constraint or mix sources.

How to Prevent AI Hallucinations

Use Source-Grounded Prompts

Instead of asking:

What is our refund policy?

Ask:

Using only the policy pasted below, summarize the refund rules. If the answer is not in the policy, say "not specified."

Require Evidence Labels

Ask the model to label claims as:

  • Supported by source
  • Inferred from source
  • Not specified
  • Requires external verification

This makes uncertainty visible.

Split Drafting and Checking

Use two passes:

  1. Draft the answer
  2. Review the answer for unsupported claims

The second pass should be skeptical, not helpful.

Use Primary Sources for Current Facts

For prices, laws, API behavior, product limits, and medical information, check primary sources. Secondary summaries can be stale.

Ask for Missing Information

Tell the model:

If a required detail is missing, ask me instead of guessing.

This reduces confident fabrication.

AI Hallucination Review Checklist

Before trusting an AI output, ask:

  • Does every important claim have a source?
  • Are dates exact and current?
  • Are numbers traceable?
  • Are product features verified?
  • Did the model distinguish fact from inference?
  • Did it mention uncertainty where needed?
  • Does the output depend on jurisdiction, plan, version, or date?
  • Could a wrong answer cause money, legal, health, safety, or reputation risk?

If the answer to the last question is yes, do not use the output without human review.

FAQ

Are hallucinations the same as lies?

No. A hallucination is not intentional deception. It is an unsupported generation presented as fact.

Can AI hallucinations be eliminated?

Not completely. They can be reduced with source grounding, retrieval, better prompts, tool use, and review workflows.

Do better models hallucinate less?

Usually, but no model is hallucination-free. Stronger models can still be wrong, especially on current, niche, or underspecified topics.

What is the fastest way to catch hallucinations?

Check citations, dates, numbers, and product claims first. These are common failure points and often easy to verify.

Final Advice

Treat hallucination prevention as a workflow, not a prompt trick. Give the model sources, force uncertainty into the open, verify high-risk claims, and score reliability before you act.

AI Stupid Level Updates

Join the AI Stupid Level community

Get updates about AI benchmark templates, model drift testing, and pricing.