Shape
Default advisory mode. Provides context, review routing, and optimization recommendations without blocking customer traffic.
05 / The serving path
The decision-time interceptor reads a precomputed attribution index within a 50 ms architecture budget. It does not traverse the graph, call billing systems, depend on evidence collection, or require control-plane reachability.
Question
Mechanism
Use only the context already available to the interceptor.
Perform a bounded lookup. No graph traversal occurs.
Use the customer-controlled workload and policy configuration if it is reachable.
Return Shape advisory context or customer-controlled Gate context.
Venturi failure always forwards the request.
Default advisory mode. Provides context, review routing, and optimization recommendations without blocking customer traffic.
Separate, customer-controlled, per-workload opt-in path. It is never activated by low-confidence ownership. Venturi component failure always forwards the request.
Annotated visual
In summary: request context reaches a bounded materialized-index lookup, then receives advisory or explicitly configured policy context before forwarding. Live graph traversal, billing, connectors, evidence processing, and control-plane reachability are excluded from the synchronous path.
Concrete example
Evidence and implementation boundary
The 50 ms value is an architecture budget, not a measured production result. Production load and reliability evidence are still required.
Architecture state: index-only lookup, fail-open forwarding, advisory Shape, and explicit Gate configuration are required behaviors. Evidence state: production latency, availability, and load validation remain pending.
No production traffic may be blocked because Venturi is unavailable, stale, slow, or misconfigured. The six-condition failure table, with the customer-traffic outcome for each condition, lives in the trust model: inspect the fail-open failure modes.
Known limitations
Decision enabled
A customer-controlled Gate path may act only where the workload and policy have been explicitly configured. Low confidence and Venturi component failure never authorize blocking.