logoalt Hacker News

simonwtoday at 2:35 AM3 repliesview on HN

How's this? https://simonwillison.net/2026/Jul/13/datasette-code-frequen...

I have similar charts across my three main open source projects:

https://github.com/simonw/datasette/graphs/code-frequency

https://github.com/simonw/llm/graphs/code-frequency

https://github.com/simonw/sqlite-utils/graphs/code-frequency


Replies

unknownfuturetoday at 5:21 AM

The article mentions that coding is only a fraction of dev time and thus accelerating that part of the job can only create incremental gains, and oh PS, lines of code and similar metrics are a bad way if measuring dev productivity, anyway, and we've known that for decades.

The OP claims AI accelerates non-coding parts of the job, too, and so the article is misguided.

I ask for evidence.

In response you give me... code output metrics?

show 1 reply
qseratoday at 3:03 AM

I don't think volume of code changed was the metric the other commenter was asking for.

show 1 reply
the_aftoday at 3:50 AM

Isn't this falling into the "lines of code" trap TFA mentions?

More code written is not a good measure of productivity. It could be garbage, or redundant code, or simply not addressing the real or more pressing needs, it could be building the wrong thing, etc.

Like TFA mentions, it's been known for decades LoC is a misleading metric for productivity. It's one of the lessons of software engineering.

show 1 reply