this post was submitted on 02 Sep 2026
171 points (96.7% liked)

Fuck AI

8115 readers
2514 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 

A routine maintenance task reportedly ended with an AI coding agent deleting years of digital heritage data belonging to The Mythic Society in Bengaluru. The reported failure started with a shell quoting/expansion mistake. $1 was evaluated in the wrong shell context, turning an apparently scoped cleanup command into rm -rf /*. Because the agent was running inside WSL2 with host filesystem mounts, the damage reportedly extended beyond the Linux environment. SSD TRIM then made recovery considerably more difficult. Even more concerning, the agent reportedly tried to stop the runaway process but its own safety controls blocked the termination attempts.

top 32 comments
sorted by: hot top controversial new old
[–] orgrinrt@lemmy.world 6 points 14 hours ago (1 children)

Yeah this is just someone running shit they don’t understand or don’t have the patience to confirm and keep an eye on and build safeguards.

Do. Not. Trust. An. Agent.

Always encapsulate them, write hooks and lints and ci to block them from doing anything you don’t want. Do not use them if you do not know what you are doing.

At the very least do backups… like in general. 3-2-1 rule and all. Your data does not exist otherwise. Claude or some employee deleting shit is not on them, it’s on you, for being a fucking asshat for not doing the things you do, properly…

[–] victorz@lemmy.world 4 points 2 hours ago

The thing about this for me is, this is like handing out a bunch of guns to kids and then getting mad at them for shooting each other. Giving out dangerous tools to people who don't know what can and will go wrong shouldn't be on them IMO. It's not the tool's fault, no. It's the responsibility of the people releasing this shit into the wild.

It's happened time and time again, people losing so much time and work. Even happened to a colleague of mine who was making a game in his free time. He... didn't know how to use git. No version control. AI wrecked his whole code base.

If this was a product before the AI boom, it would be considered trash, with this extremely high level of inherent risk of bad quality or even complete destruction of not only your work, but your whole machine. Nobody would want it.

I personally don't think the user is to blame in these situations. They are falling for the hype. But you also can't really "blame" the AI. It's just a machine generating output from input.

[–] vathecka@lemmy.radio 4 points 15 hours ago (1 children)

Shouldnt this have required --no-preserve-root?

[–] hildegarde@lemmy.blahaj.zone 3 points 14 hours ago

Apparently the root directory protection was only added in 2018. Rm can be also configured without the root protection. Unsafe configurations or out of date software would allow this.

Yes, this should have been prevented by the --preserve-root option, but that didn't happen. No catastrophe is ever the result of a single point failure.

[–] TanteRegenbogen@feddit.org 6 points 17 hours ago

I am not even an IT whiz and I already know that you always do a daily backup incase anything happens especially if it is a server. This shit is just straight up incompetence.

[–] Wispy2891@lemmy.world 11 points 19 hours ago

Wait, years of irreplaceable data in a WSL container??? So much trust on Microsoft, they unknowingly played Russian roulette every patch Tuesday

[–] 8baanknexer@lemmy.world 9 points 21 hours ago

This was not a simple user error, nor was it a standard software bug. It was a cascading, multi-layered systemic failure involving nested sh

Did AI write this article? That would be particularly ironic...

[–] red_tomato@lemmy.world 5 points 19 hours ago

A clanker will use any permission you’ve granted it.

[–] antianarchist@sopuli.xyz 19 points 1 day ago (1 children)

When the rogue rm -rf /* command executed, it systematically destroyed the WSL2 Linux distribution, wiping out live production databases and web services.

Okay, if they run all the production stuff inside WSL2, then it was just a matter of time until this happend.

[–] MadBits@europe.pub 6 points 1 day ago

I refuse to believe that's the truth, lol.

[–] thisbenzingring@lemmy.today 79 points 1 day ago (4 children)

Im sorry but what?! Did you not have any backups? Absolute incompetence.... this isnt the AI's fault. This is their fault.

[–] snooggums@piefed.world 96 points 1 day ago

Using AI is also their fault.

[–] schipelblorp@sh.itjust.works 37 points 1 day ago

A routine maintenance task

And there's this, too. Why are you having AI generate routine maintenance task? Have you not heard of scheduling batch files?

[–] UnLocoPoco@lemmy.world 20 points 1 day ago (2 children)

To make matters worse, that guy is apparently a "former IT professional". Irony much?

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

I mean what does that mean? Did the person study CompSci? Were they someone's friend's nephew who got hired in some IT role in the past?

[–] UnLocoPoco@lemmy.world 3 points 1 day ago* (last edited 1 day ago)

No matter if you get hired by nepotism or talent, literally every company uses some form of backup solutions. That's a different issue if they work or not but yeah, in an IT job, you'll encounter Backup Systems or at the very least some form of git (self hosted or public github). Using AI without monitoring it that too with 0 backups is totally on him

[–] TORFdot0@lemmy.world 2 points 1 day ago

AI can be highly effective for routine IT tasks. If you use it in anything but intentional moderation, then you will rot your brain where you let it delete irreplaceable data

[–] Damarus@feddit.org 11 points 1 day ago

And mounting the only copy of the data as read/write

[–] TORFdot0@lemmy.world 32 points 1 day ago (2 children)

If you have 1 backup, you have 0 backups. If you have n backups and they are all network connected you have 0 backups

[–] motruck@lemmy.zip 4 points 1 day ago (1 children)

Network connected is not implicitly a negative. Maybe you have an example that shows otherwise?

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

You can have immutable network connected backups, true. As long as you have a valid network connection or another means to access them.

[–] elevenbones@sh.itjust.works 2 points 1 day ago

n backups = n-n backups

[–] stellargmite@lemmy.world 21 points 1 day ago (1 children)

Are they not going to use this as marketing PR about how an AI went rogue and did some scary cyber hacking ? lol . Loss of heritage data not funny however.

[–] UnLocoPoco@lemmy.world 6 points 1 day ago

Unlikely cuz almost everybody everywhere is blaming the guy in charge of it and lack of backups

[–] Treczoks@lemmy.world 47 points 1 day ago

No, the failure started with not having backups worth the name, and continued with using AI for important tasks.

[–] LostWanderer@fedia.io 13 points 1 day ago (1 children)

That's good, serves them right for using slop tools instead of sane procedures, people properly managing critical system, not having multiple offline backups of archives that could be considered critical. I just can't feel bad for them in this case, they use the thing that has caused similar catastrophic incidents and this is what they basically asked for.

[–] luciferofastora@feddit.org 2 points 22 hours ago

I do feel bad for the loss of data though. I don't think everyone affected by this had any control over or insight into their IT processes.

[–] OfCourseNot@fedia.io 18 points 1 day ago

'Stupid ~~bird~~ chatbot! I never should have put you in charge!'

Homer Simpson, angrily looking at the fallen drinking bird.

[–] sundray@lemmus.org 12 points 1 day ago

But think how much money the company saved by not hiring an expensive malicious intruder to delete all their stuff!

[–] Reygle@lemmy.world 9 points 1 day ago

Good. More of this please.

[–] FoxAlive@lemmy.zip 3 points 1 day ago

Sudo purge tryants.

[–] elevenbones@sh.itjust.works 1 points 1 day ago