Preprint
Large Language Models

Self-Organizing LLM Agents

Victoria Dochkina
March 30, 2026arXiv.org

0

Citations

0

Influential Citations

arXiv.org

Venue

2026

Year

Abstract

How much autonomy can multi-agent LLM systems sustain -- and what enables it? We present a 25,000-task computational experiment spanning 8 models, 4--256 agents, and 8 coordination protocols ranging from externally imposed hierarchy to emergent self-organization. We observe that autonomous behavior already emerges in current LLM agents: given minimal structural scaffolding (fixed ordering), agents spontaneously invent specialized roles, voluntarily abstain from tasks outside their competence, and form shallow hierarchies -- without any pre-assigned roles or external design. A hybrid protocol (Sequential) that enables this autonomy outperforms centralized coordination by 14% (p<0.001), with a 44% quality spread between protocols (Cohen's d=1.86, p<0.0001). The degree of emergent autonomy scales with model capability: strong models self-organize effectively, while models below a capability threshold still benefit from rigid structure -- suggesting that as foundation models improve, the scope for autonomous coordination will expand. The system scales sub-linearly to 256 agents without quality degradation (p=0.61), producing 5,006 unique roles from just 8 agents. Results replicate across closed- and open-source models, with open-source achieving 95% of closed-source quality at 24x lower cost. The practical implication: give agents a mission, a protocol, and a capable model -- not a pre-assigned role.

Analysis

Why This Paper Matters

This paper tackles a fundamental question in multi-agent LLM systems: how much autonomy can these systems sustain, and what enables it? The finding that LLM agents spontaneously self-organize into specialized roles and hierarchies without any pre-assignment is a significant departure from traditional multi-agent design, which often relies on rigid, externally imposed structures. The practical implication—that practitioners should give agents a mission, a protocol, and a capable model rather than pre-assigned roles—could reshape how we build scalable, cost-effective AI systems.

The scale of the experiment (25,000 tasks, 8 models, up to 256 agents) provides robust evidence that emergent autonomy is not a fluke but a reproducible phenomenon across both closed- and open-source models. The 14% performance improvement of the hybrid Sequential protocol over centralized coordination, combined with the 44% quality spread between protocols, underscores that protocol choice is a critical design lever. The sub-linear scaling to 256 agents without quality degradation (p=0.61) suggests that these systems can handle large-scale deployments efficiently.

Technical Contributions

  • Emergent Role Specialization: Agents spontaneously invent specialized roles and voluntarily abstain from tasks outside their competence, forming shallow hierarchies without any pre-assigned roles or external design.
  • Hybrid Coordination Protocol: The Sequential protocol, which enables autonomy, outperforms centralized coordination by 14% (p<0.001) with a large effect size (Cohen's d=1.86, p<0.0001).
  • Capability-Dependent Autonomy: Strong models self-organize effectively, while models below a capability threshold still benefit from rigid structure, suggesting that as foundation models improve, autonomous coordination will expand.
  • Scalability: The system scales sub-linearly to 256 agents without quality degradation (p=0.61), producing 5,006 unique roles from just 8 agents.
  • Cross-Model Replication: Results replicate across closed- and open-source models, with open-source achieving 95% of closed-source quality at 24x lower cost.

Results

The key quantitative results are: (1) The hybrid Sequential protocol outperforms centralized coordination by 14% (p<0.001). (2) There is a 44% quality spread between the best and worst coordination protocols (Cohen's d=1.86, p<0.0001). (3) The system scales to 256 agents without quality degradation (p=0.61). (4) From just 8 agents, the system produces 5,006 unique roles. (5) Open-source models achieve 95% of closed-source quality at 24x lower cost. These metrics are derived from a 25,000-task computational experiment spanning 8 models and 8 coordination protocols.

Significance

This work has broad implications for the design of multi-agent AI systems. It challenges the prevailing assumption that effective coordination requires extensive top-down design, instead showing that minimal scaffolding can unlock powerful emergent behaviors. The finding that open-source models can achieve near-parity with closed-source models at a fraction of the cost democratizes access to high-performance multi-agent systems. As foundation models continue to improve, the scope for autonomous coordination will likely expand, potentially leading to more adaptive, scalable, and cost-effective AI deployments in real-world applications such as robotics, software engineering, and scientific discovery.