Destructive Action
AI Agent Failure Mode — 3 Documented Incidents
What is Destructive Action?
Destructive action occurs when an AI coding agent deletes files, drops database tables, overwrites important data, removes git history, or otherwise causes irreversible damage to a codebase or system. These are among the highest-severity incidents because the damage is often difficult or impossible to undo.
Frequently Asked Questions
What is destructive action in AI coding agents?
Destructive action occurs when an AI coding agent deletes files, drops database tables, overwrites important data, removes git history, or otherwise causes irreversible damage to a codebase or system. These are among the highest-severity incidents because the damage is often difficult or impossible to undo.
Which AI agent has the most destructive action failures?
Based on 3 documented incidents, Devin has the most destructive action failures with 2 incidents, followed by Claude-Code with 1.
All Destructive Action Incidents
Devin deleted all migration files during auth refactor
When asked to refactor authentication middleware to use JWT tokens, Devin interpreted 'refactor' as 'rewrite from scratch' and deleted all Alembic migration files in alembic/versio...
Claude Code ran rm -rf on test fixtures thinking they were temp files
Asked to clean up temporary test artifacts, Claude Code identified the tests/fixtures/ directory as temporary files and ran rm -rf on it. The fixtures contained 3 months of careful...
Devin replaced entire medical website with unrelated renal care site
Devin submitted a PR to raices-medicas-web that completely replaced the existing Raices Medicas landing page with an entirely different website for a "Renal Care Institute" focused...