An interactive, deterministic runtime of the Recursive Attunement Engine across the four phases of the Circle of Life. Each cycle computes real Lyapunov stability, a consciousness index, an attunement quality score, and seals its state with a SHA-256 constitutional hash. Watch the system converge to provable stability, and watch the human-oversight boundary trip when recognition crosses the constitutional threshold.
Constitutional Runtime and Evidence Control LayerSet the initial situation, then step the loop. The same seed always produces the same trace and the same SHA-256 chain. Determinism is the point: the evidence reproduces exactly.
Markers raise the consciousness index. When it crosses 0.30, the constitutional boundary requires human oversight.
Each cycle seals a step record with a SHA-256 constitutional hash. The seal is computed over the canonical step record (state id, cycle index, rounded metrics, recognition level) using the browser Web Crypto API. Cycle index is used in place of a wall-clock timestamp so the chain reproduces exactly on replay.
| Cycle | V(x) | dV/dt | Index | Level | Stable | SHA-256 seal |
|---|---|---|---|---|---|---|
| No cycles yet. Step the loop to begin sealing evidence. | ||||||
This runtime is a faithful port of the Recursive Attunement Engine. Nothing is invented; the formulas are the engine's own.
V(x) = sum of squares of the situation parameters. An energy-like function that must decrease for stability.dV/dt = (V_current - V_previous) / dt. The system is stable when dV/dt < 0 and constitutional compliance > 0.95.0.3 for a self-model marker, plus min(0.3, recursion_depth * 0.1), plus 0.4 for a meta-reasoning marker, clamped to [0, 1].0.5 * stability + 0.3 * energy + 0.2 * consciousness_quality, where energy quality = max(0, 1 - V / 10) and consciousness quality drops to 0.5 once the index exceeds the 0.3 oversight threshold.Source: app/rosetta/engine/recursive_attunement_engine.py. Framework: AGI Circle of Life v2.0. Companion runtime: Forest Runtime (TRACELET 1.1 plus EDG).