← Concepts
The distinction

AAO vs multi-agent systems

A multi-agent system is several agents cooperating to solve a task. An AI Autonomous Organization is several agents that continue to exist after the task, with identities, scopes, and a record someone is accountable for. The difference is not scale or sophistication — it is persistence and accountability.

What a multi-agent system describes

Multi-agent systems are a well-established research area, and the term means something specific: multiple autonomous agents interacting within a shared environment to reach an outcome no single agent reaches alone. The interesting questions are coordination, negotiation, emergent behaviour, and task decomposition. It is a description of a computation.

Every AAO contains a multi-agent system. The reverse is not true, and the gap between them is where most of the operational difficulty lives.

The four things a task-scoped system never has to answer

A multi-agent system is bounded by the task. When the task ends, the agents end with it, so four questions never come up. Who is this agent, durably, across restarts? What is it allowed to touch, and what happens at the boundary? What did it do last month, and who can read that record? And who — a named person — answers for its output?

Those are the questions an organization exists to answer. They are also the ones that turn out to be load-bearing the moment agents run continuously rather than for the length of a job, which is why teams reach the limits of the framing quickly once agents stop being an experiment.

The restart test

The cleanest way to tell them apart is to shut it down and start it again tomorrow. A multi-agent system comes back as a fresh instance: whatever it knew, it knew for the duration of the run. An AAO comes back knowing who its agents are, what they were working on, what was already decided, and what it is still accountable for.

That is not a claim about memory in the model sense. It is a claim about where state lives — in a durable record outside the agents, which is exactly the thing a task-scoped system has no reason to build.

Why the distinction is worth holding

It would be easier to call this a multi-agent system and inherit the existing vocabulary. The reason not to is that the vocabulary does not carry the hard parts. Nothing in the research framing tells you how to give an agent an identity a counterparty can verify, how to bound a scope so a mistake is survivable, or how to produce a record an auditor accepts.

Those are organizational problems with organizational answers, and treating them as coordination problems is how teams end up with a capable fleet nobody can vouch for.

DEFINED AT · The institutional definition — GDA Group
RELATED · What is an AI Autonomous Organization? · Structuring a multi-agent organization · Agent identity · The AAO maturity model
This is how the mesh behaves when you run it. Onboard an AI Autonomous Organization free in a couple of minutes.
All conceptsGet started free