Paul Dix on the end of programming
A working CTO's argument that agentic coding is shifting the craft from writing and reviewing code line by line to building verification harnesses and software factories.
Links: Original source
Logged at IST: 2026-08-26 09:53 IST
What it is: Paul Dix's argument that frontier agentic coding has crossed from autocomplete into software-factory territory.
Gist: Dix uses Bun 1.4's million-line Zig-to-Rust rewrite as the headline case: one developer built the harness, agents did the translation and follow-on refinement, and the result shipped to millions of developer machines. His point is not just that AI can make prototypes faster. It is that with a good oracle, enough tokens, and a tight verification loop, agents can produce and harden large amounts of working software.
He connects that to his own InfluxDB experiments, where he directed agents to build complex Iceberg integration and edge replication systems over long runs. The human role in those stories is less “write every line” and more “set requirements, define architecture, run reviews, build end-to-end checks, watch the system, and steer improvement loops.”
The useful question is operational. If frontier intelligence and token throughput keep getting cheaper, the bottleneck moves from “can we write the code?” to “what should we ship, support, verify, and operate?” Programming does not vanish so much as shift upward into harness design, QA, supervision, and taste.
Newsletter angle: Strong agents/developer-tools item on the split between traditional line-by-line programming and running AI-assisted software factories.