Hallucination
AI makes things up. Confidently. Without flagging. Not malice, not a bug — the mechanism of the probability machine, working as designed, sampling tokens that 'look right' next without checking whether the resulting claim is true.
Hallucination is the generation of fluent, plausible, but factually incorrect content by a model. It occurs because the model is a probabilistic engine designed to predict the next token based on statistical likelihood rather than verifying information against a ground-truth database. It is a feature of the architecture's design, not a software bug, resulting in outputs that appear authoritative despite lacking any basis in reality.
Hallucination is the confident assertion of unsupported, fabricated, or false content by a generative model, arising from the stochastic nature of token prediction. The model optimizes for linguistic coherence and conditional probability distributions rather than factual veracity. As the mechanism functions as designed—sampling tokens that satisfy local sequence patterns—it inherently lacks a grounding mechanism to cross-reference claims against verifiable external reality, leading to high-confidence outputs that are epistemically decoupled from the training data or provided context.
evolution
- 2017-06 · historyTransformer Architecture
The introduction of the Transformer model established the probabilistic token-prediction mechanism that inherently prioritizes linguistic coherence over factual grounding.
- 2020-05 · historyGPT-3 Release
The scaling of large language models demonstrated high-fluency text generation that frequently produced plausible but entirely fabricated information.
- 2022-11 · historyChatGPT Public Launch
The widespread public adoption of conversational AI brought the term 'hallucination' into mainstream discourse as users encountered confident, false outputs.
- 2023-05 · historyFormalization of Hallucination Research
Academic and industry researchers began publishing systematic taxonomies to distinguish between intrinsic and extrinsic AI hallucinations.