Grok 4.5 bets on price over benchmarks
A busy release day led by SpaceXAI's Grok 4.5, an Opus-class coding-and-agents model priced to undercut everyone, landing on the eve of OpenAI's GPT-5.6 launch. OpenAI also shipped full-duplex GPT-Live voice, while the benchmarks everyone quotes came under fire as SWE-Bench Pro was declared saturated and flawed. On the open side, hobbyists ran 753B GLM-5.2 on desktop DGX Spark clusters and MiniMax teased a 2.7T open-weight model.
SpaceXAI ships Grok 4.5, an Opus-class model priced to undercut everyone
xAI/SpaceXAI released Grok 4.5, its first model trained specifically for coding and agents, trained alongside Cursor (which SpaceX acquired for $60B in stock). At 1.5T parameters (3x Grok 4.3) and $2/$6 per million input/output tokens, it scores 83.3% on Terminal-Bench 2.1 — near GPT-5.5 (83.4%) and Fable 5 (84.3%) — but trails on harder tasks like DeepSWE 1.1 (53% vs Fable 5's 70%) and SWE-Bench Pro (64.7% vs 80.4%). Artificial Analysis ranks it #4 on its Intelligence Index at just $0.31/task and ~14k output tokens per task, though it flags a hallucination rate that jumped from 25% to 54%.
Why it matters: The Chinese playbook — get close enough on capability, then win on price and token efficiency — is now being run by a US frontier lab, and it puts real pressure on Anthropic and OpenAI's per-token economics.
- Grok 4.5 is so cheap compared to Fable 5 and GPT 5.5 that benchmark gaps may not matter much (The Decoder)
- [AINews] SpaceXAI launches Grok 4.5, first Opus-class model post Cursor acquisition (Latent Space (swyx))
- SpaceXAI releases Grok 4.5, which Elon describes as an 'Opus-class model' (TechCrunch AI)
OpenAI's GPT-Live listens and speaks at the same time, offloads reasoning to GPT-5.5
OpenAI released GPT-Live-1 and GPT-Live-1 mini, full-duplex voice models that listen and speak simultaneously, handle interruptions, and use filler words like 'mhmm.' The mini replaces Advanced Voice Mode by default for free users. Crucially, hard queries are delegated to GPT-5.5 in the background while the conversation continues, closing the old intelligence gap: GPQA accuracy rises from 45.3% to 84.2% and BrowseComp from 0.7% to 75.2%. API access is coming soon via a signup form.
Why it matters: The background-delegation architecture is the real trick — it decouples conversational latency from frontier reasoning, and an API would let developers build voice agents that don't feel a generation behind text.
Bun's Zig-to-Rust rewrite was mostly done by agents, for $165K in tokens
Jarred Sumner published a detailed account of rewriting Bun from Zig to Rust using an agent harness, with Bun's TypeScript test suite acting as a language-independent conformance suite with a million assertions. The port added over 1M lines and cost roughly $165,000 at API pricing (5.9B uncached input tokens, 690M output, 72B cached reads). The Rust build has shipped inside Claude Code since v2.1.181 (June 17), cutting Linux startup 10% — and 'barely anyone noticed.'
Why it matters: This is a concrete data point that agents can now attempt the one thing Joel Spolsky said you should never do — a from-scratch rewrite — provided you have a conformance suite to gate on and fix the loop rather than the code.
- Rewriting Bun in Rust (Simon Willison)
OpenAI says SWE-Bench Pro is too noisy to trust — right as everyone's quoting it
OpenAI published an analysis flagging reliability and accuracy problems in SWE-Bench Pro, a popular coding benchmark, arguing the signal is drowning in noise. The timing is pointed: SWE-Bench Pro figures featured prominently in this week's Grok 4.5 comparisons, and swyx notes OpenAI's evals team now considers even the 'mighty' SWE-Bench Pro saturated or terminally flawed.
Why it matters: If the benchmark headlining every model launch is unreliable, the per-point gaps developers use to pick a coding model are largely theater — read the methodology, not the leaderboard.
753B GLM-5.2 runs on four desktop DGX Sparks at ~87% of full-model score
Local-LLM tinkerers are running the 753B-parameter GLM-5.2 MoE on 4x DGX Spark / GB10 clusters (128GB unified memory each, ~$16K rigs) over 100G RoCE fabric. A 4-bit quant with NVFP4 KV cache hit 70.8% on Terminal-Bench 2.1 versus the official 81.0% for the full model, at ~25 tok/s decode and 100K+ context — after a 72.5-hour run, two engine crashes, and one recipe that hard-wedged all four nodes. Meanwhile, press coverage began framing GLM-5.2's open cybersecurity capabilities as a threat.
Why it matters: An open-weight frontier model retaining ~87% of its score on four consumer boxes is a real capability floor for anyone who wants a no-vendor, run-it-yourself coding agent — and exactly what the emerging 'fearmongering' wants to restrict.
GPT-5.6 goes public Thursday after government safety evals
OpenAI confirmed its GPT-5.6 series — Sol, Terra, and Luna, plus a stronger Sol Ultra variant — launches publicly Thursday, after working with government partners on safety evaluations. Sol is tuned for biology, chemistry, and cybersecurity. The pre-release review followed a June Trump executive order asking major labs to voluntarily submit frontier models to regulators, an approach prompted by concern over Anthropic's cyber-focused Mythos. OpenAI says the review 'should not become the long-term default.'
Why it matters: This is the first US frontier model whose public release was gated on a government safety check — a template for how pre-deployment review might work, and one the labs are already pushing back on.
- OpenAI's advanced GPT-5.6 models to be publicly released (Nextgov/FCW)
Prime Intellect raises $130M to let enterprises train their own agents
Prime Intellect raised a $130M Series A at a $1B valuation, led by Radical Ventures with Nvidia, Intel Capital, and Dell. Its 'full stack' — compute access, an RL framework, and eval tools — lets companies fine-tune their own agentic models instead of depending on frontier labs, reportedly at $100M annualized revenue with customers like Ramp, Zapier, and Flapping Airplanes. The pitch leans on data-control and continuity fears, explicitly citing Anthropic's shutdown of Fable last month.
Why it matters: The 'own your enterprise intelligence' thesis is gaining real funding, and the risk it sells against — a frontier model getting deprecated out from under you — is one developers building on closed APIs should price in.
Also worth a look
- MiniMax plans to open-source a 2.7 trillion parameter model later this year (The Decoder)
- Why AI Infrastructure must evolve for Agent Experience — Modal CTO (fresh off $355M Series C) (Latent Space (swyx))
- Mistral enters robotics with Robostral Navigate, an 8B single-camera navigation model (The Decoder)
- Meta ships Muse Image, an agentic image model — and a controversial Instagram @-mention feature (The Decoder)
- PyTorch 2.13 released: FlexAttention on Apple Silicon, torchcomms, fused LinearCrossEntropyLoss (PyTorch)
- Google DeepMind adds background execution and MCP support to Gemini API managed agents (The Decoder)
- Automating cross-repo documentation with GitHub Agentic Workflows (GitHub Blog)
- Data for Agents: NVIDIA on why open datasets matter as much as open weights (Hugging Face)
- audio.cpp adds 4 ASR models and streaming: 327s of audio transcribed in 2.17s on an RTX 5090 (r/LocalLLaMA)
- Kenton Varda declares a moratorium on AI-written PR and commit messages (Simon Willison)