AI Agents Intermediate
evaluator agent
An agent that assesses another agent's results before those results are finalized.
Plain English Explanation
An agent that assesses another agent's results before those results are finalized. You can imagine one agent as manufacturing a product and a separate agent—the evaluator agent—testing that product before it is released. Critic is a synonym for evaluator agent.
How is it used?
Practitioners refer to evaluator agent when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.