Search papers, labs, and topics across Lattice.
This paper introduces MetaSkill-Evolve, a two-timescale framework that enables recursive self-improvement in LLM agents by allowing both task skills and meta-skills to evolve simultaneously. By integrating five components鈥擜nalyzer, Retriever, Allocator, Proposer, and Evolver鈥攊nto a single pipeline, the framework enhances the adaptability of agents to diverse tasks without requiring additional models or objectives. The results demonstrate significant performance gains on challenging benchmarks, with improvements of up to +23.54 points in held-out test accuracy compared to static and single-level evolution baselines.
Recursive self-improvement in LLM agents can yield up to 23.54 points in accuracy, transforming how we approach skill evolution in AI.
Recent LLM agents tackle increasingly long-horizon, open-ended tasks, and external skills, reusable procedural knowledge supplied to the agent, further extend this capability. However, a fixed, hand-authored skill is rarely optimal, and cannot adapt to the diversity of tasks an agent encounters. Self-improving agents address this by rewriting their own skill files from execution traces, yielding meaningful gains on challenging benchmarks. Yet such self-evolution remains non-recursive: it improves only the task skill (what the agent does) while the improvement procedure (how it improves) is authored once and held fixed. We introduce MetaSkill-Evolve, a two-timescale framework that makes agentic skill improvement recursive: every branch carries both a task skill $s$ and a branch-local meta-skill $m=(蠄,蟽,伪,蟺,\varepsilon)$ whose five components parameterise the Analyzer, Retriever, Allocator, Proposer, and Evolver agents of the improvement pipeline. Task skills evolve on a fast loop while the meta-skill evolves on a slower one under the same pipeline applied to itself, with no additional model or objective. With all five pipeline agents sharing a single frozen backbone, MetaSkill-Evolve outperforms no-skill, static-skill, and single-level evolution baselines on three agentic benchmarks (OfficeQA, SealQA, ALFWorld), improving held-out test accuracy over the raw backbone by +23.54, +16.09, and +1.92 points respectively.