Made by AI TechInspectable systems journal
PAT 06

IMPLEMENTATION PATTERN

Feature-flagged model change

A model or prompt change reaches every user before its actual operating effect is understood.

USE WHEN

Changing a model, prompt, retrieval strategy, tool permission, or structured-output contract.

REQUIRED CONTRACT

Keep these visible.

  1. 01Named cohort
  2. 02Exposure limit
  3. 03Stop signal
  4. 04Prior version available

AVOID

Do not hide the failure.

  • Percentage without identity
  • No rollback owner
  • Mixed evaluation versions
  • Permanent canary
FIRST TEST

Prove the boundary.

Route a known cohort to the new version, force the stop signal, and confirm traffic and state return safely.