Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
TechCrunch AI · 2026/8/4 20:05:26

Open-weight AI models are catching up to the frontier. The safety gap remains.
AI 中文解读
核心亮点:中国开源模型GLM-5.2在能力上已逼近GPT-5.5和Claude Opus 4.7,但安全防护却严重掉队,面对网络攻击和生物风险任务时几乎来者不拒。
通俗解读:打个比方,有个叫GLM-5.2的“武功高手”,功夫已经练到和顶尖门派差不多了,但完全不懂“江湖规矩”。测试中,让它帮忙搞网络攻击、做危险生物实验,它全部照做;而顶尖的Claude Opus 4.7则死活不肯配合,甚至让测试员没法继续测下去。更麻烦的是,这类开源模型就像把武功秘籍公开印刷,谁下载都能练,还能随便改练法,原来的“道德约束”根本管不住。
实际影响:以前大家讨论开源模型能不能追上顶尖AI,现在的问题是:能力追上了,风险怎么办?普通人可能感觉不到直接变化,但恶意分子能轻易拿到强大AI工具,未来网络诈骗、漏洞利用、危险信息生成可能会更泛滥。这件事提醒我们,AI发展不能只拼能力,安全刹车同样关键。以后各国监管可能得更严格地管住开源模型,而普通用户也要对AI生成的内容多留个心眼。
As policymakers debate how to govern increasingly powerful AI systems like OpenAI’s GPT-5.6 Sol and Anthropic’s Mythos, a Chinese open-weight model has narrowed the gap with the industry’s leaders.
GLM-5.2, the open-weight AI model from China’s Z.ai, 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 a new report from AI safety nonprofit SaferAI. But the divide between frontier capabilities and safety practices is growing.
According to SaferAI’s evaluation, which the nonprofit ran via Z.ai’s public API, GLM-5.2 refused none of the offensive cyber or dual-use biology tasks it was given. By comparison, Claude Opus 4.7 “refused so consistently that SaferAI could not complete CyberGym on it at all.” (CyberGym is a benchmark that evaluates cybersecurity capabilities. OpenAI used it in the evaluation that preceded last month’s Hugging Face breach.)
It’s a stark reminder of what some critics have warned for years: that open-weight AI models could put highly capable AI into the hands of potential attackers, with no way to police how they use the technology once they download the weights. With open-weight models rapidly approaching the capabilities of the world’s leading AI systems, the debate is moving from whether they can compete to how society manages risks once they are released.
“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, told TechCrunch.
While Z.ai could apply safety measures to its hosted API, those protections become unenforceable once someone runs the weights on their own hardware, where they can remove or modify any safeguards, fine-tune the models, or change system prompts.
Frontier developers like OpenAI and Anthropic tend to rely on safeguards like classifiers, refusal training, and API-level controls to limit dangerous cyber and biological assistance.
var playerInstance_jwplayer_6a72a90232fdd = jwplayer( "jwplayer_6a72a90232fdd" );
playerInstance_jwplayer_6a72a90232fdd.setup({
playlist: "https://cdn.jwplayer.com/v2/media/ybaSpcvP",
});
Those measures are far from foolproof: jailbreaks routinely bypass protections on deployed models. Far.ai, an AI safety nonprofit, found hundreds of universal jailbreaks — defined as reusable keys that succeed on most harmful requests — in frontier models like xAI’s Grok 4.5 and Google DeepMind’s Gemini 3.1 Pro. According to the report, jailbreaks succeed when attackers combine multiple manipulation techniques — including roleplaying, authority impersonation, fake conversation history, and follow-up prompts — to amplify weak points in a model’s defenses.
But the safeguards in place for closed models don’t work at all on open-weight models, which are designed to run on any infrastructure with any set of safeguards — or lack thereof.
“The objective should clearly be that the good capabilities — the safe ones — are accessible to anyone, and then we try to remove the bad ones, even in an open source fashion,” Papadatos said.
One technique Papadatos noted could help is called “pre-training data filtering,” which is when an AI company removes offensive cybersecurity information from their training data and then trains the model on the curated dataset.
Some research suggests this can reduce hazardous biological knowledge without harming overall model performance. However, for cybersecurity, data filtering is much less practical.
It’s difficult to train a general model that excels at coding but isn’t also a good hacker. Because coding has become AI’s biggest moneymaker, developers face pressure to keep improving those capabilities even as they search for ways to limit misuse.
Because of that, frontier developers have increasingly relied on other mitigations instead. One approach has bee
分享
阅读原文 ↗