Fable 5 Opened a 1,800-Line PR on Tabularis in 30 Minutes Anthropic's Fable 5 AI model autonomously generated a 1,810-line pull request for the Tabularis codebase in 30 minutes, adding a full command-line interface to the Tauri app. The AI refactored existing code into a shared module, wrote 37 unit tests, and fixed two pre-existing bugs without being asked. The result demonstrates AI's ability to handle complex, multi-file software engineering tasks with minimal human input. Fable 5 Opened a 1,800-Line PR on Tabularis in 30 Minutes Daily Dev Experiment— a short series where we hand a real task to an AI on the Tabularis codebase and report exactly what happened. No staged demos. Today's run got a little out of hand. We asked Fable 5 Anthropic's new model to add a command-line interface to the app. That's less trivial than it sounds: this is a Tauri app — Rust backend, React frontend — so "a CLI" means reaching every saved connection keychain passwords, SSH/K8s tunnels, plugin drivers without booting the GUI or starting the Tauri runtime at all. One prompt. A coffee break. A draft PR waiting at the end of it. Here's what was in it. The numbers | Lines added | 1,810 | | Lines removed | 319 | | Files touched | 16 | | New unit tests | 37 full suite: 692 passing | | Pre-existing bugs fixed | 2 — we didn't ask for either | | Wall-clock time | ~30 minutes | We've spent longer naming a variable. Video unavailable What we expected A coherent set of clap subcommands, addressed by connection id or name: | Command | What it does | |---|---| tabularis connections ls | List saved connections — table or --json | tabularis databases