A Framework for Frontier AI and the Dawning of a New Age

Demis Hassabis argues that AGI may be only a few years away, leaving a narrow chance to set shared thresholds for the most dangerous models. Rules that are too strict may leave safe but useless systems; rules that are too loose may let someone else deploy genuinely dangerous capabilities.

AI Covers the Easy 80%. The Rest Is Your Moat.

AI can handle 80-90% of frontend work, but the remaining edges — depth, sensitivity to new platform features, and knowing when the stable default is not the best answer — are becoming the real moat. Fundamentals are not obsolete. They are compounding assets.

99.8% of the Tests Pass — Then Anthropic Adds 'Not Yet in Production.' The Real Product of Loop Engineering Is the Verifier

Loop engineering is sold as designing orchestration and spinning up agents — but the tools now do that half for you. The half still hard, still deciding the result, is the verifier. Anthropic's Bun port is the tell: 99.8% of tests pass, yet the announcement says not yet in production.

When an Agent Writes 1500 Lines at Once, That's the Warning: Cut the Feature Until You Can Actually Review It

Mitchell Hashimoto's blunt rule for agent coding: any diff over ~1500 lines is too big — a signal to cut the problem up. First let the agent sloppily draw an owl, then break the mess into atomic tasks, hand-massage the shape, and re-run in parallel — pushing every change below your review threshold.

Code Got Cheap. Trusting It Did Not.

The 2026 data all points one way: AI pushes raw code output up about 4x, but real delivered value only rises about 10%. The gap in between is all review debt. Writing code got cheap; being sure it is right did not. Code review went from a side effect of engineering to its most leveraged front line.

Fable 5 Is So Capable You Have to Re-Learn How to Talk to It — Unpacking Anthropic's Official Prompting Guide

Fable 5 nails on the first try what used to take days — but it's too proactive and over-elaborates, so prompts tuned for Opus 4.8 hold it back. The official guide isn't about making it stronger; it's about reining it in: steer with intent, draw boundaries, talk like a human when the run ends.

Your Traces Tell You How the Agent Died, Not How to Save It — What a Self-Repairing Agent Harness Looks Like

When an agent breaks in production, observability hands you a gorgeous autopsy — every call, latency, and token, but not why it broke or how to fix it. The fix is a loop that runs itself: failure → approved patch → locked-in regression test. Opik is just the example; the point is the loop.

Andrew Ng Says Engineers Should Be PMs, Meta Drops Open Weights — The Batch 349's Two Opposite Signals

The Batch 349: two opposite signals on one table. Ng on AI-native teams (engineer:PM 1:1, generalists win); Meta's first Superintelligence Labs model — Muse Spark, closed, fourth, one-third the tokens. Plus Eli Lilly's $2.75B Insilico bet and Google's Persona Generators on the PM bottleneck.

Your AI Is Too Obedient — Prompt Injection, Zoo Escapes, and Why Your Agent Needs a Bulletproof Vest

Your AI Agent is very obedient — but it might be obeying the wrong person. Prompt Injection is social engineering for AI. Tool Use Exploitation is giving a Swiss Army knife to a 5-year-old. Context Poisoning is someone secretly changing books in a library. And then there's the zoo escape.

Gumroad's CEO Turned His Book Into 10 Claude Code Skills — Knowledge Shouldn't Just Be Read, It Should Be Executed

Gumroad CEO Sahil Lavingia broke down his bestseller The Minimalist Entrepreneur into 10 Claude Code skills — from finding your community to pricing strategy, each startup phase gets its own slash command. This isn't just prompt packaging — it demonstrates an entirely new way to deliver knowledge.