GLM-5.3 Benchmark Analysis Highlights Token Efficiency and Claude Code Harness Testing
Zhipu published technical results for GLM-5.3, demonstrating high token efficiency on internal coding benchmarks compared to Opus 4.8. Evaluation methodology revealed open-weights models being benchmarked using Anthropic's Claude Code agent harness.

Impact: Medium
Why it matters
Engineers can benchmark custom models using standard agent harnesses like Claude Code to measure token consumption against accuracy.
TL;DR
- 01GLM-5.3 reduces output token consumption by more than half compared to Opus 4.8 on benchmarked coding tasks.
- 02Vulnerability discovery performance does not automatically translate into multi-step exploit generation capabilities.
- 03Agent harnesses like Claude Code are becoming standard baseline evaluation environments across model providers.
Key facts
- CyberGym score (GLM-5.3 vs Mythos 5)
- 84.5% vs 83.8% (self-reported)
- Output tokens per coding task
- 50,000 (GLM-5.3) vs 120,000 (Opus 4.8)
- ExploitBench score
- 54.4% (GLM-5.3) vs 78.0% (Mythos 5)
Token Consumption vs Coding Accuracy
In internal software development benchmarks, Zhipu reports that GLM-5.3 achieved 31.4% accuracy using roughly 50,000 output tokens per task. By comparison, Opus 4.8 reached 29.5% while consuming approximately 120,000 output tokens per task. Lower token consumption per completed task directly impacts API cost structures and execution latency in agentic workflows.
Cybersecurity Benchmark Performance Breakdown
- CyberGym (Vulnerability Detection): GLM-5.3 scored 84.5% pass@1 (1,507 tasks) versus Mythos 5 at 83.8% and GPT-5.6 Sol at 83.6%.
- ExploitBench (Exploit Reasoning): GLM-5.3 scored 54.4%, trailing Mythos 5 (78.0%) and GPT-5.6 Sol (76.5%).
- ExploitGym (Time-Budget Execution): GLM-5.3 finished 105 tasks in 2 hours and 130 tasks in 6 hours, compared to Mythos 5 completing 181 and 247 tasks respectively.
Evaluation Harness Standardization
Methodology disclosures note that Zhipu executed benchmark evaluations inside Claude Code 2.1.207 harness environments. Using unified agent software provides a consistent execution layer when comparing diverse LLM backends.
✓ When to use
- Evaluating open-weight model candidates for localized source code auditing and static flaw identification.
- Testing model token efficiency inside standard agent frameworks like Claude Code.
✕ When NOT to use
- When autonomous end-to-end exploit generation or multi-step penetration testing is required without human oversight.
- Prior to the verified public release and independent audit of the open model weights.
What to do today
- Monitor for the official open-weights distribution release of GLM-5.3 for local or self-hosted deployment.
- Audit token output limits and prompt caching in coding workflows to reduce token burn.
Sources