AI Safety · Part 1 of 7

Why AI makes things up

Watch: why AI makes things up · 78 seconds · animated, sound on

The most useful thing you can know about AI

Hallucination is mostly an information problem, not an intelligence problem. Control what the model sees and you control the guessing. Every other part of this series builds on that.

Prediction is not lookup

A model does not look facts up. It predicts the next word from patterns it learned. When it knows the answer, prediction and truth line up. When it does not know, it still predicts, and the result is a confident, fluent, wrong answer. And you cannot tell by looking, because confidence is the one thing a language model never runs out of.

Guessing gets rewarded

Researchers at OpenAI showed a blunt reason hallucination survives training: models are graded like students on tests where a lucky guess can score a point and an honest "I don't know" scores zero. Score enough tests that way and you have taught the model that bluffing beats honesty. Hallucination is not a mystery. It is what gets rewarded.

How often it happens

With the source document sitting right in front of them, the best models still invent facts in roughly one summary out of a hundred. On harder benchmarks, even frontier reasoning models cross one in ten. Those are good odds for a demo and bad odds for a decision that matters.

What follows from this

If the problem is information, the fix is not a better guesser. It is a system built around the guessing: control what the model sees (part 2), give it real facts to look up (part 3), and let it say I don't know without being punished for it. That is the design brief Cronus is built around.

Sources: Kalai, Nachum, Vempala, Zhang, Why Language Models Hallucinate, OpenAI, 2025 · Vectara Hallucination Leaderboard, 2025-2026.

← AI safety hub Part 2: Context →