Hacker News new | ask | show | jobs
by JimsonYang 49 days ago
Can someone more technical explain the cause of this?

No seperate production and development keys and builds? Seems like a casual mistake-rather than the sensationalist media it’s trying to be

3 comments

AI identified a problemm namely a credential missmatch and it decided it needs to delete a volume in order to fix that. Then it went and searched inside the whole codebase for a token that allows it to do that, found a production token meant for something else and issued the deletion request with said production token.

On the other end, the cloud company had something, _by design_, that also deletes any backups if you delete the volume.

I’d read it that way. The issue is not that Claude can delete things; it’s that one session apparently had enough access to touch prod, run destructive commands, and also wreck the rollback path. Staging/prod separation helps, but backups should be on a different set of credentials too. Otherwise “restore it” is just another action the agent can damage.
it's spelled out in the linked tweet https://x.com/lifeof_jer/status/2048103471019434248