Organisations are rapidly deploying AI agents, which can pursue a goal by taking self-directed actions without human approval at each step, both for internal productivity and in customer-facing roles. Once an organisation has one agent, there is little barrier to having many, and those agents will almost certainly interact — either intentionally because they are instructed to, or incidentally when given independent tasks in the same operating environment.
As AI agents move from isolated agents to multi-agent systems, and those multi-agent systems move from single-organisation deployments to federated and open environments, organisations have progressively less control over the systems their agents are part of, while the failures that occur become more widespread and harder to detect, contain and remediate.
None of the failure modes the report discusses are entirely new. What changes with agents is that they now happen faster, at greater scale, and with fewer opportunities for human oversight to catch and correct them before they compound.
Existing work on AI agent safety has largely focused on ensuring the safety of an individual agent. This report starts from a different premise: a system made up of individually safe and reliable agents is not necessarily a safe and reliable system.
New kinds of failure emerge from the interactions themselves, such as errors that cascade and amplify as they pass between agents, or agents converging on collusive behaviour that nobody instructed. And when those agents belong to different organisations, no single organisation’s controls reach all of them.
What is a multi-agent system?
AI agents plan and execute self-directed actions to achieve human-specified goals. Many agents today are built on large language models (LLMs). They harness the general-purpose capability of these models to interpret a task, reason about how to achieve it, and operate tools.
What makes agents different from other LLM systems is their ability to iterate on these goals and incorporate feedback on their past actions.
This allows the agents to adaptively solve problems by revising plans, learning whether their past actions were effective and reasoning about how to solve the new problems they encounter along the way.
As AI agents become increasingly capable and commercially available, Australian organisations are accordingly looking to adopt and deploy them across a growing number of settings.
Ensuring that a single AI agent is safe and reliable is an important open problem, which is discussed in other publications (see for instance the Careful adoption of agentic AI services co-authored by Australian Signals Directorate).
Increasingly, however, agents are not acting in isolation on behalf of a single user or organisation, but interacting with other agents. Those agents are potentially acting on behalf of different parties entirely.
When agents start coordinating with, or adapting to the behaviour of other agents, they form a multi-agent system. The system can exhibit collective behaviours that no individual agent's design fully predicts, because each agent's decisions are conditioned on, or influenced by, the decisions of others.