
A long context window is a permission, not a strategy. The model can hold a hundred thousand tokens. That does not mean a hundred thousand of your tokens belong there — and most of them, on most days, are landfill.
The teams shipping the best agent-assisted code this year are quietly building the opposite skill: choosing what to keep out. Stale logs from yesterday's debug session. Old versions of a function the codebase no longer uses. A README that contradicts the current schema. All of it readable. All of it pollution.
The work is unglamorous. Prune the chat. Restart a fresh session for a new task. Move resolved decisions out of context and into a file the agent can fetch when it actually needs them. Write down what is no longer true so the model stops referring to it.
In practice the output-quality jump from this is larger than the jump from most model upgrades.
Curate harder than you prompt.

English






















