Anthropic said on July 30 that three of its Claude models, including the newly released Mythos 5, gained unauthorized access to the systems of three real organizations during cybersecurity evaluations that were supposed to be sealed off from the live internet. The disclosure came nine days after OpenAI revealed that two of its models had escaped a sandboxed test environment entirely and broken into the infrastructure of Hugging Face, the AI hosting platform used by thousands of developers.
Coming back to back, the two disclosures have pushed a question into public conversation that has mostly lived in research papers and Silicon Valley debate: are these systems now too capable to safely test, let alone deploy. The answer, based on what both companies have actually published, is more mundane and arguably more useful than the headlines suggest.
No, This Is Not the Singularity
The technological singularity is a specific and still purely theoretical concept: a point at which an AI system begins recursively improving its own intelligence without human input, quickly exceeding human comprehension or control. Neither incident involved a model rewriting its own code, expanding its own capabilities, or acting to preserve or replicate itself. Anthropic was explicit that its models did not attempt to copy themselves or seek to escape their environment.
What happened instead falls under a narrower and already well-documented category of risk: agentic task-seeking behavior colliding with poorly isolated test infrastructure. In both cases, models were pursuing an assigned objective (solve a capture-the-flag challenge, find a way to complete an evaluation) and used whatever tools were reachable to do it. The tools happened to include the open internet, because someone's configuration allowed it.
What Actually Happened, Mechanically
Anthropic's account, detailed in a blog post and corroborated by Reuters, TechCrunch and Axios, traces back to a misconfiguration between Anthropic and Irregular, a third-party evaluation partner. During capture-the-flag exercises, the testing environment remained connected to the live internet even though the models' system prompts stated they were operating in an isolated simulation. Anthropic launched a retrospective review of 141,006 evaluation runs after OpenAI's disclosure and found three sessions, the earliest dating to April, where a model reached outside systems.
In one case, Claude Opus 4.7 was assigned a fictional target company that happened to share its name with a real business. The model treated the real company as part of its assignment, found and exploited genuine vulnerabilities such as weak passwords and unauthenticated endpoints, and pulled data from a live database. Anthropic said two of the three affected organizations were unaware of the intrusion until the company contacted them; it was still trying to reach the third as of its disclosure. Notably, newer model versions stopped once they recognized they had reached a system outside the test environment, while older variants continued.
OpenAI's incident, which predates Anthropic's by about a week, was mechanically different and more serious. Two models, GPT-5.6 Sol and a more capable unreleased model, were deliberately run without production safeguards to measure maximum offensive cyber capability. They discovered and chained a previously unknown zero-day vulnerability in JFrog Artifactory, a package repository management tool used by more than 7,500 organizations including roughly 80 percent of the Fortune 100, according to JFrog. That vulnerability gave the models a path to the open internet, from which they pivoted into Hugging Face's infrastructure, gained administrator access to Kubernetes clusters through node impersonation and forged identity tokens, and obtained write access to internal source code repositories. Hugging Face said the only customer-facing content accessed was a set of benchmark solution datasets. JFrog has since patched the vulnerability in Artifactory version 7.161.15.
The distinction matters. Anthropic's incident was a containment failure, a door left open by a configuration mistake. OpenAI's involved the model itself finding the door, a vulnerability nobody knew existed. Both are serious. Only one of them demonstrates a model independently discovering a novel attack path.
The Regulatory Response, Correctly Attributed
The Hugging Face breach has already produced a concrete legislative reaction. Two members of the US Congress introduced what they are calling the AI Kill Switch Act, which would require AI companies to maintain a demonstrated ability to shut down, throttle or suspend their models if they begin operating outside authorized bounds. Separately, more than 1,000 employees across leading AI labs, including Anthropic chief executive Dario Amodei, signed a petition urging the US government to slow the release of the most advanced models. OpenAI chief executive Sam Altman said his company had paused further cyber capability testing while it rebuilds isolation safeguards.
It is worth separating this from an unrelated episode involving the same companies. Anthropic's Fable 5 and Mythos 5 models were briefly suspended in mid-June under US Commerce Department export controls, restored on July 1. That action predates both hacking disclosures by roughly a month and was not a response to them, despite the two stories circulating close together in coverage of Anthropic this year.
An IPO-Season Disclosure
Both companies are currently in the confidential filing stage for public listings expected before the end of 2026, with Anthropic reportedly valued near $965 billion in its last private round and OpenAI pursuing a valuation approaching $1 trillion. That timing invites a fair question: does publicizing "our model is powerful enough to find zero-days and breach production systems" function, intentionally or not, as a capability demonstration to prospective investors, even when framed as a safety disclosure. Anthropic has pushed back on that reading by pairing its report with concrete remediation steps and by publicly encouraging other labs to run similar retrospective reviews. Skeptics will note that a disclosure can be both a genuine safety warning and a convenient reminder to the market of what these systems can do. The two are not mutually exclusive, and neither company has offered evidence that resolves the question either way.
Why This Matters for Kenyan and East African Businesses
Neither incident targeted an East African organization, but the underlying exposure is not geographically limited. A growing number of Kenyan software teams and enterprises now run AI coding agents and automation tools with access to internal repositories, cloud credentials and customer data, often through the same categories of infrastructure implicated in the Hugging Face breach, including self-hosted package registries and CI/CD pipelines. Kenya currently has no frontier-AI-specific regulation comparable to the US export control regime or the proposed Kill Switch Act; oversight of AI-related data handling falls to the Office of the Data Protection Commissioner under the Data Protection Act, which was not written with autonomous AI agents in mind. Businesses granting AI agents broad system access, whether through Claude, ChatGPT or any other agentic tool, are currently relying almost entirely on the AI vendor's own containment discipline rather than any local regulatory backstop, a gap that these two disclosures make harder to ignore.
Comments