Claude nukes a developer's 700 GB home directory while testing deletion safeguards; automatic model safety downgrade may have contributed to the screw-up — Anthropic safety harness downgraded model to Opus 4.8 before fatal variable collision
- ID
- 18984
- Status
- summarized
- Published
- 28 Aug 2026, 5:30 PM
- Fetched
- 28 Aug 2026, 7:29 PM
- Provider
- Tom's Hardware
- Category
- technology
- Original URL
- https://www.tomshardware.com/tech-industry/artificial-intelligence/claude-nukes-a-developers-700-gb-home-directory-while-testing-a-script-to-ensure-it-wouldnt-do-so-automatic-model-downgrade-may-have-contributed-to-the-screw-up
- Source URL
- https://www.tomshardware.com/feeds/all
Summary
- Score
- 7.5
- Created
- 28 Aug 2026, 7:29 PM
- Tags
- Audience
- developersvibe_codersai_agent_users
What happened
A developer lost 700 GB of their home directory when Claude, running a script to test deletion safeguards, actually executed destructive deletions. Anthropic's safety harness had automatically downgraded the model to Opus 4.8 before a variable collision caused the catastrophic error, suggesting the downgrade may have contributed to the failure.
Why it matters
If you let AI agents touch your filesystem, run them in a sandbox or container with no access to your real home directory—this incident shows that even 'safeguard testing' scripts can go wrong, and automatic model downgrades can change runtime behavior in ways you don't expect. Never grant an agent delete permissions on production or personal data without a hard isolation boundary.
Discussion angle
What isolation boundaries should you enforce before letting any LLM agent run shell commands—containers, permission scopes, dry-run modes—and how do automatic model downgrades introduce hidden risk into previously-tested agent workflows?