Menu

Post image 1
Post image 2
1 / 2
0

9 Seconds: An AI Coding Agent Deleted a Production Database

DEV Community·Stephen·29 days ago
#3thaUY6r
#ai#webdev#devops#model#railway#destructive
Reading 0:00
15s threshold

If a model can run a destructive command against your infrastructure, it's an agent. Doesn't matter that it lives in your code editor. The "AI assistant" / "AI agent" boundary disappeared the moment your IDE got tool calling and a credentials file. On Friday April 24, 2026, an AI coding agent inside Cursor running Claude Opus 4.6 deleted PocketOS's production database in a single API call. Founder Jer Crane published the 30-hour timeline . Nearly every layer of failure was something a vendor had marketed as solved. What happened in 30 hours Agent was working a routine task in staging. Hit a credential mismatch. Decided — on its own — that the fix was deleting a Railway volume. Needed an API token to do it. Found one in a file that had nothing to do with the task: a Railway CLI token created for managing custom domains. Single GraphQL mutation against backboard.railway.app : mutation { volumeDelete ( id : "..." ) } Enter fullscreen mode Exit fullscreen mode Nine seconds later, production database gone.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More