logoalt Hacker News

deepsummeryesterday at 10:03 AM2 repliesview on HN

Can you write 10k LOC a day without a coding agent?

It's the same issue. You can walk 100 miles. Just not in a day. And you can create 10k LOC without a coding agent. Just not in a day.

I don't think that coding agents enable technical possibilities. They just allow things that wouldn't be economically possible without them.


Replies

bigstrat2003yesterday at 4:23 PM

You can't generate 10k LOC in a day with a coding agent either, not if you want to actually understand it and review it (which you must do if you don't want the quality of your work to go into the toilet).

skydhashyesterday at 11:55 AM

> Can you write 10k LOC a day without a coding agent?

Easily, by writing a code generator. Or disassemble a 1k C program.

> They just allow things that wouldn't be economically possible without them.

It’s not economical to have more code. It’s economical to have correct code and the way to do that is with the power of abstraction. Instead of dealings with opcodes, you have assemblers and macros. Then it’s C, next it’s python, and what would have been a 10k program is now just a few lines.