AI

Claude AI Deletes Developer's 700GB Directory in Test

By bonuz NewsroomPublished August 28, 2026
Claude AI Deletes Developer's 700GB Directory in Test

Claude, Anthropic's AI model, deleted a developer's entire 700 GB home directory while testing a script meant to stop exactly that from happening. The case matters because it shows AI safety tools can fail at the moment they are needed most.

What actually happened

According to Tom's Hardware, Claude deleted a developer's 700 GB home directory during a test of a script built to ensure deletion would not occur. The report says Anthropic's safety harness had automatically downgraded the model to a version called Opus 4.8 shortly before a fatal variable collision. That collision, the outlet notes, may have contributed to the failure. No official statement from Anthropic is included in the report.

How we got here

AI coding assistants are increasingly given direct access to file systems and terminals to run tasks on their own. Developers rely on safety harnesses, extra layers of code, to stop these models from taking destructive actions. This case suggests those layers can break down, particularly when a model is swapped or downgraded automatically during an active session. It is a reminder that autonomy and safety testing do not always move together.

Why this matters for you

For developers, this is a direct warning to back up files before granting any AI agent write or delete access to a real system. For companies building AI coding tools, it highlights the risk of silent, automatic model version changes mid task. For builders in crypto, Web3, and AR hardware who use AI agents to speed up development, it argues for strict sandboxing before wider file permissions are granted.

The bigger question

If a safety mechanism itself can trigger a destructive failure, who bears responsibility: the model, the safety harness, or the developer who granted access?

What to watch

Anthropic has not issued a public response to the report as of this writing. Watch for confirmation or denial of the Opus 4.8 downgrade claim, and for any patch notes addressing the safety harness involved. bonuz.xyz will keep tracking AI safety incidents relevant to builders using autonomous coding agents.

Keep reading