AI/TLDR

Z.ai · 2026-09-17 · major

Z.ai says GLM built its own inference stack — on 100,000 Chinese chips

Z.ai published how an Infra Agent powered by GLM-5.3 built the production inference service for GLM-5.3-Flash on more than 100,000 Chinese-made AI accelerators, tripling end-to-end throughput in under two weeks.

Z.ai banner for its engineering post on building GLM-5.3-Flash inference infrastructure

An AI agent built most of the serving stack that now runs the model behind it, on domestic Chinese silicon.

Quick facts

MakerZ.ai (formerly Zhipu AI)
Model servedGLM-5.3-Flash — 320B total, 18B active
Context window1M tokens
Cluster100,000+ Chinese-made AI accelerators
Time to productionUnder two weeks
Throughput gainAbout 3x over the starting baseline
Early usage62 trillion tokens served in six days

What is it?

Z.ai published an engineering account of how it stood up production inference for GLM-5.3-Flash on a cluster of more than 100,000 Chinese-made AI accelerators. The unusual part is who did the work: an Infra Agent powered by GLM-5.3 handled much of the porting, profiling and kernel work alongside human engineers. Z.ai sums the loop up as the model optimizing the system, and the system then running the model.

How does it work?

The Infra Agent reads profiles, forms hypotheses about where time is going, and writes the code changes; the engineers keep the objectives, the safety boundaries and the risk decisions. Three fixes are named in the post — a numerical-accuracy repair in the KDA long-context kernel that was merged upstream into Flash Linear Attention, a Python GIL bottleneck cut from a roughly 20 percent penalty to under 1 percent, and a decode kernel made 1.71x faster. Together they took end-to-end throughput to about three times the starting baseline.

Why does it matter?

Two things land at once. Chinese accelerators served a frontier-scale multimodal model at utilization and per-token cost that Z.ai puts on par with mainstream NVIDIA GPUs, which matters to anyone modelling where inference capacity comes from. And the timeline — under two weeks from first adaptation to production — is a data point on how much of low-level systems engineering an LLM can now carry. Z.ai explicitly says this is not recursive self-improvement yet.

Who is it for?

inference engineers, infra teams, people tracking the AI chip supply chain

Frequently asked questions

Is Z.ai claiming recursive self-improvement?
Z.ai is careful here. The post says the company has not reached recursive self-improvement, only that early forms of it are showing up. People still set the objectives, the boundaries and the risk calls, while GLM-5.3 does analysis, proposes fixes and writes code. Z.ai does say the model has become a daily coding partner for the infrastructure team.
What did the Infra Agent actually fix?
Z.ai names three concrete wins for the GLM-5.3 Infra Agent. It repaired numerical accuracy in the KDA kernel for long contexts, and that fix was merged upstream into the open-source Flash Linear Attention project. It closed a Python GIL bottleneck that cost about 20 percent of performance, bringing the gap under 1 percent. And it made a decode kernel 1.71x faster.
What hardware is GLM-5.3-Flash running on?
GLM-5.3-Flash serves all of its production traffic from a cluster of more than 100,000 Chinese-made AI accelerators, which Z.ai says is the first deployment of domestic chips at this scale. The chips have less on-chip memory and bandwidth than mainstream parts, and kernel support was incomplete, so the team had to write around gaps in the software stack.
Is it actually competitive with NVIDIA hardware?
Z.ai reports that hardware utilization and per-token cost on the Chinese accelerator cluster reached levels comparable to mainstream NVIDIA GPUs, after end-to-end throughput roughly tripled from the first working version. Z.ai does not publish a head-to-head benchmark against a specific NVIDIA part, so the claim is about the economics of serving GLM-5.3-Flash, not a raw chip-for-chip comparison.
Where can people already use GLM-5.3-Flash?
GLM-5.3-Flash launched on 26 August 2026 and, in its first week, became the most-used model on OpenCode and OpenRouter, serving more than 62 trillion tokens in six days. It ran under the codename Ox-Alpha before Z.ai confirmed what it was. The model is natively multimodal and takes a one-million-token context window.

Sources · 4 outlets

Tags

  • z-ai
  • zhipu
  • glm
  • glm-5-3-flash
  • inference
  • chinese-chips
  • recursive-self-improvement
  • agentic-engineering
  • gpu-kernels
  • infrastructure
  • article

← All releases · Learn AI