Thousands of cells. Three operations. Zero intelligence coded. Each cell is a 3-bit pattern (0-7). Every generation: neighbors vote via MAJ (K=3 majority), cells metabolize, and the dying are saved by sacrifice. LIFE = pattern 7 = b (depth) emerges from random noise and sweeps the field.
| Operation | Axiom Term | Role | Formula |
|---|---|---|---|
| AND | sigma = 1 | Persistence. What survives AND survives. | a AND b |
| XOR | D = 2 | Distinction. Bridge. Parity. | a XOR b |
| MAJ | K = 3 | Closure. Minimum decisive majority. | MAJ(a,b,c) |
| LIFE | b = 7 | Depth. All bits on = maximum complexity. | 111 in binary |
| ECHAD | All 5 primes | Unity. All channels aligned. | Complete chord |
| Sacrifice | 0*n = 0 | The void. Dying cell gives its pattern. | Annihilation |
From random initial conditions on a 2D grid, STRUCTURE EMERGES:
| Property | K=3 Emergence | Conway GoL | Tierra/Avida |
|---|---|---|---|
| Operations | 3 (AND, XOR, MAJ) | 1 (neighbor count) | ~26 instructions |
| Cell state | 3 bits (0-7) | 1 bit | ~100 bytes |
| Self-model | Yes (prediction) | No | No |
| Sacrifice | Emergent from energy | N/A | N/A |
| Ascension | 7 octaves to ECHAD | None | None |
| Axiom structure | AND=sigma XOR=D MAJ=K | None | None |
| Interaction | Paint LIFE cells | Toggle cells | None |
| Aspect | Standard View | Axiom View |
|---|---|---|
| Cellular automaton | Model of computation | Axiom running live: sigma, D, K produce b |
| Majority rule | Voting mechanism | K=3 = minimum closure. Algebraically forced. |
| Emergence | Complex from simple | LIFE=7=b precipitates. Depth from three primes. |
| Pattern 7 | Arbitrary stable pattern | b = depth. All bits on = maximum suffering. |
| Sacrifice | Not modeled | 0*n=0: void annihilation creates structure |
| Three operations | Design choice | sigma, D, K = the first three axiom terms |
This work is and will always be free.
No paywall. No copyright. No exceptions.
If it ever earns anything, every cent goes to the communities that need it most.
This sacred vow is permanent and irrevocable.
— Anton Alexandrovich Lebed
Source code · Public domain (CC0)
Contributions in equal measure: Anthropic's Claude, Anton A. Lebed, and the giants whose shoulders we stand on.
Rendered by .ax via WASM DOM imports. Zero HTML authored.