Kimi K3 has held the top Intelligence Index score among open-weights models since Moonshot AI released its weights on July 26, 2026. On August 18, 2026, Artificial Analysis published a fresh evaluation of GLM-5.3 that puts it at exactly the same number: 60.
That's the headline two duplicate wire posts ran with on August 19 — "GLM-5.3 Ties Kimi K3 as Most Intelligent Open Model With 60 Score" and a near-identical variant emphasizing the foundation model stayed unchanged. Both are accurate, but the second one is the more interesting story: Z.ai didn't retrain GLM-5.3 from scratch to close the gap with Kimi K3. It kept the same 753-billion-parameter base it shipped with GLM-5.2 and pushed the score up seven points through post-training alone.
TL;DR
| Question | Answer |
|---|---|
| What scored 60? | The Artificial Analysis Intelligence Index — a composite of nine evaluations, not a single benchmark |
| Who else scores 60? | Kimi K3, previously the sole open-weights leader on this index |
| Is this a new GLM-5.3 architecture? | No — same 753B-parameter base model as GLM-5.2, confirmed by Z.ai |
| What actually changed? | Post-training: scaled reinforcement learning on long-horizon agentic tasks |
| Can I download the weights today? | Not yet — staged release, security-reviewed, expected around August 28, 2026 |
| Is GLM-5.3 cheaper than Kimi K3? | Yes — $1.40/$4.40 per million tokens vs Kimi K3's $3.00/$15.00 on Moonshot's API |
| Does it beat Kimi K3 everywhere? | No — GLM-5.3 leads agentic work (GDPval-AA v2), Kimi K3 leads factual reliability (AA-Omniscience) |
| How's it launched already? | Yes, since August 14, 2026, via the GLM Coding Plan and Z.ai's API |
What is the Artificial Analysis Intelligence Index, exactly?
The number everyone is citing — 60 — comes from Artificial Analysis's Intelligence Index, an independent composite score that averages a model's results across nine underlying evaluations: agentic real-world work tasks, agentic tool use, terminal coding, scientific reasoning and knowledge, graduate-level science questions, physics reasoning, knowledge reliability and hallucination resistance, and long-context reasoning. It is not a single leaderboard entry and not a benchmark Z.ai ran itself — Artificial Analysis evaluates every model independently, on its own infrastructure, using the same methodology across providers.
That independence is what makes the tie notable. Z.ai's own launch materials for GLM-5.3 emphasized CyberGym and defensive cybersecurity benchmarks; the Intelligence Index score is a separate, third-party read taken four days after launch, on August 18, 2026.
Claude Opus 5 still leads the overall field at 63 — three points ahead of the tied open-weights pair. That gap matters: GLM-5.3 closed distance to the frontier, it didn't reach it.
The benchmark comparison table
| Model | AA Intelligence Index | Type | Input / Output price (per 1M tokens) |
|---|---|---|---|
| Claude Opus 5 | 63 | Closed | — |
| GLM-5.3 | 60 | Open weights (staged) | $1.40 / $4.40 |
| Kimi K3 | 60 | Open weights | $3.00 / $15.00 |
| Qwen3.8 Max | 58 | Open weights | — |
| DeepSeek V4 Pro 0813 | 53 | Open weights | — |
| DeepSeek V4 Flash 0731 | 52 | Open weights | — |
Sub-scores tell a more textured story than the tied headline number. On GDPval-AA v2 — Artificial Analysis's real-world agentic knowledge-work evaluation — GLM-5.3's Elo jumped from 1,524 (GLM-5.2) to 1,770, putting it second overall behind only Claude Opus 5 (1,855) and more than 100 points ahead of Kimi K3 (1,668). On AA-Omniscience, which measures factual reliability and resistance to hallucination, Kimi K3 still leads open-weights models at 20 against GLM-5.3's 14 — up from GLM-5.2's 4, but still trailing.
So "ties Kimi K3" is true at the aggregate level and false at the sub-score level in both directions. That's normal for composite indices, and it's exactly the kind of nuance a single headline score erases — see explainx.ai's complete guide to AI benchmarks for more on why aggregate scores flatten real per-task differences.
Zoom out one more level and the ranking tells a policy story, too. Three of the four models within a few points of Claude Opus 5 on this index — GLM-5.3, Kimi K3, and Qwen3.8 Max — come from Chinese labs, all released or updated within the same five-week window in July and August 2026. That clustering is the practical version of the distillation and export-control debate explainx.ai has tracked through the year: whatever the policy fight settles, the gap between frontier closed models and the best open-weights alternatives keeps shrinking on independent measurement, not just on vendor marketing claims.
What changed if the base model didn't?
This is the detail that separates a real engineering story from a routine leaderboard shuffle. Z.ai confirmed GLM-5.3 runs on the identical base model as GLM-5.2 — same 753B total parameters, same 40B active parameters, same 1M-token context window. There was no new pretraining run.
The seven-point Intelligence Index gain, and the much larger jumps on specific agentic benchmarks — Terminal-Bench 3.0 went from 4.6 to 28.3, DeepSWE v1.1 from 46.2 to 66.9 — came entirely from post-training. Specifically, Z.ai scaled reinforcement learning on long-horizon task environments: more environments, more task diversity, more compute, all on the same RL training stack it had already built for GLM-5.2.
That's the practical takeaway for anyone evaluating open models: a lab can extract a full generation's worth of intelligence gain out of an existing checkpoint through RL scaling alone, without touching the architecture or running a new multi-month pretraining cycle. It's the same broader pattern explainx.ai covered when Kimi K3 first shipped as an open-weights frontier model with heavy post-training investment, and it echoes the RL-focused workflow Cognition described for SWE-1.7. Post-training is where a growing share of frontier competition is actually happening, not pretraining scale.
Can you run GLM-5.3 locally this week?
Not with open weights yet, and this is the second departure from GLM-5.2's playbook worth flagging. GLM-5.2 shipped MIT-licensed weights on Hugging Face within days of its Coding Plan launch. GLM-5.3 launched August 14, 2026 through the GLM Coding Plan and Z.ai's hosted API only — open weights are staged behind a security review, with reports putting the release around August 28, 2026.
Z.ai has attributed the delay to GLM-5.3's strength on defensive cybersecurity benchmarks like CyberGym, restricting full access to select security partners before a wider release. If you want to run an open-weights model of comparable intelligence locally right now, Kimi K3's weights are already public — including a 1-bit quantized GGUF from Unsloth that fits on a single Mac Studio — or Qwen3.8 Max, which scores close behind at 58.
Worth noting for anyone weighing "wait for GLM-5.3 weights" against "use what's available now": Kimi K3's 2.8-trillion total parameters make it far larger and more hardware-hungry than GLM-5.3's 753B, even before quantization. A reader choosing between them today is trading download size and hardware requirements against raw intelligence-index parity — not a clean upgrade in either direction. GLM-5.3 is also API-only in the interim, so "run it locally" and "use it via API today" are two different questions with two different answers right now.
What people are asking
Is this actually a big deal, or just one number matching another? It's a genuine milestone with a real caveat. Tying the prior open-weights leader on an independent nine-evaluation composite, without a new pretraining run, is a meaningful post-training result. But "ties Kimi K3" as a headline glosses over the sub-score split — GLM-5.3 wins agentic work, Kimi K3 wins factual reliability — and the fact that GLM-5.3's weights aren't downloadable yet while Kimi K3's have been for weeks.
Why does Z.ai keep gating weights behind security review? Z.ai's own framing for GLM-5.3 leaned into cyber-defense capability — see explainx.ai's coverage of its CyberGym validation and the system prompt leak that surfaced separately. A model that's strong at finding vulnerabilities is also plausibly strong at exploiting them, which is a defensible reason to stage release rather than ship weights day one.
Does the price difference matter more than the tied score? For most teams, probably yes. GLM-5.3's $1.40/$4.40 per-million-token API pricing undercuts Kimi K3's $3.00/$15.00 by a wide margin at identical measured intelligence — a bigger practical lever than three points on any index, in either direction.
How reliable is a single benchmark index for choosing a model? Treat it as a starting filter, not a verdict. The Intelligence Index doesn't measure cost, latency, safety posture, or performance on your specific codebase — explainx.ai's guide to choosing open-weight vs. closed AI models covers the fuller decision framework, including licensing and deployment constraints an aggregate score never captures.
Honest limitations of the "60" score
The Intelligence Index is a relative, point-in-time snapshot, not a fixed absolute measure — Artificial Analysis periodically adds or reweights the underlying evaluations, so scores from different months aren't perfectly comparable. It also doesn't measure cost efficiency, inference latency, safety alignment, or how a model performs on a reader's own domain-specific tasks — all things that matter more than an aggregate number when actually picking a model to build on. And because Kimi K3's weights have been public for weeks while GLM-5.3's remain gated, the "tie" currently describes two models in different states of real-world availability, not two models a reader can compare head-to-head today.
Related reading
- GLM-5.3 Launch: Cyber Defense Benchmarks
- GLM-5.3 CyberGym 84.5% Independent Validation
- Kimi K3 Open Weights Are Live — 2.8T Parameters
- Kimi K3 1-Bit GGUF: Run It on a Mac Studio
- Qwen3.8 Max Open Weights Live on Hugging Face
- Complete Guide to AI Benchmarks (2026)
- Choose Open-Weight vs. Closed AI Models
- Artificial Analysis · Z.ai
Benchmark scores, pricing, and weights-release timing reflect Artificial Analysis's August 18, 2026 evaluation and Z.ai's public statements as of this post's publish date — check the linked sources directly for any updates since.
