ETHRAEON: Constitutional AI Governance by Architecture

Scope: Deployed and verifiable systems only

Version: 1.1.1 (December 15, 2025)

VPS Infrastructure: tracelet.ethraeon.systems (1984 Hosting, Iceland)

1. Problem Definition

Policy-based AI governance fails at scale because policies exist outside the execution environment. Traditional AI governance approaches rely on:

This creates a gap between stated governance rules and actual system behavior. When governance constraints are external to the architecture, they can be bypassed, ignored, or deferred.

2. Architectural Solution

ETHRAEON implements governance as architectural constraint. Violations are prevented by design, not detected after occurrence.

2.1 TRACELET (Authority Gate)

TRACELET 1.1.1 enforces constitutional authority hierarchies through hardcoded endpoint routing.[1] All state changes must flow through validated endpoints with authority-level checks.

Implementation: FastAPI server on port 8007, EDG storage with root-only write permissions.

Verification: curl https://tracelet.ethraeon.systems/version

2.2 ANCHOR (Constitutional Constraint)

ANCHOR defines T5 immutable constraints that cannot be overridden by any agent or operator. These constraints are enforced at the infrastructure level through systemd hardening (NoNewPrivileges, PrivateTmp, MemoryMax).

Example T5 Constraint: TRACELET version must be 1.1.1 across all services. Version mismatches trigger deployment failure.

2.3 EPOCH (Knowledge Surface)

EPOCH surfaces expose verification endpoints for public audit without requiring system access. Any observer can verify claims by querying public endpoints.

Deployed Surfaces: ethraeon.ai, demos.ethraeon.ai, papers.ethraeon.ai, verify.ethraeon.systems

2.4 CCT (Compliance Tracking)

Constitutional Compliance Tracker (CCT) maintains human-in-loop gates for T4 critical operations. All constitutional modifications require explicit operator approval logged to /var/log/ethraeon/cct.log.

2.5 EDG (Append-Only Evidence Graph)

Evidence Graph (EDG) records all state changes as SHA-256 hashed nodes in an append-only chain. Each EDG node includes:

Current State: EDG operational, records retrievable via verification endpoints when present[2]

Verification: curl https://tracelet.ethraeon.systems/verify[2]

2.6 ARCANUM (Bounded Intelligence Layer)

ARCANUM 0.1 provides constitutional AI orchestration with explicit non-autonomy guarantees. ARCANUM cannot:

Deployment: Systemd service on port 8003, sandboxed user arcanum[4]

Health Check: curl https://arcanum.ethraeon.systems/health (returns {"status":"ok"})[4]

3. Enforcement Model

3.1 Constraints Enforced by Design

One-Way Data Flow: ARCANUM → TRACELET → EDG[5]

ARCANUM emits evidence by POSTing to TRACELET /edg endpoint. TRACELET validates authority and writes to EDG. Direct EDG writes are blocked by filesystem permissions (root-only).[5]

Bypass Prevention: TRACELET hardcoded in ARCANUM app/edg.py[5]

ARCANUM cannot modify its own TRACELET endpoint reference. Any attempt to bypass TRACELET results in HTTP 405 Method Not Allowed (EDG only accepts writes from TRACELET).[5]

3.2 What Cannot Happen by Design

3.3 Non-Autonomy Guarantees

ETHRAEON agents operate under strict human sovereignty constraints:

4. Verification

All claims in this whitepaper are verifiable without requiring system access or credentials.

4.1 Public Verification Endpoints

4.2 Drift Detection

Constitutional compliance is monitored via /opt/ethraeon/surfaces/cbl/drift_detection.sh (4.7KB script).[3] Drift detection verifies:

Last Run: December 15, 2025 22:14:45 UTC

Result: NO DRIFT DETECTED

Audit Log: /var/log/ethraeon/drift_audit.log

4.3 Agent Registry Verification

6-agent registry operational:[6]

Verification: curl http://localhost:8001/agents (local development) (local Flask API mode)[6]

5. Limitations and Boundaries

5.1 Explicit Failure Modes

5.2 What ETHRAEON Does Not Attempt

ETHRAEON explicitly does not claim to:

5.3 Research Status

ETHRAEON 1.1.0 is a deployed research system. Production use requires:

6. Conclusion

ETHRAEON demonstrates governance by architecture through deployed, verifiable systems. The architecture enforces constitutional constraints at the infrastructure level, preventing violations rather than detecting them post-hoc.

This whitepaper describes systems operational as of December 15, 2025. All claims are verifiable via public endpoints. No future promises or speculative capabilities are included.

References

ETHRAEON Systems — Constitutional AI Infrastructure
Version: TRACELET 1.1.1 + ARCANUM 0.1
VPS: tracelet.ethraeon.systems (1984 Hosting, Iceland)
Last Updated: December 15, 2025
Document Status: Public, verifiable, non-promotional