CyberdyneLabs · Reports · EXACT_REPLAY_CACHE_V1

HOLOGRAM_REPLAY_X100

reports/EXACT_REPLAY_CACHE_V1.md 301 words raw markdown ↗

HOLOGRAM_REPLAY_X100

Phase-12.HR — repeated verified workflows replay through emit_holo_hit_envelope_v2 BEFORE any model/capsule call. The C++ runtime (run_chat) computes sha256_16(input), hits g_holo_cache, and emits an envelope with replay:true, source_hologram_id, source_dag_id, and a real measured wall_ms. No 7B forward pass, no llama.cpp HTTP call, no capsule re-execution on the warm path.

| workflow | kind | cold wall_ms | warm wall_ms | speedup × | replay? | model_called | source_hologram_id | |---|---|---|---|---|---|---|---| | create_file_exact | terminal | 574.6 | 2.1 | 275.8× | True | False | 05dd402f2d633e50 | | sed_transform | terminal | 1151.0 | 2.9 | 403.3× | True | False | 693ecf4ddc5d0834 | | parse_json_target | terminal | 399.2 | 2.2 | 180.1× | True | False | 7136010513845032 | | mbpp_solved_code | code | 285.6 | 2.0 | 139.9× | True | False | 8a5c79ec9725a6b6 | | identity_who_are_you | identity | 415.6 | 1.9 | 217.5× | True | False | 43cec62bba334b24 |

Summary

Architectural witness

DOD