Context Rot

Degradation of model accuracy as the context window fills with too much information.

Why it matters

More context isn't always better. When you stuff too much into the context window, the model starts losing track of what matters.

In practice

This is why Claude Code uses auto-compaction: instead of letting the context fill up and degrade, it compresses older information to keep the most relevant details sharp.

Related terms

Back to glossary