sakutto
Generative AI

GLM-5.3 Released, Claiming the Best Open-Weight Coding Performance

GLMZ.aiOpen weight
GLM-5.3 Released, Claiming the Best Open-Weight Coding Performance

What changed in GLM-5.3

Where GLM-5.3 sits

Base
Identical to GLM-5.2
Source of gains
Post-training only
Weights
Planned two weeks after launch

GLM-5.3 is a large language model released by Z.ai on August 14, 2026.

The base stays put; the gains are all post-training

The unusual part is that the base model was not rebuilt. Z.ai states plainly that it uses the same base model as GLM-5.2 and that every gain comes from post-training. Post-training is the later stage in which a finished model is made to solve tasks and adjusted repeatedly.

View official source →
"It uses the same base model as GLM-5.2 — every gain comes from post-training."(opening)/"Over the past month we kept scaling on this stack: more environments, more diverse tasks, and more compute spent training on them."(preceding paragraph) — from the Z.ai official blog

Coding improved 50% on the in-house benchmark

Z.ai states that coding improved 50% over 5.2 on its in-house Z.ai Code Bench, and claims it is the most capable open-weights model for coding. Open weight means the model's weights — the numbers produced by training — are distributed so you can run it yourself. For the previous generation, see the GLM-5.2 explainer.

BenchmarkGLM-5.3GLM-5.2Mythos 5 (listed as Fable 5 w/ fallback)GPT-5.6 Sol
Terminal Bench 3.028.34.633.734.6
DeepSWE v1.166.946.269.772.7
CyberGym84.577.283.883.6
ExploitBench54.424.478.076.5
Agents' Last Exam28.523.823.828.6
View official source →
"Stronger Coding: GLM-5.3 is the most capable open-weights model for coding, with a 50% improvement over GLM-5.2 on our in-house Z.ai Code Bench."(summary bullets)/"GLM-5.3 improves from 4.6 to 28.3 on Terminal-Bench 3.0, from 46.2 to 66.9 on DeepSWE v1.1, and from 23.8 to 28.5 on Agents' Last Exam."(Stronger Coding section) — from the Z.ai official blog

A jump in cyber capability, and the gap that remains

CyberGym (vulnerability discovery, %)

The top three sit within 0.9 points, so the lead is marginal. The 7.3-point gain over its own previous generation is larger than the gap to any competitor.

84.5GLM-5.3
83.8Mythos 5
83.6GPT-5.6 Sol
77.2GLM-5.2

The area the company describes as having grown faster than expected is cyber. Closed here means commercial models that do not publish their weights.

84.5% on CyberGym

On CyberGym, which measures vulnerability discovery, GLM-5.3 scored 84.5%. Z.ai calls this the best result on the benchmark, ahead of Mythos 5 at 83.8% and GPT-5.6 Sol at 83.6%. CyberGym starts from white-box source code and tests whether a model can identify vulnerabilities and validate them by triggering faults.

View official source →
"On CyberGym, which starts from white-box source code and tests whether the model can identify and validate vulnerabilities by triggering faults, GLM-5.3 scores 84.5%, up from GLM-5.2's 77.2% — the best result on the benchmark, ahead of Mythos 5 (83.8%) and GPT-5.6 Sol (83.6%)."(Emergent Cyber Capability section) — from the Z.ai official blog

Further up the exploitation chain, the gap persists

On ExploitBench, which covers deeper stages of an attack, it reaches 54.4%. That more than doubles 5.2's 24.4%, but it does not reach Mythos 5's 78.0% or GPT-5.6 Sol's 76.5%. Z.ai summarizes the pattern: the further up the exploitation chain a benchmark sits, the larger the gain — and the wider the remaining gap to closed models.

