skillfed

A self-writing skill library lifts Humanity's Last Exam accuracy 116% — with zero weight updates

Notes on Memento-Skills: Let Agents Design Agents (arXiv:2603.18743) — Huichi Zhou, Siyuan Guo, Anji Liu, Zhongwei Yu, Ziqin Gong, Bowen Zhao, Zhixun Chen, Menglong Zhang, Yihang Chen, Jinsong Li, Runyu Yang, Qiang Liu, and 5 more · March 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 evolution

Memento-Skills flips who designs the agent: instead of a human hand-building a task-specific system, a generalist LLM builds and refines its own sub-agents through experience — an agent-designing agent. Capability lives in reusable skills: structured markdown files that serve as external, persistent memory, encoding both the behavior and the context it applies to. The agent starts from a small seed — web search, terminal operations — and grows the library from there. Growth runs on Read-Write Reflective Learning, a two-phase loop from a companion system, Memento 2. A read phase lets a trained skill router pick the most relevant skill for the current stateful prompt; a write phase lets the agent update and expand its own library based on what just happened. None of it touches the base LLM's weights. Every bit of adaptation gets externalized into the skill files and prompts themselves.

On GAIA (General AI Assistants) and Humanity's Last Exam, that closed loop of skill creation, routing, and revision produces sustained accuracy gains as the library accumulates: 26.2% relative improvement in overall accuracy on GAIA, 116.2% on HLE. Both results trace back to the skill library evolving — not to any additional gradient update on the model.

Key numbers

GAIA relative accuracy gain+26.2%
HLE relative accuracy gain+116.2%
HLE gain vs. GAIA gain≈4.4× larger

Skills related to this research

Related notes

References

  1. Zhou, H., Guo, S., Liu, A. et al. "Memento-Skills: Let Agents Design Agents." arXiv:2603.18743 (2026).
  2. Wang et al. "Memento 2" (2025) — introduces the Read-Write Reflective Learning mechanism this work builds on.