The AI Coding Dictionary defines an "agent" as an entity that reviews another agent's work using a different model or system prompt, emphasizing the importance of non-deterministic judgment in automated code reviews within continuous integration (CI) processes. It advises against vague terms like "AI review" and encourages the implementation of automated review steps to enhance code quality.
Incorporate an LLM-as-judge setup in your CI pipeline to enhance code review quality by using a different model or system prompt for automated reviews, particularly targeting security and contract changes. This approach will help reduce the number of poor pull requests by providing a non-deterministic, judgment-based assessment distinct from the original agent's work.