GLM-5.3 guns for the coding crown
China's open-weights labs spent the day squarely aiming at Anthropic and OpenAI on code: Zhipu's GLM-5.3 claims the top open coding slot and shipped with emergent exploit-finding, while GLM-5.2 quietly became the base model Mistral and Writer now resell. Google answered with a second Flash release in three weeks, OpenAI leaned on Cerebras for 750 tok/s, and DeepSeek open-sourced its agent harness while quietly raising API prices.
GLM-5.3 claims the open coding crown, and learns to write exploits
Zhipu (Z.ai) released GLM-5.3, built on the same ~700B base as June's GLM-5.2 with all gains from extended post-training, and calls it the strongest open-weights coding model with the biggest jumps on agent tasks. The company trained it on vulnerability-finding environments and says it turned up 2,436 flaws across 269 projects, some 40 years old, documented in a public registry. It's live now via the GLM Coding Plan and works with Claude Code, OpenCode and ZCode; weights go open in two weeks pending security review.
Why it matters: A frontier-adjacent coding model you can self-host in a fortnight, shipped with offensive-security chops, is exactly the combination that makes safety teams and CISOs nervous — and CFOs happy.
- Zhipu AI releases GLM-5.3, claims it's the strongest open-weights coding model (The Decoder)
- GLM-5.3: Frontier coding with emergent cyber capabilities (Hacker News)
- Z.ai to Rival Anthropic, OpenAI in Coding With New AI Model (Bloomberg)
- GLM 5.3 Released (r/LocalLLaMA)
Google ships Gemini 3.7 Flash three weeks after 3.6, half the price
Gemini 3.7 Flash lands just three weeks after 3.6, with Google crediting algorithmic tweaks and developer feedback rather than a new base. Coding is the headline gain: FrontierCode 1.1 rises to 43.6% from 34.4% and DeepSWE to 65.3% from 49.0%, with WebDev Arena Elo up to 1588. Introductory pricing is $0.75/$3.75 per million input/output tokens, 50% under 3.6's launch price, held through year-end. It's live in the API, AI Studio and Antigravity, and now powers Gemini Spark.
Why it matters: The Flash cadence is now measured in weeks, and each release resets the price floor — good for builders, brutal for anyone trying to standardize on a stable workhorse model.
- Gemini 3.7 Flash lands with coding gains and undercuts its three-week-old predecessor's price by 50% (The Decoder)
- Introducing Gemini 3.7 Flash (Google DeepMind)
- Google announces Gemini 3.7 Flash just three weeks after previous release (Ars Technica)
- [AINews] Gemini 3.7 Flash brings GDM back to the forefront (Latent Space)
OpenAI puts GPT-5.6 Sol on Cerebras for 750 tokens per second
OpenAI opened a limited preview of Ultrafast mode, a Responses API tier that runs GPT-5.6 Sol at up to 750 output tokens/sec — roughly 14x standard — powered by Cerebras' wafer-scale engines rather than GPUs. Cerebras claims it cleared all 2,500 Humanity's Last Exam questions in 11 hours versus 78 for Claude Fable 5, at comparable accuracy, and a 5.6x end-to-end speedup on GDP-Val. Access is gated to a small customer set for now, aimed at incident response, trading and security workloads.
Why it matters: If frontier-quality output at 750 tok/s holds up outside vendor benchmarks, latency-bound agent loops stop being a reason to drop down to a smaller model.
DeepSeek open-sources its agent harness and raises API prices in the same breath
Alongside the V4-Pro-0813 update, DeepSeek shipped Harness v0.1 under MIT — a plugin-everything agent framework (built on its Cordis system) pitched against Codex and Claude, with append-only session logs and resume/fork/replay. It runs via npx and includes a minimal shell-plus-editor mode DeepSeek uses for its own benchmark runs. Less popular: new peak/off-peak API pricing lands August 16, roughly doubling V4-Pro rates at peak and hiking cache-hit costs from ~1/120th to ~1/30th of input price — punishing exactly the repeated-file-read pattern agents rely on.
Why it matters: The harness is a genuinely reusable piece of agent infrastructure, but the cache-hit price hike is a reminder that 'cheap Chinese inference' has a ceiling once you actually build agents on it.
GLM-5.2 quietly becomes the industry's cheap base model
Two vendors built on Zhipu's open GLM-5.2 this week. Writer launched Palmyra X6, a post-trained GLM-5.2 variant it says cuts customer costs up to 50% on basic tasks, paired with harness upgrades; a Writer paper argues harness tweaks cut costs ~40% on average, often more reliably than swapping models. Separately, Mistral began hosting GLM-5.2 on its own platform — priced below its flagship Mistral Medium 3.5, an odd move for a competitor. CEO May Habib's pitch: 'the enterprise is absolutely sick of chasing the next benchmark.'
Why it matters: Open weights plus harness optimization are becoming the enterprise cost story, and even frontier labs like Mistral are now reselling a rival's model rather than out-training it.
- Writer introduces new AI model and upgraded harness to contain token costs (TechCrunch)
- Mistral is now hosting GLM-5.2 (r/LocalLLaMA)
Anthropic eyes a $2 trillion IPO its P&L can't back up
Investors told the FT they expect Anthropic to float at $2 trillion or more in October, which would be the largest IPO ever and eclipse SpaceX. Fortune's math is unkind: at Nasdaq-100 multiples that valuation implies $59-79B in annual profit, and Anthropic reportedly isn't posting net income yet. Q2 2026 revenue is said to more than double to $10.9B with a first operating profit — real, but a fraction of what the price tag assumes.
Why it matters: The valuation gap sets the bar for how much AI revenue growth public markets will forgive, and Anthropic's debut will be the stress test for the whole sector's froth.
- Anthropic's $2 trillion math problem (Fortune)
- Anthropic could be worth $2 trillion when it goes public (Ars Technica)
SenseNova-Vision does detection, depth, OCR and 3D from one 7B set of weights
A new Apache-2.0 vision model, SenseNova-Vision, frames essentially all computer-vision tasks as one generation problem: a single 7B mixture-of-transformers with no task-specific heads. Prompt it in natural language and it emits bounding boxes, keypoints, OCR, segmentation masks, depth and surface normals, plus multi-view 3D reconstruction and camera-pose estimation that normally needs tools like COLMAP. It was trained on 50M instruction-response pairs; weights, training pipeline and a web demo are up, though the full demo wants an 80GB GPU and benchmarking wants eight.
Why it matters: Collapsing a zoo of specialized CV models into one promptable checkpoint is the multimodal equivalent of what instruction-tuned LLMs did to NLP — worth watching if the 3D claims survive contact with real image sets.
Also worth a look
- The builder's guide to GPT-5.6: retained reasoning, programmatic tool calling, native multi-agent (OpenAI)
- dots3-note preview: a 280B/16B-active omni MoE with 512K context, open weights (r/LocalLLaMA)
- A preliminary Qwen3.8-27B model card is live (r/LocalLLaMA)
- Doom ported into transformer weights, no training — Hugging Face checkpoints included (r/LocalLLaMA)
- A 1.5B fine-tune that writes shell commands on a laptop CPU in ~1 second (r/LocalLLaMA)
- Gemma 4 12B: +8.55% coding from tensor-level quantization bit allocation (r/LocalLLaMA)
- MiniMax-Music3 released (r/LocalLLaMA)
- llm-gemini 0.33 adds Gemini 3.7 Flash, reasoning traces and server-side tools (Simon Willison)
- Record, train and deploy robot policies from one place with Strands, LeRobot and HF Storage Buckets (Hugging Face)