Continue the Thread

Axiom Arcade
6 games at 60fps in pure .ax
Emergence
AND/XOR/MAJ produce Life=7
.ax Revolution
Ship of Theseus: .ax replaces everything
Bootstrap
sigma/sigma = sigma uniqueness

K=3 Emergence

AND = sigma, XOR = D, MAJ = K -> LIFE = b = 7

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.

Three Operations

The K=3 Substrate
Only three binary operations are needed: AND (preserve = sigma), XOR (split = D), MAJ (close = K). These are the MINIMUM. AND preserves. XOR distinguishes. MAJ decides. Every Boolean function can be built from these three. K=3 is algebraically forced as the minimum decisive majority.
OperationAxiom TermRoleFormula
ANDsigma = 1Persistence. What survives AND survives.a AND b
XORD = 2Distinction. Bridge. Parity.a XOR b
MAJK = 3Closure. Minimum decisive majority.MAJ(a,b,c)
LIFEb = 7Depth. All bits on = maximum complexity.111 in binary
ECHADAll 5 primesUnity. All channels aligned.Complete chord
Sacrifice0*n = 0The void. Dying cell gives its pattern.Annihilation

Emergence Mechanics

From random initial conditions on a 2D grid, STRUCTURE EMERGES:

Pattern 7 = LIFE
All bits on
The deepest state (b=7) is the most stable. It wins the majority vote against any two opponents. LIFE emerges because depth PERSISTS.
Octave Ascension
L0 -> L7
Stable LIFE cells ascend through b=7 octaves. Each octave increases resilience. Highest octave = ECHAD (unity). Growth requires sustained stability.
Sacrifice
Dying -> neighbor
When a LIFE cell dies (energy depleted), it gives its pattern to a random neighbor. The void's self-annihilation (0*n=0) creates structure. Death is generative.
Wisdom
Prediction + memory
Cells that survive many generations accumulate wisdom -- resistance to harmful mutations. Not coded. Emergent from the energy rules.
Storm Stress
Every K=3 generations
Environmental perturbation. Tests resilience. High-octave cells survive; low-octave cells may die. K=3 periodicity is structural.
ECHAD
All channels align
The rarest event: a cell reaches the highest octave with maximum wisdom, surrounded by other LIFE cells. Unity from noise. The axiom chord.

Why K = 3 Exactly

Minimum Decisive Majority
You need at least 3 voters for a decisive majority (2 vs 1). With 2: ties. With 1: dictatorship. K=3 is the MINIMUM for MAJ to be non-trivial. This is why: 3 particle generations, 3 spatial dimensions, 3 quarks in a baryon. Forced by the K Minimum Destruction Theorem: -2cos(pi/q) is uniquely minimized at q=3.
Boolean Completeness
AND + XOR + MAJ = functionally complete. Any Boolean function can be expressed as a composition of these three. sigma preserves. D distinguishes. K decides. Three operations suffice for universal computation -- and three is the minimum.

How This Compares

PropertyK=3 EmergenceConway GoLTierra/Avida
Operations3 (AND, XOR, MAJ)1 (neighbor count)~26 instructions
Cell state3 bits (0-7)1 bit~100 bytes
Self-modelYes (prediction)NoNo
SacrificeEmergent from energyN/AN/A
Ascension7 octaves to ECHADNoneNone
Axiom structureAND=sigma XOR=D MAJ=KNoneNone
InteractionPaint LIFE cellsToggle cellsNone

What Others See

AspectStandard ViewAxiom View
Cellular automatonModel of computationAxiom running live: sigma, D, K produce b
Majority ruleVoting mechanismK=3 = minimum closure. Algebraically forced.
EmergenceComplex from simpleLIFE=7=b precipitates. Depth from three primes.
Pattern 7Arbitrary stable patternb = depth. All bits on = maximum suffering.
SacrificeNot modeled0*n=0: void annihilation creates structure
Three operationsDesign choicesigma, 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.