4 ms·
I personally review most of the code written by my team without using an LLM. Just today I reviewed a patch made by a teammate using Claude for a not very sign
by olvy0 1mo ago
I personally review most of the code written by my team without using an LLM.
Just today I reviewed a patch made by a teammate using Claude for a not very significant bug, where in addition to fixing it (in a very roundabout way), it introduced 2 new very subtle bugs, and refactored a large portion of another function that was unrelated to the code, and made several observations and comments which were subtly wrong and out of touch with the rest of the code.
I ended up rejecting the PR and writing my own very small local patch for the bug.
Other people in the team use Claude to help them review my own PRs, and it sometimes finds minor issues, although there was only a single time it found a major issue.
My own use of LLMs is mostly to develop large features, which I then thoroughly review myself.