
























I often hear that AI is resulting in 10k LOC reviews and this is creating a bottleneck. I don't think you should waste time reviewing every single line of code in here and just use AI to review it!
You need to know what you contribute as a reviewer.
As a reviewer, you contribute your Out Of Distribution knowledge that the author or the LLM might not have
Its a mistake thinking you can outsmart an LLM into nitpicking few lines of code here and there. This is not worth your time because LLM's have far surpassed these kind of issues. Lets remember that these LLM's are now catching high severity vulnerabilities -- your line by line reviews have no place here.
What you bring is the knowledge that the author nor the LLM doesn't know.
Examples
service_A getting deprecated? The author doesn't know this.The way I use AI for reviews is to point AI to the change and contribute my Out Of Distribution knowledge in terms of prompts and questions.
This workflow works in places where each line of code is not sacred. There are places where each line may be sacred, like in embedded systems.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。