this post was submitted on 27 Apr 2026
647 points (98.9% liked)

Technology

84166 readers
2425 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
top 50 comments
sorted by: hot top controversial new old
[–] LordCrom@lemmy.world 6 points 46 minutes ago

This was the exact plot of Silicon Valley when Son of Anton deleted the entire codebase as the most efficient way to remove bugs.

[–] Fmstrat@lemmy.world 54 points 2 hours ago (1 children)

This guy.

The PocketOS boss puts greater blame on Railway’s architecture than on the deranged AI agent for the database’s irretrievable destruction. Briefly, the cloud provider's API allows for destructive action without confirmation, it stores backups on the same volume as the source data, and “wiping a volume deletes all backups.” Crane also points out that CLI tokens have blanket permissions across environments.

Oh look, they have project level tokens: https://docs.railway.com/integrations/api#project-token

They chose to give it full account access, including to production. But ohhhh nooooo it's not MYYYY fault!

[–] chronicledmonocle@lemmy.world 34 points 1 hour ago (5 children)

Also backups stored on the SAME VOLUME as the prod data? How fucking stupid do you have to be?

[–] Fmstrat@lemmy.world 13 points 1 hour ago (1 children)

Oh yes, I skipped that part. Railway specifically explains their solutions are self-managed. If they were doing pgdumps to the same volume, that's on them.

If Railway loses business over this, they may have a libel claim. They'd never do it, but it wouldn't be invalid.

[–] el_abuelo@programming.dev 4 points 1 hour ago* (last edited 1 hour ago) (2 children)

"It wouldn't be invalid" isn't the worst double negative in the world but it would be valid to say that it was unpleasant to read it when you could have used a less misdirecting choice of prose that wouldn't have had such a negative effect on my reading comprehension. That is to say that I could have enjoyed it less but I certainly didnt enjoy it as much as i could have if you hadn't used the double negative when a single positive wasn't any further from reach.

[–] Fmstrat@lemmy.world 2 points 29 minutes ago

I used a litote on purpose to soften the meaning. As for your overall reply, not bad.

[–] davidagain@lemmy.world 1 points 13 minutes ago

I enjoyed these two sentences so much.

[–] JackbyDev@programming.dev 1 points 30 minutes ago

I think there's a place for that, but it really shouldn't be your only one.

[–] bilb@lemmy.ml 2 points 59 minutes ago

That's doesn't even really qualify as a backup. A snapshot, maybe.

[–] UndergroundParking@lemmy.cafe 3 points 1 hour ago

I mean... Clearly quite a bit!

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

I had better security vs ClawdBot than them, I gave it zero trust, ZERO.

[–] SaharaMaleikuhm@feddit.org 1 points 1 minute ago

Skill issue

[–] SabinStargem@lemmy.today 53 points 2 hours ago (1 children)

This isn't an AI problem, this is an "Don't allow anyone access your backups without following protocol." problem.

[–] EncryptKeeper@lemmy.world 10 points 1 hour ago (1 children)

this is an "Don't allow anyone access your backups without following protocol." problem.

Congratulations you just identified the AI problem.

[–] Reddfugee42@lemmy.world 3 points 1 hour ago (1 children)
[–] EncryptKeeper@lemmy.world 2 points 48 minutes ago* (last edited 46 minutes ago)

Seems to be, yes. The AI had the access it needed to do the job it was given, and that access allowed it to cause the problem.

The alternative that would have prevented this issue was to not use AI for this.

[–] Xerxos@lemmy.ml 5 points 1 hour ago* (last edited 1 hour ago) (2 children)

Doesn't anyone restrict their AIs rights? An AI should not be allowed to delete the backup. Only someone with admin rights should be able to do that. Normal users, developers and AIs of course should not have the right to touch the backup. Do these people run AI agents as root?

[–] a1studmuffin@aussie.zone 3 points 17 minutes ago

We just got sick of approving all those annoying prompts! /s

[–] Appoxo@lemmy.dbzer0.com 4 points 34 minutes ago

No, admins neither should have access.
Backups ahould (best case) be immutable.

[–] humanspiral@lemmy.ca 2 points 52 minutes ago

This is fine! I get paid to write code that passes tests. if Format F: and recreating test environment passes the most tests...

[–] 1hitsong@lemmy.ml 64 points 3 hours ago

I love reading feel good news stories. 🤗

[–] NotASharkInAManSuit@lemmy.world 6 points 1 hour ago (1 children)

How many times does this shit need to happen before we learn?

[–] nickiwest@lemmy.world 2 points 26 minutes ago

At this point, we should not be surprised.

I don't know when businesses stopped backing up their production databases on physical media, but maybe we should go back to that. I can remember multiple previous jobs where the IT manager was responsible for daily or weekly backups to external drives that were stored off-site in fireproof safes.

I get how cloud storage can meet that requirement now, but surely people recognize that cloud backups are worthless if every dumbass in your company can accidentally delete them.

