GLM-5.3-Flash vs Qwen3.8-Flash-Next: Two Chinese AI Labs Independently Converge on the Same Model Architecture
| Source: MarkTechPost
Tags: GLM-5.3-Flash, Qwen3.8-Flash-Next, Z.ai, Alibaba, linear attention, MoE, Muon optimizer, open-source models
Z.ai's GLM-5.3-Flash (320B/18B active, MIT, $0.15/M tokens) and Alibaba's Qwen3.8-Flash-Next (125B/6B active) shipped within a day of each other and independently arrived at the same architecture: 3:1 linear-to-full attention, 2048-token compressed indexers, four gated residual branches, and the Muon optimizer.
Details
Z.ai's GLM-5.3-Flash and Alibaba's Qwen3.8-Flash-Next dropped within 24 hours of each other in late August 2026, and their architecture files read like near-copies — despite being developed independently. GLM-5.3-Flash is a 320B-parameter multimodal MoE with 18B active parameters, MIT-licensed on HuggingFace. Z.ai first deployed it anonymously as Ox Alpha on OpenRouter, where it became the week's most-popular model before Z.ai revealed the identity. Trained on a 30T-token multimodal corpus, it supports a 1M-token context window. Pricing: $0.15/$0.50 per million input/output tokens. Z.ai claims it approaches Claude Opus 4.8 on coding and agentic benchmarks at one-tenth the cost of GLM-5.2. Qwen3.8-Flash-Next previews the Qwen4 architecture: 125B parameters, 6B active per token, 262K native context extensible to 1M via YaRN. Alibaba reports it required only one-ninth the compute of Qwen3.7-Plus to train. The convergence: both use a 3:1 ratio of linear to full attention layers, cap context indexing at 2048 compressed tokens, use four gated residual branches, and train with the Muon optimizer. Linear layers avoid a growing KV cache by compressing context into a fixed recurrent state. For practitioners, this 3:1 hybrid pattern appears to be crystallizing as the standard efficiency blueprint for frontier open-weight models.