Regulated financial services
Audit-ready run ledger
Each automated decision writes an immutable trace of the plan, the evidence, the model tier, and the approver. Examiners receive a reconstructed run rather than an explanation of one.
AI Engineering · 02
An agent harness is the runtime that decides what the model may see, what it may do, when it must stop, and what evidence it leaves behind. Swapping model providers should be a configuration change; the harness is where the durable engineering — and the compliance posture — actually lives.
A harness is conventionally drawn as a stack because each layer constrains the one beneath it. The orchestrator never calls a provider directly; it calls the router, which calls a model under a budget. The model never touches a system of record; it emits a tool intent that the registry validates, the policy engine authorises, and the sandbox executes under an allow-list.
┌──────────────────────────────────────────────────────────────┐ │ ORCHESTRATOR plan · step scheduler · stop rules │ ├──────────────────────────────────────────────────────────────┤ │ POLICY ENGINE autonomy tier · approval gates │ │ data-residency · redaction │ ├──────────────────────────────────────────────────────────────┤ │ CONTEXT ASSEMBLY retrieval · compaction · pinning │ ├───────────────────────────────┬──────────────────────────────┤ │ MODEL ROUTER │ TOOL REGISTRY │ │ tier selection · fallback │ typed schemas · scopes │ │ budget accounting │ idempotency · rate limits │ ├───────────────────────────────┴──────────────────────────────┤ │ EXECUTION SANDBOX network allow-list · timeouts │ │ credential broker · egress control │ ├──────────────────────────────────────────────────────────────┤ │ OBSERVABILITY span trace · token ledger · replay │ └──────────────────────────────────────────────────────────────┘
Teams new to agent work expect prompt engineering to dominate. In delivered systems it is the smallest line item. The bulk of the work is in the surrounding runtime — the parts that make behaviour repeatable, bounded, recoverable, and reviewable.
Figure 1
Representative allocation on an enterprise agent engagement. Prompting is real work, but it is a fraction of what a production runtime requires.
Illustrative reference data — engagement figures vary by environment.
Regulated financial services
Each automated decision writes an immutable trace of the plan, the evidence, the model tier, and the approver. Examiners receive a reconstructed run rather than an explanation of one.
Multi-vendor enterprise IT
A common tool registry and router sit in front of several model providers, so procurement, pricing, and residency decisions do not require re-engineering workflows.
Manufacturing operations
Agents read from plant systems freely and write only through gated, idempotent tools with an explicit allow-list and hard timeouts.