Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DarkForest: Less Talk, Higher Accuracy for Multi-Agent LLMs

About

Multi-agent LLM systems improve reasoning by combining outputs from multiple agents, but interaction-heavy methods can introduce error propagation and high communication overhead. When agents exchange raw responses or reasoning traces, incorrect intermediate reasoning may be adopted and amplified, leading to confident but wrong consensus; multi-round communication also increases token consumption, latency, and inference cost. In this paper, we propose a controlled-communication coordination framework named DarkForest. DarkForest first keeps agents independent, so each agent produces an answer without seeing the others' outputs. It then parses the raw responses into structured candidate records, groups semantically equivalent candidates into clusters, and estimates a calibrated belief distribution over these clusters using agent reliability, confidence, parse quality, support-pattern reliability, and independence corrections. A coordinator receives only policy-permitted evidence from this belief state with controlled communication. Experiments on six reasoning benchmarks show that DarkForest achieves leading overall quality, improves the strongest baseline by up to 30.7\% on benchmark metrics, and reduces token consumption by up to $6.5\times$ compared with communication-heavy baselines.

Yi Li, Songtao Wei, Dongming Jiang, Zhichun Guo, Qiannan Li, Bingzhe Li• 2026

Related benchmarks

TaskDatasetResultRank
Graduate-level Question AnsweringGPQA
Accuracy39.9
215
Financial ReasoningFinQA--
69
General Knowledge Question AnsweringMMLU-Pro
Accuracy58.38
29
Mathematical ReasoningMATH
Exact Match76.8
8
Legal ReasoningLegalBench
Exact Match68
8
Showing 5 of 5 rows

Other info

GitHub

Follow for update