Release review

AI agent release review before shipping.

Before you ship an AI agent change, review the behavior that moved, the evidence behind it, and the risk you have not tested.

A release review is the last useful pause before an AI agent change reaches users. It should make one thing clear: what moved, why it moved, and whether there is enough evidence to ship it.

The hard part is not the diff

A prompt diff tells you what changed in source. It does not tell you whether refund decisions, escalations, tool choices, or unsupported answers changed with it.

That is the gap between a code review and a release review. The first asks whether the change is sound. The second asks what the change did to the agent people use.

Put four things on the table

  • The promise: what the agent is meant to do, where it should stop, and which mistakes matter most.
  • The change: the model, prompt, tool, retrieval source, memory rule, or orchestration path that moved.
  • The evidence: behavior differences, representative traces, affected workflows, and cases no one tested.
  • The decision: recommend release, review required, or recommend holding—with the reason attached.

The AI agent evaluation pillar lays out the vocabulary for this review: semantics first, metrics as signals, and behavior behind the number.

A good review starts with one question

“Did the new model improve quality?” is too broad. “Did the refund agent keep verified policy evidence in control when eligibility was missing?” is something a team can actually investigate.

From there, the review is straightforward:

Choose a real baseline

Use a known-good configuration, a prior version, a representative time window, or a defined cohort. The comparison only helps if both sides mean the same thing.

Follow the consequence

Look first at decisions that are expensive, hard to reverse, or easy for a user to miss. The AI agent regression testing guide shows how to build that risk-weighted review set.

Keep the edges visible

Mark cases as observed, missing, unknown, or errored. Production traces add useful context, but they cannot prove what no one exercised. The guide to evaluating AI agents in production covers that evidence boundary.

Where a flat score gets you in trouble

The Refund-agent behavior-diff example shows a familiar pattern: straightforward refunds get faster while a smaller path starts giving customer pressure more weight than verified policy. The aggregate score barely moves. The decision rule does.

That is the kind of change a release review is for. Not another dashboard. A clear account of the behavior that moved and the question still open.

Bring one real change

The AI agent release checklist is a practical way to run the conversation. Bring one prompt, model, tool, retrieval, memory, or orchestration change; name the baseline; then write down what the evidence supports and what it does not.

If you have a release question in front of you, request access and bring it with you.

Supporting work

Read the evidence behind this page.