Fetching from the wire…
Public story · 2026-09-20 · high
The method compares failed and successful runs on a graph, edits only the node that caused the failure, and checks the fix before keeping it.
Why now: The paper went up on arXiv September 20.
A paper posted September 20 targets a specific failure mode in AI agents built from skill libraries. Most repair methods edit the library after a failed run with no structured way to trace that failure back to the skill that caused it. The SkillAA paper proposes a graph that represents how skills apply to tasks, how they execute, and how they combine.
The method compares successful and failed executions on that graph and routes the repair to the specific node responsible. It updates only that local structure and leaves the rest of the library alone. Two checks, called Local and Big Gates, screen each change before it's kept.
Using gpt-5.6-sol as the base model, SkillAA reaches 81.5% on SearchQA, 66.7% on LiveMath, and 91.2% on DocVQA. None of that comes from updating model parameters. The gains are entirely from editing the skill graph.
The paper doesn't say how SkillAA compares against simpler repair baselines on the same benchmarks, and it doesn't say what the gating step costs in compute per failed rollout. Those gaps matter for anyone deciding whether the extra structure is worth building.
What the paper does establish is that routing plus gating beats routing alone would, at least on these three benchmarks. Whether that gate cost is worth paying is the open question the numbers don't answer.
Each link below shares sources, entities, or timing with this story.
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...
Rust, created May 14, at 2,643 stars (GitHub). Every run produces checkpoints linking a commit to the session that made it, including prompts, tool calls and reasoning. It runs Claude Code, Codex, its own agent and anything from the ACP registry side by side against one codeba...
Skill self-evolution methods revise skill text from execution feedback, but each oracle evaluation needs a full agent rollout, which confines search to patching whatever just failed (arXiv 2609.15396). SkillLift treats ranking as a smoother supervision target than absolute sco...
Ockhamareto (arXiv 2608.24473) reinforces a unit-test rollout only when it's non-dominated on both mutation-killing and test count, then ties each test's killing power back to specific source tokens. Against MIST-RL that's a 3.4x better per-test trade-off, plus 30 to 35 percen...
ScrambleToolBench strips semantic cues from tool schemas, then injects mapping drift, stochastic failures, and temporal execution windows. Frontier models discover the initial mapping fine but show belief inertia or fall back to exhaustive search under structural change, and i...
Ollama cut v0.34.0-rc1 on September 5 at 23:49 UTC, and the headline item changes the shape of the local-versus-hosted decision rather than the performance of either side: Ollama-hosted open models can be selected directly inside ChatGPT Desktop, with setup driven from the Oll...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.