Adversarial Cross-Model Review
Principle
Same model has same blind spots when writing AND reviewing. Different model catches what the author's model missed.
Process
- Identify code changes for review
- Select DIFFERENT model than what wrote the code
- Send code + context to external model
- Collect review findings
- Compare with internal review
- Address all unique findings from external model
Rules
- Reviewer MUST be different model
- Claude wrote code -> GPT reviews (or vice versa)
- Include sufficient context for reviewer
- Don't dismiss external findings without investigation