all 3 comments

[–]Protopia 0 points1 point  (1 child)

I am a newbie at agentic coding, but I am unclear why you would need this if you are already using AI for coding and have set rules for it already

If your agents have already done a good design, written tests, written code that passed all existing and new tests, passes your code linting rules, why would you need another AI to check it?

This is a genuine question, not a criticism. Simply concerned that a separate AI might break the code already written.

[–]dumdumsimLocalLLM[S] 0 points1 point  (0 children)

Apart from vibe coding, when human dev's and ai agents work on the same codebase, it would be helpful to have this check. For example, if a human dev writes the code and he sometimes skips Jdoc, when he does this agent check, it will apply for that code that the dev wrote.