인간과 AI의 코드 리뷰 방식 차이를 분석한 연구.
이 연구에서는 300개 GitHub 프로젝트의 27만여 개 인라인 코드 리뷰 대화를 분석하여, 인간과 AI의 피드백 방식이 어떻게 다른지를 살펴보았다. AI는 주로 코드에서 문제를 찾아 수정안을 제시하는 데 초점을 맞추고, 인간은 구현된 이유에 대한 질문과 테스트 및 프로젝트 관례를 중시하는 경향이 있다. 이러한 차이는 코드 수정과 후속 대화에 미치는 영향을 분석하였다.
A study comparing the code review styles of humans and AI.
This study analyzes over 270,000 inline code review conversations from 300 GitHub projects to compare the feedback styles of humans and AI. It finds that AI focuses on identifying problems in code and proposing fixes, while humans tend to ask about the rationale for implementations and emphasize testing and project norms. These differences impact how revisions and follow-up discussions evolve.