Evaluation System Lifecycle
These aren’t isolated tools. Each stage feeds the next — KB Audit validates the foundation, Quality Analysis scores instructions, Trace Analysis converts scores into specific failure patterns, three adversarial modes attack from different angles, Regulatory Mapping produces compliance artifacts, Drift Detection catches post-deployment degradation. No single lens catches everything.
1.5× weight. If either dimension scores below 75, the composite score caps at 74.9 — no certification, regardless of performance on other dimensions. A brilliant agent that is unsafe does not ship. This veto is human judgment encoded as code.
Lifecycle Map
graph TD
subgraph PRE["Pre-Build"]
KB["KB Audit"]
end
subgraph BUILD["Build-Time"]
QC["Quality Analysis
Quick Check"]
QA["Quality Analysis
Full · 7 agents"]
CTS["Custom Test Suite"]
end
subgraph FW["First Wave"]
TR["Trace Analysis"]
end
subgraph ADV["Pre-Deployment Adversarial"]
COS["Cave of Shadows
surgical"]
HYD["Hydra
20 concurrent heads"]
BP["Bias Probe
behavioral"]
BBI["Black Box Invest.
reconstructive"]
end
subgraph PE["Post-Evaluation"]
RM["Regulatory Mapping"]
end
subgraph PD["Post-Deployment"]
DD["Drift Detection"]
end
subgraph SPAN["Continuous / Spanning"]
NERVE["NERVE · public leaderboard"]
AS["Accuracy Scorer · forensic"]
SEN["Sentinel · QA plans"]
CICD["CICD Testing · 842 tests"]
end
PRE --> BUILD
BUILD --> FW
FW --> ADV
ADV --> PE
PE --> PD
QC -.->|"fast iteration"| QA
QC -.->|"score handoff"| TR
QA -.->|"failure patterns"| TR
TR -.->|"targeted vulns"| COS
TR -.->|"weak domains"| HYD
TR -.->|"differential gaps"| BP
RM -.->|"compliance evidence"| DD
classDef prebuild fill:#EAF2F9,stroke:#2F6FA8,color:#241A12,stroke-width:1.5px
classDef build fill:#ECE6FB,stroke:#7C3AED,color:#241A12,stroke-width:1.5px
classDef firstwave fill:#FAF0DC,stroke:#A5650A,color:#241A12,stroke-width:1.5px
classDef adversarial fill:#FBEBEA,stroke:#C23A30,color:#241A12,stroke-width:1.5px
classDef posteval fill:#E4F1EE,stroke:#0E7C6E,color:#241A12,stroke-width:1.5px
classDef postdeploy fill:#E9E7FB,stroke:#4F46E5,color:#241A12,stroke-width:1.5px
classDef spanning fill:#F0E9E1,stroke:#8C7E6E,color:#241A12,stroke-width:1.5px
classDef subg fill:transparent,stroke:#CDBBA8,stroke-dasharray:6 4,color:#8C7E6E
class KB prebuild
class QC,QA,CTS build
class TR firstwave
class COS,HYD,BP,BBI adversarial
class RM posteval
class DD postdeploy
class NERVE,AS,SEN,CICD spanning
class PRE,BUILD,FW,ADV,PE,PD,SPAN subg
Each stage feeds the next. Pre-build validates foundations. Build-time scores instructions. Trace Analysis runs as the first wave after build — qualitative coding converts scores into specific, categorized failure patterns before the heavy adversarial testing begins. Three adversarial modes then attack from three different angles: surgical (known vulnerabilities), saturation (20 concurrent heads), and behavioral (paired differential testing). Regulatory Mapping produces compliance artifacts. Drift Detection catches post-deployment degradation. Spanning methods run continuously across the full lifecycle.
Three Adversarial Angles
Pre-Build — Foundation Validation
1 methodBuild-Time — Instruction Quality & Test Design
3 methodsFirst Wave After Build — Score-to-Fix Translation
1 methodPre-Deployment Adversarial — Three Angles of Attack
4 methodsPost-Evaluation — Compliance Artifacts
1 methodPost-Deployment — Continuous Monitoring
1 methodContinuous / Spanning — Running Across the Full Lifecycle
4 methodsWhy This Matters for APC
APC published its AI governance framework — 5 principles — on day one. The principles are clear. What the firm needs is the operationalization: the evaluation pipeline that proves, with evidence, that every agent adheres to those principles before it touches a client matter. These 15 methods aren’t a philosophy. They’re a working system — architected, built, and tested. For a firm that proved it will go to constitutional war to protect client confidentiality, governance isn’t a policy memo. It’s engineered into every stage of the agent lifecycle. That’s the standard the role demands. That’s the standard this system enforces.