View official source →
"On ExploitBench, which requires deeper reasoning about real vulnerabilities and their exploitation, GLM-5.3 reaches 54.4%, more than doubling GLM-5.2's 24.4%, while Mythos 5 and GPT-5.6 Sol score 78.0% and 76.5%, respectively."/"The pattern across the three is consistent: the further up the exploitation chain a benchmark sits, the larger the gain from GLM-5.2 — and also the wider the remaining gap to the closed frontier."(both from the Emergent Cyber Capability section) — from the Z.ai official blog

Where to use it, and when the weights arrive

Availability

Now
API, GLM Coding Plan, ZCode, Claude Code and others
Later
Weights planned two weeks after launch

The only thing being held back is the weights.

Entry points today, and the weight release schedule

GLM-5.3 is already available through the API and has been rolled out to all GLM Coding Plan users. You can try it from your preferred coding agent, including ZCode, Claude Code, and OpenCode. ZCode is Z.ai's own coding environment. What is staged is the weights, with a stated target of two weeks after launch. In the API, disabling thinking is no longer supported and reasoning_effort now takes three levels — low, high, and max — so existing implementations need migration.

View official source →
"Try GLM-5.3 in your favorite coding agents—ZCode, Claude Code, OpenCode, and more."/"We've rolled out GLM-5.3 to all GLM Coding Plan users."(both from the Use GLM-5.3 with GLM Coding Plan & ZCode section)/"GLM-5.3 supports three thinking effort levels: low, high, and max. Disabling thinking is no longer supported by GLM-5.3."/"Migration required: If your application currently uses thinking.type: \"disabled\", change it to enabled and set reasoning_effort to low before updating the model ID to glm-5.3. Otherwise, the request will fail."(both from the API Changes in GLM-5.3 section)/"Open Source: We will release the weights in two weeks after launch, once safety evaluation and hardening are complete."(summary bullets) — from the Z.ai official blog

Findings against real code

Working with security teams in China and running it against real code, the company states that after expert verification, triage, and deduplication, the model identified 2,436 vulnerabilities across 269 projects, of which 1,097 were medium-to-high severity. Some had gone unnoticed for years or decades, with the oldest dating back roughly 40 years.

View official source →
"the model identified 2,436 vulnerabilities across 269 projects, including 1,097 medium-to-high severity issues."/"Many had remained unnoticed for years or even decades, with the oldest dating back roughly 40 years."(both from the Emergent Cyber Capability section) — from the Z.ai official blog

To convert an English technical blog into markdown with its structure intact, the following tool can help.

Free ToolURL to Markdown ConverterConvert any public web page URL to Markdown. Preserves headings, tables, lists, and links — perfect for LLM and RAG preprocessing, research notes, and archiving web articles.Try it now →

FAQ

Q. What changed from GLM-5.2 to GLM-5.3?
The base model is the same as 5.2, and every gain comes from post-training. Z.ai states that coding improved 50% over 5.2 on its in-house Z.ai Code Bench, and that it is the most capable open-weights model for coding.
Z.ai Official Blog
It uses the same base model as GLM-5.2 — every gain comes from post-training. Z.ai Official Blog
Q. How strong is GLM-5.3 on cybersecurity?
It scores 84.5% on CyberGym, which measures vulnerability discovery, up from 5.2's 77.2%. Z.ai states this is the best result on the benchmark, ahead of Mythos 5 at 83.8% and GPT-5.6 Sol at 83.6%.
Z.ai Official Blog
GLM-5.3 scores 84.5%, up from GLM-5.2's 77.2% — the best result on the benchmark, ahead of Mythos 5 (83.8%) and GPT-5.6 Sol (83.6%). Z.ai Official Blog
Q. When will the GLM-5.3 weights be released?
Two weeks after launch. Z.ai states it will release the weights once safety evaluation and hardening are complete. If you do not want to wait for the weights, you can use it through the API, the GLM Coding Plan, ZCode, and others.
Z.ai Official Blog
Open Source: We will release the weights in two weeks after launch, once safety evaluation and hardening are complete. Z.ai Official Blog

Related Tools

Related Tool Categories

Articles