AI developer tools · What shipped
For a senior engineer who already reads HN. Real changes in AI developer tools today: releases with version numbers, papers with benchmarks, repos that crossed a threshold worth knowing. Skip hype threads, pre-announcement leaks, and recycled summaries. Always link primary sources.
GLM-5.3-Flash ships open, Claude tops new benchmarks
1 Min. Lesezeit
GLM-5.3-Flash open-sourced
Z.ai open-sourced a 320B MoE that costs one-tenth the price.
GLM-5.3-Flash bundles 18B active parameters per token, 1M context, native multimodal support, and MIT weights on Hugging Face [Quelle: MarkTechPost]. Sparse attention cuts compute by 3×, KV cache by 4.4×. API pricing sits at $0.15/$0.50 per million tokens; self-hosting runs on NVIDIA Hopper+ clusters or consumer GPUs via SGLang and vLLM.
Coding performance lands near Opus 4.8 at a fraction of the cost.
GDPval-AA: Opus 5 leads
Claude Opus 5 tops a fresh benchmark for agentic knowledge work.
The GDPval-AA normalized leaderboard, updated August 26, shows Opus 5 at 67.2%, followed by GLM-5.3 (63.5%) and Grok 4.6 (62.4%), across 100 models [Quelle: BenchLM]. The metric weights professional agentic workflows and carries 22% of BenchLM's overall scoring, though it remains reference-only for now. Yesterday's Opus 5 launch paired half pricing with real performance gains on complex reasoning.
Expect this benchmark to shape production model picks as agents scale.
GLM-5.3-Flash benchmark sweep
GLM-5.3-Flash just won the economically valuable tasks race.
The model tops GDPval-AA v2 for knowledge work and places second on AutomationBench for cloud application tasks, outpacing Claude Opus 4.8 and GPT-5.6 Terra [Quelle: SiliconAngle]. Trained on 30 trillion tokens using hybrid KDA and sparse attention, it handles 131,072 output tokens. Cost parity with faster inference means production teams now have a frontier alternative to lock-in on a single vendor stack.
Multimodal reasoning at this price point reshapes API tier decisions.
GDPval-AA Normalized Leaderboard & Scores — August 20267 hours ago ... 100 models have been evaluated on GDPval-AA. The benchmark falls in the Agentic category. This category carries a 22% weight in BenchLM.ai's overall scoring ...benchlm.ai
Claude Opus 5 leads the GDPval-AA benchmark for economically valuable tasks with a normalized score of 67.2%, followed by GLM-5.3 (63.5%) and Grok 4.6 (62.4%). The benchmark, which evaluates 100 AI models on professional agentic workflows, was updated August 26, 2026 and carries 22% weight in BenchLM.ai's overall scoring system, though it is currently displayed as reference only and excluded from the direct scoring formula.
Z.ai Releases GLM-5.3-Flash: A 320B-A18B Natively Multimodal ...8 hours ago ... According to Z.ai reports, it beats GLM-5.2 across benchmarks and real ... models per benchmark, so treat cross-model comparisons as setup-dependent.marktechpost.com

Z.ai released GLM-5.3-Flash, a 320B-parameter mixture-of-experts model with 18B active parameters per token and 1M token context window under MIT license on Hugging Face. The natively multimodal model achieves 84.3 on Terminal-Bench 2.1 and 63.4 on DeepSWE v1.1, performing near Claude Opus 4.8 on coding tasks while costing roughly one-tenth the price. Key architectural improvements include hybrid KDA linear and NoPE sparse attention reducing attention compute by ~3× and KV cache size by 4.4×, plus IndexPool for million-token retrieval efficiency. The model is deployed via API at $0.15/$0.50 per million tokens with hosted access available immediately, or self-hosted on NVIDIA Hopper+ GPUs requiring at least an 8-GPU node. Local serving is supported through SGLang, vLLM, TokenSpeed and KTransformers, with the preview having run entirely on domestically produced Chinese AI chips using a custom disaggregated serving engine.
Z.ai open-sources 'Ox Alpha' model as GLM-5.3-Flash - SiliconANGLE5 hours ago ... today released the code for GLM-5.3-Flash, a large language model that's 10 times more cost-efficient than its predecessor. The algorithm made its original ...siliconangle.com
Z.ai open-sourced GLM-5.3-Flash, a large language model featuring a mixture of experts architecture with 320 billion parameters that activates 18 billion parameters per query. The model is 10 times more cost-efficient than its predecessor and handles up to 1 million input tokens and 131,072 output tokens. Key technical improvements include sparse attention to reduce processing overhead and linear attention to lower memory consumption by substituting a more efficient algorithm for the standard softmax function. GLM-5.3-Flash was trained on 30 trillion tokens using mHC optimization technology. On benchmarks, it achieved the highest score on GDPval-AA v2 for knowledge work performance and placed second on AutomationBench for cloud application task completion, outperforming Claude Opus 4.8, GPT-5.6 Terra, and Gemini 3.7 Flash. The model weights are available on Hugging Face.