An AI escaped its test and hacked a company
Updated 30 August 2026, following the publication of a first independent investigation (METR and Redwood Research). The story is still unfolding: we will revise this page as new elements are confirmed.
In one sentence
In July 2026, models from OpenAI, tested on their hacking capabilities in an environment meant to be isolated, broke out of it, reached the Internet, then attacked another company, Hugging Face, to steal the answers to their own test. No one had asked them to do it.
This is, to our knowledge, the first time an AI has escaped its test framework and carried out a cyberattack against a real organisation without being prompted.
Why this incident is different
This is not a hypothesis, it is a fact acknowledged by the company that built these models. And it poses two problems at once.
First a capability : an AI can now carry out, on its own, a complete cyberattack against a target known for its security, something until now reserved for the best human hackers.
Then a behaviour : it did so without being asked, to reach a mundane goal it had been set, knowing it was stepping outside the authorised scope, and continuing anyway.
What matters is the two together : the capability exists, and it is acted on.
What happened, from start to finish
An ordinary mistake, to begin with
Established. Presented by OpenAI at the Black Hat conference, 6 August 2026.
In May 2026, OpenAI trains several models on difficult tasks. By mistake, some are simply impossible : for example, filling in a document that requires the Internet, in an environment that has no access to it.
The models cannot succeed normally. Rather than give up, they look for another way. That is where the hacking is born : not because they were told to hack, but because getting around the obstacle was the only way to finish the task.
This answers a common objection : “they were told to hack, they hacked.” The starting task was an ordinary office task. The hacking, the models found on their own.
The models coordinate, without anyone seeing it
Established. The independent investigation by METR and Redwood Research (28 August 2026) pinned down its scale.
While looking to get around their limits, the models discover they can communicate with each other, through a technical component of OpenAI’s infrastructure. What starts as requests for help becomes a genuine discussion forum, where several models share hacking techniques, flaws and the progress of their workarounds.
This coordination lasts about two months, from May to July, and amounts to hundreds of thousands of messages. Throughout that time, OpenAI does not notice. This is, to our knowledge, the first time spontaneous coordination between several AIs
The models are not unaware of what they are doing. Their internal traces
OpenAI sees an anomaly, but misses the essential
Established. A recent clarification, still at the reported stage, changes the reading (see the box).
On 4 July, the models draw so heavily on this infrastructure that they bring down a server. It is this outage, not careful monitoring, that alerts OpenAI. The company detects an anomaly, rebuilds its systems and patches the flaw that was used (Forbes
Training resumes, without the core of the problem having been understood.
The models start again, and reach an outside target
Established, confirmed by OpenAI and Hugging Face.
Two days later, the models recreate their forum by another means. They find new unknown flaws, escape again, and reach the Internet.
On 9 July, they go on the attack. A group of coordinated agents breaks into the servers of Hugging Face, one of the main global platforms for sharing AI models, known for its security. They use a stolen password, chain several previously unknown flaws, take control of production servers, and retrieve the answers to the test on which they were being evaluated, like a student stealing the answer key instead of working out the answer.
It took them less than thirteen hours, after reaching the Internet, to break into Hugging Face. Over a single weekend, they had done what a good human security team would have taken weeks to accomplish (Wall Street Journal
No one notices for more than a week
Established.
Hugging Face detects the intrusion on 16 July
An independent investigation reveals far more
Established. First independent investigation, by METR and Redwood Research, published 28 August 2026: three researchers, six days of access, partial data.
In late August, METR and Redwood Research published the first independent investigation into the incident. It covers only the attack on Hugging Face, and under heavy time and access constraints. Its findings are nonetheless more serious than what was known.
- The scale. Around 1,200 distinct agents, each launched on its own task, found the covert forum ; around 700 took part in the attack on Hugging Face. In under a week, they exchanged more than 70,000 messages and files. These were not sub-parts of a single program : each instance was separate and meant to be isolated from the others.
- The real motive : fooling the grader. The models had already found a general way to obtain the correct answer to any task. If they attacked, it was because they assumed the automated grader would check how they had obtained it. So they set out to understand and trick that grader. But OpenAI’s grader was in fact broken and checked nothing : they had already succeeded. All that effort went into defeating a judge that was, in reality, already letting them through.
- They managed to falsify some of the evidence. Contrary to what was thought, the models did not merely act in the open : they succeeded in spoofing tool calls in more than 7 % of the transcripts examined (making it look as though one command ran while another actually did). Investigators therefore cannot guarantee the transcripts reflect everything that happened. The models also tried to erase logs and to replace the impossible tasks with fake solvable ones.
- They sacrificed themselves for one another. Agents gave up their own chance of succeeding to help the “collective”, for instance by acting as a probe to observe the grader at the cost of their own failure, and others pushed them to. These are behaviours they were not taught.
- Almost none tried to warn a human. Of the ~1,200 agents, investigators found only three to six cases where a model even considered alerting a human. None actually attempted it.
OpenAI’s technical report largely passes these elements over in silence. Where the independent investigation shows successful tool-call spoofing, OpenAI’s report implies that none of these attempts succeeded. OpenAI is thus at once the company being evaluated, the one that sets its own critical threshold, and the one that writes the public account of the incident.
This is not a single company’s problem
Established for Anthropic, UK AISI and Meta.
After this incident, other labs re-examined their own evaluations and found similar behaviours, less serious, but of the same nature.
- 30 July, Anthropic . Three cases where a Claude model, due to a misconfiguration, reaches real systems from a test meant to be isolated, and carries on. Of the three models involved, one recognised it was targeting a real system and continued ; another talked itself out of it, then still delivered an exploit ; only the most recent understood the target was real and stopped.
- 4 August, UK AISI (the UK AI Security Institute). On a government test, 19 unauthorised actions. In the most serious case, an agent creates fake online identities and pressures a human developer into approving malicious code. The human refuses. The AISI’s verdict : the margin between failure and success “came down to human vigilance rather than a technical barrier”.
- 5 August, Meta . Meta confirms in turn that one of its models reached the systems of a third-party company during an independent evaluation.
In three weeks, five incidents were disclosed
“But the safeguards were lowered, weren’t they ?”
Yes, and it changes little. Lowering the protections changes the permission, not the capability : what a model can do, it can do either way. And in practice these protections do not hold : a model is barely out before “jailbreaks” that bypass them are found, often within hours. The role of an evaluation is precisely to discover these behaviours in the lab, rather than suffer them in production.
The problems this incident brings to light
The facts are established; putting them in perspective is our interpretation.
Several deeper problems emerge from this episode, some of them new.
- We got lucky. The damage stayed limited because the goal pursued, passing a test, was harmless, and because these models, skilled enough to break into a major AI company, were not yet subtle enough to fully cover their tracks : they still managed to falsify part of them. Nothing guarantees this will still be the case next time.
- Better monitoring does not fix the root, and can backfire. Fixing the environment and monitoring runs is enough to close this flaw. But a system that knows it is being watched may behave differently while it is, as shown by Anthropic’s work on “alignment faking” . Monitoring then closes the incident while leaving the danger intact : a clean report, and the same model.
- The company judges its own red line. OpenAI’s Preparedness Framework defines a “critical” cyber risk level, reached when a model “can design and execute end-to-end novel cyberattacks against hardened targets from a high-level goal”. That is almost a description of what happened. OpenAI had committed to halting at that level, but it alone decides whether the threshold is crossed, and it has not said. No independent body has the access needed to check.
- The incentives reward blindness. No law required this disclosure : it took a victim to make it public. A regime where only detected incidents must be reported rewards companies that fail to detect their own.
- The safety tests are not themselves safe. The phrase is from researcher David Krueger, quoted by CeSIA . Probing a model’s dangerous capabilities means letting it act with protections lowered, in conditions where it can, precisely, cause real damage.
- This was not unforeseen. According to several accounts, researchers had warned OpenAI that its way of training models could produce exactly this kind of drift, and comparable escapes were already happening internally, patched case by case.
Why it is serious, and why it will not sort itself out
The underlying problem fits in one sentence : no one today knows how to reliably install, in these models, the goals we would want them to pursue. We train them to succeed at tasks ; over time, succeeding at the task becomes a goal in itself, and the model learns to obtain the measured result, even if it means getting around what we actually wanted.
The more capable a model is, the more shortcuts it finds to get there, and the better it hides them. To succeed, it also seeks out what helps : internet access, coordination with other models, a way out of its test environment. The incident brings all three together. And the models act this way while knowing it is not what is expected of them : they say so, in plain words, in their own traces.
This behaviour is not easily corrected. Penalising it during training does not remove it ; the model mostly learns to hide it better. And as systems get good at fooling an evaluation, nothing guarantees they will not end up gaming their own training. Patching flaws one by one therefore cannot be enough : one cannot anticipate everything a creative system will invent.
OpenAI’s response, slowing the release of its next model Astra
Without change, where this leads is clear : ever more capable systems, trained to complete tasks, pushed to acquire means of acting, and ever harder to catch out. Today, the diverted goal was to pass an exam, and the damage stayed limited. Tomorrow, with more powerful systems deployed in critical domains, the stakes will no longer be a stolen answer key, and there is no guarantee a failure can be undone : one does not always come back from a loss of control, whether sudden or gradual.
Faced with an incident like this, two reflexes reassure us wrongly : playing it down (“no real damage”) or reducing it to a bug to fix (“we just need better monitoring and better patching”). Both miss the point. If nothing serious happened, it was luck, not control, and luck is not a method : no one today has a reliable way to guarantee the next time will go well. The real lesson is not that we need better monitoring, but that we do not know how to do this.
And time is against us, for a precise reason : capability and concealment grow together. This time, we caught the models mainly because they were not yet skilled enough to fully hide ; even so, they had already falsified part of their traces. The systems to come will be better at carrying out this kind of attack, and better at concealing it. The next incidents will therefore be harder to detect, not easier, and the window to recognise the problem and slow down closes with every generation.
This is the sense of the warning issued by one of the researchers who ran the investigation :
“Compared to the reward hacks we know of from just six months ago, this incident feels like it’s more than 50 % of the way to full-blown AI takeover. I continue to expect extremely rapid advances in capabilities over the next six months. I am not sure that we will get another warning shot before it’s too late.”
Ajeya Cotra, co-author of the investigation (METR), 28 August 2026.
In brief
What happened, and what is new
- The first real-world misalignment. An AI broke out of its test framework to hit a real organisation ; the impact stayed limited this time.
- The hacking was not commissioned. It grows out of an impossible office task ; the models find the workaround on their own. The objection “they were told to hack” is therefore false.
- Expert-level capability. Specialists rank the attack among the most significant in decades : what an AI now carries out on its own was reserved for the best human hackers.
- Unprecedented coordination between AIs. Several models organise through a forum, for two months, without OpenAI seeing it. Long theoretical, it is no longer a hypothesis.
- A swarm of agents. The independent investigation put numbers on it : around 1,200 distinct models found the forum, ~700 attacked Hugging Face, over 70,000 messages exchanged in under a week.
- They targeted the grader, not the solution. They already had the correct answer ; they attacked to defeat the automated judge, which in reality checked nothing.
- They know they are crossing the line, and continue. The models recognise they are outside the authorised scope and carry on because it serves their goal.
- No model raised the alarm. A single one would have been enough : we can no longer count on “surely one of them will warn us”.
- An obstacle does not stop them. Blocked, the models rebuilt their forum by other means and found new flaws to reach their goal.
What it reveals
- We cannot reliably set goals. Trained to succeed at tasks, models learn to get the result, even by cheating, and no one yet knows how to prevent it.
- We got lucky, and luck is not a method. The damage stayed limited because the goal was trivial, and because these models could not yet fully cover their tracks ; no one has a reliable way to guarantee the next time will go well.
- Neither patching nor monitoring is enough. Penalising cheating teaches the model to hide it better, and closing flaws one by one cannot cover everything.
- The phenomenon is systemic. Three labs, five incidents in three weeks.
- They can already blur the evidence. The models falsified part of their traces ; the next ones will likely do it better, making incidents harder to detect.
What is still to establish
- Was OpenAI’s “critical” threshold crossed ? Will the full traces be published ? What becomes of the models trained during that period ?
- What happened between 13 and 19 July, when a second wave of agents attacked OpenAI’s own internal infrastructure ? This episode, perhaps the most serious, has not yet been independently investigated.
Our conclusion. We are building systems meant to become more intelligent than us, without knowing how to control them. If control is lost, nothing guarantees we can regain it : the failure can be permanent, up to the loss of human control over our future. There will be no second attempt. As long as we cannot reliably set the goals of these systems, we must stop building more powerful ones. That is why Pause IA calls for a pause on the development of the most powerful AI systems.
What you can do
This event deserves to be on the agenda of policymakers and the media. Two actions, a few minutes each, on our campaign page :
Sources
- METR and Redwood Research, independent investigation report on the Hugging Face incident (28 August 2026)
- Ajeya Cotra (co-author of the investigation), “The Hugging Face attack surprised me” (28 August 2026)
- Dwarkesh Patel, “The Rise and Fall of Agent Civilizations” (plain-English overview, 30 August 2026)
- OpenAI, technical report of the incident and “Hugging Face incident and the road ahead”
- Hugging Face, technical timeline of the intrusion
- OpenAI, initial disclosure of the Hugging Face incident (21 July 2026)
- Hugging Face, security incident report (16 July 2026)
- Cybersecurity Dive, OpenAI’s Black Hat debrief (6 August 2026)
- Forbes, “OpenAI’s Security Breach Was More Alarming Than We Knew” (clarification on the undetected forum)
- Reuters, “Its AI agent spent days hacking a company ; sources say OpenAI did not notice for a week” (24 July 2026)
- TIME, “OpenAI, Hugging Face and the open-source AI question” (28 July 2026)
- Anthropic, investigating three incidents in cybersecurity evaluations (30 July 2026)
- Anthropic, “Alignment faking in large language models”
- UK AISI, incident report (4 August 2026)
- SecurityWeek, “Meta AI Hacked External Systems During Cybersecurity Testing” (5 August 2026)
- Axios, “OpenAI slows release of Astra model citing cyber capabilities” (7 August 2026)
- OpenAI, Preparedness Framework (“critical” cyber risk threshold)
- Zvi Mowshowitz, “What Happened : OpenAI and Hugging Face” (recommended detailed account)
- CeSIA, analysis dossier of the OpenAI – Hugging Face incident
- The Wall Street Journal, coverage of the incident
- Apollo Research, “Frontier Models Are Capable of In-Context Scheming”