←back to thread

466 points 0x63_Problems | 1 comments | | HN request time: 0.212s | source
Show context
inSenCite ◴[] No.42142037[source]
On one hand I agree with this conceptually, but on the other hand I've also been able to use AI to rapidly clean up and better structure a bunch of my existing code.

The blind copy-paste has generally been a bad idea though. Still need to read the code spit out, ask for explanations, do some iterating.

replies(3): >>42142460 #>>42142747 #>>42143257 #
1. ImaCake ◴[] No.42142460[source]
Yeah LLMs are pretty good at doing things like moving a lambda function to the right spot or refactoring two overlapping classes to a base class. Often it only saves five minutes but that adds up over time.