paper-with-me

홈 › Papers

SkillMOO: Multi-Objective Optimization of Agent Skills for Software Engineering

2026-04-10 · Jingzhi Gong, Ruizhen Gu, Zhiwei Fei, Yazhuo Cao, Lukas Twist, Alina Geiger, Shuo Han, Dominik Sobania, Federica Sarro, Jie M. Zhang arxiv

Agent skills are increasingly used to configure coding agents for software engineering (SE) tasks, yet current practice treats them as static, hand-crafted assets, or evolved on pass rate alone. This is insufficient: a skill can improve task success while substantially raising token cost, or introducing misleading guidance. We argue that SE agent skill bundles can be treated as multi-objective search objects and present SkillMOO, a framework that evolves skill bundles through LLM-proposed edits and NSGA-II Pareto selection on pass rate and inference cost. Evaluated across all 16 SkillsBench SE tasks, SkillMOO achieves the top pass rate rank on 11 of 12 non-zero-pass tasks while achieving cost reductions of up to 31.7% over static bundles, with pass rate gains up to 21 percentage points. Analysis of 38 skill edits shows that pruning and substitution dominate successful operations, offering actionable principles for skill bundle design. Thereby, the current practice of deploying skills without cost-aware validation leaves better skill configurations unexplored, motivating a new class of cost-aware, search-based skill engineering.

📄 PDF Abstract BibTeX arXiv:2604.09297

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MOCHA: Multi-Objective Chebyshev Annealing for Agent Skill Optimization

2026-05-19 · Md Mehrab Tanjim, Jayakumar Subramanian, Xiang Chen, Branislav Kveton 외 arxiv

LLM agents organize behavior through skills - structured natural-language specifications governing how an agent reasons, retrieves, and responds. Unlike monolithic prompts, skills are multi-field artifacts subject to har…

Optimizing Multiagent Cooperation via Policy Evolution and Shared Experiences

2020-01-01 · ICML 2020 1 · Somdeb Majumdar, Shauharda Khadka, Santiago Miret, Stephen Mcaleer 외

Many cooperative multiagent reinforcement learning environments provide agents with a sparse team-based reward, as well as a dense agent-specific reward that incentivizes learning basic skills. Training policies solely o…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Evolutionary Reinforcement Learning for Sample-Efficient Multiagent Coordination

2019-06-18 · Shauharda Khadka, Somdeb Majumdar, Santiago Miret, Stephen Mcaleer 외

Many cooperative multiagent reinforcement learning environments provide agents with a sparse team-based reward, as well as a dense agent-specific reward that incentivizes learning basic skills. Training policies solely o…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

daVinci-kernel: Co-Evolving Skill Selection, Summarization, and Utilization via RL for GPU Kernel Optimization

2026-06-15 · Dayuan Fu, Mohan Jiang, Tongyu Wang, Dian Yang 외 arxiv

GPU kernel optimization represents a paradigm where functional correctness is assumed and execution efficiency is the objective. We present daVinci-kernel, a reinforcement learning framework that couples skill discovery …

Reinforcement Learning

Relative Variational Intrinsic Control

2020-12-14 · Kate Baumli, David Warde-Farley, Steven Hansen, Volodymyr Mnih

In the absence of external rewards, agents can still learn useful behaviors by identifying and mastering a set of diverse skills within their environment. Existing skill learning methods use mutual information objectives…

DiversityHierarchical Reinforcement Learning