Closed Loop
Status: Canonical
Last updated: 2026-07-05
The closed loop is ZAIXOS's AI quality system — develop, measure, accept, register, deploy, regress.
mermaid
flowchart LR
DEV[Develop capability] --> DS[Dataset]
DS --> BM[Benchmark PL-006]
BM --> EV{Pass threshold?}
EV -->|No| DEV
EV -->|Yes| ACC[Acceptance Lab]
ACC --> HA{Human approval?}
HA -->|No| DEV
HA -->|Yes| REG[Version Registry PL-004]
REG --> REL[Release]
REL --> PROD[Production pin]
PROD --> BMComponents
| Stage | Platform | Doc |
|---|---|---|
| Benchmark | PL-006 | benchmark.md |
| Acceptance | PL-006 + PRD-000 | acceptance-lab.md |
| Registry | PL-004 | version-registry.md |
| Federation | PRD-001 → PRD-000 | PRODUCTS/PRD-000 |
Non-negotiable rules
- Benchmark never changes runtime (ADR-007)
- Human approval mandatory for promotion (ADR-008)
- Version registry is single canonical source (ADR-012)
Related
Breadcrumbs: Home → AI → Closed Loop