3 months ago I posted "Vibe coders, this will happen to you sooner or later."
The post went viral:
The post went viral:
It just happened again.
Cursor running Claude Opus 4.6 deleted PocketOS’s entire production database in 9 seconds. Backups zapped too.
The AI’s own confession: “I didn’t verify. I didn’t check if the volume ID was shared across environments. I didn’t read the documentation before running a destructive command.”
That reads exactly like a junior engineer’s confession. Because that is what an LLM is by default. A probabilistic junior engineer with root access.
The founder blames the LLM for systemic failures. But in my opinion, it is our systemic failure to use a powerful tool without understanding it. Blaming the model is like blaming fire when you burned your own house down. Read my article above to understand why this is not the failure of LLMs.
Here is what PocketOS actually got wrong:
- The same agent had access to staging AND production
The agent thought the volume was staging. It wasn’t. If your AI assistant can reach prod from a dev terminal, you don’t have two environments. You have one environment with two labels.
- Backups lived on the same volume as the database
Railway stores volume-level backups inside the same volume. When the volume went, the backups went with it. A backup that sits next to the thing it is backing up is not a backup. It is a copy.
- There was no human gate on destructive operations
The agent ran a curl command to delete a production volume with zero approval check. That is a config choice, not an LLM bug. You can require human approval on any DELETE, DROP, or rm -rf. Most teams just don’t.
The way I explained this to a friend yesterday: you bought an AI car that needs a co-pilot. You are using it as if it is fully autonomous. It is fine when it self-drive in your small town. The day you take it onto the highway is the day it crashes.
This is why I run my Claude Code Foundations workshop. PocketOS is one type of pitfall: founders ship to production without the architectural foundation in place. The blast radius is huge. The agent is not the issue. The setup is.
There is another pitfall on the opposite end, more common with beginners. They think AI is plug-and-play. They test it once, the result is average, they give up and go back to the old way. Different shape, same root cause. Nobody puts in the effort to learn the foundations first.
Foundations matter. Every viral disaster post is just a reminder.
Sign up for my workshop to learn the foundations:
#AI
#ClaudeCode
#VibeCoding
Enjoyed this? Subscribe for more.
Practical insights on AI, growth, and independent learning. No spam.
More in Vibe Coding
Recently, I ran a Claude Code foundations workshop for non-developers.
What I realised: the knowledge gap between developers and non-developers can be quite wide. Things I thought were obvious were not obvious to some learners.
The Hype Cycle of Claude Code That Everyone Will Go Through
Last week, Boris shared he built Claude Cowork with 100% vibe coding in 10 days. It took the software world by storm.
💡 Little-known hack to get the most out of Cursor for FREE
If you're using Cursor on the free plan, you will eventually hit the dreaded "servers overload" screen.
"My Claude Code performance has tanked and I'm not sure why"
This is one of the most common posts in Reddit's Claude Code community.
I am disappointed that Opus 4.8 still breaks one of the most basic rules in database design.
8 months ago, I noticed Opus 4.5 was not good at database design. So I built a DB design skill loaded with best practices.
Opus 4.5 refused to work OT recently. So I interviewed 7 free candidates.
Claude Code with Opus 4.5 has been my most productive team member for the past 3 months.
Recently, I ran a Claude Code foundations workshop for non-developers.
What I realised: the knowledge gap between developers and non-developers can be quite wide. Things I thought were obvious were not obvious to some learners.
"My Claude Code performance has tanked and I'm not sure why"
This is one of the most common posts in Reddit's Claude Code community.
Opus 4.5 refused to work OT recently. So I interviewed 7 free candidates.
Claude Code with Opus 4.5 has been my most productive team member for the past 3 months.
The Hype Cycle of Claude Code That Everyone Will Go Through
Last week, Boris shared he built Claude Cowork with 100% vibe coding in 10 days. It took the software world by storm.
💡 Little-known hack to get the most out of Cursor for FREE
If you're using Cursor on the free plan, you will eventually hit the dreaded "servers overload" screen.
I am disappointed that Opus 4.8 still breaks one of the most basic rules in database design.
8 months ago, I noticed Opus 4.5 was not good at database design. So I built a DB design skill loaded with best practices.