Skip to main content

7. Meta-Flow — Analytics & Feedback

What this flow tells you

Whether the other six flows are closing the loop on themselves. Raw events from every flow → integration → use. If an event is never read by a decision, the loop is broken at the read end. If a decision is made without reading an event, the loop is broken at the decision end. This flow is the brain stem — when it works, the body self-corrects; when it doesn't, every other flow degrades silently.

Data sources

  • Collection — events, transactions, logs captured at source systems (every flow above is a source)
  • Integration — pipelines into a warehouse / lake, normalised schemas, joined entities
  • Use — dashboards, alerts, models, automations, agent-readable feeds
  • Decision telemetry — what decisions got made, who made them, what evidence they cited
  • Outcome telemetry — did the decision produce the predicted outcome? (per falsifiable-prediction pattern)

Decision gates

  • Capture or drop event — schema valid, source authenticated, retention policy fits. Owner: data platform.
  • Promote signal to alert — threshold crossed, action available, owner named. Owner: observability + analytics.
  • Decision-vs-prediction reconciliation — at decision close, did the outcome match the prediction? Owner: any agent emitting a receipt.
  • Retire stale signal — alert nobody reads gets killed; gauge nobody decides on gets killed.

AI capabilities required

All five capabilities operate here, because the meta-flow is what makes the other six self-correcting:

  • Perception — read every flow's telemetry
  • Decision — classify signal vs noise; promote, suppress, retire
  • Action — emit alert, brief decision-maker, surface lesson, kill a flow that fails its gauge
  • Memory — historical baselines; prediction track record; lessons compounding over time
  • Escalation — when a flow's kill signal fires, the meta-flow is the one that raises the alarm

Crypto-rail instruments

  • On-chain receipts as immutable telemetry — every state-changing action emits a receipt; receipts indexed on chain become the queryable, tamper-evident history of the business.
  • Benchmark gauges settled on-chain — the gauge for each flow, settled periodically on chain via Nautilus TEE attestation; board + investors read the same numbers the operators read.
  • Decision markets — when a non-trivial decision is open, a futarchy market can price the predicted outcomes; the prediction becomes telemetry the meta-flow consumes.
  • Outcome-conditional payouts — pay out only when the predicted outcome was achieved; on-chain settlement removes the dispute layer.

Gauge

% of decisions in the last 30 days that cited an instrument reading at the moment of decision. When this drops, decisions are being made on memory or vibes — the loop is broken at the read end. When it stays high, the meta-flow is doing its job.

Kill signal

A decision is made in any flow without an instrument reading attached OR a flow's kill signal fires and no alert is raised to the named owner OR the consumed-rate of any standing dashboard drops to zero. Any one is a signal that the meta-flow is starving and the other six flows are about to drift.

Skill coverage

Shipped: agent-receipt-emitter — emit structured receipts on completion. hermes-receipt-consumer — read unconsumed receipts, mark consumed/rejected. check-instrument-freshness — GREEN/YELLOW/RED freshness verdict per instrument. falsifiable-prediction — convert any claim into a bet with check date.

Green-field: cross-flow telemetry composite that joins all six flow gauges into a single board view; on-chain benchmark settler that publishes the gauges via TEE attestation; alert-retirement agent that kills standing dashboards nobody reads; decision-quality auditor that scores decisions against the instrument-reading-cited gauge.

Full matrix: skills-matrix.

Upstream / downstream

  • Upstream: every other flow (every flow emits telemetry into this one).
  • Downstream: every other flow (the meta-flow's outputs — alerts, lessons, kill signals — feed back into the other six). This is the loop that makes the system compound.

5P slice

5P inspection: Principles (every decision earns its instrument reading; every gauge earns its decision), Performance (instrument-cited decision rate + flow-kill-signal MTTA), Platform (warehouse + observability + agent CLI + on-chain receipt indexer), Process (collect → integrate → use → reconcile prediction vs outcome → improve), Players (data + analytics + agent-ops + every flow owner + AI agent on perception, decision, action, memory, escalation).

Why This Flow Is Different

The first six flows answer "what is the business doing?" The seventh asks "is the business learning?" A business with all six commercial flows running and a starving meta-flow looks healthy and degrades silently. A business with a strong meta-flow and weak commercial flows looks broken and fixes itself fast. Bet on the meta-flow.