Agentic AI Glossary

Automated review

An automated assessment of an artifact against quality criteria, often using a model.

Illustrative conversation

  1. All tests pass, but can we get another perspective on the authorization change?
  2. Run an automated review against the security rubric, then verify each cited finding in the code.

Definition

In this glossary, automated review usually means asking a model or analysis system to evaluate an artifact against instructions, a rubric, or quality criteria and report possible problems. It can catch issues that fixed checks do not encode, especially when performed from an independent context. Model-based reviews are probabilistic and may miss or invent findings, so their claims need evidence and should complement deterministic checks and accountable human judgment rather than replace them.

Reviewed