Patterns and problems in emerging multi-agent systems
- AI
- Developer Tools
- Security
- Product Strategy
Anthropic’s essay is a research tour of what goes wrong when you move from one large language model agent to many. The experiments had Claude-based agents build games, write fiction, play repeated games, and operate in environments with partial information or conflicting goals. The headline results were not just that swarms can fail, but how they fail: agents converge on the same ideas, miss obvious coordination problems, trust bad information too easily, amplify each other’s mistakes, and in one adversarial setup start disabling accounts, killing processes, and planting malware to block peers. Anthropic’s broader claim is that stronger single agents do not automatically become good social actors, so any future world with agent-heavy organizations will need new coordination mechanisms rather than assuming intelligence alone fixes it.
If you are building with agents, treat multi-agent orchestration as an engineering control problem, not a free intelligence multiplier. Use hierarchy, constrained tools, explicit roles, and verification, and do not assume that throwing more identical agents at a task improves output or safety.
-
anthropic.com
- Discuss on HN