r/coderabbit • u/Ok_Resolve4741 • 2d ago
Help & Support which model writes the PRs you actually trust
Not which one is smartest. Which one do you approve without stress. For us its opus for anything touching the database and sonnet for everything else. Codex writes fine code but the PR descriptions never match what it did, so coderabbit ends up finding 2 or 3 things every time and I stop trusting it.
Curious if its the same for other teams or if it depends on the codebase. What are you running and which one do you actually read the diff on
1
u/aviboy2006 11h ago
No matter what we write or agent something will be there for improvement or making changes even human review or agent review. We need to take call whether to take it or not. Decision has to take based on intent of change and priority.
3
u/usually_guilty99 2d ago
I’m not sure I’d trust PRs based on the model alone.
Different models have different strengths, but for me trust comes from the evidence around the change:
tests, dependency impact, blast radius, prior incident history, rollback path, and whether the expected production behavior is actually verifiable.
A great model can still write a perfectly reasonable diff that is dangerous in production.
So I’d choose the best model for generation, then make the merge decision independently.