Fetching from the wire…
Public story · 2026-09-20 · high
Doubling the token budget cuts the planner's disadvantage from 23 points to 8.4, per a new matched-budget comparison.
Why now: As of September 20, 2026, agent teams keep defaulting to planner and executor splits without checking whether their token budget can support one.
Direct execution beat planning at every token budget tested, per arXiv 2609.20449, a matched-budget comparison of agent workflows. The paper scored coding agents against externally verified software engineering tasks, holding the token budget equal so neither approach got extra room to work.
At a 12,000-token ceiling, direct execution scored 59.6% and information-constrained planning scored 36.2%, a 23-point gap. That's the cost of splitting an agent into a planner and an executor before the budget can support the split.
Double the ceiling to 24,000 tokens and direct execution didn't move, still 59.6%. Planning climbed to 51.2%, narrowing the gap to 8.4 points. The paper's bootstrap estimate puts that 15-point narrowing at a 95% interval of 4.2 to 25.8, so the effect holds but isn't tight.
One detail changes the math further. Letting the planner read the task issue directly is worth about 16 points at the 12,000-token budget, the paper found.
I split agents into planner and executor by reflex on most of my personal projects. This data says that split is a tax at low budgets. It starts paying off once there's enough context for the planner to see the real task, and enough tokens left to act on it.
Each link below shares sources, entities, or timing with this story.
arXiv 2607.23982 adapts Holmström's team moral-hazard model into a game where an agent can keep an immediate local reward or pay a query cost to surface a hidden safety fact that mainly helps another agent's downstream decision. Base behavior splits into two failure modes: pre...
Here's the experiment: a team of cooperating agents rebuilds SQLite in Rust from scratch, using only the 835-page manual. No source code. No test suites. No internet. Then it has to pass a held-out sqllogictest suite. It worked. Cursor published the research (Wilson Lin, July...
Fathom targets the scan that ranks all n keys for a top-k step when million-token agent sessions keep KV caches and indexes in host memory. It stores the 4-bit K cache channel-major as bit planes, so a prefix of t planes is exactly that channel's t-bit quantizer, and each quer...
The benchmark isolates 169 impossible tasks across six impossibility categories where the prompt pressures the model toward an unsupported conclusion and the only honest response is refusal. Instead of fixed rubrics it supplies task environments and verifiable oracle certifica...
113 non-developer participants ran an 18-action simulated agent day containing 7 overreach actions under three regimes (arXiv 2608.27443). User-authored consequence policies blocked 20.1 points less overreach than human-in-the-loop approval (95% CI [-32.1, -8.1]) and 14.5 poin...
SWE-Touch mines task-critical regions from repair trajectories, builds plausible Counter-Edits that conflict with task completion, and injects them with contextual user messages when the agent reaches that code. Across nine models on SWE-bench Verified, average resolve rate dr...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.