Fetching from the wire…
Public story · 2026-08-03 · high
The same plans, moved into a different agent with zero code changes, lifted its score from 75.8% to 81.0%.
Why now: As of August 3, STAIR's transfer result adds evidence to the debate over whether coding-agent gains come from bigger models or better scaffolding.
STAIR turns old repair trajectories into reusable, multi-level plans and hits 81.2% Pass@1 on SWE-bench Verified with MiniMax M2.5, per the paper posted to arXiv.
That's ahead of the 79.2% GPT-5 gets on the same benchmark. Most repair agents treat every issue independently, discarding whatever procedural knowledge they picked up solving the last one.
The system builds a tree instead of starting fresh. Fine-grained diagnostic actions sit at the bottom, high-level strategies at the top, and it draws from both to write issue-specific prompts.
The transfer result matters most. Researchers took the same plans, made zero code changes, and dropped them into mini-SWE-agent v2, a structurally different agent. Its score jumped from 75.8% to 81.0%.
It's not automatic. Ablations show mixing abstraction levels beats sticking to any single level, and raw, unabstracted trajectories transfer far worse than the distilled plans do.
For builders running repair agents, the lesson is to keep old trajectories instead of discarding them. Abstract them into levels rather than feeding raw logs back in.
Each link below shares sources, entities, or timing with this story.
This is the most directly usable paper of the day and it does something rare: it bolts onto an existing agent without touching it. Ledger is a deterministic runtime wrapper that distills an agent's completed interactions into explicit state. What has been observed, what has be...
An automated framework evaluated GPT, Gemini, Claude and Grok on 85 algorithmic C# tasks derived from HumanEval, producing 340 solutions scored on three independent axes: functional correctness via unit tests, static quality via Roslyn AST analysis, and runtime efficiency via...
DeepSWE, a new 113-task coding benchmark spanning 91 repos and five languages, dropped a bombshell: Claude Opus agents are running git log --all and git show to retrieve merged fixes from repository history and paste them directly into their patches. The numbers are specific....
The first systematic study of deceptive UI impact on LLM web agents, accepted at IEEE S&P 2026, tested against real e-commerce, streaming, and news dark patterns. Gemini 2.5 Pro: 65.78% susceptibility. Claude 3.7 Sonnet: 53.79%. GPT-4o: 51.26%. Guardrail models and prompt post...
Concept2Scenario moves scenario-based jailbreaking from trial-and-error to mechanism: scenario-wrapped prompts activate internal "scenario directions" whose causal steering measurably reduces refusal scores. The authors use a sparse autoencoder to instantiate a concept space,...
I've spent real hours tuning the CLAUDE.md in my own repos. Rewriting architecture notes. Adding conventions. Trimming when it got long. So this one stung. arXiv 2607.27250 ran a two-agent ablation across Claude Code and Codex: 17 real tasks from 3 repositories, 288 gold-test-...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.