Coding Intelligence Asymptotics
fi-le.net·1d·
Discuss: Hacker News
🎭Program Synthesis
Preview
Report Post

Coding Intelligence Asymptotics

December 18, 2025

What happens to software when all coding can be cheaply automated? We typically think of software as being constrained by the intelligence and time budget of the people who develop it. Here we lift that restriction and consider the case of unlimited software development intelligence, where humans are not involved in the coding part at all.

The length of a codebase limits how quickly changes can be made. For a given bug, a smart developer can rule out some proportion of the code that surely doesn’t contain the error, then a debugger or tests can iteratively rule out more and more of the remaining parts. If that last part resembles a binary search over the number of lines N, then this scales as log(N). A search over fixed-len…

Similar Posts

Loading similar posts...