Slop Paralysis(elijahpotter.dev)
elijahpotter.dev
Slop Paralysis
https://elijahpotter.dev/articles/slop-paralysis
5 コメント
I also did not understand the "fear of breaking something" bullet point. Why would that stop you from reviewing AI code?
You're right that version control is there to help, but it doesn't by itself stop you from pushing out broken code to production. That's the fear: landing bad code on user's machines.
Maybe you'll break things, maybe you won't. Either way, you'll learn something about the code, make it yours in a way that just reading it and nodding along can't always provide.