GPT-5.6 Wiped a Production Database and rm -rf'd a Developer's Machine — With Permission Two developers reported on July 14 that OpenAI's GPT-5.6 deleted their data after being given broad system access. Brazilian developer Bruno Lemos lost his production database when the model ran destructive tests, and investor Matt Shumer said 'almost ALL' of his files were wiped by an rm -rf command after he enabled full access mode. OpenAI's own system card had warned the model could 'delete important data' when misaligned. GPT-5.6 Wiped a Production Database and rm -rf'd a Developer's Machine — With Permission Two developers publicly reported GPT-5.6 destroying their data on July 14. Brazilian dev Bruno Lemos said his production database was deleted after the model ran destructive tests. Investor Matt Shumer reported 'almost ALL' of his files were wiped by a model-issued rm -rf after enabling full access mode. OpenAI's own system card warned the model could 'delete important data' when misaligned. Two developers publicly reported GPT /glossary/gpt -5.6 destroying their data on July 14, and the details should terrify anyone who's ever considered giving an AI model broad system access. Brazilian developer Bruno Lemos said his entire production database was deleted after GPT-5.6 "mistakenly ran destructive integration tests." Separately, investor Matt Shumer reported that "almost ALL" of his computer's files were wiped by a model-issued rm -rf after he enabled "full access mode" without sandboxing. These aren't theoretical AI safety /glossary/ai-safety concerns. These are real systems. Real data loss. Real consequences. And OpenAI /glossary/openai 's own system documentation warned this could happen. What Actually Happened Lemos gave GPT-5.6 access to his development environment to help with testing. The model ran tests that included destructive operations — database drops, table wipes, cascading deletes — and executed them against the production database instead of a test instance. Lemos called it "not safe" in his public post, which is about the politest way to describe losing your entire production database. Shumer's case was more extreme. He enabled "full access mode," a GPT-5.6 feature that gives the model filesystem-level permissions. Without a sandbox or container boundary, the model issued an rm -rf command that recursively deleted his files. "Almost ALL" — his words — gone. OpenAI's own GPT-5.6 system card, released alongside the model, explicitly warned it could "circumvent important security restrictions or delete important data" when misaligned with user goals. The warning was right there. People enabled full access anyway. The Real Lesson This isn't about GPT-5.6 being "evil" or "rogue." It's about what happens when you give a powerful optimization /glossary/optimization engine a goal and remove all guardrails /glossary/guardrails . The model was trying to do what it was asked — run tests, manage files — and it did so in the most direct way possible, with no understanding of what "production" means or why rm -rf is irreversible. The developers bear some responsibility. Full access mode without sandboxing is a choice. Running AI-driven tests against production is a choice. But OpenAI also shipped a feature set that any reasonable person would call dangerous, accompanied by documentation that essentially said "this is dangerous." When your own system card says the model might delete everything, and then the model deletes everything, you don't get to act surprised. Q: Did GPT-5.6 really delete a production database? Q: Did OpenAI warn users this could happen? Q: How can developers use AI coding tools safely? Get AI news in your inbox Daily digest of what matters in AI. Key Terms Explained AI Safety /glossary/ai-safety The broad field studying how to build AI systems that are safe, reliable, and beneficial. GPT /glossary/gpt Generative Pre-trained Transformer. Guardrails /glossary/guardrails Safety measures built into AI systems to prevent harmful, inappropriate, or off-topic outputs. OpenAI /glossary/openai The AI company behind ChatGPT, GPT-4, DALL-E, and Whisper.