this post was submitted on 27 May 2025
501 points (90.2% liked)

Technology

70704 readers
6130 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Jakeroxs@sh.itjust.works 2 points 1 week ago* (last edited 1 week ago) (1 children)

I don't see how that's different honestly, then again I'm not usually asking for absolute truth from LLMs, moreso explaining concepts that I can't fully grasp by restating things in another way or small coding stuff that I can check essentially immediately if it works or not lol.

[–] Nalivai@lemmy.world 1 points 1 week ago (1 children)

See, this is the problem I'm talking about. You think you can gauge if the code works or not, but even for small pieces (and in some cases, especially for small pieces) there is a world of very bad, very dangerous shit that lies between "works" and "not works".
And it is as dangerous when you trust it to explain something for you. It's by definition something you don't know therefore can't check.

[–] Jakeroxs@sh.itjust.works 1 points 6 days ago* (last edited 6 days ago) (1 children)

I mean I literally can test it immediately lol, a nodered js function isn't going to be dangerous lol

Or an AHK script that displays a keystroke on screen, or cleaning up a docker command into docker compose, simple shit lol

[–] Nalivai@lemmy.world 1 points 6 days ago* (last edited 3 days ago)

Oh yeah, you absolutely can test it.
And then it gives you (and this is a real example, with real function names removed)

find_something > dirpath
...
rm - rf $dirpath/*
do_something_in_the_dir(dirpath)

And it will work, but on a failure of a first question, instead of failing gracefully it wipes your hard drive clean.
You can find shit like that on the regular Internet, but the difference is, it will be downvoted and some nerd will leave a snarky comment explaining why it's stupid. When llm gives you that, you don't have ways to distinguish a working code from a slow boiling trap