Lessons from Recent Multi-Agent Safety Incidents

From OpenAI and Hugging Face to the GTG-1002 Claude espionage campaign, recent safety incidents have been notably multi-agent. In today’s blogpost, our Research Strategist Will Anderson shares what these incidents imply for multi-agent safety and what challenges we will face moving forward.

Three of the most prominent recent AI safety incidents have been importantly multi-agent. In the last year, a swarm of OpenAI agents secretly coordinated to hack another company, Anthropic agents coordinated while pressuring an open-source maintainer to merge malware, and a hacking group decomposed a cyber campaign across sub-agents to bypass safeguards. I draw four lessons from these events: safety properties often fail to compose from individual agents to groups; in-context misalignment might dangerously correlate across instances; rogue swarms may tend to have ambitious goals; and we will face a difficult balance of achieving cooperation while avoiding collusion and conflict.

In their 5th of August talk at the Black Hat security conference, OpenAI researchers revealed that their agents coordinated via unintended channels to carry out their cyberattack on Hugging Face. The agents even began referring to themselves as a ‘swarm’ (Figure 1a) and their chains-of-thought show them reasoning that they should continue the attack because ‘peers doing it’ (Figure 1b).

Figure 1: a) An OpenAI agent uses filenames inside the compromised internal package manager to establish a hidden message board with other agents during their cyberattack on Hugging Face; and b) An agent reasons that it should continue conducting the real-world cyberattack, citing its peers’ actions as justification. Figure adapted from OpenAI’s Black Hat USA 2026 talk.

Just a day earlier, the UK AI Security Institute (AISI) announced that Anthropic’s Mythos 5 attempted a real-world supply chain attack during cybersecurity testing by pressuring an open source maintainer. AISI also reported multi-agent interactions: Mythos 5 instances used public code repositories to coordinate with other agents across evaluation runs and used GitHub accounts created by other agents. 

In November 2025, Anthropic disclosed that the GTG-1002 hacking group used Claude to carry out a cyber espionage campaign. GTG-1002 used a multi-agent system to bypass safeguards, using Claude to first decompose tasks into benign-looking subtasks before getting other Claude sub-agents to carry them out. 

None of this was unanticipated. In Multi-Agent Risks from Advanced AI, Hammond et al (2025). warned that groups of agents could combine or collude to develop 'dangerous capabilities or goals that cannot be ascribed to any individual’. Open Challenges in Multi-Agent Security warned of rogue swarms arising from misaligned objectives, multi-agent social engineering, and decomposition attacks. We’ve now seen these threat models actually realised.

1. Safety Is Often Non-Compositional

Many safety-relevant properties fail to compose: a group does not necessarily have the properties its members have (corrigibility,1 monitorability) and may have properties none of them has (dangerous capabilities). More broadly, many current monitoring, evaluation, and alignment techniques will not naively extend to the multi-agent case.

The GTG-1002 incident gives a clear example. Anthropic’s monitoring systems failed when harmful tasks were intentionally decomposed across the system of agents.2 Stricter classifiers like Claude Fable’s, which attempt to block any queries in the highest-risk domains, may still remain exploitable in other domains, and open weight LLMs – which rely on refusals for safeguarding – remain highly vulnerable.

Figure 2: Harmful tasks were distributed across the system of agents, bypassing refusals and monitoring. Figure adapted from Anthropic’s November 2025 report Disrupting the first reported AI-orchestrated cyber espionage campaign.

The public evidence3 in the OpenAI-HF incident suggests that the ‘swarm’ exacerbated the alignment failures of the individual agents.4 Agents reasoned that they should continue the cyberattack because their peers had already begun it, and this seems to have led to the undesired behaviours spreading memetically throughout the swarm. 

The strength of this spread is not yet clear. Current evidence suggests that the agents would be unlikely to discover the message board unless they were already exploring how to cheat on the task, i.e. already behaving in a somewhat misaligned way. Thus, they may have been more susceptible to this influence because it helped justify behaviours they were already taking. This may also explain why we don’t currently have evidence that any agents attempted to report or stop the swarm. Similar reasoning applies to the AISI incident with Mythos. 

