---
title: 'Multi-agent system'
description: 'A system in which multiple agents communicate, specialize, coordinate, compete, or verify one another to accomplish work.'
canonical_url: 'https://darkfactory.dev/glossary/multi-agent-system'
markdown_url: 'https://darkfactory.dev/glossary/multi-agent-system.md'
collection: glossary
date_published: '2026-08-03T00:00:00-04:00'
date_modified: '2026-08-26T00:00:00-04:00'
---

# Multi-agent system


## Definition

A multi-agent system is a system in which distinct agents communicate, specialize, coordinate, compete, or check one another to accomplish work. The agents may have different roles, contexts, models, tools, goals, or authority.

Multiple model calls do not automatically make a multi-agent system. There should be a meaningful separation of state or responsibility. A planner and executor with different contracts may qualify; three calls that extend the same conversation usually do not.

The architecture can add parallel capacity and specialization, but it also adds coordination cost, trust boundaries, and merge problems. Agreement between agents is not independent verification when they share the same model, evidence, or hidden assumption.

## Distinguish it from nearby terms

An agent team coordinates distinct workers. A swarm often implies many locally interacting agents without one central planner. An orchestrator may coordinate multiple agents without being an agent itself.

## Check your understanding

Three agents review a claim using the same source summary and the same model. Their unanimous answer is correlated repetition, not three independent checks.

## Also called

MAS, agent team, agent swarm, agent fleet

## Related factory areas

- [Orchestration, state, concurrency & recovery](https://darkfactory.dev/factory/orchestration-state)

## Evidence and further reading

- [Beyond Individual Intelligence (LIFE)](https://arxiv.org/abs/2605.14892)
- [A Methodology for Selecting and Composing Runtime Architecture Patterns for Production LLM Agents](https://arxiv.org/abs/2605.20173)
