Fetching from the wire…
Public story · 2026-09-20 · high
Matched procedures cut agent steps in EconWebArena tests, but wrong-task matches at scale erase the gain.
Why now: The paper was new in research coverage as of September 20, 2026.
Researchers behind EconSkills tested a different way for web agents to reuse experience. Instead of replaying full recorded trajectories, they distilled verified EconWebArena runs into parameterized procedures. Each one captures a task's scope, the navigation steps, site-specific guidance, verification checks, and recovery steps for when something goes wrong. Source-specific values get swapped for placeholders, so a skill built on one task can transfer to a similar one.
Anyone building an agent for repeat web tasks has to decide how it stores experience. Raw logs, or something more compressed.
In a controlled transfer test, matched skills beat prompting with no skill at all. They also used fewer steps on the tasks where both approaches succeeded. When the agent finds the right skill for the job, it finishes faster.
The catch shows up at library scale. Once the library grows large, retrieval has to pick among many candidates. Performance then drops back to about the same level as the no-skill baseline. Approximate matches on tasks the library doesn't cover offset the gains that correctly matched skills produce elsewhere.
The paper doesn't say how large a library has to get before the failure kicks in. It also doesn't specify what a coverage-aware retriever would look like in practice.
Each link below shares sources, entities, or timing with this story.
Two numbers from this paper should change what you do with your .claude/skills directory this week. First: 65.7% of the benefit from agent skills comes from procedural anchoring. Explicit knowledge injection accounts for 4.5%. Second: expand the skill pool from 5 items to 100,...
The failure they target is specific and under-discussed: a cached error page or a negative price returns in the *expected schema* and gets consumed as fact, unlike a timeout the agent can see. Outcome Monitors check results against contracts mined from task-disjoint traces or...
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...
Deployed harnesses preload every skill's metadata into context, which disperses attention and caps library size; retrieval pipelines move selection out of context and out of the agent's capability at the same time (arXiv 2609.15982). Gavel trains two linear maps to read mid-la...
AutoTuneBench characterizes four failure modes from a four-day corpus of 619 model calls where agents tuned GPU kernels in a propose-measure-keep loop: strawman baselines manufacture speedups, absolute times don't transfer across machines, saturated tasks nullify comparisons,...
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...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.