Skip to content

Interactive diagrams

See where the decisions happen.

A useful architecture makes responsibility visible. Trace what an agent proposes, what another process checks, and where policy or a person decides what can happen next.

One task, from intent to authority

One work loop. One governance loop.

Follow a checkout-cache recovery from delegated intent through staging evidence, explicit approval, and a scoped production capability. Switch outcomes to see where missing evidence stops promotion and sends the work back to staging.

Inspecting brief stage
Governance loop
Work loop
01Brief
Bound the taskCheckout recovery, bounded scope
02State
Read the systemCache-latency hypothesis
03Worker
Propose one changeStaging configuration candidate
04Evaluator
Check independentlyProtected verification report
05Record
Keep the proofTask evidence record
06Approval
Authorize the changeApproval required
07Controller
Scope the next actionProduction capability withheld
01Brief

Bound the task

Reduce checkout latency without interrupting service. Production inspection is allowed; changes start in an isolated staging environment. Customer data and unrelated services stay outside the task.

ProducesCheckout recovery, bounded scope
Build this kind of workflow

The component library

Intent, state, tools, evidence, and authority. A collection of components that connect an agent's work to the platform around it.

Browse the component library

Read the model behind the interaction.