paper-with-me

Papers

Is Agentic Code Review Helpful? Mining Developers' Feedback to CodeRabbit Reviews in the Wild

2026-07-03 · Hong Yi Lin, Mingzhao Liang, Kla Tantithamthavorn, Patanamon Thongtanunam arxiv

Agentic code review, where autonomous agents provide code review comments on pull requests, is increasingly integrated into development workflows, yet there is limited empirical evidence on how developers respond to such comments in practice. In this paper, we present an empirical study of agentic code reviews using CodeRabbit as a case study. Through an empirical study of 31,073 pairs of code reviews and developer feedback from 10,191 pull requests across 239 GitHub repositories, our results show that agentic reviews receive mixed reception: 36.4% were accepted and 7.3% triggered discussion, while 56.3% were rejected. Rejections were primarily associated with invalid suggestions that were false positives, redundant, or out of scope, as well as misalignment with developer intent and coding practices. We further found that agentic reviews tend to focus more on functional concerns than evolvability-related comments, yet they were more likely to be invalid. To improve effectiveness in review practices, we explored various LLM-based approaches for predicting review rejection. We found that lightweight learning-based methods achieve up to 76% F1 score, suggesting learnable patterns exist between code reviews and their corresponding feedback. Our results highlight the current state of CodeRabbit's agentic code reviews, showing opportunity gaps for improvement, as well as shortcomings hindering its effectiveness.

📄 PDF Abstract BibTeX arXiv:2607.03316

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Human oversight of agentic systems in practice: Examining the oversight work, challenges, and heuristics of developers using software agents

2026-06-03 · Shipi Dhanorkar, Samir Passi, Mihaela Vorvoreanu arxiv

Autonomous software agents hold promise to increase developer productivity but make mistakes and exhibit novel failure modes, making human oversight central to successful human-agent collaboration. Existing research on a…

Safer Builders, Risky Maintainers: A Comparative Study of Breaking Changes in Human vs Agentic PRs

2026-03-29 · K M Ferdous, Dipayan Banik, Kowshik Chowdhury, Shazibul Islam Shamim arxiv

AI coding agents are increasingly integrated into modern software engineering workflows, actively collaborating with human developers to create pull requests (PRs) in open-source repositories. Although coding agents impr…

Code Generation

SecurityEval Dataset: Mining Vulnerability Examples to Evaluate Machine Learning-Based Code Generation Techniques

2022-11-09 · 1st International Workshop on Mining Software Repositories Applications for Privacy and Security (MSR4P&S ’22) 2022 11 · Mohammed Latif Siddiq, Joanna C.S. Santos

Automated source code generation is currently a popular machine-learning-based task. It can be helpful for software developers to write functionally correct code from a given context. However, just like human developers,…

Code Generation

Don't Complete It! Preventing Unhelpful Code Completion for Productive and Sustainable Neural Code Completion Systems

2022-09-13 · Zhensu Sun, Xiaoning Du, Fu Song, Shangwen Wang 외

Currently, large pre-trained language models are widely applied in neural code completion systems. Though large code models significantly outperform their smaller counterparts, around 70\% of displayed code completions f…

Code Completion

Beyond the 'Diff': Addressing Agentic Entropy in Agentic Software Development

2026-03-03 · Matteo Casserini, Alessandro Facchini, Andrea Ferrario arxiv

As autonomous coding agents become deeply embedded in software development workflows, their high operational velocity introduces a critical oversight challenge: the accumulating divergence between agentic actions and arc…