Fetching from the wire…
Public story · 2026-08-16 · high
GitHub logs show the technique collapsing 47 separate file reads into a single script call for the same task.
Why now: The context-mode repository was logged in coverage dated August 16, 2026.
The context-mode project documented an agent that replaced 47 file reads totaling 700KB with a single script returning 3.6KB, per its GitHub repository. That's the bulk of the context load removed for a task agents typically handle by reading everything first. For builders running agents across many files, that's the gap between a full context window and one with room to spare.
This technique, which the project calls Think in Code, has the agent write and run a script that computes the answer. That replaces reading files into context and reasoning over them directly. The project says no installation is required, only a different way of phrasing a multi-file question.
Most context bloat in agent work comes from reading before computing, not from files being large. The number worth watching is how often that same default shows up once other agents' call logs get checked.
Coverage of the context-mode repository was dated August 16, 2026.
Each link below shares sources, entities, or timing with this story.
Shared entities / Same source / Shared topic
Both cover Code, GitHub, Think; cite the same source (GitHub); overlapping topics (agent, answer, call, code, comput).
Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Both cover GitHub, Think; reported by the same outlet (github.com); overlapping topics (agent, code).
Shared entities / Shared topic / Earlier coverage / Tension
Both cover Code, GitHub; overlapping topics (agent, code, down); earlier Code coverage from 2026-06-05.
Shared entity: GitHub / Same source / Shared topic / Earlier coverage
Both cover GitHub; cite the same source (GitHub); overlapping topics (call, code, down).
Shared entities / Same source domain / Shared topic / Earlier coverage
Both cover Code, GitHub; reported by the same outlet (github.com); overlapping topics (agent, code).
Both cover Code, GitHub; reported by the same outlet (github.com); overlapping topics (agent, code).
Both cover Code, GitHub; reported by the same outlet (github.com); overlapping topics (agent, code).
Both cover GitHub, Think; reported by the same outlet (github.com); overlapping topics (agent, code).