多代理系统任务分解研究:深度与完整性权衡
Decomposition Buys Integrity, Not Yield
这篇论文用数学模型分析了多代理系统任务分解的效率,特别研究了深度和完整性之间的权衡,对理解多代理系统架构很有参考价值。
研究多代理系统任务分解时,发现当每个代理保留物品的概率为1/b时,无论任务规模和树形结构如何,每个树都能恰好传递一个发现。对于更一般的概率函数Cb^{-δ},深度为k的树在处理N个发现时,其性能为C^k N^{1-δ},表明架构贡献仅限于每层C≤1,因此扁平结构在产出率上最优。在600个生产深度研究轨迹中,δ的估计值为0.34,表明深度带来的收益有限。同时,层级结构也带来对齐成本,在1012个标注的多代理轨迹中,16%的摘要出现偏离目标的情况,导致每层有0.536的惩罚。深度还能降低根节点暴露的物品数量,从N减少到N^{1/k},且生产扁平代理的成本为N^{1.39},而非预测的N^2,在相同预算下,两层结构在处理403个发现时超过扁平结构。
Decomposition Buys Integrity, Not Yield
Multi-agent systems split a task across a tree of agents and justify the split with folklore: smaller contexts, cleaner separation, parallelism. We ask what the split does to how much of what the leaves discover reaches the root. Model a decomposition as a tree in which an agent handed $b$ items keeps any one with probability $r(b)$. If $r(b)=1/b$, every tree delivers exactly one finding, for every task size and every shape; we verify this to $2.4 \times 10^{-15}$ on 20,000 random irregular trees. If $r(b)=Cb^{-δ}$, a depth-$k$ tree over $N$ findings yields $C^k N^{1-δ}$: task size and architecture separate, and architecture contributes only $C \le 1$ per level, so flat is optimal for yield and no arrangement of agents escapes the exponent $δ$. On 600 production deep-research traces $δ= 0.34$ [0.30, 0.38], by three identifications that do not share a failure mode. At a hop where item boundaries come from the tool rather than a text heuristic, and where $b=1$ occurs 550 times, $C = 0.571$ [0.527, 0.615] is observed rather than extrapolated, over 16,082 hops. A tier also costs alignment: on 1,012 annotated multi-agent traces one brief in sixteen goes off-target, giving $μ= 0.939$ and a per-tier penalty $Cμ= 0.536$. Depth is bought on two other axes. The root context is the only state that persists and the only one that cannot cheaply forget, and depth cuts its exposure from $N$ items to $N^{1/k}$. Depth is also cheaper: production flat agents bill as $N^{1.39}$, not the $N^2$ an append-only context predicts, and at equal spend two tiers overtake flat at 403 findings. Across every parameter we measured the model says 0.7% to 11.3% of production sessions are worth delegating, against 7.8% that do. A hazard model on 743,819 production tool calls finds that delegation does not respond to a filling context and is instead an opening move.