ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
LLM agents increasingly adapt to recurring tasks by accumulating procedural knowledge in skills. These skills are lightweight, reusable textual artifacts that are loaded into the agent's context without weight updates. Recent methods refine skills through iterative task execution, failure diagnosis, and trajectory-guided text-space updates. However, existing frameworks lack explicit diagnosis--outcome feedback and treat deletion as a generic edit operation rather than a dedicated mechanism for consolidating accumulated knowledge. We introduce SkillProx, a proximal-gradient-inspired forward--backward framework that couples closed-loop diagnostic evolution with utility-aware proximal refinement. Motivated by a composite objective balancing task loss and skill complexity, the forward stage re-executes diagnosis-driven edits on the same task batch, rolls back regressions, and feeds measured outcomes into subsequent diagnoses. The backward stage decomposes the resulting skill into auditable knowledge units, estimates their contributions using a frozen leave-one-out utility audit, and applies validation-gated consolidation, demotion, or removal. Experiments on in-distribution and out-of-distribution benchmarks across multiple backbone LLMs show that SkillProx improves average accuracy by 3.0 percentage points over the strongest gradient-based baseline. Component ablations demonstrate the complementary effects of closed-loop diagnosis and proximal refinement.
LLM agents are increasingly used for recurring tasks, and the ability to accumulate procedural knowledge in the form of skills is crucial for efficiency and adaptability. Existing skill refinement methods rely on iterative execution and failure diagnosis but lack explicit outcome feedback and treat deletion as a generic edit. SkillProx addresses these gaps by introducing a proximal-gradient-inspired framework that couples closed-loop diagnostic evolution with utility-aware proximal refinement. This is significant because it provides a more principled and effective approach to skill learning, potentially improving agent performance in both in-distribution and out-of-distribution settings.
The paper's motivation is grounded in a composite objective that balances task loss and skill complexity, which is a novel perspective in the context of skill learning. By framing skill updates as a proximal gradient descent problem, SkillProx offers a theoretical foundation that is often missing in heuristic-based methods. This could inspire further research into optimization-inspired techniques for agent skill management.
SkillProx was evaluated on in-distribution and out-of-distribution benchmarks across multiple backbone LLMs. The main result is an average accuracy improvement of 3.0 percentage points over the strongest gradient-based baseline. Component ablations demonstrate that both closed-loop diagnosis and proximal refinement contribute complementary benefits, indicating that each component is essential for the overall performance gain. The consistency across different backbones and benchmarks suggests robustness of the approach.
SkillProx represents a step forward in making LLM agents more self-sufficient and adaptive. By providing a principled framework for skill evolution, it reduces the need for manual intervention and enables agents to continuously improve their procedural knowledge. The proximal-gradient inspiration could bridge the gap between optimization theory and agent skill learning, opening new avenues for research. The explicit handling of skill complexity and utility-based deletion also addresses practical concerns about skill bloat and relevance. As agents are deployed in more dynamic and long-horizon tasks, methods like SkillProx will be crucial for maintaining performance and efficiency.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba