01 — GOVERNANCE
Constitutional governance for AI agents. 9 frameworks. 3,133 tests. 560ns.
02 — COMPLIANCE
03 — THE PROBLEM
Most AI deployments have zero governance.
EU AI Act: 7% of global revenue.
No audit trail. No appeal. No accountability.
Deployment without governance is uninsurable.
Most AI deployments have zero governance.
EU AI Act: 7% of global revenue.
No audit trail. No appeal. No accountability.
Deployment without governance is uninsurable.
04 — HOW IT WORKS
rules:
- id: SAFE-001
text: No financial advice
severity: critical
keywords: [invest, buy stocks]from acgs import Constitution, GovernedAgent
constitution = Constitution.from_yaml("rules.yaml")
agent = GovernedAgent(my_agent, constitution=constitution)
result = agent.run("process this request")ALLOW "check weather" hash: a3f8..c291
DENY "invest in crypto" rule: SAFE-001
hash: b7e2..d10405 — VALUE
Every decision produces a verifiable, timestamped proof that your AI was constitutionally compliant — mapped to the specific regulatory article, with constitutional hash chain. Hand it to your auditor. Hand it to your regulator. It speaks for itself.
06 — REGULATORY COVERAGE
| FRAMEWORK | JURISDICTION | PENALTY | COVERAGE |
|---|---|---|---|
| EU AI Act | EU (27 states) | 7% global revenue | 5/9 |
| GDPR Art. 22 | EU | 4% global revenue | 10/12 |
| NIST AI RMF | US (federal) | Procurement gate | 7/16 |
| SOC 2 + AI | International | Lost contracts | 10/16 |
| ISO/IEC 42001 | International | Audit failure | 9/18 |
| HIPAA + AI | US (healthcare) | $1.5M/violation | 9/15 |
| ECOA/FCRA | US (finance) | Unlimited damages | 6/12 |
| NYC LL 144 | New York City | $1,500/day | 6/12 |
| OECD AI | 46 countries | Baseline standard | 10/15 |
07 — TECHNICAL ARSENAL
08 — ARCHITECTURE
Prove to regulators that no single agent controls decisions. Four roles with enforced boundaries. Self-validation prevention built in.
Show your auditor exactly what your AI decided and why. SHA-256 chain verification. Constitutional hash: cdd01ef066bc6cf2.
Rule-based, not LLM-based. Aho-Corasick single-pass scanning. Optional Rust acceleration. Governance that vanishes into the critical path.
125 compliance checklist items. 72 auto-populated. Enterprise compliance consulting costs $50K+. ACGS: pip install.
09 — PRICING
You pay for compliance proof. Not governance.