AI-Assisted Software DevelopmentAug 27, 2026
Paul Dix says AI wrote a million lines of a database product now running on millions of machines
In a 26 August note picked up by Simon Willison, InfluxData's Paul Dix described AI writing about a million lines of code and then refining it over the following months into software now running on millions of developer machines. His account of why it worked is specific: the work had an oracle to compare against, so the output could be checked continuously rather than reviewed once, and that verification loop plus explicit direction is what let the model keep going until the thing worked.
What it means The transferable part is not the line count, it is the precondition: this worked because there was something to check the output against. Teams without an oracle for the work are not in the same situation and should not read this as the same result.
Where it came from Paul Dix, via Simon Willison