Terms  /  Context Quality  /  Context Load
01 · Context Quality

Context Load

The total volume and complexity of context a model must process in a single call.

Context Load is a neutral measurement — it's not inherently good or bad. A 100,000-token context isn't a problem if every token is relevant and well-structured. A 2,000-token context can be a disaster if it's full of noise. What matters is whether the load is managed intentionally or allowed to grow unchecked. The danger isn't size; it's unmanaged size. Teams that track Context Load as a metric can make informed decisions about when to summarize, when to trim, and when to let the context grow.

Example
An agentic coding session starts at 500 tokens. By turn 40, the full conversation history — including failed attempts, backtracked decisions, and debug output — has grown to 80,000 tokens. The model begins making mistakes it didn't make earlier: repeating work, forgetting decisions, contradicting itself. The Context Load hasn't been managed — it's just been appended to. A system that summarizes and compacts periodically would maintain accuracy at a fraction of the cost.

More in Context Quality