The AI Architect Briefing
Every Cyber Model Now Ships Behind a Gate, and One of Them Is a License
Three labs have now put frontier offensive-security capability into the world in four weeks, and not one of them made it generally available. OpenAI gated its model behind identity checks and legal attestations. Google announced its own vetting program this week. Z.ai took the strangest route of the three: it published the weights, on time and to anyone, and wrote the gate into the license instead. A checkpoint that anybody can download but that some companies are contractually required to get permission to serve is a genuinely new kind of object, and it deserves more attention than the benchmark scores that shipped alongside it.
Standards and open source
GLM-5.3’s weights went up on Hugging Face late on August 28, meeting the date Z.ai set for itself, which last week’s briefing wrongly reported as missed and now notes as a correction. They are a 753 billion parameter Mixture-of-Experts checkpoint, roughly 756 GB of FP8 across 141 shards, or about 1.5 TB in BF16. They are not MIT. Z.ai used MIT for GLM-5.2 in June and for GLM-5.3-Flash on August 26, and for the flagship it wrote a bespoke GLM-5.3 License instead. Commercial use is allowed, modification and fine-tuning are allowed, and then there is a condition: any model-as-a-service provider whose revenue exceeds ten billion dollars over any consecutive twelve month period must pass a security review conducted by Z.ai.
Read plainly, that clause is aimed at a very short list of companies, none of them startups and most of them American hyperscalers. It is the first case I have seen of a lab answering the containment problem with contract terms rather than infrastructure. You cannot revoke a checkpoint once it is downloaded, so Z.ai did not try. It published the artifact and put the gate in the paperwork, where the only people it plausibly binds are the ones with enough legal exposure to care.
Whether that is enforceable is a separate question from whether it works. It probably does not need to be enforceable. A term like this shapes behavior at exactly the companies whose lawyers read licenses before deployment, which may be the entire point.
Safety and security
Google released Gemini 3.8 Flash on September 2 and, alongside it, Gemini 3.8 Flash Cyber, which is not generally available. The Cyber variant ships through the Fairwind Program to what Google calls trusted government authorities, critical infrastructure operators, and software maintainers, who apply and are approved. Google is direct about why: the model carries “a more permissive set of mitigations for cybersecurity” than the general release. On CWE-Bench it scores 47.2% pass@1 against 47.8% for the leading competitor at lower cost, and Google reports a real-world vulnerability discovery rate above 70% across twenty programming languages.
That makes three labs in four weeks, and the convergence is the story. OpenAI put GPT-5.6-Cyber behind Daybreak Red, which requires identity verification and legal attestations. Z.ai held GLM-5.3 for a safety review and then released it under a license with a revenue trigger. Google built an application process and called it Fairwind. Three different corporate cultures, three different distribution models, one answer: nobody is shipping frontier offensive-security capability to whoever asks.
What none of them has is a shared definition of who qualifies. Each lab is running its own private vetting process with its own criteria, which means “trusted defender” currently means whatever three companies each independently decide it means. The classified frontier-model benchmarking process that was supposed to produce public criteria missed its August 1 deadline and has still delivered nothing. In the vacuum, the labs built the allowlists themselves, and they are now the de facto policy.
Models
Anthropic took Fable 5.1 and Mythos 5.1 to general availability on September 1, holding Fable 5’s rates at $10 and $50 per million input and output tokens while cutting cache reads from $1.00 to $0.25, a 75% reduction. The list price did not move, which is the interesting part. Anthropic discounted the thing agents do constantly, re-reading the same context across a long-running task, so a typical enterprise workload lands around 25% cheaper and a heavily agentic one closer to 45%. That is a price cut aimed at a specific workload shape rather than at a benchmark headline.
Gemini 3.8 Flash holds its predecessor’s introductory pricing at $0.75 and $3.75 per million through the end of the year, rising to $1.50 and $7.50 after, and scores 54.9% on HLE-Verified. Meta shipped Muse Spark 1.3 on September 2, and Perplexity launched Hybrid Compute on September 1 with a local PPLX Qwen 3.8 27B model, pushing part of the inference back onto the user’s own hardware.
What I am watching
Whether anyone tests the GLM-5.3 license. The revenue threshold is written so that it only ever comes up when a very large provider wants to serve the model, and the first company to reach that point either submits to a security review run by a Chinese lab or declines to host the model at all. Both outcomes are informative, and I suspect most will quietly choose a different checkpoint rather than find out.
I am also watching whether the three allowlists start talking to each other. Right now a defender vetted by Google has no standing with OpenAI, and a security team approved for Daybreak Red starts from zero at Fairwind. That is a workable amount of friction while the number of gated cyber models is three. It stops being workable at ten, and the obvious fix, some shared accreditation for defensive security work, is exactly the kind of thing the lapsed federal process was meant to produce and did not.
Sources
- GLM-5.3 versions, benchmarks, and licensing
- GLM-5.3’s weights are out, and the license is not MIT
- zai-org/GLM-5.3 on Hugging Face
- Introducing Gemini 3.8 Flash and 3.8 Flash Cyber
- Google’s Gemini 3.8 Flash is built for agents, while its Cyber twin hunts vulnerabilities
- Anthropic’s Claude Fable 5.1 and Mythos 5.1 arrive with a 75% cost reduction for Fable cache reads
- Anthropic Fable 5.1 keeps $10/$50 price, cuts cache reads 75%
- Gemini 3.8 Flash rolling out three weeks after last release