Skip to content

Insights · Field notes

Essays on the mechanisms, not the hype.

Long-form teardowns of how production AI systems stay governable: idempotency, decision lineage, context budgets, statistical process control, guardrail planes and landing zones. Each essay names the data structure, the failure mode and the control.

6 essays · 12 topics · 48 minutes of reading

Latest essay

Landing Zones for Model APIs

Model endpoints belong in the same governed landing zone as any workload: private connectivity, preventive policy, a central gateway with keyless auth, and immutable logs.

7 min read
  • Cloud
  • Architecture
  • Governance
Read the essay

Archive

Every essay

Newest first. Code samples are illustrative and deliberately compact; the patterns are the ones we ship.

  1. Guardrails Are a Plane, Not a Prompt

    A system prompt instruction is not a control. Guardrails belong in an enforcement plane outside the model: classifiers, policy-as-code on tool calls, fail-closed validators.

    8 min read
    • Security
    • Governance
    • AI Systems
  2. Control Charts for Language Models

    Apply statistical process control to AI defect rates: operational defect definitions, p-charts with honest denominators, and run rules that catch drift before thresholds do.

    9 min read
    • Quality
    • Monitoring
    • Statistics
  3. Context Windows Are a Budget, Not a Bucket

    Treat the context window as a budget: per-slot token caps, priorities and eviction rules, content-hash dedup and provenance tags for every chunk the model sees.

    8 min read
    • Architecture
    • Retrieval
    • Governance
  4. Why Your AI Has No Decision Lineage

    Logs and traces are not lineage. Lineage is a hash-chained DAG of every input behind a decision, captured at decision time so it can be replayed and defended.

    8 min read
    • Governance
    • Lineage
    • Audit
  5. Idempotency Keys Are a Governance Primitive

    Idempotency keys give every AI-driven action a stable identity bound to its inputs, so decisions can be counted, replayed and audited instead of reconstructed.

    8 min read
    • Governance
    • Agents
    • Architecture

Want these mechanisms in your stack?

The Systems Assessment applies every idea on this page to your environment: two weeks, fixed fee, a ranked remediation plan mapped to your compliance regime.