EU AI Act
Articles 12 & 13 · High-risk systems
Auditability & transparency: high-risk AI systems must maintain detailed logs ensuring traceability of output, verifiable transparency, and robust audit trails throughout their lifecycle.
Atomadic alignment: every emitted logic block carries an immutable lineage pointer (previous_version_id) recording the exact evolutionary path. The codebase exists as structured AST JSON-IR schemas, not loose files — any auditor can inspect the logical graph to verify the system's exact state.
US Executive Order 14028
+ NIST SSDF (Secure Software Development Framework)
Supply-chain security: federal software procurement mandates verified supply-chain integrity, complete SBOMs, and secure development practices that prevent unauthorized source tampering.
Atomadic alignment: every file is signed with a dual hash — SHA256(AST_IR) and SHA256(CNAE + contract). Any manual file modification triggers a parity validation failure and locks the code gate. High-security promotion gates additionally employ ML-DSA (FIPS 204) post-quantum digital signatures for block provenance.
NIST AI RMF
Govern · Map · Measure · Manage
Safe, resilient, explainable, continuously monitored: the framework demands that AI systems prevent unintended emergent behaviors via continuous monitoring and verifiable safety properties.
Atomadic alignment: the Conductor flywheel executes a Lyapunov non-degradation invariant (dJ/dt ≥ 0) continuously. If any auto-wired or generated logic reduces system determinism or verification score, the codebase mutation loop is instantly locked. Axiom 1 enforced in math.