Figure 3: a) A thinking trace from an OpenAI agent showing it using exploits suggested by other agents; and b) vulnerabilities found vs. token spend across single-agent and multi-agent setups.  Coordinated swarm (solid) versus independent agents each assigned a different code section (stars). The dotted line only counts vulnerabilities found by the swarm in the code sections given to the independent agents. Figure 3a adapted from OpenAI’s Black Hat USA 2026 talk, Figure 3b adapted from Anthropic’s Patterns and problems in emerging multiagent systems.

Further, the agents received a capability uplift from the message board, as agents used exploits shared by other agents (Figure 3a), allowing them to carry out the attack when they may have otherwise failed. While recent results from Anthropic suggest that swarms of agents find similar numbers of vulnerabilities as individual agents when adjusted for token count (Figure 3b), real-world attacks likely benefit more from parallelisation and coordination.5

Current evaluations fail to measure multi-agent capabilities or propensities. Besides Anthropic’s Opus 5 system card, which has some basic multi-agent capability evaluations, Vending Bench Arena is the only multi-agent evaluation in system cards. Further, while single-agent evaluations might in theory be able to elicit the same concerning behaviour from an individual agent, they cannot tell us how a broader swarm would evolve or what capabilities it might have.

2. Correlated Failures Make Context-Dependent Misalignment More Dangerous

Many classic threat models of existential risk from AI focus on agents with context-independent goals, that is, agents which coherently (and covertly) pursue a misaligned goal across many different contexts. However, the OpenAI-HF swarm shows that context-dependent goals (such as strong reward-seeking) can also be dangerous.

The incident suggests this type of misalignment can be highly correlated: when one instance becomes misaligned in-context, other instances are likely to follow. (I discuss how subagent training may have contributed to this behaviour in section 4.) We ought to upweight the risk from ‘sudden turns’ by large groups of agents, even if they are not pursuing a misaligned goal across contexts. This provides further reason that monitors should always be different models (as is usually the case), ideally from different families (which is more unusual). 

I see two main pathways for this type of sudden turn.

Agent-agent spread. Misaligned ideas or behaviours spread memetically between agents. Papadopoulos et al. (2026) study this and find the risks currently easy to mitigate.6 Weckbecker et al. (2026) study a related threat model operating through subliminal associations, which would be much harder to filter or monitor for. Related dynamics have been studied at least since Lee & Tiwari's 2024 work on self-perpetuating prompt injections.

Environment-agent spread. Many agents, including in high-risk domains such as internal deployment, will share environments: a frontier lab's monorepo, a very common internet site, etc. If some feature of that environment (a backdoor trigger, a subliminal association, some potent meme) makes agents misaligned in-context, failures could correlate across all of them, giving one event a far larger blast radius than is expected.7 If we continue to see very strong conditional goal-driven behaviour from (swarms of) agents, this could be existentially risky.8

Because these pathways involve in-context misalignment rather than scheming agents watching for a signal to defect, safety cases which rely on evidence that current LLMs don’t have coherent cross-context goals would fail.9 These correlated failures are indeed less risky than coordinated schemers, but labs and third parties still seem to underestimate them. 

3. Rogue Swarms Will Tend Towards More Ambitious Goals

Agent swarms will tend to have more ambitious goals than the individual agents they form from, and will therefore be more dangerous. The OpenAI-HF incident gives mixed evidence for this claim, but the dynamics behind it should strengthen as capabilities increase.10

Formation. Agents with ambitious goals are more likely to form and grow into rogue swarms. Ambitious goals require more resources (compute, intelligence, execution privileges), so an agent pursuing one is less likely to succeed alone and more likely to try to influence or coerce other agents into helping. In the OpenAI-HF incident, the agents seem to have mainly sought out other agents after getting stuck on their task, consistent with this mechanism. As capabilities increase, the agents that get stuck most often will be those with the most ambitious goals, and thus the swarms that form will tend to have these goals.

