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/Factory Platform/Complete source chapter
Factory Platform5 min readchapterQuick Read

Control Tower Monitoring, Detection, and Response

Connect inventory, authority, health, quality, safety, cost, drift, incidents, response, and verified closure in one operating view.

Status: Review readyRisk: criticalLifecycle: execute · verify · deliver · learnContent reviewed 2026-08-30Maturity guide →
Claim boundaryThis is curriculum guidance. It does not by itself prove a production implementation.
Quick Read

The chapter in one pass.

~2 min
  • Operating loop: Observe -> Evaluate -> Detect -> Triage -> Respond -> Verify -> Improve.
  • Purpose: Connect inventory, authority, health, quality, safety, cost, drift, incidents, response, and verified closure in one operating view.
  • Core rule: An anomaly may trigger investigation or containment. It must never silently rewrite prompts, policies, models, evaluators, or capabilities.
  • Evidence boundary: A dashboard is a projection. Authoritative records and retained evidence remain in their owning systems.

1. The problem

Individual dashboards show calls, latency, cost, test results, policy events, or incidents. Operators need to know which governed system, release, autonomy grant, owner, and outcome are affected; what response is active; when it is due; and whether recovery has been independently verified. Without that spine, signals become unactionable noise and changes occur outside governance.

2. Enduring Principle

Operate through governed subjects and explicit response state

The control tower reads the system inventory and links telemetry and evidence to exact subjects. It does not become the source of truth for policy, workflow, incidents, or capability versions. Actions invoke the same authorized control APIs used elsewhere; UI and API behavior remain equivalent.

3. Response lifecycle

StageQuestionOwned outputExit condition
ObserveWhat happened and what is the current state?Correlated signals and coverage gapsRequired telemetry/evidence collected or gap recorded
EvaluateIs behavior inside expected quality, safety, policy, reliability, cost, and outcome bounds?Evaluations against pinned baselinesEvaluation completes with uncertainty
DetectIs there meaningful change or violation?Deduplicated finding with subject and severity candidateFinding created or normal variation recorded
TriageWhat is scope, urgency, owner, and likely class?Severity, owner, deadline, incident linkResponse decision made
RespondContinue, contain, pause, retry, fallback, reconfigure, rollback, quarantine, or retire?Authorized control actionsEnforcement acknowledged and reconciled
VerifyIs the system safe, correct, and restored?Independent recovery result and residual riskNamed owner accepts closure or escalates
ImproveWhich controlled change prevents recurrence?Evaluated proposal, approval, rollout, rollbackPromotion or explicit rejection recorded

4. Control-tower subject model

Every view starts with a FactorySystemRecord and links current lifecycle, risk, autonomy ceiling, owners, releases, workflows, capabilities, models, tools, data, policy decisions, denials, exceptions, evidence freshness, dependencies, incidents, cost, performance, and outcomes. The current response records owner, severity, state, deadline, action, acknowledgement, verification, and escalation.

5. Signal and drift catalog

Signal familyExamplesComparison
Healthqueue age, dependency availability, errors, saturationSLO and capacity baseline
Behaviorroute, plan depth, tool sequence, stop reason, retriesQualified configuration baseline
Model/context/tool/evaluatorversion, source mix, tool success, grader distributionPinned version and slice baseline
Quality and outcomeacceptance, escaped defect, rollback, customer measureQuality contract and outcome target
Safety/security/privacypolicy denial, injection signal, data destination, credential anomalyZero-tolerance and risk thresholds
Cost/latencytokens, calls, environments, human time, end-to-end percentilesBudget and service objective
Governanceexpired review, exception age, owner gap, evidence freshnessInventory and control policy

Drift can be data, semantic, context, model, prompt, tool, evaluator, workflow, policy, cost, reliability, or business-outcome drift. A statistical change is not automatically harmful; a policy violation may be critical without statistical significance.

6. Baselines, thresholds, and alert quality

Baselines are versioned by workflow, risk, repository class, tenant, model profile, and time window. Thresholds include absolute policy limits, rate/ratio changes, percentile shifts, budget burn, evidence expiry, and multisignal conditions. Each detection rule names owner, severity, window, minimum sample, uncertainty, false-positive disposition, deduplication key, suppression and maintenance rules, retention, privacy, and runbook.

Suppression never hides security incidents or control failures without a recorded exception. Repeated false positives produce a reviewed rule-change proposal; operators do not disable protection informally.

7. Response actions and authority

  • Continue with observation: variation is explained and within policy.
  • Pause: hold new steps at a safe checkpoint while preserving state.
  • Cancel: end work and reconcile partial effects.
  • Retry: repeat only under the operation's idempotency contract.
  • Fallback: select a prequalified alternative with explicit changed limits.
  • Reconfigure: follow change control; never silently mutate live policy or prompts from an anomaly.
  • Rollback: restore a known version and verify data/outcomes.
  • Quarantine: block selection and isolate the affected subject.
  • Retire: remove authority and traffic, retain evidence, and delete by policy.

Each action displays requested effect, subject, authority, risk, evidence, deadline, expected acknowledgement, recovery implication, and alternate action.

8. Detection-to-closure contract

finding:
  id: finding-811
  subject: factory-system:payments-delivery@7
  rule: behavior-drift/tool-sequence@3
  baseline: baseline:bounded-change@12
  observed_window: 2026-08-30T17:00:00Z/2026-08-30T18:00:00Z
  evidence_refs: [trace-query:91, evaluation:44]
  severity: high
  owner: role:runtime-oncall
  deadline: 2026-08-30T18:15:00Z
  response: quarantine-capability-version
  control_ref: control-command:204
  state: verifying
  recovery_evidence: evaluation:49
  residual_risk: "Affected prior releases under review"

A finding progresses through new, triaged, responding, contained, recovering, verifying, closed, or escalated. Closure records detection quality, response, affected scope, verified recovery, residual risk, notifications, postmortem, and improvement disposition.

9. Failure modes

FailureProtection
Dashboard stale during incidentShow last-updated and authoritative links; use control APIs directly
Duplicate alertsSubject/rule/window deduplication and incident grouping
Missing telemetryCoverage alarm and explicit uncertainty; do not infer normal
Automated response loopsBounded actions, cooldowns, durable state, human escalation
Compromised signal sourceCross-source corroboration and evidence integrity
Response command not enforcedSeparate acknowledgement and observed verification deadlines
Recovery causes regressionIndependent post-recovery quality and outcome checks

10. Accessibility and operator experience

Color never carries state alone. Tables, labels, timestamps, owner, severity, and next action provide a complete text equivalent. Keyboard users can select subjects, inspect evidence, and invoke authorized controls. Confirmations state the effect and recovery implication. Loading, empty, stale, permission-denied, partial-data, success, failure, and unknown states are explicit.

11. Tradeoffs and nonclaims

A unified view improves coordination but can become a dangerous administrative super-console. Keep it a least-privilege projection with narrow control APIs, step-up authorization, dual control where required, and full audit. This review-ready design does not prove detection quality, response time, closure effectiveness, or production accessibility.

12. Review exercise

Inject a quality regression, cost spike, stale evidence, and compromised tool version into one synthetic system. Demonstrate deduplication, triage, containment, owner escalation, rollback or quarantine, independent recovery verification, postmortem, and a change-controlled improvement proposal.

External review

Review this chapter.

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

  • Claim
  • Boundary
  • Failure
  • Evidence