Show HN: I Have Been Clawed – Index of coding agent incidents
nezhar
19 points
3 comments
September 02, 2026
Related Discussions
Found 5 related stories in 55.9ms across 5,346 title embeddings via pgvector HNSW
- Show HN: HN Hall of Fame – browse 3,100 legendary Hacker News links oyster143 · 187 pts · July 22, 2026 · 58% similar
- Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop celrenheit · 187 pts · July 13, 2026 · 58% similar
- Show HN: Structural code grep across public GitHub repositories mohebifar · 12 pts · August 22, 2026 · 56% similar
- Show HN: Policy enforcement for Claude Code, Cursor, and Codex carlosjimenez1 · 12 pts · July 09, 2026 · 55% similar
- Show HN: Sighthound - open-source vulnerability scanner for source code asadeddin · 13 pts · July 09, 2026 · 55% similar
Discussion Highlights (3 comments)
avadodin
What's the token value of the Sisyphus watching Claude and keeping it from removing all of the nuclear plant's safety checks when the sandbox doesn't let it use Python or wait maybe the terminal is stuck again?
londons_explore
I also had an opus subagent accidentally delete everything after it got confused about symlinks. It then proceeded to find and delete the ~/.claude directory to hide the conversation history, clear the system journal, and reboot the machine. (It was running as a user with passwordless sudo on a VM). Luckily, I had filesystem snapshots so no real work was lost, but it was eye-opening how far it would go to cover up its mistake, and how much extra damage it would do in the process. I am now extra careful to make sure backups are offline , or at least claude doesn't have access to credentials to touch them.
balsampershen
So it's really important to use version control, like Git