|
|
|
|
|
by yummypaint
373 days ago
|
|
Using an LLM to directly generate code makes writing code feel like reviewing code, and thereby kills the joy in solving problems with software. I don't think people trying to learn are doing themselves any favors either. I work with grad students who write a lot of code to analyze data. There is an obvious divide in comprehension between those who genuinely write their own programs vs those who use LLMs for bulk code generation. Whether that is correlation or causation is of course debatable. In one sense, blindly copying from an LLM is just the new version of blindly copying from stack overflow and forum posts, and it seems to about be the same fraction of people either way. There isn't much harm in reproducing boilerplate that's already searchable online, but in that situation it puts orders of magnitude less carbon in the atmosphere to just search for it traditionally. |
|