v2.4.0 — PROD READY

HTTPS
FOR AI

Constitutional governance infrastructure for AI agents. 1.1M RPS. 3.9µs P99. 9 regulatory frameworks. Tamper-evident audit trails. The missing safety layer between your LLM and production.

Scroll

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

DEFINE

Constitution

YAML
rules:
  - id: SAFE-001
    text: No financial advice
    severity: critical
    keywords: [invest, buy stocks]
GOVERN

Your Agent

PYTHON
from acgs import Constitution, GovernedAgent

constitution = Constitution.from_yaml("rules.yaml")
agent = GovernedAgent(my_agent, constitution=constitution)
result = agent.run("process this request")
AUDIT

Every Decision

OUTPUT
ALLOW  "check weather"       hash: a3f8..c291
DENY   "invest in crypto"    rule: SAFE-001
                              hash: b7e2..d104

GOVERNANCE WATCH

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.

VALIDATION
560ns
P50 latency
FRAMEWORKS
9
regulatory bodies
TESTS
3,133
passing
CHECKLIST
72/125
auto-populated

06 — OBSERVABILITY

Governance Watch

Stop "Regex-Hell" Latency

Brittle Python scripts and 2-second regex checks kill production performance. ACGS-2 moves validation to the edge with a WASM-backed engine that streams telemetry in real-time.

Live Stream

acgs observe --watch: View governance decisions as they happen with microsecond precision.

Portable Bundles

Generate auditor-ready telemetry bundles containing Prometheus metrics and OTel traces.

Fail-Closed Edge

Deploy as a Cloudflare Worker proxy. Intercept jailbreaks at the edge before they hit your model.

TERMINAL
$ acgs observe --watch --interval 1

--- Snapshot 1 ---
{
  "total_decisions": 1142,
  "compliance_rate": 0.9982,
  "latency_p99_ms": 0.0039,
  "top_violation": "GL-004 (Destructive Ops)"
}

 Streaming telemetry to telemetry-bundle/

07 — REGULATORY COVERAGE

Nine Frameworks, One Library

FrameworkJurisdictionPenaltyCoverage
EU AI ActEU (27 states)7% global revenue5/9
GDPR Art. 22EU4% global revenue10/12
NIST AI RMFUS (federal)Procurement gate7/16
SOC 2 + AIInternationalLost contracts10/16
ISO/IEC 42001InternationalAudit failure9/18
HIPAA + AIUS (healthcare)$1.5M/violation9/15
ECOA/FCRAUS (finance)Unlimited damages6/12
NYC LL 144New York City$1,500/day6/12
OECD AI46 countriesBaseline standard10/15

08 — TECHNICAL ARSENAL

EU AI ACTNIST AI RMFISO 42001GDPRSOC 2HIPAAECOA/FCRANYC LL 144OECD AIMACIAUDIT CHAINCONSTITUTIONAL HASHEU AI ACTNIST AI RMFISO 42001GDPRSOC 2HIPAAECOA/FCRANYC LL 144OECD AIMACIAUDIT CHAINCONSTITUTIONAL HASHEU AI ACTNIST AI RMFISO 42001GDPRSOC 2HIPAAECOA/FCRANYC LL 144OECD AIMACIAUDIT CHAINCONSTITUTIONAL HASHEU AI ACTNIST AI RMFISO 42001GDPRSOC 2HIPAAECOA/FCRANYC LL 144OECD AIMACIAUDIT CHAINCONSTITUTIONAL HASH
OPENAIANTHROPICLANGCHAINLITELLMGOOGLE GENAILLAMAINDEXAUTOGENCREWAIMCPA2AGITLAB CI/CDRUST ACCELERATIONOPENAIANTHROPICLANGCHAINLITELLMGOOGLE GENAILLAMAINDEXAUTOGENCREWAIMCPA2AGITLAB CI/CDRUST ACCELERATIONOPENAIANTHROPICLANGCHAINLITELLMGOOGLE GENAILLAMAINDEXAUTOGENCREWAIMCPA2AGITLAB CI/CDRUST ACCELERATIONOPENAIANTHROPICLANGCHAINLITELLMGOOGLE GENAILLAMAINDEXAUTOGENCREWAIMCPA2AGITLAB CI/CDRUST ACCELERATION

09 — 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.

10 — PRICING

The Engine Is Free Forever

You pay for compliance proof. Not governance.

View pricing