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/AI Engineering/A focused view of boundaries, contracts, state, authority, failure paths, and tradeoffs drawn from this chapter.
AI Engineering7 min readchapter

Agent and Loop Engineering Patterns

An agent can reason, act, observe, and continue, but production work needs more than an open ended loop. The system must decide which tasks deserve agents, which agent configuration is eligible, when to use one agent or several, what happen

Status: Draft for studyRisk: highLifecycle: plan · execute · verify · learnContent reviewed 2026-08-30Maturity guide →
Claim boundaryThis is curriculum guidance. It does not by itself prove a production implementation.
architecture mode

A focused view of boundaries, contracts, state, authority, failure paths, and tradeoffs drawn from this chapter.

Whiteboard exercise

Reconstruct and defend this chapter’s architecture.

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

agent runtimemodelscontext7 min chapter
Open the source exercise

Design a workflow that classifies an issue, routes it to a specialist profile, plans, implements, verifies, repairs twice, detects oscillation, and escalates. Show deterministic and model decisions, typed handoffs, budgets, stop conditions, separate Attempts, and the human decision packet.

4. Tradeoffs and alternatives

Planning reduces ambiguity and delays feedback when the problem is exploratory. Parallel candidate generation improves search and increases cost and review load. A supervisor simplifies coordination and can become a single point of failure or excessive authority.

Strict iteration caps bound cost and may stop just before convergence. Adaptive budgets can allocate more effort to high-value work and require calibrated progress signals. Human escalation protects judgment and can become a queue bottleneck when decision packets are poor or trivial uncertainty is escalated.

5. Current Mission Control Implementation

At study commit d902fae, Mission Control has graph workflows, dependency validation, bounded concurrency, versioned agent records, model routing, Attempts, retry budgets, leases, reasoned retry, human-intervention events, separate verifier Attempts, learning signals, and explicit terminal completion states. The factory lifecycle also preserves plan approval and WorkOrder scope outside the agent loop.

The studied evidence does not establish a canonical library of orchestration patterns, a production-qualified Task-Specific Agent Profile registry, cross-pattern benchmark, general no-progress or oscillation detector, or automated conditional-routing calibration across production workflows. Implemented mechanisms support these patterns but do not prove them as a complete operating system.

External review

Review this chapter.

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

  • Claim
  • Boundary
  • Failure
  • Evidence