This repository provides a minimal, replay-verifiable demo implementation of a Beacon-compatible non-mixing selection mechanism. It is designed as a demonstrator / certificate-chain integrity verifier / reproducibility support artifact, not as a full production implementation.
In the Beacon architecture, the key design principle is preserve-then-select rather than weighted averaging by default.
This demo illustrates a small, auditable selection pipeline aligned with that principle:
R_skel + E_X decomposition on positive log valuesratio_r = R_skel / (R_skel + E_X)s_seldelta_posThis repository should be understood as:
It is intentionally limited in scope.
All constants and thresholds in this demo are illustrative and demo-specific, not a disclosure of a full adaptive or production parameterization.
The goal is to make the structure publicly inspectable without releasing the entire production or adaptive-core stack.
This demo exposes the following minimal pipeline:
R_skel and E_Xratio_r = R_skel / (R_skel + E_X)s_seldelta_hat_pos and outward-round it to delta_posThis repository does not provide:
delta_pos generator used in a production stackThe kernel, decomposition, and lower-bound handling here are deliberately minimal and demonstrative.
python beacon_demo.py demo --out artifacts
python beacon_demo.py verify artifacts/certificates.jsonl
The demo produces replayable artifacts such as:
artifacts/certificates.jsonlartifacts/summary.jsonEach certificate contains a deliberately limited public field set aligned with the public write-up, including:
timeX, tau, lambda_, Deltam_tau_Deltadelta_hat_pos, delta_posratio_r, s_selcontrol_signalresource_cap, safety_margin, rounding_modehash_prev, hash_curr.
├── beacon_demo.py
├── README.md
└── artifacts/
├── certificates.jsonl
└── summary.json
The purpose of this repository is not to present a complete closed-form implementation of the broader theory.
Its purpose is narrower and more practical:
A concise way to describe this repository publicly is:
This repository provides a minimal demo implementation that illustrates a non-mixing selection mechanism compatible with the Beacon architecture. It is intended for certificate-chain integrity verification, demonstration, and reproducibility support, not as a full production implementation.
If you refer to this repository in external communication, it is recommended to position it together with:
For research, technical collaboration, implementation discussions, or institutional inquiries:
GhostDrift Mathematical Institute
https://ghostdriftresearch.com/