this post was submitted on 07 Mar 2026
1145 points (97.6% liked)

Technology

82460 readers
2832 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
[–] AA5B@lemmy.world 4 points 1 day ago (1 children)

The problem is this is the way it’s being pushed. This is how it’s being sold. There are no guardrails.

….. and that’s the biggest problem. I’m frustrated as hell on the commits I’ve had to unwind because someone doesn’t know how to check the changes before committing, then has it try to fix itself, again without checking on the changes , then again. It’s horrible.

….. and I’ve seen it too. Trying to have it do only code reviews - the ai points out useful things but then wants to commit a crapload of changes without going over it with me first.

…… and people are playing with mcp agents, which are really great for letting the ai get data from systems and integrate with those systems . But with few to no guardrails. There’s no no review, the user doesn’t necessarily follow what’s changing, it just gets done. Sometime badly very badly

We’re all focused on whether the ai works, and it does do a pretty good job with coding but the tools don’t keep the human in the loop, or humans don’t know how to stay on the loop

[–] jaykrown@lemmy.world 3 points 1 day ago

There are no guardrails.

We CAN set the guardrails, I do it constantly. This technology is very powerful, it's up to us to use good practices, it's up to business leaders and developers to ensure that precautions are taken.

My main recommendation, and hard limit that will never change: Do not let the AI make core file changes without human-in-the-loop permission every time.

If you let an AI agent delete files outside of your project directory on your computer without you needing to click "I approve" with the ability to review it, you're setting yourself up for a huge mistake. Never give AI agents access to anything outside project scope, and keep project scope tight.