Point One Zero Platform architecturev11 · generated viewSign in to edit
Client Delivery › C4 spec: Intelligence config

C4 spec: Intelligence config

C4 / L4 Intelligence: which models serve which work, at what cost, within which data boundaries.
REQ-M-00, portable by default: no client value may name a model vendor anywhere except inside the routing policy. Policy is coded and shipped through CI; transport is cloud configuration; the data-sensitivity boundary is always enforced, not optional.

The ground rules and artifact-placement conventions on the C1 specification apply to every band: values enter once in the binding, everything downstream is generated, nothing is hand-edited. Columns: discovery section, binding key, the exact artifact the value materializes into, when it takes effect, and the check that verifies it.

The configuration map

IDClient inputDisc.Binding keyMaterializes asTakes effectVerified by
M-01Model tier preference per use caseHintelligence.tiers{}Per-tenant policy overlay in the versioned routing table routing/tenants/<t>.yamlNext callRouting-policy schema check; regression evals gate every policy change
M-02Cost ceilingsHintelligence.cost_ceilings{}Same routing overlay; the router enforces per call, run budgets (C7) enforce per runNext callCeiling test: a fixture exceeding the ceiling is downgraded or refused, never silently billed
M-03Latency targets: instant versus overnight classesHintelligence.latency{}Latency class per use case in the routing overlayNext callLatency regression alerting per class
M-04Approved vendor listE, Hintelligence.vendors[]Vendor allow-list in the routing overlay; transport (inference profiles or deployments) configured per the cloud overlayOn config deployRouter refuses a route outside the allow-list; a vendor swap demo touches exactly one file
M-05Data sensitivity boundary: which data classes reach which tiers and deploymentsE, Hintelligence.data_boundary{}Boundary matrix in the routing overlay, checked at the router hopOn config deployFixture test: restricted-class content never reaches a disallowed tier or deployment

Acceptance

  1. The tenant routing overlay deploys only through CI with regression evals green.
  2. The ceiling, allow-list, and sensitivity fixture tests all pass.
  3. A grep of everything above L4 finds no vendor name: the portability audit is clean.