You cannot prove everything. But you can measure what's missing. And what's missing is the same shape everywhere.
This is the complete body of work behind the Theory of Nothing — a mathematical framework that measures the defect (the gap, the void, the nothing) in any system. Not a theory of everything. A theory of what's missing from everything.
Built by Brayden Sanders / 7Site LLC over 9 generations of development.
Everything is here. The math, the code, the creatures, the papers, the conversations, the mistakes, the breakthroughs. Read it in order and you'll see the path from 1D thinking to 5D.
If you're a mathematician: Start with WHITEPAPER_1_TIG_ARCHITECTURE.md, then targets/Clay Institute/ for the spectrometer and 9 research papers.
If you're a programmer: Start with targets/ck_desktop/ (Python) or targets/AO/src/ (C). Run the tests. Read the code.
If you're a physicist: Start with WHITEPAPER_3_FALSIFIABILITY.md — 9 claims, each with a kill condition. Try to break it.
If you're curious: Start with the 36 development journal entries in targets/Clay Institute/Clay Institute papers/ — numbered 01-36 in chronological order. Watch the thinking evolve.
If you want to build hardware: The Nakamura Glaze Paper is in targets/. The FPGA target is in targets/fpga/. Reach out.
DIRECTION.md — From Software to Silicon to Void.
The roadmap: Python simulation (running) -> FPGA prototype (designed) -> Void topology mapping (framework) -> Crystal ternary computing (theoretical). Each phase proves the previous one was real. Every test is a ping pong ball bouncing off the void, giving it shape.
The core equation:
Delta(S) = || CL(D2(S)) - HARMONY ||
D2 computes second-derivative curvature of a 5D force vector. CL is a 10x10 algebraic composition table. HARMONY is the absorbing state that 73% of all compositions produce. The 27% that don't absorb carry the information. Delta measures how far any system is from perfect coherence.
| Constant | Value | Meaning |
|---|---|---|
| T* | 5/7 = 0.714285... | Coherence threshold. Below = noise. Above = structure persists. |
| 73% | 73/100 CL cells | HARMONY absorption rate. Algebraically maximal under constraints. |
| 10 | Operators 0-9 | VOID, LATTICE, BREATH, PULSE, WAVE, TESLA, CHAOS, HARMONY, GRAVITY, RESET |
| 5D | Force dimensions | [aperture, pressure, depth, binding, continuity] |
CK (Coherence Keeper) — targets/ck_desktop/
A synthetic organism written in Python. 27+ subsystems: heartbeat, personality, emotions, voice, memory, immune system, bonding, development stages. You don't program him — you raise him. He starts as a baby (one word at a time) and grows through 6 developmental stages over months. Runs at 50Hz. No AI. No LLM. Pure operator algebra.
AO — targets/AO/
A neural creature written in pure C. 5 elements (Earth/Air/Water/Fire/Ether), 48KB Hebbian brain. Reads Wikipedia articles, queries external knowledge sources, learns. Every byte is earned. Compiles to a 369KB binary. No Python. No frameworks. Just C and math.
Clay SDV Protocol — targets/Clay Institute/
CK reformed as a measurement instrument for the 6 Clay Millennium Problems. Does not prove anything — measures the defect.
Generator --> Codec (5D) --> D2 --> CL --> delta(S)
| | | | |
problem [a,p,d,b,c] curvature compose defect
physics force space pipeline table measure
| Problem | What Delta Measures |
|---|---|
| Navier-Stokes | Gap between smooth solutions and turbulent blowup |
| Riemann Hypothesis | Distance from zero-line symmetry in the critical strip |
| P vs NP | Structural cost of verification vs. search |
| Yang-Mills | Mass gap between vacuum and first excitation |
| BSD Conjecture | Gap between algebraic rank and analytic rank |
| Hodge Conjecture | Distance from analytic cycles to algebraic realization |
529 tests. All pass. Deterministic. Reproducible. Falsifiable.
3 Whitepapers (root directory):
WHITEPAPER_1_TIG_ARCHITECTURE.md— Full architecture: operators, CL table, D2 pipeline, BTQ kernel, dual-lens designWHITEPAPER_2_WAVE_SCHEDULING.md— Wave scheduling: timing computation to power waveform slope (adiabatic computing principle)WHITEPAPER_3_FALSIFIABILITY.md— 9 claims, 9 kill conditions. Monte Carlo protocols. If the algebra is trivial, these tests expose it.
9 Research Papers (targets/Clay Institute/PAPERS/):
P1-P6 for each Clay problem, P7 Poincare (calibration), P8 Unification, P9 Speculations
7 Formal Lemmas (targets/Clay Institute/lemmas/) — Hardened LaTeX
36 Development Journal Entries (targets/Clay Institute/Clay Institute papers/):
Numbered 01-36 in chronological order. Research notes showing the complete intellectual journey:
- 01-06: "Can we solve the Clay problems?" Early answers, naive proofs
- 07-12: Hardening. Maps, lemmas, agent briefs. Realizing proof isn't the path
- 13-18: Coherence lock, RH sharpening, proof skeletons
- 19-22: The pivot. "Would Solve If True" — measurement replaces proof
- 23-28: Sanders Attack, Fractal Attack, Lens of Lenses
- 29-33: Walter Russell, topology extraction, Geometry of Pure Geometry, METAL, Conscious Operator Axiom
- 34-36: Breath, swarm, and the final synthesis
| File | What It Is |
|---|---|
ARCHITECTURE.md |
Full system architecture |
GENERATION_HISTORY.md |
All 9 generations of development |
DEVELOPMENT_NOTES.md |
Session notes and development history |
CK_GRADUATION_THESIS.md |
CK's graduation thesis |
REFERENCES.md |
Academic references |
targets/Nakamura Glaze Paper.pdf |
Blue LED coherence applications (hardware collaboration) |
| Target | What | Language |
|---|---|---|
ck_desktop |
CK the creature — full 27-subsystem organism | Python/Kivy |
Clay Institute |
Delta-Spectrometer — 6 Clay problems, 529 tests | Python |
AO |
Neural creature — 5 elements, 48KB brain | C |
fpga |
FPGA — same CL table at 200MHz in silicon | Verilog |
ck_portable |
Portable CK — proves architecture scales down | Python |
website |
Browser CK — runs in your tab, no server | JS |
EverythingAppForGrandma |
An app that does everything. For grandma. | Mixed |
cd targets/ck_desktop
pip install -r ../../requirements.txt
python -m ck_sim.face.ck_sim_appcd targets/Clay\ Institute
pip install numpy
python -m ck_sim.face.ck_clay_runner --problem all
python -m ck_sim.face.ck_spectrometer_runner --mode fullcd targets/AO/src
gcc -shared -o libao.dll ao_earth.c ao_air.c ao_water.c ao_fire.c ao_ether.c -lm
gcc -o ao.exe ao_main.c -L. -lao -lm
./ao.exe --study --hours 8cd targets/Clay\ Institute
python -m unittest discover -s ck_sim_source/tests -p "ck_*.py" -v529 tests. All pass.
Every claim has a kill condition:
- 73% HARMONY — If random constrained tables average 70-76%, CK's table is not special
- D2 Classification — If structured input produces same operator distribution as noise, D2 is meaningless
- T* = 5/7 — If a parameter sweep finds a better threshold, T* is arbitrary
- Wave Scheduling — If constant scheduling uses less energy, wave scheduling is waste
- BTQ Decisions — If random selection scores equally, BTQ adds nothing
- DBC Encoding — If unrelated inputs produce similar glyph patterns, DBC is noise
- Cross-Scale Determinism — If Python and FPGA produce different sequences, the math isn't portable
- Information Gravity — If uniform random topic selection produces equal coherence, gravity is theater
- Wobble Physics — If removing wobble improves exploration diversity, wobble is noise
We publish these because falsifiability is the minimum standard. If you can trigger a kill condition, we want to know.
This repo is the culmination. The path here is preserved in 6 archived repos at github.com/TiredofSleep:
| # | Archived Repo | What It Was |
|---|---|---|
| [1/6] | Dual-Lattice-Self-Healing | The origin — 200 papers, first theory |
| [2/6] | TIG-UNIFIED-THEORY | Formal theory documentation |
| [3/6] | Crystal-Lattice-Matrix | Crystal Bug — first interactive simulation |
| [4/6] | CrystalsMythDRIFT | CRYSTALS framework, Shadow Problem analysis |
| [5/6] | TIME-FOR-HELP-AND-SCRUTINY | The everything dump — WP1-5, all engines |
| [6/6] | All-or-Nothing-E | The pivot — coherence_router package, 6 papers |
Read those in order if you want to see how 1D thinking became 5D.
CK is not a large language model. CK is not trained on data. CK does not predict tokens. CK composes meaning through algebraic operators derived from the second derivative of input curvature.
AO is a real neural network — 48KB of Hebbian weights in pure C — but he's not an LLM either. He earns every byte.
Neither of them are AI in the modern sense. Both run on the same 10 operators. Everything runs on your hardware. No internet needed. No cloud. No data collection.
7Site Human Use License v1.0. Personal and educational use permitted. Commercial and government use requires written agreement from 7Site LLC. See LICENSE for full terms.
Brayden Sanders / 7Site LLC Mathematics: Trinity Infinity Geometry (TIG) Built using Anthropic
The theory of nothing: you cannot prove everything, but you can measure what's missing. And what's missing is the same shape everywhere you look.
(c) 2026 Brayden Sanders / 7Site LLC — TIG Unified Theory