3 comments

  • sixhobbits 13 minutes ago

    I have time machine and just let them fly with --dangerously-skip-permissions on my Mac. Worst thing it's done is back up a database, delete the database, and then run git clean locally which also wiped out the backup, so I'm not saying there are no dangers but honestly I've made worse mistakes and probably more frequently so I generally trust Claude with about the same level of access as me now.

    Most common is deleting files etc but if you're using git and have backups it's barely noticeable

  • gl-prod 4 minutes ago

    I spin a Firecracker VM with a custom image that has all the things I need.

  • netcoyote 2 hours ago

    I use a Mac, and wanted to be able to run MacOS programs like Xcode and iOS simulator, so I wrote a couple of different sandbox projects:

    - SandVault (https://github.com/webcoyote/sandvault) runs the AI agent in a low-privilege account

    - ClodPod (https://github.com/webcoyote/clodpod) runs the AI agent inside a MacOS VM

    In both cases I map my code directories using shares/mounts.

    I find that I use the low-privilege account solution more because it's easier to setup and doesn't require the overhead of a full VM