We released an open-source architecture for independent AI agent verification. The core idea: the agent that built something should never review it. Cold validation uses two agents with strict separation - Builder (Claude Code) produces plans and code - Reviewer (Codex CLI) audits only artifacts — never sees reasoning - An orchestrator enforces phase gates and convergence The reviewer runs filesystem-isolated (temp dir, no repo access). Findings are tracked with durable fingerprints across rounds. The controller independently reconciles verdicts against blocking findings. Apache 2.0. 35 mechanical tests. GitHub: https://github.com/raxe-ai/cold-validation-architecture
Deep dive: https://raxe.ai/labs/cold-validation
[link] [comments]
