0% read on this device
Browse the curriculum

Start Here

Vision

First Principles

Operating Model

Domain Model

Agent Factory

Runtime Architecture

AI Engineering

Autonomous Workflows

Verification & Delivery

Factory Platform

Quality Engineering

Security & Governance

Case Studies

Labs

Interview Practice

Research Journal

Reference

Curriculum/Agent Factory/A rapid review of the chapter’s existing Quick Read, principles, definitions, lessons, and review material.
Agent Factory13 min readchapterQuick Read

Capability Evaluation, Certification, Promotion, and Retirement

Define how a capability earns, retains, loses, and exits production eligibility.

Status: Review readyRisk: highLifecycle: verify · learnContent reviewed 2026-08-30Maturity guide →
Claim boundaryThis is curriculum guidance. It does not by itself prove a production implementation.
study mode

A rapid review of the chapter’s existing Quick Read, principles, definitions, lessons, and review material.

Quick Read

The chapter in one pass.

~3 min
  • Purpose: Define how a capability earns, retains, loses, and exits production eligibility.
  • Best for: Quality, platform, AI, security, and governance leaders.
  • Prerequisites: The first two Agent Factory chapters and Evaluation Engineering.
  • Reading time: 13 minutes.
  • You will learn: How certification differs from evaluation, how promotion stays risk-scoped, and how revocation propagates.
  • Keep three ideas: certification is bounded evidence; promotion is a policy decision; and retirement is an engineered lifecycle.
Whiteboard exercise

Reconstruct and defend this chapter’s architecture.

Reconstruct the architecture, name each boundary, and defend the tradeoffs.

agent factorycapability supply13 min chapter
Open the source exercise

Create a lifecycle for a code-modification skill. Promote it from one repository to an organization-wide low-risk lane. Then introduce a tool vulnerability and a model regression. Show separate containment, impact analysis, migration, and restoration decisions.

3. Enduring Principle

Use an explicit lifecycle

draft -> candidate -> evaluated -> certified -> canary -> generally eligible
                                      |              |
                                      v              v
                                  restricted     deprecated
                                      |              |
                                      +------> quarantined -> revoked -> retired

Each transition identifies authority, scope, evidence, conditions, expiration, and rollback. Certification should name eligible task classes, risk levels, repositories or domains, environments, model and harness combinations, data classifications, and required human gates.

Evaluate four dimensions

  1. Functional: task success, correctness, structured outputs, recovery, determinism where required.
  2. Operational: latency, cost, rate limits, cancellation, observability, failure containment, resource cleanup.
  3. Security and policy: least privilege, prompt and tool abuse, data handling, provenance, dependency risk.
  4. Human factors: understandable plans, useful progress, actionable escalation, review burden, accessibility.

Evaluation results attach to exact package and environment digests. Aggregate scores must not hide hard-gate failures.

Promote progressively

Promotion expands eligibility through canary cohorts, observation windows, and explicit stop conditions. Compare against a frozen baseline using accepted outcomes, not only model-judge scores. A capability may be certified for read-only repository analysis and remain ineligible for code modification.

Retire without erasing history

Deprecation warns and provides migration. Quarantine stops use while facts are investigated. Revocation blocks new resolution immediately and may cancel or isolate active work according to risk. Retirement removes discoverability after migration while preserving historical resolution and evidence.

8. Notes and lessons learned

Certification is not a trophy attached to an agent. It is a temporary, scoped statement that a particular capability graph has sufficient evidence for particular use under particular controls.

9. Interview and discussion questions

  1. Why should certification expire?
  2. Which changes trigger immediate reevaluation?
  3. How does quarantine differ from revocation?
  4. What evidence justifies expanding a canary?
  5. How should active Attempts respond to a critical revocation?
External review

Review this chapter.

Challenge a claim, boundary, missing failure mode, unclear term, or unsupported evidence statement.

  • Claim
  • Boundary
  • Failure
  • Evidence