arXiv論文メモ
新着一覧
cs.CL / cs.MA · 査読状況未確認

中央の調整役なしで最大1024のAIを協調させる

Agensh: Scaling Organizational Intelligence to 1,024 Agents

Zhihao Zhan, Ting Song, Li Dong, Shaohan Huang, Jianxun Lian, Yan Xia, Furu Wei

この論文をやさしく読む

ひとことで言うと

多数のAIが共有作業場とメッセージを使い、自分で仕事を取りに行って協力する仕組みです。中央のAIが全作業を割り振る方式を避け、最大1,024エージェントで評価しています。

何に役立つ?

考えられる用途は、時間制約の厳しい複雑なソフトウェア作業を並行して進めることです。要旨で実測した成果はProgramBenchのテスト通過率と、同等の通過率に達する早さです。

この研究の面白いところ

1から128への増員では、平均通過率が9.47ポイント増え、相対改善が約49%になります。共有文脈と進捗の統合によって、中央の割り当て担当なしに協調が生まれる様子も調べています。

どこまで分かった?

128までの結果は最難関5課題、1,024までの結果はpandocのものです。あらゆる仕事で同じ効果が出るという結果ではなく、総費用や計算資源の増加に対する効率は要旨に示されていません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

マルチエージェントシステムは、作業を並行して実行することで複雑な課題の待ち時間を短縮できる。先駆的な実行基盤のいくつかはマルチエージェントに対応している。しかし、現在の基盤の拡張性は、中央の調整役がタスクを割り当て、作業エージェントを調整する能力によって制約されることが多い。この限界に対処するため、中央の調整役を持たない、拡張可能で自己組織化するマルチエージェント実行基盤Agenshを提案する。 並行して動く作業エージェントは協調ループを実行し、文脈の収集、サブタスクの取得と自己割り当て、行動と発見の共有、結果の検証、進捗の統合を非同期で継続する。このループを支える組織基盤は三つの構成要素からなる。共有ワークスペースは提案中・進行中・完了済みの作業を保持し、メッセージ用インターフェースは作業エージェント間の通信を可能にし、共有文脈は再利用できる発見と作業意図を保持する。 拡張性を検証するため、GPT-5.6-solのhigh設定を用い、ProgramBenchで最も難しい5課題で評価した。エージェントを1から128に増やすと、最終的な平均テスト通過率は19.31%から28.78%へ上昇し、相対的には約49%の改善となった。規模の大きい組織は、同等のテスト通過率にも早く到達する。pandocでは、1から1,024エージェントへの拡大により、最終テスト通過率は33.89%から55.06%へ上昇した。作業エージェントの行動履歴からは、組織の成長とともに、さまざまな形の自己組織的協調が徐々に現れ、定型化することも分かる。これらの結果は、エージェント数がマルチエージェント組織の汎用的な知能の到達範囲を広げる新たな拡張軸になることを示し、厳しい待ち時間や時間予算の制約下で複雑な課題に取り組む実用的な方法を提供する。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-22 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

A multi-agent system can reduce latency on complex tasks by executing work concurrently. Several pioneering harness frameworks support multi-agent systems. However, the scalability of current multi-agent harnesses is often constrained by a central orchestrator's capacity to allocate tasks and coordinate workers. To address this limitation, we introduce Agensh, a scalable self-organized multi-agent harness without a central orchestrator: concurrent workers execute a multi-agent cooperation loop, continuously gathering context, claiming and self-assigning sub-tasks, taking action and sharing findings, verifying results, and merging progress in an asynchronous manner. The loop is supported by the agentic organization infrastructure comprising three components: a shared workspace holds proposed, ongoing, and completed work; a message interface lets workers communicate; and shared context retains reusable findings and work intentions. To test the scalability of Agensh, we evaluate it on the five hardest ProgramBench tasks with GPT-5.6-sol (high). Scaling from 1 to 128 agents raises the mean final test-pass rate from 19.31% to 28.78%, an approximately 49% relative improvement. Larger organizations reach comparable test-pass rates earlier. On pandoc, scaling from 1 to 1,024 agents raises the final test-pass rate from 33.89% to 55.06%. Worker trajectories further show that different forms of self-organized cooperation gradually emerges and standardizes as the organization grows. These results reveal the number of agents as a new scaling dimension for multi-agent organizations to expand the frontier of general intelligence, offering a practical solution for complex tasks under hard latency constraints or time budgets.

著者のコメント

13 pages, 6 figures

arXiv ID: 2609.26781 / 要約の誤りについて