| ▲ | tl2do 11 hours ago | |||||||
Intriguing, but... Around last summer (July–August 2025), I desperately needed a sandbox like this. I had multiple disasters with Claude Code and other early AI models. The worst was when Claude Code did a hard git revert to restore a single file, which wiped out ~1000 lines of development work across multiple files. But now, as of March 2026, at least in my experience, agents have become more reliable. With proper guardrails in claude.md and built-in safety measures, I haven't had a major incident in about 3 months. That said, layering multiple safeguards is always recommended—your software assets are your assets. I'd still recommend using something like this. But things are changing, bit by bit. | ||||||||
| ▲ | e1g 11 hours ago | parent | next [-] | |||||||
No doubt they are getting better, but even a 0.1% chance of “rm -rf” makes it a question of “when” not “if”. And we sure spin that roulette a lot these days. Safehouse makes that 0%, which is categorically different. Also, I don’t want it to be even theoretically possible for some file in node_modules to inject instructions to send my dotfiles to China. | ||||||||
| ▲ | jeremyjh 11 hours ago | parent | prev | next [-] | |||||||
Prompt injection attacks are very much a thing. It doesn't matter how good the agent is, its vulnerable, and you don't know what you don't know. | ||||||||
| ||||||||
| ▲ | bilalq 10 hours ago | parent | prev [-] | |||||||
Look into git reflog. If the changes were committed, it was almost certainly possible to still restore them, even if the commit is no longer in your branch. | ||||||||
| ||||||||