TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why AI will never replace human code review

40 pointsby TheAnkurTyagi2 months ago

8 comments

shalmanese2 months ago
Rory Sutherland calls this the &quot;doorman fallacy&quot;.<p>We look at a doorman and might naively think their function is to open doors so if we can replace their function, we can replace the person. Then we build an automation, fire the doorman and subsequently discover the doorman was responsible for a multitude of social tasks, like taking in the mail, co-ordinating services, providing small tasks for the residents etc. and that physically opening and closing doors was actually the least important part of their job.<p>Similarly, we think the purpose of code review must obviously be for reviewing code until we look deeper and understand the sociological purposes of code review.<p>Technologists have a bad habit of entering into a field they don&#x27;t know, observing but not talking to any of the people they&#x27;re trying to automate and assuming only the most legible parts of anyone&#x27;s job are important to grok. It&#x27;s important to understand that the value any job or function brings can often be totally opaque to an outsider and it requires actually talking to people and understanding total value chains to fully understand where technology can be used to improve things.
评论 #43404884 未加载
评论 #43403675 未加载
评论 #43403453 未加载
0xDA7A2 months ago
We use AI code review and it is genuinely helpful, but I agree it&#x27;s mostly just making my life easier to review my own PR by pointing out salient points I would otherwise not really think about.<p>This obviously is not a replacement for another human looking at your code, and I would not do it in safety critical environments, but it really helps especially in small teams where time is precious and you ship fast.<p>My only issue is that I would love a dedicated UI where I get this review BEFORE another human looks at the code, so their feedback is not drowned by the AI noise
msfly2 months ago
Interestingly, the bar for machine accuracy is often much higher than for humans for us to be willing to adopt its autonomy (baseball ABS systems or self-driving cars come to mind as examples).<p>I can imagine a future where even if an AI code reviewer that autonomously reviewed code resulted in a noticeable drop in some meaningful metrics, like DORA&#x27;s MTTR or Deployment Frequency, an organization would flip out the very first time the AI made a mistake, even if a human reviewer would have resulted in 10x as many impactful errors.
codeman0012 months ago
I used AI code review tools but agree It would never replace human IMO.<p>Here is why because of 2 golden rules of Code Reviews in tech why AI can&#x27;t understand or trained on:<p>- AI can&#x27;t see always and remember it’s a human being on the other end of the code and review. - AI could be brutal and will miss the good intent like a senior member who is helping the junior.<p>It goes without saying that the key benefit of doing code reviews is to make the code better and fix issues.
symbolicAGI2 months ago
This well-thought article restricts the notion of code review to pull request assessment - diff file - on an existing code base, perhaps a mostly human-written legacy code base.<p>As a Java code generation researcher, I would appreciate any constructive comments regarding the automated code review of automated changes made to an entirely generated code base, whose live specifications and requirements have been modified in order to generate the code being reviewed.
评论 #43403592 未加载
评论 #43403405 未加载
billy99k2 months ago
AI won&#x27;t replace humans at the moment, but it does make humans more productive. I&#x27;ve personally increased my productivity by many % after integrating AI into my workflow.
gowld2 months ago
Also, humans will not replace AI code review, because humans get tired and lazy, and can&#x27;t be scaled up to cover the need.
评论 #43402828 未加载
tmaly2 months ago
I think an AI can help with a code review. I see tones for submitted CR requests for stuff that flat out doesn&#x27;t compile or pass tests.
评论 #43402804 未加载