zlacker

[return to "My AI skeptic friends are all nuts"]
1. nostra+Ed[view] [source] 2025-06-02 22:32:33
>>tablet+(OP)
Curious how he reconciles this:

> If you build something with an LLM that people will depend on, read the code. In fact, you’ll probably do more than that. You’ll spend 5-10 minutes knocking it back into your own style.

with Joel Spolsky's fundamental maxim:

> It’s harder to read code than to write it.

https://www.joelonsoftware.com/2000/04/06/things-you-should-...

◧◩
2. pyb+4p[view] [source] 2025-06-02 23:46:56
>>nostra+Ed
I'm sure no one reads LLM-produced code very carefully, especially if it "works". At best they skim.
◧◩◪
3. furyof+FD[view] [source] 2025-06-03 02:02:08
>>pyb+4p
For most things I'm not willing to accept faster code at the expense of being an expert in the code.

So I am still trying to find the right amount of reading, editing, and reworking that gets the job done faster, where "the job" includes me being an expert in the produced code, not just the production of code.

There are periods of skimming but I'm doing a lot more than skimming.

[go to top]