English

Training-Free Agentic AI: Probabilistic Control and Coordination in Multi-Agent LLM Systems

Computation and Language 2026-03-17 v1 Artificial Intelligence Emerging Technologies Multiagent Systems

Abstract

Multi-agent large language model (LLM) systems enable complex, long-horizon reasoning by composing specialized agents, but practical deployment remains hindered by inefficient routing, noisy feedback, and high interaction cost. We introduce REDEREF, a lightweight and training-free controller for multi-agent LLM collaboration that improves routing efficiency during recursive delegation. REDEREF integrates (i) belief-guided delegation via Thompson sampling to prioritize agents with historically positive marginal contributions, (ii) reflection-driven re-routing using a calibrated LLM or programmatic judge, (iii) evidence-based selection rather than output averaging, and (iv) memory-aware priors to reduce cold-start inefficiency. Across multi-agent split-knowledge tasks, we show that while recursive retry alone saturates task success, belief-guided routing reduces token usage by 28%, agent calls by 17%, and time-to-success by 19% compared to random recursive delegation, and adapts gracefully under agent or judge degradation. These results demonstrate that simple, interpretable probabilistic control can meaningfully improve the efficiency and robustness of multi-agent LLM systems without training or fine-tuning.

Keywords

Cite

@article{arxiv.2603.13256,
  title  = {Training-Free Agentic AI: Probabilistic Control and Coordination in Multi-Agent LLM Systems},
  author = {Mohammad Parsa Hosseini and Ankit Shah and Saiyra Qureshi and Alex Huang and Connie Miao and Wei Wei},
  journal= {arXiv preprint arXiv:2603.13256},
  year   = {2026}
}

Comments

under review, 13 pages

R2 v1 2026-07-01T11:18:55.089Z