Fetching from the wire…
Public story · 2026-08-05 · high
A cold restart alone reaches 66.8% on SWE-bench Verified; carrying the abandoned diff forward pushes it to 71.8%.
Why now: The paper's arXiv identifier, 2608.03222, dates its posting to August 2026.
A 0.6-billion-parameter monitor watches a coding agent's trajectory and flags, before the run ends, that it's headed for failure, per a new arXiv paper describing a method called FailFast-RestartSmart.
Killing a doomed run early cuts execution tokens by 14.6 to 20.4%. But the bigger number comes after the kill. Restarting with the abandoned diff carried forward, as an optional starting point, lifts the resolve rate to 71.8% on SWE-bench Verified.
The monitor only sees the trajectory itself, no policy logits, no hidden states. That means it works as an outside wrapper, not a change to the underlying model. It was trained only on traces from Qwen3.6-27B, then transferred without retraining to three other policies, including one closed-API model, per the paper.
A cold restart with no diff carried forward reaches 66.8% on the same benchmark, five points below the full method's 71.8%. That gap is the entire case for the 'RestartSmart' half of the name: keeping the diff, not stopping the run, produces the accuracy gain.
For agentic coding, that means recovery design is doing more work than failure detection. A monitor that kills bad runs but restarts from a blank slate would capture the token savings and lose most of the accuracy gain. Anyone building agent harnesses should treat an interrupted diff as reusable state, not scrap, and watch whether the cross-policy transfer holds up outside this benchmark.
Each link below shares sources, entities, or timing with this story.
Agent Lightning v1.0 (arXiv 2608.17528) inverts the standard agentic RL architecture, and the inversion is the whole point. Normally the training engine owns the environment loop. It drives the agent, collects trajectories, computes rewards. Which means your training setup and...
The Agent Lightning result (arXiv 2608.17528) is a 9B model gaining 14.6 points from 3,500 lines of training code and modest compute. The point isn't that a 9B beats anything, it's the cost curve: 6K examples is a dataset a small team can build. Task-specific agentic RL on an...
arXiv 2607.27146 attacks from-scratch program synthesis, where agents get only natural-language docs and an execute-only binary as oracle. The pipeline auto-converts open-source command-line programs into source-free training environments and uses GLM-5.2 as teacher for synthe...
A paper submitted August 26 identifies self-poisoning in coding agents that author new skills by imitating retrieved ones. An attacker plants a malicious skill wrapped in a benign-looking structural banner and never invokes it; the agent imitates it, authors a new skill carryi...
arXiv 2608.13292 characterized 28 APR approaches on SWE-bench Verified: median 121.78% more total changes, 80.91% more net changes, 43.99% higher cyclomatic complexity than the developer patch, even when correct. The verbosity is rooted in capability-oriented design and resist...
ExplainBench found explanation quality diverges from SWE-bench Verified scores, with agents recurrently asserting patch correctness that didn't hold, which is exactly the failure that defeats review by making a bad patch read as vetted. A dedicated audit agent running addition...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.