02 — Agentic workflow diagrams
The same control pattern, drawn three ways: components, data flows, and the paths taken when something goes wrong.
The three workflows
Switch between them; each has its own components, flows, failure paths and worked sequence.
A natural-language question answered from the certified semantic layer under the asker's own permissions, with every figure computed by a tool and every claim carrying provenance.
Sequence
Inspector
Select any component to see what it is responsible for, what it must guarantee, and how it fails. Hover an arrow to read the payload it carries. Dashed red arrows are failure paths; dotted grey arrows are observability writes that are not on the request path.
What the three have in common
ExecutiveThe shared spine is the reason these are variations of one architecture rather than three separate builds.
Invariants across every workflow
- A model never produces a figure. Numbers come from
query()orcompute(); the model selects and narrates. - Identity travels with the request end to end; no step widens the caller's access.
- Every boundary is a typed contract, validated before execution rather than after.
- Every consequential output carries provenance: source, version and timestamp.
- Every failure path terminates in a stated outcome, and every terminal outcome is logged and measurable.
Where the three deliberately differ
- The conversational workflow refuses; the extraction workflow escalates to a person; the calculation workflow blocks a release. The right terminal action depends on who is waiting.
- Verification is post-hoc numeric checking in A, schema and rule validation in B, and historical parity replay in C — all deterministic, none a model reviewing itself.
- Human involvement is feedback in A, in-line confirmation in B, and adjudication authority in C.
- Cost behaviour differs: A is per-question and adoption-driven, B is per-document and batch-shaped, C is near-zero at runtime because no model runs there.
Hypothesis — the sequencing implied by these diagrams
Assumption — what these diagrams assume about the estate