this post was submitted on 13 Aug 2026
391 points (98.3% liked)

Technology

87256 readers
3208 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
[–] Mondez@lemdro.id 0 points 1 day ago (1 children)

This is exactly right but also removes all the "productivity benefits" of having an LLM driven agent do all the things for you that marketing says you should use it for. You are supposed to push the "do whatever the fuck you like to get the job done" button so it can burn tokens without any oversight.

[–] LilBobbyTables@lemmy.today 1 points 21 hours ago* (last edited 21 hours ago) (1 children)

When you’re doing local stuff that can’t do any damage due to the existence of things like source control, recycle bin, backups, etc sure, hit that button and let it fly.

Anything more important though, no - and every one I’ve used specifically warns you against it and that you should check its work. Claude, codex, copilot, grok, cursor, etc all do it.

Also you can do things like allow all work in a certain folder without asking permission again, if that folder is one you have no sensitive/important data in for example. Claude code will give you this option every time it accesses a new folder in a chat for example.

[–] Mondez@lemdro.id 1 points 13 hours ago (1 children)

Local stuff absolutely can do damage to your local data, unless your backups are pull rather than push or are immutable on a file system they are potentially vulnerable. Unless the operating system specifically prevents the agent process from doing something telling it not to is like asking it to pinky promise not to, nothing stops it if the LLM output it relies on says to do so. It's not deterministic like a regular program because it relies on the output from a chaotic black box text generator. All you can say is that it probably won't do those things if it says it won't.

[–] LilBobbyTables@lemmy.today 1 points 7 hours ago (1 children)

I don’t really know what you want then? People who don’t know how to use a tool properly, but use it anyway, can cause lots of damage. That’s always been the case, and always will be.

There are plenty of safeguards in place, with more and more being added like docker sandbox for example, but nothing will stop confidently stupid people from wrecking their stuff.

[–] Mondez@lemdro.id 1 points 4 hours ago (1 children)

What I'm saying is the way it's marketed to be used is much closer to the wrong way and it's far less of a productivity enhancer when used how it really should be and relies on having a lot more professional level IT skills.

[–] LilBobbyTables@lemmy.today 1 points 1 hour ago

What marketing are you talking about?

Every piece of marketing I’ve seen always has disclaimers saying things like “Copilot can be wrong, always check the output”.