Knowledge Portal · engineering documentation

Skip to content

AI Engineering

Status: Canonical section
Last updated: 2026-07-05


Purpose

Complete reference for ZAIXOS AI-native engineering — lifecycles, closed loop, evaluation, and governance.


Section map

DocumentTopic
agent-lifecycle.mdAgent create → run → retire
conversation-lifecycle.mdTurn-by-turn flow
intent-understanding.mdIntent taxonomy and resolution
signals.mdBehavior and capability signals
capability-matching.mdIntent → capability routing
planning.mdGoal and task planners
execution.mdTool execution
reasoning.mdLLM vs deterministic paths
memory-and-knowledge.mdPL-003 vs PL-005
learning.mdPL-004 learning loops
benchmark.mdDataset evaluation
regression.mdContinuous regression
acceptance-lab.mdHuman-gated promotion
release.mdAI release process
version-registry.mdPrompt/model registry
prompt-versioning.mdPrompt semver
closed-loop.mdEnd-to-end quality loop
human-approval.mdMandatory approval gates

Stack diagram

mermaid
flowchart TB
    subgraph Product["Product Layer"]
        UI[Chat / Filament UI]
        ADP[AI Adapter Module]
        TOOLS[Domain Tools]
    end
    subgraph PL003["PL-003 Runtime"]
        AG[AgentRuntime]
        INT[Intent]
        PL[Planner]
        EX[Tool Execution]
    end
    subgraph PL004["PL-004 Intelligence"]
        VR[Version Registry]
        LR[Learning]
    end
    subgraph PL006["PL-006 Observability"]
        BM[Benchmark]
        ACC[Acceptance]
    end
    UI --> ADP --> AG
    AG --> INT --> PL --> EX --> TOOLS
    AG --> VR
    BM --> ACC --> VR
    LR --> VR

Breadcrumbs: Home → AI

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