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.
Shared entities / Same source domain / Earlier coverage
Both cover Qwen3, SWE, Verified; reported by the same outlet (arxiv.org); earlier Qwen3 coverage from 2026-07-30.
Shared entities / Same source domain / Shared topic / Earlier coverage
Both cover SWE, Verified; reported by the same outlet (arxiv.org); overlapping topics (agent, failure).
Both cover SWE, Verified; reported by the same outlet (arxiv.org); overlapping topics (agent, diff).
Both cover SWE, Verified; reported by the same outlet (arxiv.org); overlapping topics (agent, cuts).
Shared entities / Earlier coverage / Tension
Both cover Qwen3, SWE, Verified; earlier Qwen3 coverage from 2026-04-23; pushes against this story (versus).
Both cover Qwen3, SWE, Verified; earlier Qwen3 coverage from 2026-03-16; pushes against this story (vs).
Shared entities / Same source domain / Shared topic / Earlier coverage
Both cover SWE, Trained; reported by the same outlet (arxiv.org); overlapping topics (agent, policy).
Shared entities / Same source domain / Earlier coverage / Tension
Both cover Qwen3, SWE; reported by the same outlet (arxiv.org); earlier Qwen3 coverage from 2026-08-04.