Definition

Hallucination (AI)

A hallucination is a statement produced by an AI model that sounds fluent and plausible but is factually wrong, fabricated or unsupported by the sources.

Hallucinations arise because language models predict the most likely next token rather than checking truth. Countermeasures include grounding answers in verified sources (for example via RAG), requiring citations and a human check before business-critical use.

← Back to glossary