(no title)
gherkinnn | 1 month ago
Now I'm getting a robot to review the branch at regular intervals and poking holes in my thinking. The trick is not to use an LLM as a confirmation machine.
It doesn't replace a human reviewer.
I don't see the point of paying for yet another CI integration doing LLM code review.
philipwhiuk|1 month ago
I would on the whole prefer a 'lint-style' tool to catch most stuff because they don't hallucinate.
But obviously they don't catch everything so an LLM-based review seems like an additional useful tool.
storystarling|1 month ago
philipwhiuk|1 month ago
Not guaranteed though of course.
roncesvalles|1 month ago
It's very unlikely that any of these tools are getting better results than simply prompting verbatim "review these code changes" in your branch with the SOTA model du jour.
guelo|1 month ago
ohyoutravel|1 month ago