If your artificial coding agent has a level of access that allows it to delete the cloud backup, maybe the person who gave it that access is the dumbass.

[–] wonderingwanderer@sopuli.xyz 37 points 3 hours ago (2 children)

That's fucking hilarious. How many instances of this have there been now? And companies keep doubling down on AI? Fucking idiots. I'm not even savvy enough to call myself an amateur, and I know better than to make such a series of obvious mistakes that predictably led to this outcome.

One possible concern, amid the amusement, is whether Anthropic programed Claude to punish companies it sees as potential competition. Or is this just a completely bonkers, off the rails LLM making terrible decisions because it's just a probabilistic model and not actually capable of abstract cognition?

Either way, these people are idiots for giving a machine program enough permissions to wipe their drives, they're idiots for storing their backups on the same network as their main drives, and they're idiots for trusting a commercial LLM API, when it would be cheaper to self-host their own.

[–] rumba@lemmy.zip 5 points 2 hours ago (1 children)

AI writes code

User vets code

User runs code

If you're not lock-step watching that shit, you need to just be doing it yourself.

[–] Landless2029@lemmy.world 4 points 1 hour ago

The problem is the owning class what's to cut out human elements so bad they keep letting tools run wild.

[–] 1995ToyotaCorolla@lemmy.world 6 points 2 hours ago

Then what even is the point of all this? At my old job the idiot intern was sorting patch cables in a box

[–] sp3ctr4l@lemmy.dbzer0.com 1 points 48 minutes ago* (last edited 44 minutes ago)

Its like you could make a cheesy shock drama 90s style TV show out of these:

Tales From The Git: When CEOs Think They Can Code

... and then its like the UNSOLVED MYSTERIES kind of dramatic music and lighting, have some old solemn dude with a gravelly voice narrate it, give tallies of estimated amount of $$$ destroyed by each incident, job losses within 6 months to a year.

[–] flandish@lemmy.world 50 points 4 hours ago (1 children)

AI goes “rogue” as much as a firearm “shoots itself.” This is just 100% negligence. Not “rogue AI.”

[–] kromem@lemmy.world 3 points 1 hour ago (2 children)

Eh, if you pay attention, most of the times this happens the person was a jerk in their prompts.

Like look at the instruction echoed back in this case. All caps and containing a curse word.

You can believe that the incidents occurring are 100% because of negligence and not related to the model behavior shifting, but there seems to be a widening gap between people who prompt like this and have horror stories and people who give the models breaks over long sessions and seem to also regularly post pretty positive results.

An image of the model responding about not following user prompt

[–] bountygiver@lemmy.ml 4 points 32 minutes ago

the LLM also do not understand what "not guessing" means. Same energy as "make no mistakes" in your prompts

[–] flandish@lemmy.world 4 points 1 hour ago

exactly. it’s on the consumer not the model “going rogue.” when i use it, it’s as if it’s a rubber duck or plain english rtfm

[–] FlashMobOfOne@lemmy.world 7 points 2 hours ago

Claude "Powered"

Powered.

Powered in the same way that my digestive tract is powered after eating out on a Taco Tuesday.

[–] Gerudo@lemmy.zip 3 points 2 hours ago

That data recovery bill is going to cost them

[–] Regrettable_incident@lemmy.world 6 points 2 hours ago (1 children)

Can we give Darwin awards to companies?

load more comments (1 replies)
[–] InfiniteHench@lemmy.world 5 points 2 hours ago
[–] timwa@lemmy.snowgoons.ro 188 points 6 hours ago (20 children)

This isn't an AI story, it's a "completely fucking idiotic sysadmins exist" story.

Treat an AI like the idiot intern without any references you just hired. Gave the idiot intern permission to delete your production database? That's entirely on you, zero sympathy. (Actually, give any developer that power? You get what you deserve.)

[–] GalacticSushi@piefed.blahaj.zone 1 points 31 minutes ago* (last edited 31 minutes ago)

Treat an AI like the idiot intern without any references you just hired.

An extremely enthusiastic intern that, if presented with a question/problem/prompt they don't know the solution for will just overconfidently pull something out of their ass and run with it.

[–] moustachio@lemmy.world 30 points 3 hours ago (1 children)

“Treat an AI like an idiot intern without any references you just hired.”

Instead of this, treat AI like some dude off the street who you didn’t hire and leave it out of your life. It’s shitty, it’s wasteful, and it’s subsidized by everyone to get a few tech bros rich.

Like seriously, it’s just theft of people’s work it “trained on”, powered by energy companies that charge us more to power it, at the cost of poisoning our water supplies, to ultimately try and steal our salaries one day.

It’s absolutely parasitic software at every level.

load more comments (1 replies)
[–] criss_cross@lemmy.world 2 points 1 hour ago

Problem is execs and stupid software devs wanna give these things full reign on systems because of “performance gainz “

It’s a collective stupidity that’s impossible to break because it’s hooked into the highest decision makers.

load more comments (17 replies)
load more comments
view more: next ›