Terms  /  Context Quality  /  Context Debt
01 · Context Quality

Context Debt

Accumulated ambiguity, redundancy, and disorder in a conversation or prompt.

Context Debt works exactly like technical debt in software engineering. It accumulates gradually: a vague instruction here, a contradictory requirement there, an outdated paragraph that nobody removed. Each individual piece seems harmless, but together they create a prompt that the model must untangle before it can do any real work. Like tech debt, Context Debt is easy to ignore in the short term and expensive to pay down later — but the interest compounds with every interaction.

Example
A development team's system prompt has grown to 4,000 tokens over six months. It contains three different descriptions of the desired output format, two contradictory style guidelines from different team members, and an entire section about a feature that was deprecated in March. The model spends significant reasoning just reconciling these conflicts before writing a single line of code. When the team finally audits and trims the prompt to 1,200 focused tokens, task completion accuracy jumps from 60% to 90% — not because the model got smarter, but because the debt was paid off.

More in Context Quality