次回の更新記事:答えのない問題に取り組むAIエージェントの走らせ方…(公開予定日:2026年07月13日)
AIDB Daily Papers

SwarmResearch:オープンエンドな発見に向けたコーディングエージェントの統率

原題: SwarmResearch: Orchestrating Coding Agents for Open-Ended Discovery
著者: Yuvraj Virk, Zack Edds, Chunqiu Steven Xia, Lingming Zhang
公開日: 2026-07-02 | 分野: 最適化 マルチエージェント コード生成 cs.AI AIエージェント

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

ポイント

  • 単一エージェントの限界を克服するため、統率役と探索役を分けたマルチエージェントシステムを構築した。
  • 複数のブランチで並行探索を行うことで、単一の手法に固執せず多様な解決策を効率的に発見できる。
  • 15タスク中13タスクで既存手法を上回る性能を示し、探索の深さに応じた適応的な並列化の有効性を実証した。

Abstract

Long-running coding agents such as autoresearch can persistently discover optimizations for open-ended problems. However, they tend to converge onto a single high-level approach, then proceed with low-level edits while missing other superior approaches to the problem. We hypothesize two harness-level design choices contribute to this behavior: accumulating context in a single long-running agent and only exposing a single program state to edit. We introduce SwarmResearch, an orchestrator-subagent harness in which a Shepherd Agent uses global context to steer a population of Search Agents, each operating with local context in their respective git branch. On open-ended optimization tasks, SwarmResearch discovers better or comparable solutions to state-of-the-art LLM-guided evolution and multi-agent techniques on 13/15 tasks, driven by higher-level exploration. Compared with fixed scaling of serial and parallel agents, SwarmResearch's orchestrator-guided scaling discovers better-performing solutions by adapting parallelism at different search depths.

Paper AI Chat

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

質問の例:

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

会員登録 / ログイン

関連するAIDB記事