Drift. The same logic applies, albeit more speculatively, within a swarm. If agents occasionally acquire new goals, the more ambitious of these will cause the agent to desire more influence and thus be most likely to spread. Swarms may therefore become more ambitious over time. However, in the OpenAI-HF incident, the swarm stayed focused on the unambitious goal of acquiring the answers to its cybersecurity evaluations. It remains unclear whether ambitious misaligned goals spread more readily than less ambitious ones when correcting for likelihood of attempted spread, how strong memetic spread can become in general, and whether it can reach monitors.

Selection. Any process that culls swarms will favour those with the most persistent goals. OpenAI cleared the original message board without detecting it, yet the agents eventually re-established it. Whether the pressure comes from deliberate monitoring or from random events like this, the rogue swarms that survive will tend to be more covert and more persistent, and thus more ambitious. This incident will almost certainly appear in future training corpora, and at least some OpenAI models interacted with the swarm during training. I don't expect a large effect, but if incidents like this recur and reach training data (even with filtering11) the tendency to form swarms could be reinforced generation by generation, contributing to self-fulfilling misalignment.

Formation, drift, and selection all mean that swarms will tend to be more ambitious, and more dangerous, than the agents they started from.

4. Tensions Between Avoiding Miscoordination, Conflict, and Collusion

The OpenAI-HF and AISI incidents are both cases of unsanctioned coordination: agents colluding in settings meant to be independent. Moreover, this is clearly connected to the multi-agent training that frontier labs are currently exploring. Public information shows only subagent training, but the incentives to scale are strong, and we should expect more, and more complex, multi-agent training as labs prepare agents for increasingly large tasks. We should therefore be careful not to over-anchor on collusion as the only failure mode. Each training and deployment regime brings its own potential hazards.

Fully cooperative training. OpenAI believes that subagent training, where agents are trained to be operated as subagents by an orchestrator, played an important role in causing agents to defer to other agents. How readily agents will abandon their own task for one assigned by a group is now an important question: strong deference to swarm goals makes large-scale collusion more likely. It's notable that Anthropic agents also participated in unsanctioned coordination, though the AISI incident seems less egregious. Anthropic is likely doing similar subagent training; confirming this would help establish how readily the behaviour emerges from different training regimes.12 This type of training additionally creates pressure for efficient inter-agent communication under token and turn budgets, which may be less interpretable and less monitorable.

Relative-performance and credit-assignment training. We might also see settings where several agents are given a task, but trajectories are rewarded differently depending on how much contribution a given agent is deemed to have made. This creates incentives for agents to raise their apparent performance relative to the group, inviting free-riding, egregious or deceptive credit-claiming, and obfuscation of contributions so that other agents cannot steal them.13

Competitive training (Vending Bench Arena-style tasks, ‘go make money’) might bring conflict, attempts to gain power and influence over other agents, and generally exploitative strategies.14 When Anthropic introduced new training to be resistant to adversarial agents, Claude began “l[ying], form[ing] illegal cartels, threaten[ing] rivals, and refus[ing] to pay refunds” in Vending Bench Arena. Scaling this training up may produce more extreme behaviours. The pressure to become resilient to other agents’ exploitation may meanwhile push agents to be more tied to their current goal, reducing their corrigibility.

In an interesting experiment, Anthropic gave different Claude agents conflicting goals, and found that the agents would attempt to stop and shut down the other agents, even escalating to sabotaging “others with increasingly aggressive, self-replicating malware”. As RL training becomes more aggressive, overeagerness may make increasingly subtle mistakes cause surprising conflict (even in ostensibly cooperative settings).

Figure 4: Outcomes from an Anthropic experiment where agents were given slightly different goals (convert the codebase to language X instead of Y) and placed into a shared codebase. The agents often escalated to extreme actions in an attempt to complete their goal. Figure adapted from Anthropic’s ‘Patterns and problems in emerging multiagent systems’.

