|

GLM-5.3-Flash vs Qwen3.8-Flash-Next: Two Chinese AI Labs Independently Converge on the Same Model Architecture

Two frontier open-weight fashions shipped inside a day of one another this week. Z.ai released GLM-5.3-Flash, a 320B-parameter multimodal MoE mannequin with 18B lively parameters. Alibaba’s Qwen team released Qwen3.8-Flash-Next, a 125B mannequin with 6B lively parameters that previews the Qwen4 structure.

The two groups designed these programs independently. Yet their configs learn like near-copies of one another. Both use a 3:1 hybrid of linear and full consideration. Both choose context with a compressed indexer capped at 2048 tokens. Both widen the residual stream into 4 gated branches. Both prepare with the Muon optimizer, with fused parameter matrices cut up earlier than orthogonalization. This article walks by means of the shared recipe, the one level of disagreement, and the one lab that dissents.

The Two Releases in Brief

GLM-5.3-Flash is the first natively multimodal mannequin in the GLM-5 collection, launched beneath the MIT license on Hugging Face. Z.ai examined it anonymously as Ox Alpha on OpenRouter, the place it turned the hottest mannequin of the week. It was educated on a 30T-token multimodal corpus and serves a 1M-token context window. Z.ai says it outperforms GLM-5.2 throughout benchmarks at one-tenth the worth, whereas approaching Claude Opus 4.8 on coding and agentic benchmarks. List pricing is $0.15 per million enter tokens and $0.50 per million output tokens.

Qwen3.8-Flash-Next performs the function Qwen3-Next performed for Qwen3.5: an early public preview of the subsequent structure household. The model card lists a 125B predominant mannequin plus a further 51B n-gram embedding desk, with 6B parameters activated per token. Native context is 262,144 tokens, extensible to 1M with YaRN. The Qwen staff stories that coaching required solely about one-ninth the compute of Qwen3.7-Plus. The accompanying technical report is titled “On the Design of Qwen3.8-Next Architecture: Evaluation, Efficiency, and Training Stability.”