beacon-nonmixing-demo

Beacon-Compatible Non-Mixing Selection Demo

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:

Positioning

This 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.

What this demo shows

This demo exposes the following minimal pipeline:

  1. maintain a finite-window kernel over a candidate score stream
  2. compute a toy positive-log decomposition into R_skel and E_X
  3. compute ratio_r = R_skel / (R_skel + E_X)
  4. apply non-mixing selection to obtain a single s_sel
  5. derive delta_hat_pos and outward-round it to delta_pos
  6. emit hash-chained certificates for replay and audit

What this demo does not claim

This repository does not provide:

The kernel, decomposition, and lower-bound handling here are deliberately minimal and demonstrative.

Quick start

python beacon_demo.py demo --out artifacts
python beacon_demo.py verify artifacts/certificates.jsonl

Expected output

The demo produces replayable artifacts such as:

Each certificate contains a deliberately limited public field set aligned with the public write-up, including:

Repository structure

.
├── beacon_demo.py
├── README.md
└── artifacts/
    ├── certificates.jsonl
    └── summary.json

Why this repository exists

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:

Suggested public description

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.

Notes

Citation / reference context

If you refer to this repository in external communication, it is recommended to position it together with:

Contact / organization

For research, technical collaboration, implementation discussions, or institutional inquiries:

GhostDrift Mathematical Institute
https://ghostdriftresearch.com/