Scope: Deployed and verifiable systems only
Version: 1.1.1 (December 15, 2025)
VPS Infrastructure: tracelet.ethraeon.systems (1984 Hosting, Iceland)
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.
ETHRAEON implements governance as architectural constraint. Violations are prevented by design, not detected after occurrence.
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
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.
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
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.
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]
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]
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]
drift_detection.sh) runs every 6 hours, alerts on version mismatches[3]ETHRAEON agents operate under strict human sovereignty constraints:
/var/log/ethraeon/gate.logAll claims in this whitepaper are verifiable without requiring system access or credentials.
curl http://89.147.111.128:8007/version (returns {"service":"Tracelet + EDG","version":"1.1.1"})curl http://89.147.111.128:8007/health (returns {"status":"healthy","edg_cipher":"active"})curl http://89.147.111.128:8003/health (returns {"status":"ok"})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
6-agent registry operational:[6]
Verification: curl http://localhost:8001/agents (local development) (local Flask API mode)[6]
ETHRAEON explicitly does not claim to:
ETHRAEON 1.1.0 is a deployed research system. Production use requires:
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.
/opt/ethraeon/surfaces/cbl/drift_detection.sh/opt/ethraeon/surfaces/cbl/ (SURFACE_CLASSIFICATION.md, LANGUAGE_SPEC.md, CROSS_SYSTEM_BINDING.md)
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