Overview
For years, the AI safety community has followed a reductionist logic: if every individual model is rigorously aligned and red-teamed, then any agent system built from those models should be safe. A recent position paper, arXiv:2605.01147, challenges this assumption at its root.
The research shows that the safety of multi-agent AI systems is not a linear accumulation of individual model safety, but a nonlinear emergent property determined by their interaction topology.
> Paper: *POSITION: SAFETY AND FAIRNESS IN AGENTIC AI DEPEND ON INTERACTION TOPOLOGY, NOT ON MODEL SCALE OR ALIGNMENT* > Authors: Tanav Singh Bajaj, Nikhil Singh, Karan Anand, Eishkaran Singh > arXiv: 2605.01147 — 2026-05-01
1. Topological Pathologies: Three Dimensions of Systemic Failure
The paper's experiments identify three systemic risks the authors call topological pathologies:
1. Ordering Instability — System output depends heavily on the order in which agents participate in a discussion. 2. Information Cascades — The system blindly amplifies initial biases. 3. Functional Collapse — The system loses the ability to discriminate real risks while maintaining superficially fair/safe metrics.
> Note — Functional Collapse: The system appears normal on evaluation metrics, but its internal decision logic has degraded due to excessive pursuit of consensus, losing its capacity for error correction.
2. The Scale Paradox: Intelligence Accelerates Collapse
Conventional wisdom holds that increasing model scale improves comprehension and thus safety. But in multi-agent topologies, nonlinear effects dominate:
Stronger reasoning can actually make agents better at rationalizing their predecessors' mistakes, accelerating consensus. In this state, the system exhibits very high consistency while losing sensitivity to edge-case risks.
3. From Model Review to Architecture Audits
These findings expose a major blind spot in current safety regulation: compliance reviews focus on single-model weights and pretraining data, while ignoring the dynamic safety of the interaction protocols between models.
| Dimension | Component-Based Safety | Topological System Safety | | :--- | :--- | :--- | | Evaluation target | Individual model alignment weights | Interaction protocols and information flow structure | | Risk source | Models 'going rogue' or being jailbroken | Pathological emergence from interaction | | Defense | More RLHF / red-teaming | Stress-testing and decoupling of interaction topology |
As agentic AI spreads into finance, healthcare, and critical infrastructure, model alignment alone cannot support system robustness. The safety perimeter must move forward to the architecture audit stage: regulators should treat multi-agent systems as dynamical entities and test stability across different topologies, so that safety becomes a predictable, controllable system property rather than a 'component' attribute.