←back to thread

628 points cratermoon | 1 comments | | HN request time: 0s | source
Show context
icameron ◴[] No.44461506[source]
Love this writing. One paragraph hit very close to home. I used to be the guy who could figure out obscure scripts by google-fu and rtfm and willpower. Now that skill has been completely obliterated by LLMs and everyone’s doing it- except it’s mostly whatever

> I don’t want to help someone who opens with “I don’t know how to do this so I asked ChatGPT and it gave me these 200 lines but it doesn’t work”.

replies(4): >>44461594 #>>44461713 #>>44462046 #>>44462411 #
Shorel ◴[] No.44461713[source]
I am still the guy doing google-fu and rtfm.

The skill has not been obliterated. We still need to fix the slop written by the LLMs, but it is not that bad.

Some people copy and paste snippets of code without knowing what it does, and in a sense, they spread technical debt around.

LLMs lower the technical debt spread by the clueless, to a lower baseline.

The issue I see is that the amount of code having this level of technical debt is created at a much faster speed now.

replies(4): >>44462063 #>>44462104 #>>44462184 #>>44462633 #
1. 8n4vidtmkvmk ◴[] No.44462633[source]
I have to frequently tell the LLM to RTFM because it's wrong. But I can usually paste the manual in which saves me some reading. It's scary because when it's wrong and you don't happen to know better... Then your code or whatever is just a little worse