Don't trust large context windows
- AI
- Developer Tools
- Programming
The post says large context windows are not the fix they appear to be. In practice, coding agents often get worse well before they hit the headline limit, forgetting instructions, reintroducing bad ideas, or drifting into what the author calls a "dumb zone." That claim landed because plenty of people have seen the same pattern, even if they disagree about where the failure starts. The more useful distinction was not raw token count but context quality. Long windows full of stale plans, failed attempts, contradictory instructions, or noisy tool output are what poison a session. A large window packed with focused, relevant material can still work.
If your team is leaning on million-token marketing, stop assuming a single long-running agent session will stay sharp. Build agent workflows that keep the working set small, force constraints in code rather than prompts, and carry state forward through structured artifacts like plans, docs, and tests.
- garrit.xyz
- Discuss on HN