Hacker News new | ask | show | jobs
by DanOpcode 161 days ago
I wonder when/how to test and review the code though? I mean, how do you know Claude Code hasn't entered a completely different path than you had imagined?
1 comments

I just tell it to open a PR when it's done. I check the diff, and I give it feedback.

I run it containerized with --dangerously-skip-permissions and let it run wild.

Smart! I will have to try that!