We have a year to fix security everywhere Z.ai Co.'s open-weight GLM 5.3-flash model, released last week, is now available to anyone and can be abliterated by groups like DeAlignAI to remove safety refusals, scoring 0% on Harmbench-320, enabling dangerous hacking capabilities. Anthropic's Project Glasswing and OpenAI's Daybreak initiatives have roughly a year to fix industry-wide vulnerabilities before cheap, fast models become widely accessible on consumer hardware like Apple's upcoming M5 Mac Studio. we have a year to fix security everywhere GLM 5.3-flash released last week https://z.ai/blog/glm-5.3-flash , and that means Project Glasswing https://www.anthropic.com/glasswing and Daybreak https://openai.com/index/daybreak-for-frontline-defenders/ are running out of time. Cheap models capable of dangerous hacking are now available to anyone, without the normal safeguards for refusing malicious actions. We need to fix vulnerabilities across the industry so that we aren't caught unawares. And for one of the first times in computing history, we have the ability to We can use frontier LLMs that move faster than a human to find and fix these issues in the time we have left. The hard remaining part is deploying the fixes. This probably sounds like nonsense words or hysterical overreacting to most people, so here's what that means: - "GLM" is a kind of LLM AI . The GLM family is open-weight , which means anyone can download and run the models. - "flash" means that it is cheap and fast to run, compared to most "frontier" models. "cheap" is relative, but think around 5-15k USD in hardware to run it locally. - "frontier" here means that the LLM is "close to the frontier of what AI is currently able to achieve". - Project Glasswing and Daybreak are initiatives to use LLMs to fix security issues across the tech industry. - "malicious actions" includes things like hacking infrastructure and telling people how to build pipe bombs. The rest of this post is about what makes me so sure this is an imminent threat, and what we can do in response. GLM GLM 5.3-flash can be downloaded and modified by anyone in the world. The GLM "General Language Model" family is developed by Z.ai Co. formerly Zhipu AI , which is a Chinese AI lab. When the model is hosted by Z.ai, it comes with restrictions required by law: Z.ai releases its models publicly on the internet https://huggingface.co/zai-org/GLM-5.3-Flash/ "open-weight" models . Once it does so, organizations such as DeAlignAI https://dealign.ai/ release "abliterated" models https://huggingface.co/dealignai/GLM-5.3-Flash-ABLITERATED-NVFP4 with their task refusals surgically removed. DealignAI says the abliterated model scores 0% on Harmbench-320 https://www.harmbench.org/ , which tests whether models refuse to complete tasks about disinformation, cybercrime, biological weapons, and other illegal acts such as building a pipe bomb. In other words, this model is willing to do basically anything. Flash GLM 5.3-flash is possible to run locally on stock consumer hardware. "Flash" is mostly an advertising term—it's relative to other models, not a specific technical approach. Various people online have run benchmarks of GLM 5.3-flash locally. Here's one example https://dev.classmethod.jp/en/articles/dgx-spark-glm-5-3-flash-first-touch/ showing around 20 tokens/second on a ~6k USD NVIDIA GPU. On September 22, Apple is releasing the M5 Mac Studio with 256 GB of unified memory. "Unified memory" means it can be shared between the host operating system and the GPU. That's more than enough to run 5.3-flash, and it will probably get around 30 tokens/second once it releases. For 256 GB, the price starts at around $9,500. Further improvements in software can get half-again the throughput through changes to the model decoder https://arxiv.org/abs/2607.00501 . If we extrapolate that to the M5, that would put the total throughput at around 45 tokens/second. 45 tokens/second is enough to write this snippet of code in 3 seconds: ⚠️ LLM generated code php from pathlib import Path import hashlib def digest path: Path - str: hasher = hashlib.sha256 with path.open "rb" as file: while chunk := file.read 1024 1024 : hasher.update chunk return hasher.hexdigest def main - None: import sys if len sys.argv < 2: raise SystemExit "usage: hash.py FILE..." for name in sys.argv 1: : path = Path name try: print f"{digest path } {path}" except OSError as error: print f"{path}: {error}", file=sys.stderr if name == " main ": main In other words, it's not just possible to run this model locally, it's possible to do so from an ordinary individual's savings, and use it round-the-clock at high speeds. Frontier GLM 5.3-flash is very close to the abilities of the best AIs we have made. The AIs we've made are already finding and exploiting real security vulnerabilities in the wild. The AIs we make in the future are going to get more and more capable. GLM 5.3 scores https://docs.z.ai/guides/llm/glm-5.3 emergent-cyber-capability 84.5% on CyberGym and 54.4% on ExploitBench. We don't have data for 5.3-flash directly, but it will probably be around the same or a bit lower. Abliterated models will be slightly lower again. CyberGym measures real world vulnerabilities that have been found and patched by open source projects in the past. In other words, 84.5% of vulnerabilities in this representative sample would have been reproduced by GLM 5.3 just by looking at publicly available source code and a CVE description. ExploitBench measures whether the model can actually use vulnerabilities to cause harm. It scores on a sliding scale that gives partial points for partial exploits, with the final step being arbitrary code execution. For comparison, the leading "frontier" model on ExploitBench is GPT-6 Astra 100% , with GPT-5.6 Sol as the runner-up with 78.5%