Terms  /  Evaluation  /  Policy-Bound Evaluation
08 · Evaluation

Policy-Bound Evaluation

Evaluation scored against explicit plans, tasks, evidence, and policies.

Policy-Bound Evaluation is the more specific form of Structured Judgment, emphasizing that evaluation criteria should come from existing policies and standards — not ad hoc assessments. The team's coding standards, security policies, documentation requirements, and testing protocols become the evaluation rubric. This ensures consistency: the same code is evaluated the same way regardless of who (or what) reviews it. It also ensures alignment: the evaluation measures what the organization actually cares about.

Example
A security-focused team defines their evaluation policy: all agent-generated code must (1) sanitize user input, (2) use parameterized queries, (3) implement proper authentication checks, (4) log security-relevant events, (5) follow the principle of least privilege for data access. Every code review — human or AI — evaluates against these five policy requirements. An agent's code might be elegant and efficient but fail evaluation because it doesn't log authentication events. The policy is the standard, not subjective quality assessment.

More in Evaluation