| ▲ | rw_panic0_0 2 hours ago | |||||||||||||
how do you trust the code claude wrote? don't you get anxiety "what if there's an error in tui code and it would mess up my git repo"? | ||||||||||||||
| ▲ | whazor 6 minutes ago | parent | next [-] | |||||||||||||
I push my branches daily, so I wouldn't lose that much work. If it breaks then I ask it to fix it. | ||||||||||||||
| ▲ | freedomben an hour ago | parent | prev | next [-] | |||||||||||||
I'm not GP, but I have backups, plus I always make sure I've committed and pushed all code I care about to the remote. I do this even when running a prompt in an agent. That goes for running most things actually, not just CC. If claude code runs a git push -f then that could really hurt, but I have enough confidence from working with the agents that they aren't going to do that that it's worth it to me to take the risk in exchange for the convenience of using the agent. | ||||||||||||||
| ▲ | embedding-shape an hour ago | parent | prev | next [-] | |||||||||||||
> how do you trust the code claude wrote? If that's something you're worried about, review the code before running it. > don't you get anxiety "what if there's an error in tui code and it would mess up my git repo"? I think you might want to not run untrusted programs in an environment like that, alternatively find a way of start being able to trust the program. Either approaches work, and works best depending on what you're trying to do. | ||||||||||||||
| ▲ | sclangdon 2 hours ago | parent | prev | next [-] | |||||||||||||
Isn't it this case no matter who wrote the code? How do you ever run anything if you're worried about bugs? | ||||||||||||||
| ||||||||||||||
| ▲ | ithkuil an hour ago | parent | prev [-] | |||||||||||||
I assume that whatever I type can be also flawed and take precautions like backups etc | ||||||||||||||