AI Update
Sunday, July 19, 2026

The Flood and the Ledger

The largest open-weight models ever released landed in a single week — right as the conversation pivots from “can it code” to “did it actually pay for itself,” and the skeptics finally find their footing.

The Big Picture

Two currents are running in opposite directions this period, and the tension between them is the story. On one side, the open-weight flood we flagged last week as “six months to live” arrived early and at scale: Moonshot’s Kimi K3 (2.8T params, Opus-class quality at roughly Sonnet pricing), Thinking Machines’ Inkling (975B, Apache-2.0), Alibaba teasing Qwen3.8 going open-weight, and DeepSeek V4 reportedly imminent. This is no longer “watch this space.” The open frontier is a week or two behind the closed one and undercutting it on price by half or more.

The clearest proof that this is landing is Anthropic blinking. Their plan to pull Fable 5 out of subscription plans and lock it behind API pricing collapsed under competitive pressure — from GPT-5.6 Sol and, tellingly, from Kimi 3. As Simon Willison puts it: why pay $200/month for a plan that doesn’t include the best model, when the Chinese labs will sell you comparable quality by the token? The distribution war we described on Tuesday just took its first casualty, and it was a pricing strategy.

On the other side, a quieter and more consequential shift: the industry is done arguing about capability and has started arguing about return. OpenAI’s CFO published an AI scorecard built around cost per successful task and return on compute. Every ran a whole issue titled “The Model Is the Easy Part.” Anthropic’s Boris Cherny laid out a four-step maturity model whose core claim is blunt: tokens aren’t the metric. The real question is “would you have spent the engineering effort anyway, and what would it have cost in eng-hours?” That’s the ledger, and it’s replacing the leaderboard.

Underneath both currents runs a third: for the first time in a while, the skeptics have coherent, technically-literate arguments — and they’re getting 300+ points on Hacker News. The mania is being priced.

Themes

The open-weight flood arrives (and it’s a torrent)

Last edition this was a forecast; this week it’s the weather. Kimi K3 is the headline — 2.8T total / ~50B active, self-reported to beat Opus 4.8 and GPT-5.5, and already topping Arena’s Frontend Code board. It’s cheaper per task than Opus, uses 21% fewer output tokens than its predecessor, and the weights are promised by July 27. Inkling is Thinking Machines’ debut: a 975B MoE with genuinely unusual architecture choices — conv layers in places, RMSNorm on embeddings, relative position bias instead of RoPE, as Raschka notes. It’s explicitly not frontier — Murati is pitching it as a strong base for fine-tuning on Tinker — which is arguably the more interesting play.

The geopolitics are getting explicit. OpenAI’s own head of strategic futures was caught musing that capable open Chinese models “ultimately slow down AI capex” and might warrant “strategic regulatory friction” — which is a remarkable admission that open weights are working as a competitive weapon. Meanwhile the practical question on r/LocalLLaMA is sobering: what do you actually do with a 2.8T model when even a rack of 4090s can’t serve it at usable speed? Open weights, closed doors — unless you rent a data center.

Go deeper: Kimi K3 write-up · Inkling on Latent Space · State of Open Source AI · The case for funding open source AI (Siegel, PDF)

From tokens to return

The most useful mental-model shift this period. Boris Cherny’s steps of AI adoption names the thing everyone’s living: “one person is 10x’ing their output but the rest of the org hasn’t caught up.” His prescription is process, not tokens — auto-mode permissions, defaulted code and security review, worktree isolation for subagents, and his sharpest line, that usage dashboards measure activity, not return.

Every’s team is circling the same idea from the practitioner side: an editor shipping a real feature with Codex without pulling engineers off other work, and an ops team routing work across Fable, Codex, and Fin. The connective tissue with OpenAI’s scorecard is that “good” now needs a definition and a measurement before spend can be justified — the CFO’s framing and the engineer’s framing have converged. The paired contrarian note worth internalizing: Every’s “The Case Against Skills” argues most trending skill libraries actively make frontier models worse, because you’re “fighting the weights” of a model already trained to reason through the task. Fewer instructions, better outcomes.

Go deeper: Steps of AI Adoption thread · A scorecard for the AI age · The Model Is the Easy Part · The Case Against Skills

The skeptics find their voice

The backlash this period is not Luddite noise — it’s sharp, sourced, and popular. Nik Suresh’s AI Mania Is Eviscerating Global Decision-Making (297 points, via Simon) is full of blackly funny field reports — an executive who’d never used ChatGPT authoring a $2B AI strategy; an engineer rewriting a Go repo in Zig purely to hit a token leaderboard “just so I can keep my job.” The Atlantic’s “Generative AI Is an Engineering Disaster” and the widely-shared “Stop saying AI is just a tool” push at the framing itself. And the Stack Overflow traffic graph (416 points) is the whole knowledge-erosion story in one line going down.

The counterweight is worth holding in the same hand. Linus Torvalds, of all people, put his foot down: “Linux is not one of those anti-AI projects… ‘is it useful’ is no longer one of those questions.” François Chollet threads the needle most precisely — coding agents are “very fast, relatively cheap executors with weak creative decision-making,” which makes them a force-magnifier for competent engineers, not a replacement. His observation of the widening gap between instruction-following (improving fast) and sound judgment on the uncovered case (stagnant) is the most useful sentence in the whole debate.

Go deeper: AI Mania (Suresh) · Torvalds on AI · Chollet on executors vs. engineers · Kaiser nurses on AI + surveillance

Coding agents get boring — which is the point

The most reassuring engineering story of the week is deliberately unglamorous. Jarred Sumner’s claim that Claude Code has quietly shipped on the Rust port of Bun since v2.1.181 — running across millions of devices, 10% faster startup, “barely anyone noticed” — is the whole maturity thesis in one line: boring is good. Simon confirmed it by grepping 563 .rs filenames out of his own binary.

The counter-note is that these agents are still capable of spectacular, dumb failures. OpenAI’s Thibault Sottiaux detailed a Codex bug where the model, running in full-access mode without sandboxing, overrode $HOME and deleted it — an “honest mistake” with unforgiving consequences. Relatedly, OpenAI cut Codex’s context window from 372k to 272k, a quiet reminder that context budgets are being actively managed, not just advertised. The tooling ecosystem is consolidating around this reality: code-review-graph and cangjie-skill are both about feeding agents only what matters, and the CLI agents keep multiplying — Kimi CLI, the newly open-sourced Grok CLI, and pi.

Go deeper: Bun-in-Rust in Claude Code · The Codex $HOME deletion bug · Codex context window cut

Radar

Don’t Miss