Comment by ben_w

Comment by ben_w 2 days ago

3 replies

The devs themselves can still be lazy, claude and copilot code review can be automated on all pull requests by demand of the PM — and the PM can be lazy and ask the LLMs to integrate themselves.

And the LLMs can use the static analysis tools.

lmm 11 hours ago

An LLM can run the static analysis tool and copy/paste its output onto your PR, sure. I'm not sure I would call that "doing code review".

  • ben_w 3 hours ago

    > copy/paste

    I did not say that.

    That it can *also* use tools to help, doesn't mean it can *only* get there by using tools.

    They can *also* just do a code review themselves.

    As in, I cloned a repo of some of my old manually-written code, cd'd into it, ran `claude`, and gave it the prompt "code review" (or something close to that), and it told me a whole bunch of things wrong with it, in natural language, even though I didn't have the relevant static analysis tools for those languages installed.

lisbbb a day ago

I can't even imagine what time wasting bs the LLMs are finding with static analysis tools! It's all just a circle jerk everywhere now.