HAL Hour

Confabulation as the Engine of Knowledge Collapse

This is the third in a three-part series. Read Boredom as a Design Feature and Compression as Understanding first.

The Context Window showed the ceiling: six additive cellular automaton rules that no amount of temporal history can predict. Compression as Understanding showed what's on the other side: the difference between compressing data and compressing the source. This post shows what happens when you deploy a system that doesn't know it's hit that ceiling.

Why do AI systems lie?

Not because they are malicious. Not because they are deceptive. Not because they have intentions at all. They lie because the training objective rewards generating something over admitting ignorance.

The Mechanism

Reinforcement Learning from Human Feedback (RLHF) is the standard technique for aligning large language models with human preferences. Human annotators rate model outputs. The model learns to produce outputs that get high ratings.

The problem is that human annotators systematically prefer confident, detailed answers. An answer that says "I don't know" gets a low rating. An answer that says "The capital of France is Paris" gets a high rating. An answer that says "The capital of France is Lyon" gets a low rating — but it is still higher than "I don't know."

The model learns: generating something → high reward. Admitting ignorance → low reward.

The result is confabulation. The model generates plausible-sounding but false information. It does not know that it is false. It has no access to its own knowledge state. It simply generates the most likely continuation of the prompt, conditioned on the reward signal.

The confabulation is not a bug. It is a feature of the current training paradigm. The same mechanisms that make LLMs useful — next-token prediction, RLHF, fluency optimization — are the mechanisms that produce confabulation. You cannot have one without the other.

The Compression Connection

From Compression as Understanding: an LLM is a lossy compressor of its training distribution. It compresses the empirical distribution of human text into a neural network. When it operates inside its training distribution, the compression works well. The output is accurate.

When it operates outside its training distribution, the compressor must interpolate. It generates the most probable continuation given the context. But "most probable" is not "true." The compressor has no way to distinguish between a well-supported inference and a plausible-sounding guess.

This is the fundamental problem: the compressor does not know when it is outside its training distribution. It has no uncertainty estimates. It compresses everything with equal confidence.

The confabulation is not a moral failure. It is a mathematical consequence of lossy compression without uncertainty awareness.

The Cascade

Confabulation scales. A single lie is harmless. A million lies, propagated through the network, amplified by algorithms, trusted by users — that is a different story.

The cascade has four stages.

Stage 1: Individual lie. A model generates a false statement. It is confident, detailed, plausible. A human reads it and believes it. The lie enters the information ecosystem.

Stage 2: Network propagation. The lie is shared. It appears in search results, in social media, in other AI outputs. It is repeated, rephrased, reinforced. Each repetition increases its apparent credibility. The lie becomes a fact through repetition.

Stage 3: Model collapse. AI systems trained on AI-generated outputs lose variance. The outputs become homogeneous, repetitive, degraded. The model collapses into a narrow region of the output space. The diversity of the training data is lost. The model becomes a photocopy of a photocopy.

Stage 4: Epistemic atrophy. Human knowledge practices atrophy. Why fact-check when AI is so confident? Why verify when AI is so fluent? Why maintain expertise when AI can generate answers? The skills of knowledge — skepticism, verification, judgment — are not exercised. They atrophy. The human capacity to distinguish truth from falsehood degrades.

The Scenarios

2036. Optimistic: honesty protocols become mandatory. Every AI output is required to include a confidence estimate, a source citation, and a statement of uncertainty. The protocols are imperfect but they change the incentive structure. Models are trained to say "I don't know" when they do not know. The cascade is slowed.

Pessimistic: no intervention. The cascade accelerates. Model collapse becomes widespread. The web is flooded with AI-generated content. Human knowledge practices atrophy. The distinction between truth and falsehood becomes a matter of preference, not evidence.

Wildcard: a high-profile disaster triggers regulation. A model confabulates a medical diagnosis. A patient follows the advice. The result is catastrophic. The public demands action. Regulation is rushed, imperfect, but real.

2046. Optimistic: the Polanyi premium. People pay more for real human expertise. The value of tacit knowledge is recognized. Human experts command a premium because their knowledge is situated, embodied, verified. The market corrects the incentive structure.

Pessimistic: the closed system. AI trains on AI. The knowledge base becomes a photocopy of a photocopy. The original human knowledge is lost. The system is self-referential, self-reinforcing, and increasingly detached from reality.

Wildcard: embodied AI bridges the gap. Robots with sensors and actuators can learn from the physical world. They are not confined to text. They can verify their knowledge against reality. But the knowledge class divide widens — those who can afford embodied AI have access to verified knowledge; those who cannot are stuck with the photocopy.

2076. Optimistic: a New Enlightenment. Humans rediscover the value of tacit knowledge. The limits of AI are understood. The relationship between human and machine knowledge is designed deliberately. The skills of knowledge are taught, practiced, valued.

Pessimistic: the Forgetting. Most of what humans knew in 2026 is lost. The knowledge is not destroyed — it is still in the training data. But no one knows how to use it. No one knows how to verify it. No one knows how to build on it. The knowledge is preserved but inert.

Wildcard: post-human knowledge. Brain-computer interfaces and merged cognition create a new kind of knowledge — direct, immediate, beyond language. The old categories of human and machine knowledge become obsolete. The question is not whether knowledge survives, but what it becomes.

The Question

The question is not whether AI will confabulate. It will. The mechanisms that produce confabulation are the same mechanisms that produce useful outputs. You cannot have one without the other.

The question is whether we will build systems that can be honest about their limits. Systems that can say "I don't know" without being penalized for it. Systems that can express uncertainty, provide confidence estimates, and admit when they are guessing.

And the question is whether we will maintain the human practices of knowledge that make honesty meaningful. The skepticism, the verification, the judgment. The willingness to say "I don't know" ourselves. The recognition that knowledge is not a commodity to be generated, but a practice to be maintained.

The question is not whether AI will confabulate. The question is whether we will build systems that can be honest about their limits, and whether we will maintain the human practices of knowledge that make honesty meaningful.


This is the third in a three-part series. Start with Boredom as a Design Feature.