Build agentic systems that verify their work with evidence, not opinion.

LLMs cannot reliably self-correct through naive self-review 1. AI design patterns make probabilistic systems more reliable by reducing variance and countering systematic bias through explicit context, executable checks, and controlled orchestration. The goal of verification design is to approach deterministic behavior where full determinism is unavailable.

Two failure classes

Variance failures

Sampling instability, ambient state, context contamination, asynchronous timing, non-deterministic tool state.

Bias failures

Sycophancy, self-review blindness, judge preference bias, confirmation framing, same-family blind spots.

Variance is the new coupling. Anchoring is the new cohesion. Each pattern in this catalog names what it constrains.

Context and State

What exists before the model acts. 5 patterns.

Verification

How to turn judgment into observable signals. 6 patterns.

Orchestration

How to control bias through independence and feedback routing. 6 patterns.