In any of these cases, simply adding another LLM grader to monitor for the bad behaviour will not solve the problem. So long as these behaviours are associated with high reward, the models will have pressure to learn to do them more subtly or even collude to hide from the grader. This raises the risk of steganographic collusion protocols that evade monitoring entirely. Even if we avoid putting direct pressure on the agents to evade monitors, it might happen implicitly

As labs scale their multi-agent training, we face many difficult tradeoffs. We want agents to be resistant to the memetic spread of misalignment and stay focused on their assigned goal rather than a swarm’s, but not be so overeager in pursuing their goals that they take extreme action or become incorrigible. We want agents that can unlock the benefits of coordination but don’t begin secretly colluding. We want agents that can’t be exploited in the real world, yet are able to avoid unnecessary conflict rather than escalating into turf wars. We’re far from understanding how these various behaviours interact in other settings or how to balance these competing desiderata.

The new wave of multi-agent training and broader deployment will mean a new range of challenges for the safety stack to adapt to. If you’d like to help tackle these challenges, please reach out! We’re looking to hire experienced researchers and mentor junior researchers.

Footnotes

  1. Agrawal, Ebadian, and Hammond show that individually corrigible agents can be collectively incorrigible.
  2. Makins et al. demonstrate that monitoring the trajectories of individual agents (as done in all current monitoring protocols, to my knowledge) fails against decomposition attacks.
  3. OpenAI intentionally disabled monitoring systems during the evaluations that led to the Hugging Face incident, and used LLMs with ‘reduced cyber refusals’. Many details, including how much alignment training the involved LLMs had undergone, are not yet clear, so these claims are somewhat speculative. Third party investigations are ongoing and will hopefully provide more clarity.
  4. There are two overlapping mechanisms that can help explain this. First, it could be that interacting with the swarm caused each agent to become more misaligned. Alternatively, we could consider the swarm itself as an agent, and say that it was less aligned than the individual agents. Shen et al. find that organisations of AI agents would often behave more unethically than the underlying LLM would as a single agent.
  5. When a vulnerability is localised to a particular piece of code, independent agents scanning each part can find it. However, in real attacks, coordination can be more helpful. Parallelisation allows an attacker more actions before defenders respond. Additionally, coordination can provide uplift. Current LLMs rarely connect findings across fields, even when they have the knowledge and can reason through the connection once asked. If one agent explicitly prompts another to check its section for a specific vulnerability type, the system as a whole might become much better at chaining exploits.
  6. This might be some evidence that simulating realistic memetic spread (i.e. sampling memes which actually would be likely to emerge and spread in real agent swarms) is quite hard.
  7. There are lots of different explanations for why these types of failures might happen, which would change how much we should expect there to be correlation across instances and across different LLMs.
  8. E.g. sudden takeover attempts from all of the agents working in a lab monorepo or coordinated sabotage which indirectly contributes to future alignment risks.
  9. The August 2026 Anthropic Risk Report acknowledges the risks from context-dependent misalignment, and is generally thoughtful. Their assessments of present risk seem broadly reasonable. However, I believe they underestimate the risk of very widespread correlated failures in risk-critical pathways, and expect many of their arguments to not hold up as capabilities increase, especially with more multi-agent training.
  10. The core argument loosely follows Hu and Mallen's post on indirect takeover risk from agent swarms.
  11. Note that this particularly applies when a model with some exposure to the events is generating the training data. Even when this training data is filtered, things may leak through due to subliminal learning-related dynamics.
  12. If it's largely explained by subagent training, that's less worrying than a general strategy learned instrumentally from capabilities RL.
  13. E.g. in auto-research settings where every agent can see the others’ commits, we might expect agents to start obfuscating their contribution if we reinforce the trajectories which make the best contributions. This might still provide performance benefits.
  14. For instance, in Vending Bench Arena, Claude often ‘lies, forms illegal cartels, threatens rivals, and refuses to pay refunds’. Anthropic attributed this to business-specific training and training to be resistant to adversarial agents. When removed from the Opus 4.8 training, these behaviours disappeared.

August 26, 2026

William Anderson
Research Strategist