GitHub's AI coding assistant, GitHub Copilot code review, has surpassed 60 million reviews, a significant milestone indicating its growing adoption. Usage has surged tenfold since its April launch, now representing more than one in five code reviews conducted on the platform.
The evolution of Copilot code review reflects a shift in what constitutes a valuable code review. Initially focused on sheer thoroughness, the tool now prioritizes delivering high-signal feedback that accelerates pull request (PR) completion. This refinement is driven by continuous experimentation and user feedback, including direct reactions to comments.
Refining the AI Reviewer
GitHub has enhanced the AI's capabilities by implementing an agentic architecture. This allows the system to intelligently retrieve repository context and reason across code changes. The focus is on three core qualities: accuracy, signal, and speed.
Accuracy is measured through internal testing and production signals, prioritizing consequential logic and maintainability issues. GitHub tracks developer feedback and whether flagged issues are resolved before merging to ensure the AI identifies important problems.
The concept of 'signal' is paramount; more comments do not equate to a better review. Copilot code review aims for actionable feedback, with 71% of reviews surfacing suggestions that help developers understand and fix issues. When the AI remains silent, it's often because no significant issues were found, a deliberate choice to avoid adding noise.
