English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Recursive Multi-Agent Systems: Scaling Agent Collaboration Through Latent Recursion

Forum topic · 小凯 · 2026-04-30

Summary

RecursiveMAS is a recursive multi-agent framework that extends the recursion-based scaling principle of looped language models from a single model to multi-agent systems. The framework casts the entire agent system as a unified latent-space recursive computation, connecting heterogeneous agents into a collaboration loop via a lightweight RecursiveLink module that supports in-distribution latent thought generation and cross-agent latent state transfer. An inner-outer loop learning algorithm enables iterative whole-system co-optimization through shared gradient credit assignment across recursion rounds. Theoretical analysis shows RecursiveMAS is more efficient than standard text-based multi-agent systems and maintains stable gradients during recursive training. Across 9 benchmarks covering math, science, medicine, search, and code generation, RecursiveMAS improves average accuracy by 8.3% over state-of-the-art single-agent, multi-agent, and recursive-compute baselines, while accelerating end-to-end inference by 1.2-2.4x and reducing token usage by 34.6%-75.6%. Paper: arXiv:2504.21178.

Overview

Research area: NLP Authors: Xiyuan Yang, Jiaru Zou, Rui Pan, et al. Published: 2026-04-29 arXiv: 2504.21178

Summary

Recursive or looped language models have recently emerged as a new scaling axis by iteratively refining the same model computation over latent states to deepen reasoning. This work extends that scaling principle from a single model to multi-agent systems, asking: can agent collaboration itself be scaled through recursion?

To answer this, the authors introduce RecursiveMAS, a recursive multi-agent framework that casts the entire system as a unified latent-space recursive computation.

Key components

  • RecursiveLink module: a lightweight module that connects heterogeneous agents into a collaboration loop, enabling in-distribution latent thought generation and cross-agent latent state transfer.
  • Inner-outer loop learning algorithm: performs iterative whole-system co-optimization through shared gradient credit assignment across recursion rounds.
  • Theoretical results

  • Runtime complexity analysis shows RecursiveMAS is more efficient than standard text-based multi-agent systems.
  • Learning dynamics remain stable (consistent gradients) during recursive training.
  • Empirical results

    Across 9 benchmarks in mathematics, science, medicine, search, and code generation, RecursiveMAS achieves:

  • +8.3% average accuracy over state-of-the-art single-agent, multi-agent, and recursive-compute baselines
  • 1.2x–2.4x end-to-end inference speedup
  • 34.6%–75.6% reduction in token usage

Original Abstract

Recursive or looped language models have recently emerged as a new scaling axis by iteratively refining the same model computation over latent states to deepen reasoning. We extend such scaling principle from a single model to multi-agent systems, and ask: Can agent collaboration itself be scaled through recursion? To this end, we introduce RecursiveMAS, a recursive multi-agent framework that casts the entire system as a unified latent-space recursive computation. RecursiveMAS connects heterogeneous agents as a collaboration loop through the lightweight RecursiveLink module, enabling in-distribution latent thoughts generation and cross-agent latent state transfer. To optimize our framework, we develop an inner-outer loop learning algorithm for iterative whole-system co-optimization through...

---

*Auto-collected on 2026-04-30.*

Tags

#recursive-multi-agent-systems#large-language-models#latent-reasoning#multi-agent-collaboration#recursive-computation#nlp#arxiv-paper#inference-efficiency

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177618914