Your daily AI news digest

AI the News That's Fit to Prompt

Monday, July 13, 2026 Vol. 1, No. 72 10 Stories

AI Models · Migration
Migrating a production AI agent from Claude Opus 4.8 to GPT-5.6

GPT-5.6 Unseats Claude Opus in Production, and the Migration Was the Hard Part

Ploy swapped the backbone of its production coding agent from Claude Opus 4.8 to GPT-5.6 Sol and posted the kind of numbers that force a re-evaluation: builds finished in 3 minutes 42 seconds instead of 8 minutes flat, cost dropped from $3.06 to $2.22 per build, and the visual quality score actually rose from 0.936 to 0.970. It is the first model in four months to beat Opus at the job.

The interesting part is everything that broke. About a third of the initial failures traced not to the model but to Ploy's own evaluation harness, which had Opus-shaped assumptions baked into it. GPT-5.6 insists on filling in all 25 tool parameters every time, inventing plausible values for fields it should have omitted, which caused between 52 and 64 percent of file reads to come back empty until the team rewrote optional properties as required-but-nullable. Rebuilding prompt caching for a provider with no partial-prefix matching took first-call cache hits from roughly zero to 83.7 percent. Cross-family model migration, it turns out, is an infrastructure project rather than a config change.

Video · Strategy
Your Roadmap Is Why You're Losing to AI-Native Teams

Your Roadmap Is Why You're Losing to AI-Native Teams

Nate B. Jones argues that the quarterly roadmap is an artifact of an era when building was expensive. Once AI drives the cost of building toward zero, the bottleneck moves, and the teams still planning around scarcity are the ones falling behind. Watch the full study guide.


AI Culture · Cartoon
New Yorker-style cartoon: a desktop computer wearing a necktie sits in the CEO chair at a boardroom table.

"He's the Directly Responsible Individual. A computer can never be held accountable."

Opinion · Agent Accountability

An Agent Can Never Be the Directly Responsible Individual

Simon Willison takes the Apple-born idea of the Directly Responsible Individual, the single person ultimately accountable for a project's success or failure, and draws a hard line: it can never be an agent. He anchors the argument in a 1979 IBM training slide that reads "a computer can never be held accountable, therefore a computer must never make a management decision." Delegating execution to agents is fine. Delegating accountability is a category error, and the more autonomous the agents get, the more the human DRI matters.

Video · Claude Code
I Turned Claude Code Into a Complete Video Generation System (with Archon)

Claude Code as a Complete Video Generation System

Cole Medin points Archon, his open-source orchestration project now near 23,000 stars, at something other than coding: an "AI content factory" that turns a still-image product catalog into renders and video ads. Two Ralph-loop workflows fan out parallel worker agents, five for image concepts and three for renders, with a human approving before any video burns credits.

Puzzle
Acronym Quiz
Six letters, three guesses each. Pick the right expansion.
Opinion · AI Narrative
Zig Creator Calls Spade a Spade, Anthropic Blows Smoke

Zig Creator Calls Spade a Spade, Anthropic Blows Smoke

Ray Myers takes apart Anthropic's framing of Bun's Zig-to-Rust rewrite as proof that agents now write production code. The public rationale is "all pros no cons," he argues, and it contradicts itself: Bun stresses that Rust reads better for human maintainers while also saying "we haven't been typing code ourselves for many months now." He calls Anthropic an unreliable narrator whose automation story pushes the industry toward "building things nobody wants, poorly."

Video · AI Research
Minecraft Was Missing One Brilliant Idea

Minecraft Was Missing One Brilliant Idea

A SIGGRAPH paper breaks the old tradeoff in terrain generation, where noise-based methods are infinite but repetitive and learned methods are coherent but slow. Using diffusion over overlapping neighbor windows, it decouples generation cost from world size, trains in two weeks, and runs interactively on a four-year-old consumer GPU.

AI & Culture
AI Fiction Is Easy to Detect Because It's Stupid and Bad, Research Finds

AI Fiction Is Easy to Detect Because It's Stupid and Bad

Researchers at the University of Maryland and Google DeepMind built StoryScope, which catches machine-written fiction by its narrative architecture rather than its prose tics. Across 50,000 AI stories, AI narrators spell out the theme 77 percent of the time against 52 percent for humans, and each model has a tell: Claude escalates flatly, GPT reaches for dream sequences, Gemini describes characters from the outside.

Developer Tools · Analysis

Claude Code Is Far More Token-Hungry Than OpenCode. Someone Measured It

Using a logging proxy to capture raw payloads, Systima found Claude Code ships roughly 33,000 tokens of system prompt and tool schemas before the user types a word, against about 7,000 for OpenCode. It also rewrites cache mid-session, producing up to 54x more cache-write tokens. On benchmarks the two finish the same tasks at identical success rates, but OpenCode averages 72,000 input tokens per passing run to Claude Code's 268,000. Harness overhead, not model choice, is what dominates the bill.

Fable Gets Another Bump

Anthropic extended Claude Fable 5 access on all paid plans through July 19, with a 50 percent higher weekly rate limit for Claude Code. Simon Willison contrasts the week-by-week extensions with OpenAI removing its 5-hour usage limit on GPT-5.6 Sol, and argues Anthropic should stop dangling deadlines and just make Fable permanent.

Simon Willison · Jul 12

shot-scraper 1.11 Waits for Your Server

The screenshot-and-scrape CLI now gives server processes up to 30 seconds to accept connections instead of failing when a dev server takes longer than a second to boot. The release also spreads --js-file across more commands and adds --timeout to the javascript and html commands.

Simon Willison · Jul 12