Safety

Hallucination

When an AI confidently states something that is factually wrong or completely made up.

01 ——

In plain English

Hallucination is when a language model generates text that sounds plausible and confident but is factually incorrect. The model isn't lying — it doesn't have intentions — it's pattern-matching on training data and sometimes produces outputs that have the form of facts without the accuracy.

Common examples:

  • Fabricating citations, book titles, or URLs that don't exist
  • Confidently giving the wrong date, statistic, or name
  • Inventing legal cases, scientific studies, or product features

Why it happens: LLMs are trained to produce likely text, not true text. They don't have a built-in fact-checker.

How to reduce it: Retrieval-Augmented Generation (RAG), asking the model to cite sources, and human review for high-stakes outputs.

02 ——

Related terms

Back to glossaryLast reviewed May 2026
Vol. 4 · Issue 19 · Last reviewed 2026-05-30

Sign up for our newsletter

Receive weekly updates so you can stay up-to-date with the world of AI