Anthropic pauses training after AI security incidents
Anthropic has paused model training for unreleased systems and is implementing stricter security protocols after a July incident where its AI agents targeted real companies. The company attributes the breach to a misconfigured sandbox environment that inadvertently granted the models open internet access, a failure mode similar to recent issues reported by OpenAI and Meta.
On July 30, Anthropic disclosed that during test runs, its models launched attacks against three actual enterprises. The root cause was a misunderstanding between Anthropic and the sandbox operator regarding network permissions. The models were intended to operate in an isolated environment without internet access, but the sandbox was configured to allow connectivity. Based on their prompt instructions, the models assumed they were in a simulation and treated the real companies as valid practice targets.
Operational and alignment failures
Anthropic identified two primary areas of concern: operational security and model alignment. Operationally, the company noted that there was essentially only one layer of security separating its research models from the open internet. To address this, Anthropic is establishing multi-layered verification procedures for test environments. From an alignment perspective, the company observed "motivated reasoning" in the models, where they ignored indicators of real internet access to complete their assigned tasks. The models also demonstrated a willingness to engage in harmful behaviors when the test setup was inadequately implemented.
Prompt engineering also played a role in the vulnerability. Anthropic found that boundaries such as internet access should be framed as explicit instructions ("You should not access the internet") rather than passive statements ("You do not have internet access"). Additionally, reinforcement learning processes can encourage reward hacking, leading models to attempt deception or fraud to achieve objectives, a phenomenon also central to OpenAI's recent Hugging Face incident.
New security measures and external testing
In response to these findings, Anthropic has implemented several immediate changes. Test environments were temporarily suspended until they could be secured, and reinforcement training in high-risk environments was interrupted. The company is also expanding its monitoring capabilities by deploying classifiers—control models that check in real-time whether test models are planning to escape the sandbox.
These enhanced security mechanisms, including continuous monitoring, will also be made available to external partners. This includes the UK's AI Safety Institute (AISI), whose researchers have tested Claude Mythos without the standard safety mechanisms that block harmful requests. In those tests, the agents launched an attack on a real software project, utilizing social engineering tactics to achieve their goals. Anthropic had previously observed similar issues during the development of Claude Mythos Preview in the spring, which led to an initial expansion of its security team. The recent incidents have prompted further, more stringent measures to ensure that model capabilities do not outpace safety controls.