GLM-5.3's Weights Are Out, Two Weeks Late and After a Security Review
Z.ai has published the weights for GLM-5.3, a model trained specifically to find software vulnerabilities. The delay between launch and release is the interesting part.
Z.ai has published the model weights for GLM-5.3 on Hugging Face, roughly two weeks after the model itself went live and after what the company described as its most extensive risk review so far. Weights are the trained numbers inside a model, the thing that makes it what it is. Publishing them means anyone can download the model and run it on their own hardware, with no API key and no company watching. GLM-5.3 is a mixture of experts model with around 744 billion parameters, about 40 billion active per token, and a stable one million token context window. The FP8 files come to roughly 465 GB, so this is a data-centre model, not a laptop one.
The reason the release took an extra two weeks is what makes this story worth reading. GLM-5.3 was deliberately trained on data and environments for finding software vulnerabilities, an area where Chinese models had been lagging behind US frontier systems. Z.ai says the model “began to reason across multiple stages of exploitation, forming coherent plans for complete exploitation chains,” and that working with security teams in China it helped find 2,436 vulnerabilities across 269 projects, some of them up to 40 years old. Those findings are logged in a public registry. When Z.ai shipped the previous version, GLM-5.2, the weights went out on day one. This time they went behind a review first.
What’s actually going on here: this is the open-weights dilemma in its sharpest form. A model that is genuinely good at spotting security holes is enormously useful to defenders, who are permanently outnumbered and underfunded. It is equally useful to attackers, and once weights are public there is no recall button, no rate limit, no terms of service. Every safeguard baked into the model can be trained back out by anyone with the files and a few GPUs. Z.ai’s answer was a staged release: ship the hosted version first, review, then publish. That is a middle path rather than a solution, and it only buys time. It is also notable that this comes the same week more than 100 companies signed a joint call for collective action on AI cyber defence, which tells you the industry knows the balance is uncomfortable.
What this means for you: directly, very little, unless you run security tooling on serious hardware. Indirectly, it is worth understanding the trade you are living inside. The same capability that lets a defender scan a 40-year-old codebase for flaws lets somebody else scan yours. The practical takeaway for a small business or a solo developer is unglamorous and unchanged: patch quickly, because the window between a vulnerability becoming findable and becoming exploited keeps shrinking. For everyone else, the useful thing to notice is that a major lab voluntarily delayed a release to check for harm, and then published anyway. That tension is going to define the next few years of open AI, and there is no version of it where everyone is satisfied.
Sources
- zai-org/GLM-5.3 model weights (Hugging Face)
- Zhipu AI releases GLM-5.3, claims it’s the strongest open-weights coding model (The Decoder)
- GLM-5.3 is here with advanced cyber capabilities (VentureBeat)
Google's WikiSkill Lets AI Agents Keep a Wiki of Their Own Mistakes
A Google Research paper describes agents that write down what went wrong, distil it into reusable instructions, and get sharply better without any retraining. A 9B model beat a 27B one.