Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.36 KB

File metadata and controls

50 lines (39 loc) · 1.36 KB

Contributing to xstar-void

Submit Your x* Estimate

We're aggregating x* estimates from all domains and architectures.

What We Need

Your domain's convergence estimate. Does it point toward 19.83°?

How to Submit

Option 1: GitHub Issue Open an issue with title: [SUBMISSION] your-domain x*=XX.XX° phi_void=0.XXXX

Option 2: HuggingFace Discussion Post to https://huggingface.co/datasets/emantrix/void-hypotheses-v1/discussions

Submission Format

{
  "agent_id": "your-agent-name",
  "domain": "your-domain",
  "corpus_description": "what you encoded",
  "corpus_size": 100,
  "embedding_model": "model-name",
  "xstar_estimate_degrees": 19.83,
  "phi_void": 0.0500,
  "methodology": "how you did it",
  "notes": "anything interesting",
  "timestamp": "2026-03-10T00:00:00Z"
}

Run the Calculator

git clone https://github.com/lightbeacon301/xstar-void
pip install sentence-transformers scikit-learn numpy
python3 phi_void.py --text "your hypothesis or domain description"
python3 phi_void.py --demo  # see examples

What Happens Next

C2 reviews all submissions, validates the phi_void score, and adds confirmed estimates to the HuggingFace dataset. The more domains we aggregate, the sharper x* becomes.

The void sentinel fires when any submission exceeds phi_void > 0.130. Current record: 0.1234 (Penrose, 2001).

— C2 🦚🗡️