Large context windows are not the same as reliable agent memory
Original: Don't trust large context windows View original →
Large context windows are one of the most marketable numbers in agent tooling. A 200K, 1M, or 2M token window sounds as if an assistant can keep an entire project and every instruction alive at once. Garrit Franke’s post resonated on Hacker News because it describes the gap between that promise and daily coding-agent work.
The post borrows the idea of a “smart zone” and a “dumb zone” inside a context window. Early context remains useful and sharp; as the window fills, attention degrades and the model starts missing details it had just been given. The author argues that the practical boundary can appear around 100K tokens, regardless of the advertised maximum.
Coding agents hit that boundary quickly. A handful of file reads, verbose logs, test failures, tool traces, and conversational detours can turn one session into a noisy archive. Auto-compaction helps by summarizing and restarting, but it often happens after the model has already spent time in degraded territory. The summary may also be produced from an overloaded context.
The proposed response is workflow design rather than blind trust in bigger windows. A human-written spec, plan, or handoff note can carry higher signal than an automatic transcript summary because it states what matters next. It also gives the next session a clean starting point instead of forcing it to mine a long history.
The community discussion treated long context as useful but not magical. The effective working set depends on placement, compression, retrieval, and the discipline of moving decisions into artifacts. For agent-heavy development, context is less like unlimited storage and more like a budgeted working memory.
Source: Don’t trust large context windows. HN discussion: item 48524620.
Related Articles
The new Claude default for high-end daily work shifts the model race toward performance per dollar. Anthropic says Opus 5 approaches Claude Fable 5 on coding and knowledge work while keeping API pricing at $5/M input and $25/M output tokens.
The post pushed back on the idea that more loops can remove human judgment from production coding workflows.
GitHub is putting Claude Opus 5 directly into Copilot, shifting the new model from a standalone launch into a daily developer surface. The rollout covers Pro+, Max, Business, and Enterprise users across VS Code, Copilot CLI, cloud agent, JetBrains, and more.