Select the smallest mechanism

Choose intelligence per consequential decision instead of beginning with an agent framework or model topology.

Self-directed lesson

Field question
What is the smallest mechanism that meets the evidence, authority, latency, cost, and fallback needs?
Working artifact
Intelligence-selection record
Effort
60–90 minutes

You will learn

  • How deterministic code, optimization, classical ML, retrieval, model calls, bounded agents, and human review differ.
  • Why mechanism choice belongs to one decision route, not the whole product.
  • How to record fallback and retirement rationale before release.

Field practice

  1. Write one consequential decision and its maximum tolerable error or effect.
  2. Compare each realistic mechanism against evidence, authority, latency, cost, and recovery.
  3. Select the smallest sufficient combination and state what would invalidate it.

Before you begin

Bring one consequential decision route with an accepted outcome, constraints, error tolerance, and fallback need.

Learning objectives

  • Compare deterministic code, optimization, classical ML, retrieval, model calls, bounded agents, and human review where applicable.
  • Select a mechanism per decision route rather than for the whole product.
  • Record fallback, cost ceiling, evaluation need, and retirement trigger.

Core lesson

What you need to know

01

Decompose the intelligence decision

Do not ask whether the product should use an agent. Ask what each consequential step must decide, which evidence it can access, what effect it may cause, how wrong it may be, and how quickly it must respond. Many useful systems combine rules, retrieval, model judgment, and human review without making the whole workflow agentic.

Start with the smallest sufficient mechanism. Deterministic code is appropriate for stable rules and invariants. Optimization is useful when a defined objective and constraints must be balanced. Classical ML fits repeatable prediction with labeled data. Retrieval supplies context but does not decide. Foundation-model calls handle language judgment; bounded agents handle multi-step uncertainty only when the extra autonomy earns its cost and risk.

02

Compare on operating constraints

For each candidate, compare evidence quality, explainability, latency, cost, change frequency, failure detectability, recovery, and authority. Include the human route as an explicit mechanism, not a vague fallback. If a human must review every case, model the review time and the conditions that make the recommendation useful.

Record what would invalidate the choice: data drift, policy change, cost growth, new deterministic coverage, unacceptable error, or lack of adoption. A mechanism earns continued use; it is not permanent because it was once selected.

03

Keep the architecture honest

Document route-specific selection before choosing frameworks. The record should allow another engineer to replace a model with a rule or a human step without rewriting the business contract.

Worked field case

Selecting correction steps

The system must classify a denial, find evidence, recommend a correction, and never submit without specialist authority.

Evidence available

  • Denial-code normalization is stable and deterministic.
  • Evidence selection requires retrieval over encounter notes and policy passages.
  • Correction recommendation needs contextual language judgment and specialist review.

Reasoning path

  1. Use rules for normalization and policy invariants.
  2. Use scoped retrieval for cited evidence and a model call for the bounded recommendation.
  3. Use an authenticated specialist for approval and submission; do not give the model that effect capability.
Result

The hybrid route is more bounded and testable than a general agent controlling the entire workflow; comparative cost remains a measurement question for the bake-off.

Practice exercise

Run a mechanism bake-off

Choose one decision whose failure would materially affect cost, safety, trust, or customer acceptance.

  1. Define inputs, output, maximum tolerable error, latency, cost, and authority.
  2. Score every realistic mechanism against the same evidence and constraints.
  3. Design the fallback and observability for the leading option.
  4. Record the selection, rejected alternatives, invalidation condition, and retirement trigger.
Keep

A reviewable intelligence-selection record for one decision route.

Review your work

Field rubric

  • The unit of selection is one consequential decision.
  • Simpler mechanisms receive a fair comparison.
  • Human review has explicit cost, capacity, and authority.
  • Fallback and invalidation conditions are operationally testable.

Complete when

  • The chosen mechanism is the smallest option that satisfies the route.
  • Rejected alternatives and trade-offs are recorded.
  • A replacement or retirement trigger exists.

Check your understanding

Can you explain why a simpler mechanism would fail without citing novelty or preference?

Working template

Download the mission artifact, complete it with source evidence, and review it against the rubric above.

Download Intelligence-selection record template

Guided study and progress

Open this mission in the guided school to confirm the exercise and rubric, save completion in this browser, and resume the ten-mission path.

Open guided mission

Compare and go deeper

This lesson is self-contained. Compare your work with the calibrated answer, then use the attributed references when you need governed detail or additional implementation practice.

Annotated answerFDE Guide reference ↗Attributed technical depth ↗