this post was submitted on 07 Aug 2026
119 points (94.1% liked)

Technology

86957 readers
2676 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] phutatorius@lemmy.zip 22 points 14 hours ago* (last edited 14 hours ago) (3 children)

I've seldom been described as a normal person, but in my job, I have to get things right or there are problems for real people. So whatever tools I use have to be reproducible in their results, transparent in how they give their answers, and verifiable. So that precludes LLMs, which are automated bullshit firehoses with opaque, constantly mutable workings.

[–] cenzorrll@piefed.ca 0 points 4 hours ago (1 children)

I just had a thought. The people pushing for AI use get fined when the make huge mistakes, basically a speeding ticket. But they're pushing AI on people that get fired or go to jail if they make a huge mistake, more like A DUI. So they're saying "use this thing that makes the kind of mistakes that I'd fire you over, and take responsibility of it".

[–] zbyte64@awful.systems 1 points 2 hours ago

More or less what happened to my former project manager.

[–] Ferrous@lemmy.ml -1 points 4 hours ago

No reason you can't use LLMs to write deterministic scripts. Handing off every task to an agent is a crapshoot, but they do help with some tasks. At the minimum - writing regression tests.

[–] MangoCats@feddit.it -1 points 5 hours ago

I use the AI agents to write software which is reproducible in its results, transparent in how it operates and verifiable...

Trust an LLM to switch on a light? No. Trust an LLM to write a diagnostic script and tell me what problems it notices in 3MB of log files, then write another script to patch the problem? Only if I actually understand the problem it finds and how the solution it creates is going to work.

They reduce some tasks that used to take weeks to a single day activity, they are NOT universally applicable.