LearnBenchStart learning →

AI Hallucinations

The learner wants to understand AI hallucinations. It is unclear whether they are approaching this from a practical user perspective, a technical ML

Story 1 of 3 · From this journey

What it is

The learner wants to understand AI hallucinations. It is unclear whether they are approaching this from a practical user perspective, a technical ML perspective, or a safety/policy angle, and how deeply they already understand how language models work. What Is a Hallucination: Ask the learner to distinguish a hallucination from a refusal and from a factual error caused by outdated training data. Why They Happen: Ask the learner to explain in plain terms why a next-token predictor can produce a confident falsehood even with no intent to deceive.

The learner wants to understand AI hallucinations. It is unclear whether they are approaching this from a practical user perspective, a technical ML perspective, or a safety/policy angle, and how deeply they already understand how language models work.

This primer walks through What Is a Hallucination, Why They Happen, Types of Hallucination, and Mitigation Strategies — and shows how each idea applies in practice.

What it is

The learner wants to understand AI hallucinations. It is unclear whether they are approaching this from a practical user perspective, a technical ML perspective, or a safety/policy angle, and how deeply they already understand how language models work. What Is a Hallucination: Ask the learner to distinguish a hallucination from a refusal and from a factual error caused by outdated training data. Why They Happen: Ask the learner to explain in plain terms why a next-token predictor can produce a confident falsehood even with no intent to deceive.

Why it matters

The gap most people have on ai hallucinations is the part that actually changes outcomes: The learner wants to understand AI hallucinations. Once that lands, the supporting ideas — detecting hallucinations — start paying off in everyday decisions.

Common misconceptions

Many people first hear "hallucination" and think of the ai is generating false or made-up information presented as if it were true. That framing is exactly right: a hallucination is a fluent, confident output that has no grounding in fact, evidence, or the provided context. Many people first hear "confabulation" and think of confabulation means the model fills gaps with plausible-sounding invented detail, borrowing the neuropsychology term for gap-filling memory errors. The term emphasises that the model, like a confabulating patient, is not lying but genuinely producing what its internal process treats as a coherent completion — making the mechanism clearer than the vaguer word hallucination.

How LearnBench teaches it

LearnBench teaches ai hallucinations in 6 adaptive cards organized around 4 core ideas. A few quick checks find what you already know, then the lesson skips it — so you only see the parts you're actually missing, framed with concrete analogies.

What you’ll learn

  • Recognize and use what is a hallucination in real ai & tech decisions.
  • Recognize and use why they happen in real ai & tech decisions.
  • Recognize and use types of hallucination in real ai & tech decisions.
  • Recognize and use mitigation strategies in real ai & tech decisions.
  • Recognize and use detecting hallucinations in real ai & tech decisions.

One sitting · 20–30 minutes

A focused session on AI hallucinations

LearnBench starts from what you already know — skip what you have, master what you’re missing.

Start now

Common questions

Is it true that large language models generate text by predicting the next token based on probability distributions, not by retrieving stored facts?
Yes. LLMs are next-token predictors trained on patterns, which is why they can produce fluent but factually wrong outputs.
Which of these best describes an AI hallucination?
The model generates a confident, fluent statement that is factually false. Hallucinations are confident, plausible-sounding outputs that are factually incorrect or fabricated, not refusals or performance issues.
Is it true that retrieval-Augmented Generation (RAG) can reduce hallucinations by supplying the model with relevant external documents at inference time?
Yes. RAG grounds the model's output in retrieved source material, giving it factual anchors that reduce purely fabricated responses.

More in AI & Tech