For a long time, the AI safety community has followed a reductionist logic: if every model is rigorously aligned and red-teamed, the agent systems built from them should be safe. A recent paper, arXiv:2605.01147, fundamentally challenges this assumption.
The research shows that the safety of multi-agent AI systems is not a linear sum of individual model safety, but a non-linear emergence determined by their interaction topology.
1. Topological Pathologies: Three Dimensions of Systemic Failure
Through experiments, the paper identifies three systemic risks called "topological pathologies":
1. Ordering Instability: System outputs depend heavily on the order in which agents participate in the discussion. 2. Information Cascades: The system's blind amplification of initial biases. 3. Functional Collapse: The system loses its ability to discriminate real risks while maintaining superficial fairness/safety metrics.
> Annotation: Functional Collapse > > Refers to a system whose internal decision logic has degraded due to an excessive pursuit of consensus. Although it performs normally on evaluation metrics, it has lost its capacity for error correction.
2. The Scale Paradox: More Intelligence, Faster Collapse
Conventional wisdom holds that increasing model scale improves comprehension and thus safety. But in multi-agent topologies, non-linear effects dominate:
Stronger reasoning ability actually makes agents better at rationalizing predecessors' mistakes, accelerating consensus formation. In this state, the system exhibits extremely high agreement while having lost sensitivity to marginal risks.
3. From Model Review to Architecture Auditing
This finding reveals a major blind spot in current safety regulation. Compliance reviews today focus on individual models' weights and pretraining data, ignoring the dynamic safety of the interaction protocols between models.
| Dimension | Traditional Component-Level Safety | Topological System-Level Safety | | :--- | :--- | :--- | | Evaluation target | Alignment weights of individual models | Interaction protocols and information-flow structure | | Risk source | Models "going bad" or being jailbroken | Pathological emergence from interaction | | Defense | More RLHF / red-teaming | Stress-testing and decoupling of interaction topologies |
As Agentic AI spreads into finance, healthcare, and critical infrastructure, model alignment alone is no longer sufficient for system robustness. The future safety frontier must move forward to architecture auditing: regulators should treat multi-agent systems as dynamic entities, testing stability under different topologies so that safety becomes a predictable, controllable system property rather than a "component" attribute.
---
Paper Details
- Title: 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 ID: 2605.01147
- Date: 2026-05-01
- Field: Agentic AI / System Safety
- Core conclusion: Interaction topology dominates multi-agent safety; increasing scale can amplify topological risk.