01 — GOVERNANCE
HTTPS
for AI
Constitutional governance for AI agents.
9 frameworks. 3,133 tests.
560ns.
02 — COMPLIANCE
NINE
Frameworks
03 — THE PROBLEM
The Missing Layer
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
Five Lines of Code
Constitution
rules:
- id: SAFE-001
text: No financial advice
severity: critical
keywords: [invest, buy stocks]Your Agent
from acgs import Constitution, GovernedAgent
constitution = Constitution.from_yaml("rules.yaml")
agent = GovernedAgent(my_agent, constitution=constitution)
result = agent.run("process this request")Every Decision
ALLOW "check weather" hash: a3f8..c291
DENY "invest in crypto" rule: SAFE-001
hash: b7e2..d104560 NANOSECONDS TO COMPLIANCE
05 — VALUE
The Compliance Receipt
Every decision produces a verifiable, timestamped proof that your AI was constitutionally compliant — mapped to the specific regulatory article, with constitutional hash chain.
06 — REGULATORY COVERAGE
Nine Frameworks, One Library
| 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
Constitutional Guarantees
MACI Separation of Powers
Prove to regulators that no single agent controls decisions. Four roles with enforced boundaries. Self-validation prevention built in.
Tamper-Evident Audit Chain
Show your auditor exactly what your AI decided and why. SHA-256 chain verification. Constitutional hash: cdd01ef066bc6cf2.
Zero Performance Impact
Rule-based, not LLM-based. Aho-Corasick single-pass scanning. Optional Rust acceleration. Governance that vanishes into the critical path.
Pass Your Next Audit
125 compliance checklist items. 72 auto-populated. Enterprise compliance consulting costs $50K+. ACGS: pip install.
09 — PRICING
The Engine Is Free Forever
You pay for compliance proof. Not governance.