financial_modeling — the Stage 4 Orchestration in Production
The apex of the ladder. Three live data streams, eleven Opus agents, four verification layers, one live surface behind Cloudflare Access. The H3 walkthrough is the deep architecture tour; this page is the framing.
Live: dccapinnovation.org/financial_modeling/·Repo: ~/Desktop/BRAIN/projects/financial_modeling/·Last build: 53/53 checks green
BLUF
Artifact D is not a teach-page in the same sense as A, B, or C. It is the artifact those three lead up to: the real Stage 4 orchestration at ~/Desktop/BRAIN/projects/financial_modeling/, live at dccapinnovation.org/financial_modeling/ behind Cloudflare Access. The H3 walkthrough below is the deep architecture tour. This page exists to frame what Stage 4 means and to point you at the tour.
Most pilot builds will stop at Stage 2 or Stage 3. That is the right call. Stage 4 earns its cost only when the work demands an audit trail across roles, multiple cognitive lanes with verification gates between them, and reproducibility across refresh cycles. financial_modeling needs all three. Walking it teaches the discipline; ship a smaller container for almost everything else.
What Stage 4 looks like in numbers
The Shape of the Orchestration
3
Data streams
Development raise targets · Finance historical-and-projected · Pathstone market projections
Artifact C ran the thought experiment: compress financial_modeling down to a Stage 3 Project. That exercise produced a workable Project but lost the discipline that makes the tool defensible to KPMG, the Investment Committee, the Finance Committee, the Audit Committee, and the Board. The Stage 4 architecture carries that discipline specifically:
Per-cell provenance. Every value traces to a {sheet, cell, value, last_seen} tag at parser intake. Untagged values are dropped at L1.
Parser hard-gate. The L2 gate halts intake if anchors, sheet names, or row labels have drifted from the contract. Structural drift cannot reach the math layer.
Runtime cross-foots. L3 reconciliation against the workbook's own totals inside fpa-quant. Math mismatches halt the lane.
Defaults alignment. L4 reconciliation against the IC-approved set before any surface renders. The Lead consolidates and decides whether to publish.
Explicit handoff state. Each agent writes its output to a state file the next agent reads. Lead routes; Lead never overwrites. The audit trail across roles is itself an artifact.
Multi-cadence reconciliation. Three refresh cadences (weekly Development, per-cycle Finance, quarterly Pathstone) all reconcile inside the same conversation. The L2-L4 gates run on every build.
A Stage 3 Project carries one workflow surface. A Stage 4 Orchestration carries many roles with verification gates between them. The cost difference is real, and so is the gain — but only when the work requires it.
The framework, applied end to end
The Same Eight Questions, Answered at Scale
The H3 walkthrough page walks all eight Week 7 questions against financial_modeling specifically:
Q1 · Which container? Why three data streams forced the Stage 3 → Stage 4 promotion.
Q2 · Do you have the expertise? The model identity (visibility into costs that exist, what we are committed to, what we can control), feeding three strategic surfaces (Development, Finance, Operating).
Q3 · One role or many? The eleven Opus agents, each with one job and an explicit handoff.
Q4 · Instructions or files? CLAUDE.md as the durable spec, the references/expertise/ folder as the world the spec applies to.
Q5 · What skills chain in? Plugin layer (finance:*, data:*), BRAIN-shared skills (preston-writing, funder-framing, dccap-brand, dc-cap-org-intelligence, executive-summary-formatter, data-interpreter, program-budget-intake), and the 13 references/expertise sources.
Q6 · Tools and permissions? Deliberately small. File read, scoped file write, scoped code execution. No web at runtime. No email. No external API calls during a model run.
Q7 · How do you know good? The four verification layers run automatically. Each agent ships with cosmetic / costly / catastrophic failure modes named in its own instructions.
Q8 · How does it stay alive? ADRs revisit quarterly. Reference updates land between runs, in the open. The audit trail across builds is itself the iteration cadence.
Open the H3 Walkthrough
The full architecture tour walks the eleven agents, the three data streams, the four verification layers, the dispatch flow, and the skill chain in detail. Read it before AI Friday if you want the deep version. Preston runs the live tour Thursday June 4 at the showcase.
Stage 4 is a study. No one in the pilot is expected to ship Stage 4 themselves. The discipline is the same at every stage; what changes is the size of the answer. The same eight questions answered for a Stage 1 prompt (Artifact A) get answered for a Stage 4 orchestration here — at different scale, with the same rigor.
When you sketch your own build in office hours, the cohort move is: pick the smallest container that survives your job. If the container needs an audit trail across roles, you have crossed into Stage 4 territory and the cost is real. If it does not, stop at the lower rung. Knowing when to stop is the discipline.