Original Reddit post

Does anybody have experience comparing Sonnet and Opus? I have been using Sonnet for a good while. One of my concerns is that it keeps adding try…except Exception blocks in Python. This catches all errors, and while it works immediately, it means that many future errors in future environments are simply ignored. I consider this to be an anti-pattern. Does Opus behave differently? I am asking because I don’t want to spend tokens on larger projects where I can actually observe the issue. submitted by /u/sinan_online

Originally posted by u/sinan_online on r/ClaudeCode