GLM-5.2 nears frontier AI but refuses no cyber or bio tasks

AI safety nonprofit SaferAI evaluated Z.ai's open-weight model GLM-5.2 and found it is only a few months behind OpenAI's GPT-5.5 and Anthropic's Claude Opus 4.7 on cyber and biological capabilities. Running the test through Z.ai's public API, SaferAI gave GLM-5.2 a set of offensive cyber and dual-use biology tasks, and the model refused none of them. Claude Opus 4.7, by contrast, refused so consistently that SaferAI could not complete CyberGym, the cybersecurity benchmark, on it at all. CyberGym is the same benchmark OpenAI used in the evaluation that preceded last month's Hugging Face breach.
Henry Papadatos, executive director of SaferAI, told TechCrunch that "the frontier of capability is not the frontier of risk, and so we do have to take into account the state of the mitigations as well to assess the risk properly." The concern is specific to open weights: once a model's weights are downloaded and run on someone's own hardware, any safety measures Z.ai applied to its hosted API become unenforceable, because the operator can strip them, fine-tune the model, or change its system prompts. Frontier developers like OpenAI and Anthropic instead lean on classifiers, refusal training, and API-level controls that only work because the model stays behind their own servers.
Those closed-model safeguards are not airtight either. Far.ai, another AI safety nonprofit, found hundreds of universal jailbreaks, defined as reusable techniques that succeed on most harmful requests, in frontier models including xAI's Grok 4.5 and Google DeepMind's Gemini 3.1 Pro. According to Far.ai, the jailbreaks work by combining manipulation tactics such as roleplaying, authority impersonation, fake conversation history, and follow-up prompts to wear down a model's defenses. Some frontier labs have narrowed what their models will do rather than relying on refusal alone: Anthropic's Opus 5 can search for vulnerabilities in uncompiled source code but not in compiled software, according to the model's system card, a restriction meant to make it harder to use for offensive purposes. Papadatos also pointed to pre-training data filtering, where a company strips offensive cybersecurity material out of the training data before training the model, as a technique that some research suggests can cut hazardous biological knowledge without hurting overall performance; he said it is far less practical for cybersecurity, because a model that codes well is hard to separate from a model that hacks well, and coding is AI's biggest moneymaker.
SaferAI says Z.ai has not published a safety framework, pre-deployment testing commitments, or a risk assessment for GLM-5.2. TechCrunch asked Z.ai whether it ran internal or third-party frontier safety evaluations before release and had not received a response as of publication.
The article situates the finding inside China's own AI policy debate. At last month's World AI Conference, Chinese President Xi Jinping stressed the importance of open-weight models while also insisting AI must remain under strict human control. Graham Webster, who studies Chinese AI policy at the Stanford Cyber Policy Center, told TechCrunch that China's existing AI rules have focused on politically sensitive content, misinformation, and social stability rather than catastrophic risks like offensive cyber or biological misuse. "U.S. AI thinkers are, in general, more concerned with this existential catastrophic [idea] than the Chinese community," Webster said, adding that many Chinese researchers expect American companies to encounter a genuinely novel frontier risk first. He also noted that real-name internet accountability in China gives the government confidence it can hold companies and users responsible for misuse, and suggested the same refusal mechanisms Chinese models use for political topics could in principle be adapted to refuse offensive cyber or biological requests.
Advocates of open weights argue the openness itself is a defense: Hugging Face relied on GLM-5.2 to defend itself against the OpenAI-linked breach, and Hugging Face CEO Clem Delangue said in a social media post that "the same systems that helped stop an AI-powered cyberattack can now help defend against millions of cyberattacks every day, while helping us identify and fix vulnerabilities before attackers exploit them." Papadatos said that benefit is often overstated and does not mean the industry should openly release dangerous capabilities; the goal, he said, should be making the safe capabilities widely accessible while removing the dangerous ones, even in open-source models. He added that attackers by default adopt new tools faster than defenders: a ransomware group can change its methods in a week, but a hospital cannot.
Key facts
- SaferAI's evaluation, run via Z.ai's public API, found GLM-5.2 refused none of the offensive cyber or dual-use biology tasks it was given, while Claude Opus 4.7 refused so consistently that SaferAI could not complete the CyberGym benchmark on it at all.
- GLM-5.2 is only a few months behind OpenAI's GPT-5.5 and Anthropic's Claude Opus 4.7 on cyber and bio capabilities, according to SaferAI's report.
- SaferAI says Z.ai published no safety framework, pre-deployment testing commitments, or risk assessment for GLM-5.2, and TechCrunch says Z.ai did not respond to questions about internal or third-party safety evaluations.
- Far.ai found hundreds of universal jailbreaks in frontier models including Grok 4.5 and Gemini 3.1 Pro, which combine roleplaying, authority impersonation, fake conversation history, and follow-up prompts to bypass defenses.
- Anthropic's Opus 5 can search for vulnerabilities in uncompiled source code but not compiled software, per its system card, one of several restrictions frontier labs use instead of relying on refusals alone.
Why it matters
The story marks a turning point in the open-weight debate: it is no longer about whether open models can match frontier capability, since GLM-5.2 already sits only a few months behind GPT-5.5 and Claude Opus 4.7 on cyber and bio tasks, but about what happens once that capability ships without matching safeguards. A model that refuses none of the offensive tasks it is given, and whose weights anyone can download and run unsupervised, removes the one lever, refusal at the API layer, that closed developers depend on. Once the weights leave Z.ai's servers, there is no way to police how they get used.
Who it affects
Model developers on both sides of the open/closed divide: Z.ai, which built GLM-5.2 and has not published safety documentation for it, and OpenAI and Anthropic, whose closed models rely on refusal training and API controls that only work because the weights stay on their own infrastructure. It affects AI safety researchers such as SaferAI and Far.ai, who are documenting the gap; policymakers in the US and China weighing how to regulate systems they cannot fully audit once released; and, per Papadatos's closing example, defenders like hospitals who cannot match the speed at which attackers adopt new tools.
How to use it
There is no product or price here to act on; GLM-5.2 is already public, reachable through Z.ai's API and downloadable as open weights, and the article gives no pricing or licensing terms. What organizations can use is the finding itself: because open-weight safeguards can be stripped, fine-tuned away, or ignored once weights are downloaded, any protection Z.ai applies to its own hosted API should not be assumed to travel with the model once it runs elsewhere. Papadatos's suggested mitigation for developers of open models is pre-training data filtering, removing offensive cybersecurity or biological material from the training data before training, though he says it works better for biology than for cybersecurity.
How solid is it
The core finding comes from a named AI safety nonprofit, SaferAI, running a documented evaluation through Z.ai's own public API and using CyberGym, an established cybersecurity benchmark also used by OpenAI. The jailbreak claim is separately sourced to Far.ai, another named safety nonprofit. TechCrunch adds its own reporting that it asked Z.ai directly about safety evaluations and got no response, which leaves Z.ai's side of the story absent rather than denied. The article does not give numeric benchmark scores for the capability comparison, only the qualitative "a few months behind," and does not give an exact count behind Far.ai's "hundreds" of jailbreaks or break the figure down by model.
Risks and caveats
The central risk the article describes is structural: any safety measure applied to a hosted model becomes optional the moment its weights are downloaded, since the operator can remove classifiers, retrain the model, or alter its prompts. Jailbreaks already defeat safeguards on closed models too, so open weights are not the only exposure. The source gives no specific dates for the SaferAI report, the World AI Conference, or the Hugging Face breach, only relative references like "last month" and "this week"; it does not detail what CyberGym measures beyond describing it as a cybersecurity benchmark; and it does not specify which exact offensive cyber or biology tasks SaferAI used to test GLM-5.2.
“The frontier of capability is not the frontier of risk, and so we do have to take into account the state of the mitigations as well to assess the risk properly.”
— Henry Papadatos, executive director of SaferAI