THESIS

Working premise

An evaluation program is useful only when it changes a release decision. A production standard should connect representative cases, explicit criteria, baseline deltas, unacceptable failure modes, and accountable approval.

CONTEXT

Operational context

Most evaluation programs begin with a score and only later ask what decision the score should support. That order creates attractive dashboards but weak release control. The standard should begin with the production task, the people affected by failure, the decision owner, and the evidence that owner needs before approving a change.

Coverage matters as much as sample size. A test set can be large and still omit rare but costly workflows, restricted-content paths, multilingual inputs, tool failures, or customers with unusual configuration. Coverage therefore needs an explicit model of tasks, segments, failure severity, and operating conditions rather than a single aggregate pass rate.

The standard also needs a record of uncertainty. Evaluator disagreement, incomplete labels, nondeterministic behavior, and unresolved regressions should remain visible in the release packet. A responsible gate does not convert uncertainty into false precision; it routes the uncertainty to a named reviewer or a controlled rollout.

INQUIRY

Questions to resolve first

Q1

Which production decision will change when an evaluation passes or fails?

Q2

Which failure modes are unacceptable even if the aggregate score improves?

Q3

Which user, language, workflow, or risk segments must always be represented?

Q4

Who can approve an exception, and what evidence must accompany it?

PROTOCOL

Recommended method

  1. P1

    Name the user task and the decision that the AI system supports.

  2. P2

    Build a representative set covering normal, edge, incomplete, conflicting, and adversarial cases.

  3. P3

    Separate deterministic checks, model-based judgment, and human review rather than blending them into one score.

  4. P4

    Compare the candidate with the current production baseline and inspect row-level regressions.

FAILURE

Common failure modes

Benchmark without a decision

Teams report a score but have no rule connecting that result to ship, hold, investigate, or roll back.

Average hides severity

A broad improvement offsets a serious regression in a small but important segment.

Moving evidence

Datasets, scorers, prompts, or model settings change between runs, so the comparison cannot be reconstructed.

CONTROL

Control points

  • Set minimum sample coverage and prohibit release when critical segments are absent.
  • Define failure modes that cannot be averaged away by a higher aggregate score.
  • Version the dataset, scorers, prompts, models, and parameters used in the decision.
  • Preserve reviewer comments, exceptions, and the final approval record.
DEPLOY

Implementation sequence

  1. S1

    Select one production workflow and document its success event, critical failures, owners, and operating segments.

  2. S2

    Build a versioned case inventory with provenance, expected behavior, severity, and inclusion rationale.

  3. S3

    Define metric-specific gates, mandatory human-review conditions, and a time-limited exception path.

  4. S4

    Run the process against a real candidate release, then revise the standard from observed reviewer and engineering effort.

MEASURE

Measures worth reviewing

Review pass rate with severity and coverage, not in isolation. Track how often the standard catches a material issue before release, how often exceptions remain open beyond their review date, and whether escaped production failures become durable tests.

Pass rate by severityScore delta versus baselineCritical regression countReviewer disagreementCost per accepted output
SOURCES

Primary references

This note is an editorial synthesis of public standards, primary institutional guidance, and common engineering control patterns. It is intended to support engineering design and review. It is not a substitute for legal, security, safety, audit, or other professional advice for a specific system.