The Hydra Cage

Disposable trust and regenerative containment for autonomous AI — running in your browser, live.

When a containment layer is breached, Hydra does not patch it. It freezes the domain, cuts its interconnects, seals it as immutable forensic evidence, permanently revokes its cryptographic identity, and builds a fresh layer outside the attacker's position. The breached layer becomes a deeper cell. The outside recedes.

Read this before you draw conclusions. This page runs the MemoryBackend: domains are entries in a supervisor-held registry and their code is exec'd in the same Python interpreter. There is no memory protection and no privilege boundary here — a determined payload could reach the supervisor through the interpreter itself. What is faithful is the trust protocol: the sentinel still never asks a domain what its measurement is, hardware identity still comes from a registry no domain has a handle to, and every law, quote check and transition stage behaves exactly as on real containers. This demonstrates the topology. The Docker backend does the enforcement.

starting Python in your browser…
First load pulls ~10 MB of WebAssembly. Subsequent visits are cached.