this post was submitted on 02 Sep 2024
802 points (92.9% liked)

solarpunk memes

2588 readers
1331 users here now

For when you need a laugh!

The definition of a "meme" here is intentionally pretty loose. Images, screenshots, and the like are welcome!

But, keep it lighthearted and/or within our server's ideals.

Posts and comments that are hateful, trolling, inciting, and/or overly negative will be removed at the moderators' discretion.

Please follow all slrpnk.net rules and community guidelines

Have fun!

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

LLMs helped me with coding and debugging A LOT. I'd much rather use AI than have to try and parse stack exchange and a bunch of other web forums or developer documentation directly. AI is incredible when i get random errors and paste them in to say "fix this" and it does and tells me HOW and WHY it did what it did.

[–] [email protected] 13 points 2 weeks ago* (last edited 2 weeks ago)

I keep seeing programmers use this as an example of what LLMs are good for, and I've seen other programmers say that the people who do that are bad programmers. The latter makes sense because trusting an LLM to do this is to fundamentally misunderstand what your job is and how the LLM works.

The LLM can't tell you HOW or WHY because it doesn't know those things. It can only give you an approximation of words that sound like someone explaing HOW and WHY. LLMs have no fidelity.

It could be completely wrong, and you wouldn't know because you've admitted you're using the LLM instead of reading the documentation and understanding yourself.

That is so irresponsible. Just RTFM like good programmers have done forever. It's not that much work if you get into the habit of it. Slow down, take the time to understand HOW and WHY to do things yourself, and make quality code rather than cranking out bigger volumes of crap that you don't understand. I'm sure it feels very productive in the moment but you're probably just creating more work for whoever has to clean up your large quantities of poorly thought out code.

[–] [email protected] 4 points 2 weeks ago

And it only consumes the equivalent in electricity of what an American house uses for a few tears.