this post was submitted on 28 Feb 2026
323 points (96.5% liked)

Technology

82132 readers
3775 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
[–] melfie@lemy.lol 6 points 1 day ago* (last edited 1 day ago) (3 children)

I’m sure LLMs can be useful for automation as long as you know what you’re doing, have tested your prompts rigorously on the specific version of the model and agent you’re using, and have put proper guardrails in place.

Just blindly assuming a LLM is intelligent and will do the right thing is stupid, though. LLMs take text you give them as input and then output some predicted text based on statistical patterns. That’s all. If you feed it a pile of text with a chat history that says it deleted all your shit, the text it might predict that statistically should come next is an apology. You can feed that same pile of text to 10 different LLMs, and they might all “apologize” to you.

[–] HugeNerd@lemmy.ca 14 points 1 day ago (1 children)

Or just learn any of the real automation tools that have been programmed by real programmers over the last half century?

[–] jj4211@lemmy.world 8 points 1 day ago (2 children)

Recently someone lamented that just asking for an alarm to be set cost them tons of money and didn't even work right..

It was foolish enough to let LLM go to town on automation, but for open ended scenarios, I at least got the logic even if it was stupidly optimistic.

But implementing an alarm? These people don't even have rationality to their enthusiasm...

[–] Flatfire@lemmy.ca 3 points 1 day ago (1 children)

If I remember right, that post wasn't designed to highlight a practical use-case, but rather to set up a simple task as a "how could I apply this?" type of experimentation. The guy got roasted for it, but I think it's a very reasonable thing to try because it's a simple task you can see the direct result of in practice.

The cost problem was highlighted as well, because if such a simple task is a problem, it can't possibly scale well.

[–] architect@thelemmy.club 1 points 6 hours ago

You ask the llm to code you an alarm not to actually be an alarm. It’s not an alarm. It’s a language model.

Maybe I’m too autistic for this shit.

[–] HugeNerd@lemmy.ca 2 points 1 day ago

but it's soooooooo cooooooooooooooooooooooooooool

[–] JcbAzPx@lemmy.world 5 points 1 day ago

Because of the way LLMs work, they are inherently bad for automation. The most important part of automation is deterministic results; LLMs cannot work if they have deterministic results. It is simply not a possible application of the technology.

[–] Trainguyrom@reddthat.com 2 points 1 day ago

Yeah at work I had a realization recently that power automate and similar systems with AI steps are going to be really powerful. Since you have a bunch of deterministic steps you can just have the AI do the one text manipulation bit where you don't need deterministic output (handy for non-deterministic inputs for example)