Knowledge Portal · engineering documentation

Skip to content

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 regression

Invariants

InvariantEnforcement
Benchmark never mutates runtimeSeparate code paths; ADR-007
Human approval mandatoryAcceptance Lab gates
Version registry is canonicalPL-004 single owner
Federation is read-only ingestPRD-000 Integration adapters

Breadcrumbs: Home → Architecture → Closed Loop

ZAIXOS Knowledge Portal — public engineering docs at /docs · Staff operations at /admin