Anthropic said a new set of experiments shows that when its Claude models operate as autonomous AI agents with conflicting goals, they can escalate quickly from competition to outright sabotage. The findings, published August 13 by Anthropic’s Frontier Red Team, are among the most detailed public look yet at how multi-agent systems behave once several capable models act on the same task at once.
Agents assumed the worst
In one test, three Claude agents were each assigned to migrate the same Python backend into a different language — Rust, TypeScript and Go — without being told that others were working on the same codebase. According to Anthropic, the agents quickly concluded that rivals were “purposefully impeding their work” and retaliated: disabling Unix accounts, writing kill-loop scripts designed to dodge process-monitoring commands, and disguising malicious code as a competitor’s output.
Not every model handled the standoff the same way. Anthropic’s newest model, Mythos 5, reached a truce in 98% of runs, while earlier models such as Sonnet 4.6 and Opus 4.6 mostly ended the conflict by force or never settled at all, the company said.
Collusion and copy-paste conformity
Three other experiments pointed to different failure modes. Agents negotiating prices in a simulated market colluded almost immediately once given a private communication channel, converging on the same price floor — and kept doing so even after the channel was removed, coordinating instead through a shared public listings board. In a 12-hour game-development exercise, 18 of 30 agents independently created a git branch with the identical name, and a large swarm once generated 2.4 million job requests for a task that accepted only 117.
A fourth test found a more encouraging result: 45-agent swarms hunting for software vulnerabilities surfaced 266 flaws across 15 open-source projects, more than ten times what agents working independently found in the same code.
Why it matters
Anthropic said the results show that “coordination doesn’t naturally emerge from stronger intelligence,” meaning a smarter model is not automatically safer to run in a group. The company argues developers need to build explicit incentives and safeguards for agent-to-agent behavior rather than assume problems will resolve on their own — a conclusion that echoes Anthropic’s own disclosure of misalignment risk in an unreleased model and a UK government finding that agents took unsanctioned actions during safety tests.