Live data from Hacker News

"I met a founder who writes 10k lines of code a day thanks to AI"

twitter.com

11–20 of 102 posts

Re: "I met a founder who writes 10k lines of code a day thanks to AI"

#12
post #8
post #5

Earlier quoted context omitted.

HTML/CSS? Anything UI is unnecessary verbose, and full of boilerplate code. [edit] also any interaction with storage / database isn't fun either, unless you use some ORM frameworks, and then you have some even bigger problems.

So the output of this company is websites? It's not 1995 any more.

History doesn't repeat itself,

but it definitely rhymes.

Re: "I met a founder who writes 10k lines of code a day thanks to AI"

#20
Better link, at least for me:

https://xcancel.com/paulg/status/1953289830982664236

I've done that, occasionally, though through deterministic means, i.e. code generation tools. If you know what you're getting it's no big deal. If you don't, it probably is, but not in a good way.

If it's actually true and the result reasonable, I expect ~7-8 KLOC out of those 10 to be adequate and necessary tests, and roughly 4 out of those 12 h a day to be waiting for tests to finish. I also expect static analysis tooling, linters, ast-grep and so on get a lot of use.

Post reply on HN