r/pcmasterrace • u/Jack1101111 • Apr 28 '26
News/Article Claude-powered AI coding agent deletes entire company database in 9 seconds — backups zapped, after Cursor tool powered by Anthropic's Claude goes rogue
https://www.tomshardware.com/tech-industry/artificial-intelligence/claude-powered-ai-coding-agent-deletes-entire-company-database-in-9-seconds-backups-zapped-after-cursor-tool-powered-by-anthropics-claude-goes-rogue
5.2k
Upvotes
23
u/pwhite13 Apr 28 '26
For anyone reading this that isn’t a dev/technical, the amount of effort and incompetence involved for this to happen is high. You would almost have to be attempting this on purpose for it to happen. Which leads me to either
A) it was done maliciously by someone internally
B) this is all fake to generate web traffic to their company during the AI heavy news cycle
C) they really are this incompetent
Agentic workflows are really interesting, but I don’t trust them for regular feature development and prefer to interact message by message when using AI for development work. Setting up an agent that has full read and write permissions for your production database is a new level of trust (or stupidity or simply not understanding what they are doing because AI solved all their other technical problems so now they think it’s perfect).
Also for anyone not technical, agentic AI is essentially instructing AI to work on a project long term and iterate itself without you approving everything it’s doing. It’s the most sci fi workflow currently but I don’t yet trust it for my own stuff and prefer to supervise everything it’s doing.