Closed Loop Architecture
Status: Canonical
Last updated: 2026-07-05
Flow
mermaid
stateDiagram-v2
[*] --> Develop
Develop --> Benchmark: PL-006 dataset run
Benchmark --> Evaluate: Metrics vs threshold
Evaluate --> Acceptance: Human review
Evaluate --> Develop: Fail — fix
Acceptance --> Register: PL-004 version registry
Register --> Release: Promote prompt/model
Release --> Production: Deploy pin
Production --> Benchmark: Continuous regressionInvariants
| Invariant | Enforcement |
|---|---|
| Benchmark never mutates runtime | Separate code paths; ADR-007 |
| Human approval mandatory | Acceptance Lab gates |
| Version registry is canonical | PL-004 single owner |
| Federation is read-only ingest | PRD-000 Integration adapters |
Related
- AI/closed-loop.md
- ADR/ADR-007-benchmark-never-changes-runtime.md
- ADR/ADR-008-human-approval-mandatory.md
Breadcrumbs: Home → Architecture → Closed Loop