次回の更新記事:AIエージェントで論文内容を再現するワークフロー(…(公開予定日:2026年04月30日)
AIDB Daily Papers

SkillMOO:ソフトウェアエンジニアリング向けエージェントスキルの多目的最適化

原題: SkillMOO: Multi-Objective Optimization of Agent Skills for Software Engineering
著者: Jingzhi Gong, Ruizhen Gu, Zhiwei Fei, Yazhuo Cao, Lukas Twist, Alina Geiger, Shuo Han, Dominik Sobania, Federica Sarro, Jie M. Zhang
公開日: 2026-04-10 | 分野: LLM 機械学習 AI エージェント 最適化 自動化 プログラミング 深層学習 ソフトウェアエンジニアリング コード生成

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • LLMコーディングエージェント向けに、モジュール化されたタスク固有のガイダンスを提供するエージェントスキルを対象とする研究。
  • 成功率、コスト、実行時間のバランスを手動で調整する負担を軽減する、自動進化フレームワークSkillMOOを提案し、最適化の効率化を図る。
  • SkillsBenchのソフトウェアエンジニアリングタスクで、SkillMOOは成功率を最大131%向上させ、コストを最大32%削減することに成功した。

Abstract

Agent skills provide modular, task-specific guidance for LLM- based coding agents, but manually tuning skill bundles to balance success rate, cost, and runtime is expensive and fragile. We present SkillMOO, a multi-objective optimization framework that automatically evolves skill bundles using LLM-proposed edits and NSGA-II survivor selection: a solver agent evaluates candidate skill bundles on coding tasks and an optimizer agent proposes bundle edits based on failure analysis. On three SkillsBench software engineering tasks, SkillMOO improves pass rate by up to 131% while reducing cost up to 32% relative to the best baseline per task at low optimization overhead. Pattern analysis reveals pruning and substitution as primary drivers of improvement, suggesting effective bundles favor minimal, focused content over accumulated instructions.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事