The Loop Closes
GPT-5.6 quietly reclaims the agentic crown from Fable 5 — but the more interesting story is what it does to the job. Knowledge work is turning from a thing you do into a system you tend.
The Big Picture
Four days ago the frontier looked bifurcated, with Fable 5 out front. That reading didn’t survive the week. GPT-5.6 — Sol, Terra, and Luna shipped to general availability and, on OpenAI’s own Agents’ Last Exam, Sol posts a 53.6 to beat Fable 5’s adaptive-reasoning setting by 13 points — and does it, at medium effort, for roughly a quarter of the cost. Meanwhile SpaceXAI’s Grok 4.5, the first model out of the Cursor acquisition, lands as a genuine Opus-class contender sitting on the Pareto frontier for bang-per-buck. The frontier isn’t split so much as churning, fast.
But the model scoreboard is the least interesting thing that happened. The through-line this week is a shift in what these models are for. OpenAI paired 5.6 with ChatGPT Work, an agent meant to “stay with a project for hours” and act across your apps and files. Dan Shipper’s framing is the one to steal: we’re going from doing the work to tending the system that does it. The unit of work stops being the task and becomes the loop — a system that scans inputs, proposes decisions, executes the ones you approve, and compounds your feedback over time.
That reframing has teeth for how you’ll actually spend your days. François Chollet notes the crutch has become a power tool: strong code gen now helps high-skill programmers most and leaves low-skill ones drowning — an inversion of last year. And swyx points out that Jevons paradox is escaping the coding container: as the unit cost of knowledge work drops, total demand for it goes up, not down. If you were treating agentic coding as a niche, the argument this week is that it’s the leading edge of every knowledge job.
The catch, dutifully supplied by the same week: cheaper per token doesn’t mean cheaper. Models are token-hungrier, subsidies are ending, and the new orgnizing anxiety is efficiencymaxxing — proving the output justified the spend.
Themes
The frontier answers back — as a config matrix
Treat this as the update to the “frontier splits in two” story: it converged, then multiplied. GPT-5.6 comes in three sizes (Luna $1/$6, Terra $2.50/$15, Sol $5/$30 per million tokens), each with five effort levels — which, as Sebastian Raschka notes, yields thirty possible configurations before you even pick Codex vs. Work mode. The practical guidance is worth internalizing: use a smaller model at higher effort rather than a bigger model at low effort — same or better performance, cheaper. Price-per-token has stopped being a meaningful comparison now that reasoning-token counts vary wildly for the same task. Benchmark yourself, not the spec sheet.
Two footnotes with substance: GPT-Live finally retires the ancient GPT-4o-era voice model, delegating hard questions to a frontier model in the background while keeping the conversation flowing. And 5.6 is GPT-5.6 Sol is now the default in Microsoft 365 Copilot — the distribution machine is already turning.
Go deeper: GPT-5.6 launch · Latent Space on the Codex superapp · Lenny’s benchmark: Sol vs. Fable · rasbt’s coding-agent Pareto chart
From doing to tending
The strongest new mental model of the period. The claim, stated most cleanly by Dan Shipper: once a model can reliably run whole loops rather than one-shot tasks, your job becomes designing and maintaining the loop — scanning, proposing, approving, compounding. Every is open-sourcing a repo called Tend to let you try it in ChatGPT Work. It rhymes with Craig Mod’s “golden age of tool building” — building private tools (a newsletter archive, a board-meeting Q&A library) that would never have justified the effort before.
The counter-voice is healthy and specific. Kenton Varda has banned AI-written PR and commit descriptions from his team — they narrate what the code obviously does while omitting the higher-level framing a reviewer actually needs. That’s the tending failure mode in miniature: a system that produces plausible output while quietly destroying the signal you needed.
Go deeper: From Doing to Tending · swyx on Jevons for knowledge work · Chollet: crutch to power tool
Coding agents cross a threshold
The anecdotal evidence piled up fast this week and it’s hard to wave away. Jarred Sumner’s rewrite of Bun from Zig to Rust is a detailed account of sophisticated agentic engineering — dynamic workflows, trial runs, adversarial review — and makes the case that “never rewrite from scratch” was a rule premised on rewrite costs that agents have now collapsed. Terry Tao is building and rebuilding apps with modern coding agents. Chollet, not a hype man, calls the last six months of progress “a completely different world.”
Two notes of discipline. First, evals are getting audited: OpenAI’s own analysis flags reliability problems in SWE-Bench Pro — worth remembering before you cite any single coding benchmark. Second, the tooling around understanding agent behavior is maturing: Mindwalk replays coding-agent sessions on a 3D map of your codebase, and Claude Code’s new /checkup prunes dead skills, dedups your CLAUDE.md, and disables slow hooks — housekeeping for context that’s become a first-class concern.
Go deeper: Rewriting Bun in Rust · Terry Tao on coding agents · SWE-Bench Pro problems
The authenticity crisis goes mainstream
The slop discourse hardened into something more structural. Pangram’s analysis finds AI-generated content saturating social feeds, LinkedIn worst of all. Chollet observes a subtler failure of detection: humans have started organically writing like LLMs because they read them all day, blurring the line from the other direction. The countermeasures are getting weird and inventive — Ghost Font, a typeface humans can read but OCR/AI cannot, hit the front page. And in education, an Ivy League professor who switched to an in-person final watched scores fall 50% — a blunt measurement of how much the writing had been outsourced.
The mirror-image concern: AI boosts individual research careers but flattens scientific discovery — everyone converging on the same well-trodden ideas. Homogenization is the quiet cost of a tool trained on the average.
Go deeper: AI in your feed · Ghost Font · Brown cheating scandal · AI flattens discovery
The local frontier keeps grinding
Away from the labs, the open-weights and quantization crowd had a productive fortnight. Xiaomi quietly dropped MiMo-V2.5-DFlash, a 300B+ model with a speculative-decoding head aimed at doubling throughput on dual-24GB rigs. Quantization is having a moment: Voodoo Quant claims to beat Unsloth Dynamic 2.0 KLD by 95% via per-tensor precision optimization, and a three-line turboquant fix restores fast FP16 math on the $80 Tesla P100 that llama.cpp had been silently leaving on the table for years.
The more intellectually interesting thread is interpretability escaping the lab. Anthropic’s “Global Workspaces” (J-Space) work is being stress-tested by hobbyists across seven datasets to see whether internal “workspace noise” really predicts hallucinations, and someone built a live Jacobian-lens visualizer and steerer for GGUF models on llama.cpp. When mechanistic interpretability tooling shows up on r/LocalLLaMA, it’s stopped being purely academic.
Go deeper: MiMo-V2.5-DFlash · turboquant P100 fix · J-Space hallucination mapping
Radar
- Grok 4.5 (SpaceXAI) — first model post-Cursor acquisition, jointly trained on codebase interactions; Opus-class and sitting on the price/performance Pareto frontier.
- Mesh LLM on iroh — distributed LLM inference over a peer-to-peer mesh; 294 points on HN, early signal for decentralized serving.
- Microsoft Flint — a higher-level visualization language designed so agents specify chart semantics and a compiler fills in the low-level details; solves a real agent-reliability problem.
- agentskills/agentskills — an emerging spec for Agent Skills (707 stars this week); worth watching as a portability standard.
- TencentDB Agent Memory — fully-local long-term agent memory via a 4-tier pipeline with zero external API deps; 2,062 stars, notable for the no-cloud stance.
- Muse Spark 1.1 (Meta) — Meta’s multimodal reasoning model gets its first API, with claimed gains in tool calling, computer use, and health-question answering.
- Mindwalk — replay coding-agent sessions on a 3D map of your codebase; a fresh answer to “what did the agent actually do?”
- Hunyuan3D on Apple Silicon — MLX port runs image-to-3D shape generation in ~20s under 8GB, even on iPhone.
- Sim — open-source workspace for building AI agents and workflows; the self-hostable alternative in a market of closed agent platforms.
- Ship OS by Notion — Notion’s “agent-native way to ship software,” a signal that agent-first dev environments are now a product category.
- llm-meta-ai — Simon Willison’s LLM plugin for Muse Spark 1.1, if you want CLI access to Meta’s new model today.
Don’t Miss
- George Hotz: AI 2040 and the cult of intelligence — a sharp, contrarian essay against intelligence-maximalism, riffing on the ai-2040.com “Plan A” manifesto that drew 386 points and 500 comments. Read both together for the argument and the pushback.
- Inside the circular financing of the GPU boom — Nvidia, CoreWeave and Nebius funding each other in a loop that increasingly looks structural. If the margin-collapse story from last edition worried you, this is the balance-sheet version. (311 points.)
- How tech workers actually feel about AI in 2026 — the annual sentiment survey finds a bifurcated workforce: half thriving, half struggling, and burnout at a record high. The human cost of “efficiencymaxxing,” measured.
- Mira Murati / Thinking Machines: The future worth building is human — a worldview pitch arguing the good future has many AIs, local and disagreeing, rather than one centralized intelligence. A useful counterweight to the AI-2040 monoculture debate above.