Skip to content

Definition

A 4×4 lookup table mapping the four architectural constraints (rows) against the four problem domains (columns), naming the go-to pattern for each intersection.

Key points

  • Columns (domains): Data Extraction, Customer Support, Developer Productivity, Multi-Agent.
  • Rows (constraints): Token Bloat, Latency, Compliance/Control, Accuracy.
Constraint Data Extraction Customer Support Developer Productivity Multi-Agent
Token Bloat Filter Stale Results Scratchpad File Shared Vector Store
Latency Batch Routing Parallelization & Caching
Compliance/Control App-Layer Intercepts tool_choice Enforcement
Accuracy Schema Redundancy Granular MCP Tools Structured Intermediates

Why it matters for the exam

  • README study focus item. It is the deck's "index" — memorizing which pattern solves which constraint-in-which-domain is high-yield.

Common gotchas

  • The matrix has intentional blanks — don't invent a pattern for an empty cell.
  • Rows are constraints, columns are domains; keep the axes straight.

See also

Sources