Z.ai CEO Jie Tang argues that parameter count alone is the wrong scorecard for AI progress, and that what happens after the base model is built — letting models practice inside long running, executable engineering environments — is the new axis.
For the last three years, every AI model release has arrived with a number: how many parameters. That figure is the wrong unit of progress, argues Z.ai CEO Jie Tang, and his lab is staking its latest model on a different scorecard. GLM 5.3, released this month, is reported to get its headline gains not from a bigger base model but from letting an AI practice inside long-running, executable engineering environments for days at a time, with a measurable end-to-end speedup as the success metric.
The argument is concrete. Parameters still matter, but only relative to where the compute goes and who runs the model. "Memorization," the model's ability to recall patterns from its training corpus, scales with parameter count in roughly the way older scaling laws predicted. "Reasoning," the capacity to plan, tool-call, and recover from errors over a long task, scales differently. It prefers more data applied after the base model is already built, more effective depth, and especially more environment.
The Chinchilla scaling law, the 2022 rule of thumb that a model's optimal training compute is split roughly 20 tokens per parameter, is now described as broken in the inference era. Recent work summarized by Tang puts the observed range at 200 to 900 tokens per parameter, varying by task, a 10x to 45x spread that turns "tokens per parameter" from a single number into a slider that depends on what the model is trying to do. The reason is that inference-time compute, the chains a model runs at the moment of answering, now does work that older scaling laws assumed would be paid for at training time.
GLM 5.3 is the test case. According to the same briefing, every reported gain over its predecessor came from reinforcement learning on long-horizon environments, not from any change in parameter count. Those environments are not chat transcripts. They are synthetic end-to-end setups that mirror how an engineer actually works: access to a compute cluster, storage, internal documentation, codebases, and experiment results. The model's task can be to diagnose a training-stack bottleneck, implement an optimization, and deliver a measurable end-to-end speedup while preserving correctness. Some tasks run for days of real engineering work. The reward signal is, in some cases, synthetic too, generated by a verifier rather than a human.
This is the part of Tang's case that is most likely to age well, because it points at where the scaling bottleneck has moved. For most of the deep-learning era, the hard part was the model: more data, more parameters, more training compute, and the curve bent your way. Z.ai's framing pushes the hard part off the model and onto two new stacks: the synthetic environment pipeline that defines what the model practices on, and the judge-or-verifier pipeline that defines what counts as a successful attempt. Whoever builds those better wins the next leg, regardless of how many parameters the base model has.
Frontier-class models are converging on similar parameter counts. Qwen 3.8 Max and Kimi K3 are both in the 2 to 3 trillion parameter range. A separate "Fable-class" open-weights model is analyst-estimated at 3 to 7 trillion parameters and only about 2 points higher on the Artificial Analysis intelligence index than smaller peers. If size were still the lever, those numbers should be spreading the leaderboard further apart. They are not.
The honest critique has to sit beside the pitch. Tang is the seller, and the framing serves his lab's release. Long-horizon engineering benchmarks have a track record of over-promising on real production work: agents that ace a controlled environment often fail when the codebase, the docs, and the goalposts are messy. The memorization-versus-reasoning split is a useful lens, not a guarantee, and the 200 to 900 tokens per parameter range is a snapshot, not a settled law. Latent Space's companion essay on the "inference inflection", headless agent runtimes, programmable harnesses, usage-based pricing, points in the same direction, but a direction is not a measurement.
The practical upshot for anyone reading AI news for the rest of the year: when a release says "X% better," ask what kind of better. If the answer is a long-horizon environment task with a synthetic verifier, treat it as evidence the lab has a strong environment pipeline, not that the model is broadly smarter. If the answer is a parameter count, treat it as a recapping of a 2023 scorecard that the frontier has already left. Z.ai is betting the next round of the race is run in environments, not in parameter sheets. So is everyone paying attention.