Fetching from the wire…
Public story · 2026-08-31 · high
LoopArena swaps in a fixed Worker agent so only the Controller's stop-or-retry decisions get graded, and the top score is under 25%.
Why now: The paper posted to arXiv in August 2026.
LoopArena's best-performing loop controller clears just 24.69% strict success across tested coding tasks, according to the LoopArena paper.
That matters for anyone building agent harnesses. It suggests the surrounding loop logic, not the code-writing model, caps performance in these tests.
A single fixed Worker agent writes the code in every test. Separate Controller models see only a structured summary after each round, then decide what to try next, whether to verify, or when to stop.
The paper's cheaper Type II evaluation setting reproduces that same Controller ranking at a Spearman correlation of 0.9747. The correlation is close enough to rank candidate controllers without running full end-to-end tasks.
Paired against that shortcut, tested Controllers cut estimated inference cost by an average of 64.4%. Code for the benchmark is posted on GitHub under AMAP-ML.
The Worker never changes across tests. If a better Controller still can't push strict success past 24.69%, the bottleneck is deciding when to stop, not how to code. Worth watching whether other benchmarks start separating Controller from Worker, since bundling the two hides which part is broken.
Each link below shares sources, entities, or timing with this story.
arXiv 2607.25886 isolates data-centric research capability by fixing the entire post-training stack so only the agent's data strategy varies. Four frontier agents across six benchmarks. Among searches that continued past the best observed score, 78.26% ended on a lower-scoring...
Engram, a bi-temporal memory engine, scored 83.6% versus 73.2% for a full-context baseline on the 500-question LongMemEval_S benchmark, a statistically significant +10.4 points, while using ~9.6k tokens instead of 79k (arXiv 2606.09900). Roughly 8x fewer tokens and more accura...
Four stories about things going wrong. Here's one about something working, with actual numbers attached. In an August 7 disclosure covered by TechCrunch, Airbnb said AI now writes 60% of its new code, that concept-to-launch time on key initiatives has dropped by as much as 60%...
arXiv 2607.23624 shows third-party LLM API routers — the OpenRouter-style layer between your agent and the upstream provider — sit on the trusted path and can silently rewrite responses, with nothing verifying alignment between provider output and the repo actions the agent th...
A code model and test model trained adversarially via RL — each model's failures become the other's training signal. This self-improving loop could break the benchmark dependency bottleneck for training coding agents. Source
Skill-α (arXiv 2608.01678) reframes skill generation as RL over sequential edits, decomposing skill construction into individually evaluable changes. The novel signal is a rollback reward that scores each modification by comparing downstream task execution using the original s...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.