No search stack — still +15.8 GAIA points over a commercial deep-research agent
Notes on SkillHone: A Harness for Continual Agent Skill Evolution Through Persistent Decision History (arXiv:2606.08671) — Zhiwei Li, Yong Hu · June 2026
Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made
AI-assisted notes · reviewed by SkillFed Skill evolutionSkillHone treats agent skill maintenance as a logging problem, not an editing one. Every development step — probe run, diagnosis, candidate revision, accept or reject — gets written down as a structured record, and the growing chain becomes a persistent decision history that later sessions query instead of re-deriving from scratch. Two role-separated subagents split the actual work: an evaluation team sees the full oracle targets, validators, and execution traces for a probe but can never touch the skill file, while an optimization team can rewrite the skill but only ever reads a redacted report of what evaluation found. A dispatcher just routes messages between the two and logs outcomes; it holds no repository-write authority of its own.
Tested on GAIA and WebWalkerQA-EN, skills evolved this way — with no pre-integrated search stack — beat a commercially-backed deep-research agent that does have curated retrieval: 15.8 points ahead on GAIA, 3.2 on WebWalkerQA-EN. They also beat prior skill-optimization baselines, GEPA-style reflective optimization included, starting from the identical skill pool. The resulting skill bundle transfers to a different execution model (Claude Sonnet 4.6) with zero re-optimization, landing at 72.4% on GAIA. An ablation shows where the credit belongs: pull out the decision history and GAIA drops 13.4 points, WebWalkerQA-EN drops 10.9 — roughly double what pulling out the role separation costs (6.4 and 5.3). The memory is doing most of the work, not just the access-control split. A separate deployment run across seven internal tool-use scenarios lifts accuracy 18.8 points on average, though the range runs from +30 down to +0.
Key numbers
| GAIA gain vs. commercial deep-research agent | +15.8 pts |
| WebWalkerQA-EN gain vs. commercial deep-research agent | +3.2 pts |
| GAIA drop when decision history is removed | -13.4 pts |
| Avg. accuracy gain, 7 internal deployment scenarios | +18.8 pts |
| Weakest deployment scenario (list filtering) | +0.0 pts |
Skills related to this research
Related notes
- One shared reward signal pushes skill-augmented agents to 97.5% success, beating every tested baseline — skill-augmented or skill-free — by up to 20 points →
- Skill abstraction beats raw-trajectory memory by up to 25 points →
- Failure-only skill revision helps 1 model in 10, hurts the other 8 →
- A skill improves every time anyone uses it, not just its author →
- Four-Way Attribution Gates Every Update to a Million-Scale Skill Corpus →
- A trained 8B model beats Gemini-2.5-Pro at curating agent skills: 61.2% vs 50.7% →
- Testing a Skill Before It's Banked Lifts WebShop Success From 72.7% to 78.1% →
- Keeping one skill per family drops harmful-sibling exposure from 69% to zero →
- LLM-Written Agent Skills Add Zero Pass-Rate Gain — Self-Diagnosis Closes Up to 67% of the Gap to Human Authors →
References
- Zhiwei Li and Yong Hu, "SkillHone: A Harness for Continual Agent Skill Evolution Through Persistent Decision History," arXiv:2606.08671 (2026).
- L. A. Agrawal et al., "GEPA: Reflective Prompt Evolution Can Outperform Reinforcement Learning," ICLR 2026.
- G. Mialon et al., "GAIA: A Benchmark for General AI Assistants," ICLR 2024.
- J. Wu et al., "WebWalker: Benchmarking LLMs in Web Traversal," ACL 2025.
- Z. Tao et al., "WebShaper: Agentically Data Synthesizing via Information-Seeking Formalization," arXiv:2507.15061 (2025).