AI code needs different review practices than human code. Focus on:
- Logic correctness (AI often gets edge cases wrong)
- Security vulnerabilities (covered in Section )
- Performance implications (AI defaults to readable, not fast)
- Consistency with existing codebase patterns
Don't review AI code line-by-line like human code. Review behavior and integration points.