logoalt Hacker News

beagle3today at 5:58 AM1 replyview on HN

For most non-hobby project, the cost of code was in breaking a working system (whether by a bona fide bug, or a change in some unspecified implicit assumption). That made changes to code incredibly expensive - often much more than the original implementation.

It sounds harsh, but over the lifetime of a project, 10-lines/person/day is often a high estimate of the number of lines produced. It’s not because humans type so slow - it is because after a while, it’s all about changing previously written lines in ways that don’t break things.

LLMs are much better at that than humans, if the constraints and tests are reasonably well specified.


Replies

LtWorftoday at 6:43 AM

> if the constraints and tests are reasonably well specified.

if they are, then why would a human be so slow? You're not comparing the same situation.

show 2 replies