Design Docs Are All You Need: DeepMind's library regenerates all code from NL docs
omarsar0 · x · 2026-09-07
A strange new paper from Google DeepMind, MIT and colleagues maintains an ML performance-modeling library whose main branch contains almost no code — instead, the repo is a directed graph of natural-language design docs, and coding sub-agents regenerate the full implementation on every version bump. Every human change is a doc edit.
The premise: ML performance modeling invalidates its own abstractions every hardware/model generation, and coding agents are now cheap enough that regenerating beats patching. Two things make regeneration reliable: docs are written around step-by-step worked examples that act as in-context demonstrations, and the system is anchored on a minimal recursive core. A radical experiment in docs-first, code-as-derived-artifact software engineering for the agent era.
More from coding & agent
- Your Local AI Agent Harness Can Still Be a Landlord: Self-Hosted Doesn't Mean Safe — alex_verem · 2026-09-08
- Astra plans, Sol organizes, Luna executes: a solid three-agent workflow — tobowers · 2026-09-08
- One phone prompt, fully automated: agent finds video in email, cuts TikTok-ready reels, uploads to YouTube — brandon_galang · 2026-09-08
- Dev shares how to drive Blender with Codex locally for AI 3D modeling — bennash · 2026-09-08
- astra + Blender MCP near one-shots a 3D house model from four photos — sidahuj · 2026-09-08
- Under-2-second sandbox boot makes latency a non-issue; VM reliability and snapshots matter more — sh_reya · 2026-09-08