The Deeper Law
A Sacred Trust Within Physics
Draft · Last updated 13 August 2026, 15:26 UTC
Chapter 5: Complex Worlds, Simple Rules
Simple rules repeated billions of times generate staggering complexity. Cellular automata, from Conway's Game of Life to Wolfram's Rule 110, demonstrate how rich behavior emerges without blueprint or central control. Computation itself is substrate-independent: the same logic runs on silicon, carbon, or a grid of cells.
Key Terms in This Chapter (17)
- Mission Command
- See Auftragstaktik.
- Fractal
- A pattern that exhibits self-similarity across scales: the same structural motif recurs at different magnifications.
- Power Law
- A mathematical relationship where one quantity varies as a power of another.
- Self-Organized Criticality
- The tendency of complex systems to evolve toward a critical state where small perturbations can trigger events of all sizes, following power-law distributions.
- Criticality
- The state of a system poised at the boundary between two phases, like water at exactly the freezing point.
- Friction
- One of three irreducible operational conditions identified by Carl von Clausewitz, alongside *fog (incomplete information) and delay* (the time lag between decision and effect): the tendency of things to go differently than planned.
- Metastability
- A stable state that is a local minimum, though a deeper one exists elsewhere.
- Compositionality
- The principle that complex wholes derive their properties from their parts and the rules by which those parts combine.
- Near-Decomposability
- Herbert Simon's (1962) observation that enduring complex systems are organized as hierarchies with strong interactions within modules and weak interactions between them.
- Frustration
- In physics, a state where competing interactions at different scales prevent any single configuration from satisfying all constraints simultaneously.
- Constructal Law
- Adrian Bejan's principle that "for a finite-size flow system to persist in time, its configuration must evolve in such a way that provides easier access to the currents that flow through it." Form follows flow.
- Hyperuniformity
- A state between perfect order and complete randomness, with suppressed large-scale density fluctuations.
- Optionality
- The availability of future choices.
- Stochastic
- Governed by probability rather than deterministic rules.
- Dissipative Structure
- A pattern of organization maintained by a constant flow of energy through it.
- Fitness Landscape
- A conceptual map where each point represents a possible genotype or strategy, and elevation represents fitness or payoff.
- Niche Construction
- The process by which organisms modify their own environment, thereby altering selection pressures on themselves and other species.
Four rules on a grid can build a working computer. Three rules per bird can produce a flock. Two rules per ant can build a bridge out of living bodies. One rule per cone cell can tile a retina with hidden mathematical order.
None of these systems has a brain, a blueprint, or anyone in charge. All four run the same trick: local rules, applied over and over, with nothing consulting the whole. The cleanest place to watch that trick is a family called cellular automata (singular: cellular automaton): grids of cells that update themselves according to fixed rules. The behavior they produce defies everything their simplicity would suggest.
The most famous of these is The Game of Life.
The Game of Life
In 1970, the British mathematician John Conway devised what he called The Game of Life.1 Despite the name, there are no players, no decisions, no winning or losing. It is an experiment you set up and watch unfold.
Here is how it works.
Imagine a vast sheet of graph paper, stretching in every direction. Each square on the grid is a cell. Each cell is in one of two states: alive (colored) or empty (blank). You choose a starting pattern by coloring in some cells and leaving others empty.
“Time” in this game works like a metronome. At each tick, every cell on the grid updates simultaneously. Each cell looks at its eight neighbors: the four sharing an edge and the four touching corners. Based on what it sees, the cell decides what it will be in the next tick. It follows four rules:
- Loneliness. If a living cell has fewer than two living neighbors, it becomes empty. Too isolated to survive.
- Community. If a living cell has two or three living neighbors, it survives. Enough company, yet not too much.
- Overcrowding. If a living cell has more than three living neighbors, it becomes empty. Too crowded; resources exhausted.
- Reproduction. If an empty cell has exactly three living neighbors, it comes alive. Fewer than three, nothing happens. More than three, nothing happens. Only three produces new life.
(These are game rules, like the rules of chess. Nothing in physics sets the thresholds at two and three; Conway picked those numbers, and he picked them by hand, trying variations until he found a setting where patterns neither died out at once nor swamped the board. No one asks why a bishop moves diagonally. The question is: what happens when it does?)
That is the entire system. Four rules, a grid, and a clock.
Color in some starting pattern on the grid. Apply the four rules to every cell simultaneously. See what the grid looks like after one tick. Apply the rules again. Again. Again.
What emerges from these four rules is richer than anyone expected.
What the Rules Produce
Entire categories of behavior appear that no one designed.
Some starting patterns settle into still lifes: stable shapes that never change. A two-by-two block of living cells persists forever, because each cell always has exactly three living neighbors. These are the fixtures of The Game of Life; once formed, they endure.
The names are whimsical: a stable six-cell shape is called a “Beehive” because it looks like one. A seven-cell shape is called a “Loaf” for the same reason.
Other patterns become oscillators: they cycle through two or more states and return to where they started. A horizontal line of three cells becomes vertical, then horizontal again, blinking like a signal light.
Here is why: the middle cell always has two neighbors and survives. The end cells have only one neighbor each, so they go empty (the Loneliness rule). Meanwhile, the cells above and below the middle cell have exactly three living neighbors and spring to life. One tick later, the logic reverses. A six-cell shape called the “Toad” flips between two forms, rocking back and forth like a seesaw forever.
Figure 5.1: The Blinker, the simplest oscillator. At tick 0, three cells lie horizontally. At tick 1, three cells stand vertically. At tick 2, the horizontal form returns, and the cycle repeats indefinitely.
Moving from three cells to five: one particular five-cell pattern does something strange. It morphs through four shapes, and at the end of the fourth, it has recreated its original form one cell away diagonally. Then it does it again. Again.
The engine is the same as the Blinker’s, working on an asymmetric shape. Because the five cells sit off-balance rather than in a tidy line or block, the deaths and the births over the four ticks fall on different margins of the pattern: cells at one edge drop below two living neighbors and go empty, while empty cells at another edge reach exactly three and come alive. The shape is demolished and rebuilt, never slid along, and the rebuilt copy stands one cell diagonally from where the original stood.
The pattern moves, crawling steadily across the grid. Nothing is pushing it. No rule says, “Move in a particular direction.” The motion is a consequence of the four rules alone. Conway called this a Glider, and it became the icon of The Game of Life.
Figure 5.2: The Glider. A five-cell pattern morphs through four shapes (left to right), recreating its original form displaced one cell diagonally. The cycle repeats indefinitely: the pattern walks across the grid, propelled by nothing except the four rules.
[Online reader: This diagram is a single animated grid. Watch the tick counter: every four ticks the shape returns, one cell down and one cell right, and the gold trail marks the cells it has crossed.]
If a five-cell pattern can move, what else is possible?
Within months, a computer scientist named Bill Gosper at MIT discovered a configuration of cells that periodically produces Gliders. Every thirty ticks, this pattern (now called the Gosper Glider Gun) spits out a new Glider that sails away across the grid while the gun resets. The gun is an oscillator, the Blinker’s principle at a larger size: after thirty ticks its cells stand exactly where they stood at the start, with one more Glider on its way out. From a finite starting pattern: infinite growth, an unending stream of Gliders marching into the distance.
Figure 5.3: The Gosper Glider Gun. This configuration of 36 cells oscillates through a cycle, and every thirty ticks emits a new Glider (visible as the small diagonal shapes trailing to the lower right). The gun runs forever, producing an infinite stream of Gliders from a finite starting pattern.
Because Gliders move in predictable paths, they can be aimed at each other. When two Gliders collide, the wreckage follows the four rules. Depending on their relative directions and which tick of their cycle they are in when they meet, the collision can produce specific, predictable outcomes. Some meetings annihilate both Gliders and leave bare grid. Some leave a still life sitting at the point of impact, a Block of the kind you met earlier, which then stays put forever. Some throw off a new Glider traveling in a third direction. The geometry of the meeting fixes which of these happens, so a collision arranged once will do the same thing every time it is run.
These collisions can function as logic gates: the elementary components from which all computation is assembled. A logic gate is a simple device: feed it one or two yes-or-no inputs, and it produces a single output according to a fixed rule.
An AND gate outputs “yes” only if both inputs are “yes.” An OR gate outputs “yes” if either input is “yes.” A NOT gate flips “yes” to “no” and vice versa.
Every digital computer ever built, from pocket calculators to supercomputers, is constructed entirely from combinations of these three types of gates.
Using Glider streams as signals and collisions as gates, people have built working computers inside The Game of Life. The engineer Paul Rendell laid out a complete Turing machine on the grid in 2000, tape and read/write head and control logic all assembled from Gliders, guns, and still lifes, and published the construction two years later.1a The trick is positioning: aim two Glider Guns so their streams intersect at a precise point, and the wreckage from each collision either produces or fails to produce a new Glider traveling in a third direction. That collision functions as a logic gate.
Certain carefully arranged patterns can deflect a Glider, bouncing it in a new direction the way a mirror bounces light. Arrange four of these reflectors in a rectangle, and a Glider will bounce from one to the next in an endless loop. That loop is a memory cell: one bit of stored data.
A Glider circling the loop means “on.” An empty loop means “off.” The cell holds its value indefinitely, because the Glider never stops moving.
Arithmetic works by chaining gates together. Each AND or OR gate takes two Glider streams as input and produces one output (a NOT gate takes one). When one gate’s collision produces an output Glider, that Glider sails across the grid to become an input for the next gate.
A single gate answers only one yes-or-no question. Useful computation requires chaining.
Consider adding 1 + 1. In binary (the number system built from nothing except those same “on” and “off” states), 1 + 1 = 10. That is, 2 written in binary: a zero in the rightmost column and a carry of one into the next column, exactly the way 5 + 5 = 10 in decimal.
A small cluster of gates determines the digit (is exactly one of the two inputs on?): this combines an OR, an AND, and a NOT, since “exactly one” means “one or the other, but not both.” A single AND gate determines the carry (are both inputs on?). Chain these clusters together, one per column, and the machine adds numbers of any size, one column at a time, the same way you add a column of figures by hand.
Gates chained together form a circuit: a complete path through which signals flow from input to output. Assemble enough circuits and you have a fully functioning computer, built from nothing except Gliders and the four rules.
Gates, memory, arithmetic, circuits. That is the whole parts list of a computer, and the four rules have now supplied every item on it. Nothing is left over for the engineer to smuggle in. So a large enough grid, running long enough, can compute whatever any computer can compute: whatever the machine on your desk can be programmed to determine, some arrangement of Gliders can be set up to determine too.
Nothing more was needed.
Going Simpler: Rule 110
Conway’s Game of Life uses a two-dimensional grid where each cell checks eight neighbors. How much simpler can you go?
Much simpler. The American physicist and mathematician Stephen Wolfram spent the 1980s and 1990s finding out.2
A one-dimensional cellular automaton reduces the grid to a single line of cells, like a row of light switches. Each cell is either on or off, black or white. At each tick, a cell looks at itself and its two immediate neighbors (one left, one right) and decides what to be next.
Three cells, each either on or off, give eight possible input patterns (on-on-on, on-on-off, on-off-on, and so on). A rule is a lookup table, like a cheat sheet taped to each cell’s desk: for each of those eight patterns, it specifies whether the center cell becomes on or off in the next tick. Each of the eight entries can be either on or off. Each choice doubles the possibilities, giving 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 = 256 possible lookup tables. Wolfram numbered them all and studied every one systematically.
Most are boring. Some turn every cell off within a few ticks. Some produce simple repeating stripes.
A few produce something that defies their simplicity:
Take Rule 30. List the eight input patterns in a fixed order, from all-on down to all-off, and write out what the center cell becomes in each case. Its eight outputs are: 0, 0, 0, 1, 1, 1, 1, 0. (The name comes from reading those outputs as a binary number: 00011110 = 30 in decimal. Wolfram’s numbering is nothing more than this, a rule’s whole lookup table packed into one integer, which is why the numbers run from 0 to 255 and why Rule 30 and Rule 110 have no family resemblance despite the tidy-looking labels.) Like every other rule, it is entirely deterministic.
Rule 30’s output, however, looks random. Run it for a thousand steps and you get a sprawling, unpredictable triangle of black and white cells: no detectable pattern, no repetition, no periodicity.
This apparent randomness emerges from the rule itself. The rule is deterministic, yet the output is so tangled that no shortcut can predict it.
Wolfram used Rule 30 as a random number generator. Its output resists standard statistical tests for randomness: no periodicity, no detectable correlations, no exploitable structure. Mathematica used Rule 30 as its default random-number generator for years.
Rule 110 is stranger still. In 2004, the mathematician Matthew Cook proved that Rule 110 is Turing complete.3
The term honors Alan Turing, the British mathematician who in 1936 imagined the simplest possible computing machine. Picture an infinitely long tape divided into squares, each marked with a symbol. A head sits over one square.
At each step, the head reads the symbol on its current square, then consults a table of instructions.
The machine has a setting, like a dial that can point to “A” or “B” or “C.” This setting is called its state. The same symbol can trigger different actions depending on where the dial points.
If the dial reads “A” and the head sees a 1, the table might say: write a 0, move one square to the right, and turn the dial to “B.” If the dial reads “B” and the head sees a 1, the table might say something different: write a 1, move left, and turn the dial back to “A.”
Each instruction in the table specifies three things: write a symbol on the current square (it might be the same symbol or a different one), move one square left or right, and turn the dial to a new setting.
The machine writes over whatever is there, the way you erase a pencil mark and write something else. Sometimes it writes the same symbol back. The point is that writing is one of the three things the machine does at every step: read, write, move.
The head moves, reads the next symbol, checks where the dial points, consults the table again, and repeats. The machine can return to any square it has visited, so any symbol it wrote earlier can be read again later. The tape serves as the machine’s memory.
That is the entire device. Turing proved that this minimal machine, given enough tape and enough time, can perform any calculation that any computer can perform. Every spreadsheet, every video game, every AI chatbot is doing something that Turing’s imaginary tape-reader could also do, more slowly.
A system is “Turing complete” when it can simulate Turing’s machine. It is complete in the sense that nothing computable lies beyond its reach: if any computer anywhere can solve a problem, a Turing-complete system can solve it too. The only constraints are time and memory, never capability.
Rule 110, a lookup table so simple you could write it on a sticky note, operating on a single line of cells, each seeing only its two neighbors, is Turing complete. Everything your laptop does (word processing, video, artificial intelligence) could, given enough time and cells, be done by Rule 110.
Notice how strong that claim is. Turing completeness admits no degrees. A system does not become half a computer, or seven-tenths of one; it is either below the line or it has the whole of computation available to it, forever, with nothing further to add. Rule 110 does not sit a little below your laptop in some ranking of machines.
It is the same machine, slowed down. Whatever a bank of supercomputers can be programmed to determine, a long enough row of cells flipping on and off by that one sticky-note rule can determine too. The threshold is not merely low. It sits low enough that a rule can cross it without anyone intending it to, one entry in a catalogue of 256 toys.
Complexity does not require complex ingredients. It lives in iteration: what happens when simple rules are applied over and over, millions and billions of times.
Biology discovered the same architecture independently. A gene regulatory network is a Boolean network (named for George Boole, whose algebra allows only two values, true and false): each gene is a discrete unit that is either active or silent, and its next state is determined by the current states of the genes that regulate it. The wiring is an irregular graph rather than a grid, so no gene has a spatial neighborhood. The lookup table is written in DNA promoter sequences rather than Wolfram’s rule numbers, yet the logic is the same: local rules, iterated in parallel, producing global complexity.
Consider the moon jellyfish. It shares the same genes as its anchored relatives, polyps: creatures that spend their lives fixed to rocks.138 The free-swimming jellyfish is nonetheless a radical leap in complexity, with new sensory structures, active hunting, and navigation through open water. The genetic instructions are nearly identical.
What changed is which genes activate which other genes, and when. Genes do not act alone; they form regulatory networks where one gene’s activation can trigger or suppress others, like dominoes where each falling piece knocks over a specific next piece.
An analogy: imagine a piano with 88 keys. A polyp and a jellyfish have the same piano. The difference is the sheet music: which notes are played, in which order, and when.
Mutations altered the sheet music over evolutionary time. A gene that previously activated only in anchored tissue began activating during locomotion. A suppressor that silenced swimming-related genes loosened its grip. The network rewired itself through accumulated small changes, producing a free-swimming hunter from the same genetic cookbook that builds a rock-dwelling polyp. The genes stayed the same; the connections between them changed.
Life at the Edge of Chaos
With 256 rules producing wildly different behaviors, Wolfram noticed that they clustered into distinct types. His classifications explain why some systems stagnate, some dissolve, and only a few produce anything worth calling alive.
He sorted them into four classes.
Class 1: Death. The system collapses to uniformity. Every cell ends up in the same state. Nothing happens. (Imagine a room where everyone copies whoever spoke last. Within minutes, everyone repeats a single word, locked in identical repetition.)
Class 2: Repetition. The system settles into simple, repeating patterns. Stripes, checkerboards, wallpaper. Predictable and stable. (Pleasant to look at, but you would not call it alive.)
Class 3: Chaos. The system produces wild output that looks random. The rules are deterministic, so the same starting pattern always gives the same result. The randomness is only apparent; the output is so tangled that no shortcut can predict it. The only way to know what step 1,000 looks like is to run all 999 preceding steps. This is computational irreducibility, the property Chapter 2 met in Wolfram’s account of the arrow of time: the system’s own unfolding is the fastest available description of what it will do. Nothing is hidden in such a system, and nothing about it can be anticipated either.
No structure survives, no stable patterns form, no motifs repeat. Television static is the visual equivalent: full of information, signifying nothing useful.
Class 4: Complexity. The system produces outputs that fall between Death and Chaos. Localized structures appear, interact, persist for a while, and transform. The output contains recognizable structure that nobody reading the rules could have anticipated, and that only appears once the rules have been run. Conway’s Game of Life and Rule 110 both live here. The evidence suggests this is where you live.
Think of it as a spectrum running from order to chaos. At one extreme: Rigid Order (Classes 1 and 2). At the other extreme: Formless Chaos (Class 3). Class 4 sits between them.
The numbering will feel wrong here. Wolfram numbered his classes in order of how much is going on in them, from the emptiest behavior to the richest, rather than by where they sit on the order-to-chaos spectrum. Class 4 is the last label because it is the most interesting outcome, yet on the spectrum it lies in the middle, wedged between the ordered classes and the chaotic one. Read the numbers as a ranking of richness, never as a position on the line.
Of Wolfram’s 256 rules, only a handful land in this band. The computer scientist Chris Langton named it The Edge of Chaos: the regime where a system is ordered enough to maintain structure yet disordered enough to remain flexible and creative.4 The band is narrow. Life-like complexity requires a precise balance between too much order and too much chaos.
Too much order and the system is frozen, incapable of change. Too much chaos and information dissolves as fast as it forms, incapable of memory. Poised between these extremes, complex behavior flourishes: computation, adaptation, life.
Figure 5.4: This diagram has two parts:
Top: Rule 110, a Class 4 automaton, expanding downward from a single cell; each row is one tick of the clock.
Bottom, left to right: Wolfram’s four classes, arranged from Rigid Order to Formless Chaos:
- Class 1 (Death): collapses to a uniform state.
- Class 2 (Repetition): settles into periodic, repeating patterns.
- Class 4 (Complexity): structured yet unpredictable behavior, the hallmark of living systems. Class 4 is highlighted because it is the focus of this chapter: The Edge of Chaos, where computation, adaptation, and life emerge.
- Class 3 (Chaos): produces chaotic output that looks random.
Rule 110 is one of several Class 4 automata; Conway’s Game of Life is another.
[Online reader: This diagram is interactive. Use the rule buttons to run different automata, click the class cards to see examples of each class, and press Replay to restore the default view.]
Where the Edge Appears
The edge of chaos appears wherever systems compute, adapt, or evolve. The Game of Life sits there. So does Rule 110. Neuroscience suggests the same is true of the brain: neural networks operate near a critical transition between ordered and chaotic dynamics, a point we will return to in Chapter 8. These systems tend to drift toward the edge on their own, without anyone pushing them there, because the edge is where the action is.
The edge of chaos is not confined to brains and computers. In 2021, Michael Levin’s laboratory at Tufts University took frog skin cells out of the developing embryo and let them grow in clusters on their own.139 The cells gathered into balls, and then something unexpected happened. They repurposed their cilia (hairlike structures normally used to move mucus across frog skin) for locomotion. Cells on one side rowed one way; cells on the other rowed the opposite way.
These balls of cells navigate mazes, communicate through calcium pulses (brief waves of chemical signaling that ripple from cell to cell), and self-repair when nearly bisected. They look nothing like any stage of frog development.
No nervous system directs them. No genetic blueprint specifies their final shape; nothing in frog DNA encodes “build a walking ball.” The genome, Levin concluded, provides cells with “goal-directed activities” (adhesion, signaling, cilia movement). The genetic hardware constrains and shapes these activities, yet never fully dictates the outcome. The activities are specified; the form they produce is not.
A recipe says “knead until smooth,” not “push left forty-seven times then right thirty-two.” The goal is given; the exact movements are free.
Simple local rules, iterated across hundreds of cells, produce coordinated behavior no individual cell could predict. Complexity, again, lives in iteration.
The edge of chaos is not just a metaphor; you can measure it. In 2019, physicist Neil Johnson built a model of how fly larvae coordinate their body segments.140 Each agent chose to move left or right based on a stored tally of which past choices had succeeded. This tally was a simple form of memory (used here in the engineering sense of stored state, not conscious recall): a running score that nudged the next choice. No communication, no central coordinator.
How much memory should each agent carry? The answer followed the Goldilocks principle.
Too little memory (one or two past events) and all agents reacted to the same recent signal simultaneously, moving in lockstep, producing collective zigzagging. Too much memory (seven or more events) and agents became entrenched, clinging to strategies that had worked over their longer history, unable to adapt when conditions shifted. Performance peaked at about five events of memory: enough to learn, limited enough to remain responsive.
This overturns a natural assumption: that making the parts smarter always makes the whole smarter. An upper limit governs how clever each part should be. Past that limit, the group gets worse. The optimal collective comprises agents capable enough to contribute, yet limited enough to stay diverse and responsive.
Early researchers assumed that swarms, flocks, and distributed networks would always outperform individuals. Albert Kao, a collective behavior researcher at the Santa Fe Institute, surveyed this literature and challenged that assumption: “The first wave was naive enthusiasm for these collective systems. Now we’re questioning a lot of the assumptions we made initially.” Chief among those assumptions: that smarter parts invariably produce smarter wholes.
A 2025 experiment tested the assumption directly, setting two species the same task. Ofer Feinerman’s group at the Weizmann Institute built a geometric puzzle, maneuvering a large T-shaped load through a narrow slit, and had it solved first by groups of ants and then by groups of people.141 Adding ants helped: larger groups found a more direct path to the solution, the colony behaving like a single, more capable problem-solver. Adding people did not help, and when the volunteers were forbidden to talk or gesture, and so forced to coordinate the way ants do, they did worse than individuals working alone.
The ants gain from numbers because no single ant commits the group to a plan; the people lose because each arrives with a private strategy the group must then reconcile. The researchers watched the human crowds fall into “greedy” consensus-seeking, the very deliberation that serves a lone solver. Sophistication is the handicap here: the memory, foresight, and firm opinions that make one human formidable are what a crowd must dissolve to move as one.
Johnson’s memory result is Wolfram’s four classes, empirically. Death and Repetition agents, with too little memory, all react to the same recent signal and fall into lockstep: collective zigzagging. Chaos agents, with too much memory, cling to entrenched strategies: collective stubbornness. Complexity, the edge, is where collective coordination works.
The Johnson result also explains why Mission Command works (Chapter 11): a single constraint, limiting how much history agents carry, keeps them diverse and responsive. Total autonomy degrades into entrenchment. Total control degrades into lockstep. The productive middle constrains objectives while liberating methods.
The same Goldilocks window governs competitive ecosystems. In the winnerless competition dynamics of Chapter 9, a hierarchical ecology of species survives only when predation rates fall within a specific band. Below the band, cycling never starts: agents too passive to compete. Above it, the lower hierarchy collapses, fine-grained diversity destroyed by excessive pressure. Too gentle, too fierce, or just right.
The Sandpile and the Fractal
The edge of chaos is where complexity lives. In 1987, three physicists (Per Bak, Chao Tang, and Kurt Wiesenfeld) discovered that systems can find that edge on their own, without any external tuning, while playing with sand.
Mathematical sand: a cellular automaton where grains are dropped randomly onto a pile. When a cell accumulates four or more grains, it topples, distributing one grain to each of its four neighbors. Those neighbors might then topple, triggering their neighbors, and so on.
The sandpile self-organizes into a critical state, poised at the boundary between stability and avalanche. Most grain drops do nothing. Occasionally, one triggers a small cascade. Rarely, one triggers a catastrophic collapse that reshapes the entire pile.
The distribution of avalanche size follows a power law: a precise mathematical relationship between magnitude and frequency. Every doubling of the magnitude divides the frequency by the same factor, and that factor does not change as you climb. Suppose doubling makes an avalanche four times rarer. Then doubling again makes it four times rarer still, and again, and again, from the smallest slip to the collapse of the whole pile. That the factor holds unchanged all the way up is what makes the relationship a power law. Earthquakes follow this same pattern: small tremors happen constantly, moderate quakes occur occasionally, and devastating ones strike rarely, all governed by a power law. How large that factor is varies from one phenomenon to the next, set by the distribution’s exponent; the shared signature is the form itself, magnitude and rarity locked in a ratio that never shifts.
Power laws are the signature of the self-organized criticality Chapter 4 introduced: systems evolve toward the edge of chaos and stay there, without external tuning.5 No engineer adjusts a dial. The sandpile finds the edge on its own, and once there, it stays.
A second signature of self-organized criticality is 1/f noise, also called pink noise. The “f” stands for frequency. The name comes from an analogy with light; just as white light contains all colors equally, white noise contains all frequencies equally. Pink light is skewed toward the red (low-frequency) end of the spectrum, and pink noise is skewed the same way, with low frequencies dominating and high frequencies quiet.
Record the sandpile’s fluctuations over time and analyze their frequencies, and you find this same 1/f pattern: magnitude inversely proportional to frequency. Pink noise appears in heartbeats, neural activity, stock markets, river flows, and music that humans find pleasing.6 It is the temporal fingerprint of systems balanced at the edge.
What amazed Bak: the sandpile was not pushed to criticality. It arrived there on its own. The edge of chaos is an attractor (Chapter 4), the marble finding the bottom of its bowl: no matter how the sandpile starts, it ends up critical.
The spatial signature of criticality is fractals: patterns that repeat at every scale of magnification. A fractal coastline looks equally jagged whether viewed from a satellite or a cliff path. Coastlines, river networks, lung branching, lightning, neural connectivity: the universe is riddled with fractal structure. Wherever you find fractals, you find a system self-organized toward criticality.
The sandpile was the first discovered example, yet the principle is everywhere. Earthquakes, fossil-record extinctions, financial-market fluctuations, and war sizes all follow power-law distributions.7 Systems evolve toward the edge because that is where they can process information, respond to perturbation, and adapt.
Nassim Nicholas Taleb drew a useful distinction between two kinds of domain: Mediocristan and Extremistan.8 The names deliberately evoke two countries you might visit, each with its own laws.
Mediocristan is the land of the typical, where no single observation can dominate the whole. Weigh a thousand people and then add the heaviest person on Earth. That person, even at 300 kilograms, adds less than half a percent to the 80,000-kilogram total. The bell curve (the familiar hump-shaped distribution where most values cluster near the average and extremes are vanishingly rare) applies: no single person’s weight can distort the picture.
Extremistan is the land of the outlier, where a single event can dwarf everything else combined. Measure the same thousand people’s wealth; add Bill Gates. He is the total; the other thousand are a rounding error.
This is power-law territory. The distribution has no typical value or shape (such as a bell curve), because the outsized events account for almost all the action. The statistical term is fat tails: the extreme ends of the distribution carry far more weight than a bell curve would predict.
Taleb’s name for the fat-tail event you never saw coming is a Black Swan. The term recalls the once-unthinkable discovery of black swans in Australia, which overturned the European certainty that all swans were white.
The sandpile operates in Extremistan. Most grain drops do nothing; the rare catastrophic avalanche accounts for the majority of all sand moved, ever. Financial markets, wars, extinctions: all Extremistan. The universe, it turns out, is mostly Extremistan.
Wherever you find fractals, power laws, and self-organized criticality, you find domains where Taleb’s Turkey Problem applies. The turkey is fed every day for a thousand days. Each day confirms that humans care about its welfare. Day 1,001 is Thanksgiving. The turkey’s data was impeccable; its conclusions were fatal.
Systems coordinating at the edge of chaos are operating in Extremistan; their stability cannot be guaranteed by historical observation. The sandpile that looks stable is always one grain away from the next avalanche.
A vivid physical example: viscoelastic fluids (polymer solutions) flowing through porous media (sand, soil, rock).9 Below a critical flow rate, the liquid streams smoothly. Above it, polymer chains tumble and stretch, and the flow erupts into chaotic turbulence. Eddies form, grow, and vanish in the microscale gaps between grains.
Ordinarily, turbulence happens because a fluid’s momentum overpowers its viscosity: the internal friction that keeps flow smooth. Think of a river hitting rapids: the water is moving so fast that its momentum overwhelms viscosity’s ability to damp out disturbances, and flow breaks into chaos. Physicists measure this balance with a ratio called the Reynolds number; high Reynolds number means momentum dominates.
In the viscoelastic example above, the fluid creeps so slowly that momentum cannot be the explanation. By its Reynolds number, this flow is a million times too gentle to generate turbulence. Yet turbulence erupts anyway.
The polymer chains carry a physical record of their recent deformations: each time the flow stretches or compresses them as they squeeze through pore gaps, the chains do not snap back instantly. Instead they accumulate elastic strain, storing it the way a twisted rubber band stores the energy of each twist. That accumulated strain is called elastic stress.
When the flow rate crosses a critical value, the elastic stress overwhelms viscosity and the flow erupts from smooth to chaotic. One notch of extra flow rate. The avalanche.
This is the deep structure beneath Wolfram’s four classes. Death and Repetition (Classes 1 and 2) are subcritical: too ordered, too rigid to respond. Chaos (Class 3) is supercritical: too chaotic, too unstable to hold structure. Complexity (Class 4) is critical, balanced at the edge, generating the complexity we see in life and mind.
The universe is a sandpile. We are the avalanches.
The sandpile model uses identical grains. Real granular systems are heterogeneous, and heterogeneity reveals a second signature of self-organization: spontaneous sorting.
Every granular material has an angle of repose: the maximum slope its particles can sustain before avalanching. Chia seeds stack to about 16°; flour approaches 45°. The angle depends on particle shape, surface friction, and cohesion. Engineers design mine slopes, road cuts, and embankments to stay below the local angle of repose.
When the Bingham Canyon copper mine in Utah exceeded it in April 2013, about 65 million cubic meters of rock collapsed in two successive events. It was the largest non-volcanic landslide in modern North American history. Engineers predicted it weeks in advance, because the physics is exact.142
Mix two sands with different angles of repose and pour them into a pile. They do not form a blended slope at some average angle. Instead, each micro-avalanche acts as a sorting process. Grains with the lower angle of repose flow farther; grains with the higher angle stop sooner, depositing closer to the peak. Over thousands of avalanches, the pile develops visible striations: alternating layers of the two materials, as sharply defined as geological strata.
The sorting is robust. Shake the mixture in a bag and pour again; the stripes reappear. Submerge the mixture in water; striations still form. The system refuses to stay mixed, because every dissipative event (each avalanche) reinforces the spatial order.143
The key: order requires heterogeneity. Identical grains cannot sort. Two different grain types, each following the same physics but with different critical angles, produce structure that neither type generates alone. Diversity is the precondition, dissipation the mechanism, order the product.
Sand sorts itself; living collectives do something subtler. Another approach ignores the individuals entirely and treats the group as a single entity, measurable like any substance in a laboratory. Nicholas Ouellette, a physicist at Stanford, did exactly this with swarms of flying midges.144
Males clustered above a ground marker during mating season. When Ouellette’s team moved the marker back and forth in a slow, regular rhythm, the swarm followed. Midges near the bottom tracked it closely while those higher up lagged behind. The wave of positional information was dampened as it propagated upward, weakened in amplitude like a sound fading with distance.
Measuring this damping allowed the researchers to probe the swarm’s mechanical properties (its stiffness, its viscosity, its resistance to deformation) “in the same kind of language they would use to test peanut butter,” as one colleague put it. Peanut butter is the quintessential test case for materials scientists: thick enough to hold its shape, soft enough to spread. The swarm behaved the same way. It was viscoelastic: viscous enough to suppress perturbation, elastic enough to cohere.
Collective behavior research typically focuses on signal amplification: how a single spooked fish triggers the whole school to turn. The midge result inverts this. What stabilizes the swarm is damping. The group absorbs noise rather than propagating it: metastability achieved through material properties no individual midge possesses or controls.
Boids and Traffic
Every example so far follows the same principle: simple local rules, applied to many agents, producing complex global behavior that no individual agent controls or perceives.
This property has a name: compositionality, the capacity of simple operations to combine into richer structures.
Herbert Simon identified the architectural principle that makes compositionality work in practice: near-decomposability (introduced in Chapter 4). Complex systems survive because they are built from semi-independent modules that interact weakly at their boundaries. Compositionality says that parts combine into wholes; near-decomposability says how: by keeping each module’s internal workings mostly isolated from its neighbors.
A cell does not need to know about the organism. A neuron does not need to know about the mind. Each module handles its own affairs; the whole coheres because the interfaces are narrow.
Near-decomposable systems evolve faster, recover from damage more gracefully, and scale further than monolithic ones. A change in one module need not ripple through every other. Nature builds compositionally by building near-decomposably: the two principles are inseparable.
In 1986, Craig Reynolds created a computer simulation called Boids.10 Instead of programming the flock as a whole, he gave each individual “boid” three rules:
- Separation: Steer away from neighbors that are too close.
- Alignment: Steer toward the average heading of nearby neighbors.
- Cohesion: Steer toward the average position of nearby neighbors.
No bird knows about the flock. No bird is in charge. Each follows these three rules, reacting only to immediate neighbors.
The result: flocking. The Boids swirl and bank in coordinated masses, splitting around obstacles and reforming on the other side, exactly the fluid, organic motion of real bird flocks. No choreographer required. Each bird avoids collisions and stays near friends. The pattern is what it looks like from above.
Ants build with the same logic. Give a colony three rules (pick up grains at a constant rate, drop them near other grains, prefer grains previously handled by other ants) and within a week they construct multilayered underground chambers connected by tunnel networks.11 No blueprint. No foreman.
Army ants go further, assembling their own bodies into bridges, maintaining position as long as they feel traffic overhead, dismantling when traffic stops.12 Fire ants escaping floods cluster into rafts so full of trapped air that the structure is roughly 75 percent less dense than the ants alone, light enough to float.145 Each ant grips its neighbors’ legs and bodies with claws and mandibles, weaving a lattice so loose that it traps air pockets throughout, keeping the raft water-repellent; even submerged ants breathe from thin films of air held against their waxy exoskeletons. The structure floats for weeks and self-heals: ants rotate positions so that submerged individuals surface periodically. The entire raft is self-organized. No ant commands the construction.
Or consider traffic jams.
Imagine a test track shaped like a loop, with cars spaced evenly around it, all driving at the same speed. One car brakes slightly; the car behind brakes harder; the effect ripples backward. Soon a standing wave of slow-moving traffic forms: a disturbance that stays in one place while vehicles flow through it, like a ripple that holds its position in a stream even as water rushes past. The jam persists even though no obstacle exists. Cars enter the jam, crawl through, and accelerate out, while the jam itself moves backward against the flow.
This phantom jam emerges from simple rules: maintain safe following distance, accelerate when possible, brake when necessary. No one intends it. No one can see it from inside their car.
The traffic jam is a structure made of frustration: no physical existence, no obstacle, no accident, yet as real as anything on the highway. It persists and can be measured. Every driver curses the idiot who caused it. Every driver contributed; no driver intended it.
Army ants solve a harder problem with even simpler rules. Colonies of millions march through the jungle each night, with no permanent home, no maps, no commander. When the column reaches a gap, the leading ant slows; the colony tramples over it. Two rules govern: if you feel ants walking on your back, freeze; if traffic drops below a threshold, resume walking and rejoin the march. From these two rules the colony builds living bridges that span gaps, optimizing the total distance the colony must march against the number of ants locked into bridge duty.146
A colony maintaining forty to fifty simultaneous bridges can lock up twenty percent of its members into infrastructure. Every ant frozen in a bridge is one fewer ant carrying food, tending brood, or defending the column. A longer bridge shortens the march, yet each extra body it requires is subtracted from the workforce that makes marching worthwhile. Past roughly twenty percent, the colony hits diminishing returns: the distance saved by one more bridge no longer compensates for the foragers it absorbs.
The colony reaches an efficient trade-off (minimum travel distance for maximum foraging output) without any ant possessing colony-level information. Each ant knows only the sensation of feet on its back. When traffic is heavy, staying frozen pays off; when it drops, rejoining the march pays off. The colony-wide balance point emerges from that single threshold.
The principle extends to living architecture. Peter Yunker and colleagues at Georgia Tech grew Vibrio cholerae biofilms on glass slides and tracked their growth with nanometer-resolution interferometry, a technique that uses light-wave interference to measure surface features.147 The complex topography they observed (ridges, depressions, origami-like folds resembling the human brain’s outer surface) emerges from a single geometric parameter. That parameter is the contact angle between the biofilm’s expanding edge and its substrate.
This angle controls whether the colony spreads horizontally or builds vertically, determining nutrient availability, division rate, cell death, and the three-dimensional architecture. No matter how large the biofilm grew, the edge geometry remained constant. The shape was set by the physics of contact: the same surface-tension and packing forces that govern colloids, foams, and sandpiles.
The biofilm’s local rules (stick to neighbors, divide, consume), iterated through millions of cells, produce global architecture no individual cell can perceive. Biophysicist Ming Guo of MIT described the aspiration: enough information about how cells communicate with their neighbors might one day predict an organism’s final form from first principles.
Collective Computation: Sense First, Then Converge
Boids and traffic jams are emergent patterns. The evolutionary biologist Jessica Flack at the Santa Fe Institute has identified something more specific: emergent decisions, collective computation in two phases.13
Reanalyzing neuron firing patterns recorded from macaques performing a visual task (determining whether dots moved left or right), Flack and her collaborators found that early in each trial, a few neurons held strong opinions, but no single neuron predicted the eventual decision. To anticipate the outcome, you had to poll many neurons at once.
Then, as the decision point approached, neurons converged. Each one individually became maximally predictive. The crowd became a chorus.
Two phases: distributed sensing, then consensus. The computation lives in neither phase alone.
The same architecture appears in macaque societies. Flack’s earlier work showed that three to five formidable fighters in a group of roughly fifty stabilized the entire social system by intervening in conflicts.14 When those stabilizers were removed, the group fractured into chaotic factionalism.
The parallel to the sandpile is exact. Flack’s team measured the distance to criticality, simulating which individuals’ fight-joining propensity would push the system over the critical point. The answer was three to five.15 A coordinated society and a collapsed one are separated by the behavioral shift of a handful of agents. The same Extremistan dynamics, the same physics.
Flack describes all adaptive systems (neurons, monkeys, financial markets, slime molds) as “noisy information processors dealing with noisy signals,” whose collective behavior arises from the same two-phase pattern: distributed gathering, then convergent decision.
A 2018 molecular example reveals how simple the lever can be. Daniel Kronauer’s laboratory at Rockefeller University found that ant division of reproductive labor arose when an ancient insulin signaling pathway became responsive to social cues.148 Queens lay eggs; workers forage and do not reproduce. In ants, the presence of larvae suppresses insulin production in adults, suppressing reproduction and inducing caretaking. Remove the larvae, and insulin levels rise; ovaries reactivate. Inject insulin directly, and adults resume egg-laying even with larvae present.
One conserved hormone. One social signal. Division of labor.
Andrew Suarez, an entomologist at the University of Illinois, drew the lesson: “You don’t need to invoke novel genes. You can just tweak one or a few things, and start on this path toward advanced reproductive division of labor.” The evolutionary biologist Mary Jane West-Eberhard had predicted exactly this in 1987. Eusocial division of labor (the advanced social organization in which some individuals forgo reproduction to serve the colony) would prove to be “making something new out of old pieces.”149 Kronauer’s results identify the molecular lever: the insulin signaling pathway.
Honeybees evolved eusociality independently from ants, yet insulin signaling governs their division of labor too. The same conserved pathway, independently coopted, in two lineages separated by over 150 million years.150 The Constructal Law (Chapter 3) predicts exactly this: the same flow pattern reappearing because the underlying optimization is the same.
Marc Kirschner and John Gerhart identified the architectural principle that makes this repeated cooption of ancient pathways possible: facilitated variation.151 Biological systems are compositional, built from parts that combine into larger wholes the way words combine into sentences. Genes, signaling pathways, and developmental modules connect through weak regulatory linkages, each performing its function semi-autonomously. Pleiotropy across modules (where one gene affects many unrelated traits) is reduced, so that a mutation in one module can alter that module’s output without disrupting the rest of the organism. Pleiotropy within a module remains available for cooption: one pathway can still steer several linked traits at once, which is exactly how the insulin pathway comes to govern an entire caste. This is near-decomposability (Simon’s term from Chapter 4) instantiated in flesh.
Modular organisms evolve faster because the search space is structured: the range of all possible variations that evolution can try. Evolution can explore variations in one subsystem while the others hold steady, the way a car manufacturer can redesign the engine without rebuilding the chassis. The insulin pathway coopted for ant caste determination is a case in point.
Facilitated variation explains why evolution converges on the same molecular solutions repeatedly. Modular architecture channels variation toward solutions that fit cleanly with existing systems, the way a standard electrical plug fits any outlet.
Turing’s Chemistry
In 1952, Alan Turing turned from code-breaking to morphogenesis (how organisms develop their shapes) and made a mathematical prediction: two interacting chemicals, if they existed in developing tissue, could generate the spots, stripes, and scales found across the animal kingdom.16
His model required one chemical that activates growth and another that inhibits it. The inhibitor diffuses faster, spreading outward like a ring of “Stop” signals around each “Go” signal. That asymmetry is everything: pockets of activation (the “Go” signals) form, persist, and arrange themselves into regularly spaced patterns. The effect resembles ripples in sand formed by wind: each ridge suppresses further accumulation nearby, enforcing regular spacing.
Two chemicals, a diffusion rate, and a surface. From this: leopard spots, zebra stripes, the ridges on the roof of your mouth.
The theory lingered for decades as beautiful mathematics awaiting biological confirmation. Then researchers began finding the molecular players: first in mouse hair follicles, then in chicken feathers.
In 2018, Gareth Fraser’s group added shark denticles to the list.17 Sharks diverged from other vertebrates 450 million years ago. Their skin denticles (small tooth-like structures) reduce drag, provide protection, and in some species house bioluminescent bacteria. Fraser’s team showed that denticles are laid down by the same Turing-like mechanism, directed by the same genes, expressed in the same tissue layers as chicken feathers. The genes include fibroblast growth factor (FGF, a protein that triggers cell growth) and Sonic hedgehog (Shh, a signaling molecule that tells cells what to become).
When researchers implanted beads loaded with a chemical that inhibits the feather-patterning activator in birds alongside developing shark denticles, flat silenced zones devoid of denticles appeared. A signal designed to silence a bird gene reached across half a billion years of divergent evolution and produced an identical effect in a shark. The patterning toolkit is older than legs, older than lungs, older than bones.
Alexander Schier, a developmental biologist at Harvard, put it this way: “Nature tends to invent something once, and then plays variations on that theme.” The variations are spectacular: feathers fly, hair insulates, denticles cut drag. The underlying algorithm is the same: activator, inhibitor, differential diffusion, pattern.
Fraser suspects a deeper constraint: “There simply may not be many ways in which you can pattern something.” The search space of possible developmental programs may be vast, yet the viable solutions occupy a small, conserved region. This is the same observation Wolfram made about his 256 rules, where only a handful produce anything of interest.
In 2012, Jeremy Green’s group at King’s College London identified the molecular players in the Turing mechanism for mouse mouth ridges.18 Fibroblast growth factor (FGF) served as the activator; Sonic hedgehog (Shh) served as the inhibitor. When they removed a ridge, the system branched rather than replacing the missing one, filling the gap with additional ridges. This branching confirmed that the pattern emerges from two diffusing chemicals, not from a pre-existing blueprint.
The Turing mechanism alone cannot explain scaling: why a large embryo and a small one both produce the correct number of fingers. Maria Ros and James Sharpe showed that digit patterning involves two coupled processes. In the developing limb bud, fingers begin as parallel ridges of condensed cartilage cells, stripe-like because the activator-inhibitor mechanism lays them down the same way ripples in sand form at regular intervals. Hox genes (master regulators that specify body-plan regions, acting like an address system that divides the body axis into head, thorax, and abdomen) control the wavelength. They set how far apart those ridges fall and therefore how many become individual digits.
When Hox genes were progressively knocked out, digits did not disappear. They multiplied, becoming thinner and closer together, branching exactly as Green’s mouth ridges had. Local rules generate the pattern; global parameters set the scale. Neither alone produces a hand.
Turing’s mechanism starts from a near-uniform field and lets the pattern appear out of it. Further work found that cells can go further still: they manufacture the gradients they then navigate by.19
A cell consumes signaling molecules by breaking them down through enzymes on its surface. As it sits in place, it depletes the signal in its immediate surroundings. Concentration is now lower where the cell is and higher in every direction away from it. This lopsided concentration gives the cell a directional cue: it moves toward the higher concentration.
Once moving, the asymmetry self-reinforces: the cell keeps depleting signal behind it and encounters fresh, unconsumed signal ahead. The cell creates the map by walking it. No pre-planned infrastructure. No central controller.
Groups of amoebae and cancer cells, placed at the entrance to miniature replicas of hedge mazes (including the Hampton Court labyrinth), solved them efficiently. Cells entering dead ends consumed the local attractant, sensed the depletion, and reversed. When experimenters introduced a shortcut, the cells found it immediately. Even irregular starting configurations self-corrected into clean advancing fronts.
The mechanism also works mechanically. In developing frog embryos, migrating neural crest cells (precursors to many tissue types) soften the extracellular matrix (the scaffolding between cells) as they travel, then steer toward stiffer tissue ahead. Stiffer tissue marks established structure: bone, cartilage, organs under construction. By softening what lies behind and following rigidity forward, the cells ensure they arrive where the body is being built. This is a self-generated gradient of rigidity operating alongside chemical cues. Cells generate their own directions in both substrates simultaneously.
Self-generated gradients are Mission Command at the cellular scale. Each cell follows three rules (consume, sense, move), and collective navigation emerges. The cells make the decisions together: no single cell directs the group. The same principle that produces flocking in Boids and phantom jams in traffic produces guided migration in embryos.
The Hidden Order
Turing patterns are periodic: repeating stripes, evenly spaced spots, regular ridges. Periodicity works when you have one or two interacting elements. What happens when geometry forbids it?
Look at the eye of a chicken.
Not the visible eye; the retina underneath. Detach it, mount it under a microscope, and you find a mosaic: color-sensitive cone cells (the photoreceptors responsible for color vision) in five types, each a different size. In a human retina, cones are scattered haphazardly. In many fish, they line up in rigid rows. The chicken’s cones do neither.20
The arrangement looks random at first glance. No two cones of the same type, however, sit too close together. No region is starved for any particular color. Disordered, yet eerily uniform.
In 2014, Salvatore Torquato at Princeton ran algorithms on digital images of these retinas and identified the pattern.21 He had seen it before, in shaken marbles and quasicrystals. He called it hyperuniformity: a state of matter between crystal and chaos.22
Think of a crowd at a music festival. Up close, people stand in no particular order: couples here, gaps there, a cluster around the bar. From a helicopter, you see something different: an even spread across the field, no large empty patches, no deserted corners. The crowd looks random at ground level and uniform from above.
That is hyperuniformity. On a grid, everything is predictable at every scale. In a random scatter, clumps and gaps appear at every scale. A hyperuniform distribution splits the difference: messy up close, uniform from a distance. The order is hidden, detectable only mathematically.
This is Wolfram’s Class 4 given a geometry. A crystal lattice is Class 1: frozen, rigid. Chaos is Class 3: formless, structureless. Hyperuniformity is Class 4: locally disordered, globally ordered, balanced at the boundary. The edge of chaos, expressed in the arrangement of matter.
Why not arrange the cones on a grid? Try tiling a bathroom floor with five sizes of tile: the big ones leave gaps that the small ones cannot fill, and the pattern never repeats cleanly. The chicken retina faces the same problem with five sizes of cone cell. A grid is geometrically impossible.
Random placement would work spatially, but unevenly: some patches overloaded with red-sensitive cones, others starved for blue. Evolution needed to accommodate diversity (five cone types) and sample light uniformly. Hyperuniformity solves both constraints at once.
Each differentiating cone cell secretes a chemical signal: I am becoming red; do not become red near me. Each cell responds only to its immediate neighbors. No cell knows about the retina as a whole. The order across the whole retina assembles itself from local signals.
Boids flock because each bird follows three local rules. The chicken eye achieves hyperuniformity because each cone follows one: be different from your neighbors. This pattern appears in every avian species examined, optimized over more than a hundred million years. When evolution has that long to search, it converges on something worth understanding.
Pour marbles into a jar and shake until they jam. The resulting packing fills about 64 percent of the available space.152 It is hyperuniform: locally disordered, yet with large-scale density as uniform as if each marble had been placed by hand.
More provocatively: Torquato and colleagues treated the prime numbers as a one-dimensional system of particles and ran computational X-ray diffraction, a simulation that reveals atomic spacing by bouncing X-rays off a structure. The primes produce a fractal-like pattern of Bragg peaks (sharp spikes that appear only when the structure has regular spacing).22 These spikes reveal hidden regularity, a category of order distinct from crystals and quasicrystals alike. The primes are hyperuniform: a purely mathematical object exhibiting the same hidden order as bird eyes and shaken marbles. Whatever hyperuniformity is, it runs deeper than matter. It lives in the structure of information itself.
The hidden order runs deeper still. In 1859, Bernhard Riemann discovered that the distribution of primes can be decomposed into wave-like components, each governed by a zero of a single mathematical function (the Riemann zeta function). The physicist Michael Berry offers an analogy: if the distribution of primes is music, these zeros are the individual notes. The prime counting function, that jagged staircase that steps upward at every prime, is the superposition (the stacked sum) of infinitely many smooth oscillations, each contributed by one zero. The apparent randomness of primes is the presence of so much structure, so many overlapping harmonics, that it overwhelms naive pattern recognition.
Supercomputers have verified over ten trillion zeros, and every one obeys the constraint Riemann predicted: they lie on a single line in the complex plane, as though held there by a symmetry the function cannot violate. If the pattern holds for all zeros (a conjecture unproven after more than 160 years), the distribution of primes is constrained by a hidden symmetry as rigid as any in mathematics.153 Each link in this chain is individually established; the end-to-end implication remains speculative. Torquato measured the hidden order spatially; Riemann heard it temporally. Structure concealed beneath apparent randomness, detectable only with the right instruments.
Evolution may have discovered this property of prime numbers a few million years before Torquato published. Periodical cicadas (Magicicada) spend either 13 or 17 years underground (both prime numbers) before emerging in synchronized billions.
Why primes? Imagine two broods with different cycle lengths: one emerges every 12 years, another every 15. Every 60 years they surface together, interbreed, and produce hybrid offspring with an intermediate cycle, perhaps 14 years. Those hybrids emerge alone, in too-small numbers to overwhelm predators, and get eaten.
Prime-numbered cycles avoid this trap. Thirteen and 17 share no common factors, so broods with those cycles almost never overlap. Simulations confirm that once synchrony exists, prime cycles are the only evolutionarily stable outcome.154155
Eric Goles, Oliver Schulz, and Mario Markus asked whether that logic suffices on its own, with no biology helping it along.156 Their model hands a prey population and a predator population one integer each, a cycle length, and a single rule for using it: each population is present in a given year only if that year is a multiple of its number. A predator scores a point in every year it appears alongside prey and loses one in every year it appears and finds none. The prey’s score is the mirror image. Starting cycle lengths are assigned at random, anywhere from 2 to 100. A mutation offering some different cycle length replaces the incumbent only if it does strictly better.
Two cycles coincide once every lowest common multiple, the smallest number both cycle lengths divide into. Across a full stretch of X times Y years, that works out to a number of collisions equal to the greatest common divisor of the two numbers, the largest number that divides both. Sharing factors with the predator is therefore the prey’s entire problem. A composite prey cycle hands the predator its own divisors: a predator on a 4-year cycle meets a 12-year prey at every single emergence. That prey escapes by shifting to 11 or 13, which the 4-year predator no longer divides. A prime cycle is where the shifting stops, since nothing below a prime shares a factor with it, its collision count already sits at the floor of one, and no move the prey could make would improve on that. Primes are the fixed points, and the model finds them: it locks onto 17, onto 29, and, given long enough, onto 2,147,483,647.
The lattice version, where each cell holds a local pair of populations and is simply overwritten by whichever neighbor is scoring best, converges on primes clustered around 17 across ten thousand random starts. It is a prime number generator with no arithmetic anywhere inside it.
Each nymph (the juvenile form of the cicada, which lives underground for the entire cycle) counts independently, tracking annual changes in root xylem sap (the nutrient-carrying fluid in tree roots) as trees leaf out. One environmental signal per year, tallied for over a decade.157 When researchers forced host trees to produce two leaf flushes in a single year, cicadas emerged one year early. They count spring pulses, not elapsed time.
The synchronization of billions of emergences from this individual counting is coordination without a coordinator. The hidden order of primes operates in time as well as space.
Computation Without Computers
Computation predates humanity and requires no silicon. Physical matter, living cells, and entire populations compute, often without anything resembling a brain. The examples that follow move from raw matter through individual organisms to populations, each computing in its own substrate (the physical medium that performs the computation: water, glass, living tissue, a colony of ants, or silicon in a chip).
RAW MATTER COMPUTES
A bucket of water can function as a perceptron: the simplest unit of a neural network, a device that takes several inputs, weights them (counts some more heavily than others), and outputs a single yes-or-no decision.23 The substrate is the water itself. Drop objects at different points to create waves; the interference spreads the input across the surface, and a simple readout turns the resulting pattern into a one (where the waves reinforce) or a zero (where they cancel). Impractical, yes. Possible in principle, also yes.
Glass can also function as a neural network. Researchers have designed a thin sheet of glass, its interior seeded with carefully placed air bubbles, that bends and recombines the light passing through it so that the pattern emerging on the far side identifies the image fed in. In their simulations, such a sheet sorts handwritten digits passively, drawing on no power and no circuitry at all.24 The bubbles play the part of a perceptron’s weights, each bending the light by a fixed amount; the glass would perform the weighted summation in the way light naturally reinforces and cancels, and the pattern at the exit face classifies the input.
The Marangoni effect causes fluids to flow toward regions of higher surface tension (surface tension is the force that makes water bead on a waxed car). Researchers have exploited this to solve mazes: place a droplet at the entrance, establish a surface-tension gradient between entrance and exit, and the fluid navigates the correct path through any channel layout. Physics solving a maze, no intelligence required.
Mechanical springs perform computation too. The resting positions and response curves of a set of interconnected springs act as weighted inputs, and the equilibrium the whole system settles into encodes the output.25
INDIVIDUAL ORGANISMS COMPUTE
The slime mold Physarum polycephalum extends its body to explore all routes through a maze simultaneously, withdrawing from dead ends, resolving the shortest path without a nervous system.26
Single-celled organisms coordinate their flagella (whip-like tails that propel the cell) with a finite state machine.27 The name is misleading: no machinery is involved. A finite state machine is a short list of rules for switching between a fixed set of modes.
A swimming bacterium like E. coli uses just two modes. In the first, the flagella turn together and drive the cell smoothly forward; call it a run. In the second, they fly apart, the cell stops and reorients at random, then heads off in a new direction; call it a tumble. One input decides which mode the cell is in: the chemical concentration it senses around it. Rising concentration, meaning the cell is moving toward food, keeps it running; falling concentration switches it to a tumble, so it tries a fresh direction and runs again. Sense the input, switch the state, produce the output.
A finite state machine is just this handful of rules, and the rules do not care what carries them out. Inside the bacterium, chemistry carries them out: proteins in the cell register the food and swing the flagella between turning together and flying apart. Wire the very same rules into a computer chip and electronics carries them out instead: the chip’s transistors, its tiny on-off switches, do the swinging. Nothing about the rules has changed. Only the stuff obeying them has changed, and that stuff is what this section has been calling a substrate. One computation has now run twice, once in chemistry and once in electronics.
Another organism reads its world through physics directly. Caterpillars detect the static charge carried by approaching wasps (charge accumulated from wing friction during flight) and trigger evasive behavior before the predator is visible or audible.158 No radar, no sonar. Body hairs bend in response to the distortion of the surrounding electric field. The threat assessment (“something charged is approaching, and fast”) forms where the predator’s charge field meets the prey’s sensory hairs. The caterpillar needs no internal model of wasp flight; its body performs the computation directly, reading an approaching predator straight out of the air.
A germinating seed solves a harder problem. Underground, in total darkness, it needs to find light it cannot yet sense and straighten itself whenever it bends too far past vertical. It integrates three independent signals (gravity, self-curvature, and light), each operating through a different physical mechanism.
Gravity is first.
In the root tip, specialized cells called statocytes contain dense starch granules (statoliths) that settle downward, like snow in a snow globe. The cell detects where the granules have settled and reads that direction as “down.” The sensor never measures gravity as such. It registers only which way the dense granules settle, and they settle in the direction of whatever pull they feel. Usually the only pull is gravity, so they settle straight down. Yet a steady acceleration produces the very same kind of pull: think of how a fast turn throws a passenger against the car door.
In 1806, the British horticulturalist Thomas Andrew Knight fixed germinating seeds to the rim of a wheel and spun it in the dark, fast enough that the spin’s outward fling overwhelmed gravity’s downward pull. The granules were flung outward, toward the rim, and settled there, so the seedlings read “outward” as “down”: their roots grew outward, away from the center, and their shoots grew inward, toward it.159 A statolith cannot tell gravity from any other sustained acceleration, because either one settles it the same way, sliding it to the low point that the felt pull defines as “down.” (Einstein would later raise this same indistinguishability of gravity and acceleration into a cornerstone of physics; the seedling had been relying on it all along.)
Self-curvature is second.
Gravity sensing on its own would never settle the stem; it would leave it swinging. Picture a seedling that has come up tilted, having sprouted at an angle or been nudged sideways by wind and soil. Gravity sensors run the length of the shoot too: the same settling starch granules as in the root tip, now in cells along the stem. They report only which way is “down.” A root grows toward “down”; a shoot grows away from it, and growing away from “down” is exactly what growing up means. So when the stem tips off true, the same kind of reading that drives a root downward bends the stem the opposite way, back toward vertical.
A correction aimed only at vertical sails past it: the growing stem straightens, keeps bending because nothing tells it to ease off, and ends up leaning the other way, which triggers a fresh correction that overshoots in turn. A mathematical model of shoot bending, published by Renaud Bastien and colleagues in 2013, confirms that gravity sensing alone produces exactly this, a stem that swings past upright and back like a pendulum overshooting the bottom of its arc on every pass, never coming to rest.160
What stops the swinging is the second signal, self-curvature: proprioception, the plant’s sense of the shape of its own body. As the stem bends it takes on a curve, and cells along its length register how far it has curved, easing off the correction so that each swing past vertical falls short of the last, until the stem settles. Gravity sensing says “you are tilted, bend back toward upright”; proprioception adds “you have bent far enough, stop.” Together they bring the stem to rest standing straight instead of swaying back and forth.
The growth hormone auxin mediates both responses (gravitropism, the growth response to gravity, and proprioceptive correction). Gravity triggers auxin’s redistribution to one side of the stem, causing that side to grow more quickly; this differential growth rate curves the seedling back upward. As curvature accumulates, proprioception works the other way on the same hormone, evening out the auxin gradient so the bending tapers off as the stem nears vertical. Two feedback loops, one external (gravity) and one internal (the plant’s sense of its own shape), produce stable vertical growth.
Light is third.
This signal arrives only when the shoot reaches the surface or breaks above it; underground, in the dark, gravity and self-curvature alone do the work of aiming it upward. Once the shoot breaks into the light, auxin mediates this signal too. The same hormone that answers gravity and the stem’s own curvature now answers light: a single chemical currency for three different signals. Photoreceptors in the shoot tip detect brightness gradients, and auxin redistributes again, bending the stem toward the source. Charles Darwin demonstrated the mechanism in 1880: grass shoot tips capped with opaque hoods no longer bent toward light.161
The sensing occurs at the tip; the growth response occurs below. When gravity and light agree (the sun directly overhead), they call for growth in the same direction and reinforce each other. When they conflict (bright light from one side, the gravity cue calling for straight up), the seedling splits the difference and grows at an intermediate angle between the two. It leans further toward whichever signal is stronger: a brighter light tilts it toward the source, a firmer gravity cue back toward vertical.
That intermediate angle is a decision: a weighted compromise between competing demands, struck by differential chemistry in a structure with no nervous system.
A seed underground integrates gravity, self-curvature, and light, resolves conflicts between them, and produces a trajectory adapted to its environment. No brain. No nervous system. No signal coordinator. The computation is distributed across starch granules settling in cells, hormones diffusing through tissue, and photoreceptors measuring brightness gradients.
POPULATIONS COMPUTE
Harvester ants move the computation up a level. A seedling’s computation is distributed too, across settling granules and diffusing hormones. It is distributed within a single body, though, and the trajectory it produces is that body’s own. A harvester ant colony’s computation is spread across thousands of separate bodies, and the foraging policy it produces belongs to none of them. Deborah Gordon, a biologist at Stanford, has studied the same marked colonies in the Arizona desert since 1985. That work revealed that individual ants decide whether to forage based on a single signal: how often foragers return carrying seeds, the food these ants live on.162
A forager searches until it finds a seed, then carries it home in its jaws. A waiting ant inside the dark nest makes no judgment about that seed, never inspecting it or weighing whether it was worth the trip. What reaches the waiting ant is a brief touch of antennae, telling it that a forager has just come back, and a forager comes back only when it has found food. The more food there is, the faster these returns arrive.
Each contact nudges the ant a little closer to leaving, and the nudge fades between contacts. When contacts arrive faster than the nudges fade, the push accumulates past the ant’s threshold and out it goes. It never counts the contacts, and it never measures their rate: the fading does that work for it. More food means quicker returns, which sends still more ants out: positive feedback, no ant tracking anything beyond the traffic at the nest entrance. Slow returns keep ants home. The result is a colony-level strategy that adjusts automatically to food availability.
Computer scientist Balaji Prabhakar, also at Stanford, recognized the ants’ foraging rule the moment he heard it: it was essentially TCP (the Transmission Control Protocol that regulates data flow on the internet).163 Both systems use the same logic: local decisions driven by the rate of successful returns, no central controller. Evolution has been running distributed flow regulation for millions of years. Gordon called it the “anternet.” Foraging is one rhythm a colony keeps on these terms; the colony-wide activity bursts of Chapter 4 are another, spreading ant to ant by the same brief touches, with any ant able to serve as the first mover.
A deeper finding: in the desert, water is the binding constraint. Ants lose water merely by being outside. Gordon tracked colony fitness across decades and found the colonies producing the most offspring were the most restrained, conserving water by foraging only when returns justified the cost. She called it “the rewards of restraint.”
Restraint is the same rule about interaction rates, with the bar set high; no second instinct is bolted on beside it. Colonies differ in how fast the antennal contacts must arrive before their ants will go out. Set the bar low and a colony sends foragers into the heat on slow, thin returns; set it high and the colony keeps them home until returns come briskly enough to be worth the water the trip will cost. No ant decides to be prudent, and nothing inside the ant has changed. Restraint is what a high bar looks like from outside, at the scale of the whole colony.
The bar is not fixed, and this is what Gordon’s twenty-seven years of records revealed. It climbs as the air dries out, and colonies vary in how sharply they raise it. The most successful ones cut their foraging hardest on dry days, when a trip outside costs the most water, and forage steadily when humidity makes the trip cheap. Those colonies produced the most offspring colonies, and that sensitivity to dry conditions appears to carry over to the new colonies they establish, which is what gives selection something to act on.
Every new colony is founded by a queen. She mates with several males on a single flight, then digs a nest alone and lays every egg in it for the next quarter-century, while the males die within days; what they contribute travels on in the sperm she stores for life. The unit selection acts on here is the colony, not the ant.
Such restraint is also a way of keeping options open. The colony that holds back survives the drought that kills the overcommitted. Holding many future states available is the same shape of idea as the entropy maximization of Chapter 1, which also favors keeping the largest number of possibilities open.
The resemblance stops at that shape. Entropy maximization needs no history and no reason: a gas fills a room because there are overwhelmingly more ways for it to be spread out than bunched in one corner, and that counting argument holds the first time it ever happens, for a gas that has never existed before. The colony’s restraint had to be earned, across the generations of colonies just described. Take the selection away and the restraint never appears; take nothing away from the gas and it spreads regardless.
The two are also counting different things. Boltzmann’s tally counts the arrangements available to a system now, and the state holding the most of them is the state from which the least can still happen: air spread evenly through a room has more arrangements available to it than air held in one corner, and also nothing left to give. What the colony holds open is the set of futures still reachable by the colony, which means water in the bodies of ants that are alive next season. Holding those futures open functions as a reproductive advantage, without any individual ant knowing what “optionality” means. Chapter 1 called this the fourth sense of the word and marked the mapping as approximate. Here is where the seam shows: the strategies rhyme, and the bookkeeping does not.
The same option-keeping logic runs one level down, inside a single population of cells. In 2019, researchers at ETH Zurich took the T-maze that animal behaviorists run rats through and shrank it onto a chip: four T-junctions in a row, etched as channels thinner than a hair, with a chemical attractant laid across each junction so that one branch leads toward more of it and the other toward less.28 Steering by such a gradient is chemotaxis, the run-and-tumble navigation met earlier in this chapter, where the flagella either turn together or fly apart: swimming up toward useful chemicals (nutrients like sugars and amino acids) and away from harmful ones (acids, alcohols, and metabolic poisons).
The E. coli sent into the maze were clones. They shared the same DNA, the same growth conditions, the same starting line, and the same gradient at every junction. They did not make the same choices. Some turned toward the richer branch at junction after junction; others scattered nearly as though no gradient were there.
Why?
Identical genes do not make identical cells. Each of these bacteria carries the same steering apparatus, the surface receptors that register the chemical and the relay proteins that carry the news to the flagella, and no two carry the same amounts of it, because the machinery that builds proteins runs on chance. What varies from cell to cell is the gain of that relay: how large a change in tumbling a given change in concentration produces. A high-gain cell reads a faint gradient and commits to it; a low-gain cell meets the same gradient and barely alters course. The maze created none of this. It sorted a spread the population was already carrying, and made it visible by asking the same question four times.
That spread is strategic. Gene expression is stochastic: the molecular machinery operates probabilistically, the way the same die, rolled again and again, turns up different numbers. A colony of “identical” clones therefore contains bold responders and cautious ones, committed specialists and hedging generalists. The population hedges against uncertainty through phenotypic diversity, variation in observable traits rather than in genes. It spreads its bets like an investor who holds stocks, bonds, and cash rather than putting everything in one asset.
The bacterium Methylobacterium extorquens demonstrates the stakes. It feeds on methanol, which it must break down by way of formaldehyde, a toxic intermediate: a poisonous halfway product the cell cannot avoid making. Most cells die when formaldehyde spikes, but a phenotypically tolerant subpopulation survives and repopulates. The tolerant cells are genetically identical to the rest; they simply occupy a different region of the phenotypic space that stochastic gene expression makes available.
The colony’s survival depends on diversity it did not choose. Molecular noise (random thermal fluctuations that cause genes to switch on and off unpredictably) generates the optionality. Selection preserves it, because populations with broader phenotypic spread outlast narrower ones.
This is population-level computation. The colony solves the problem by maintaining enough internal variation that some cells are pre-adapted to whatever comes next.
Humans did not invent computation. The universe performs it at every level: in raw matter, in living organisms, in whole populations. What we call “algorithms” when we write them in code are patterns the universe was already running in chemistry.
Douglas Hofstadter, the cognitive scientist and author of Gödel, Escher, Bach, observed that self-assembling viruses carry “the information for the total conformation of the organism… spread about in its parts, not concentrated in some single place.”29 Each protein subunit bonds to its neighbors through shape complementarity alone: one piece slots into the next like a jigsaw. The result is a precise three-dimensional structure. Mission Command at the molecular scale: specify the principles, and the architecture assembles itself.
Michael Levin, a developmental biologist at Tufts University, has shown that this distributed encoding also operates electrically. All cells maintain a resting voltage across their membranes (neurons are not special in this regard). By altering these voltages, Levin’s group reprogrammed organ identity at the tissue level: they grew eyes from gut tissue; they induced extra limbs. In one experiment they removed the nascent brain from frog embryos. A missing brain, it turns out, throws off the patterning of tissues far away in the body, because the early brain is itself a source of organizing signals. Prompting the brain-fated cells to make a single ion channel (HCN2, a protein that lets charged particles cross the cell membrane) reinstated the electrical signal the absent brain would have supplied. The body’s muscle and nerves then patterned normally, with no brain present.164
The developing brain broadcasts chemical signals (neurotransmitters acting as morphogenetic messengers) long before the nervous system becomes operational, shaping tissues as distant as the tail. These chemical signals carry the instructions: which proteins to build, which genes to activate. The bioelectric field (the tissue-wide pattern of voltage differences described above) carries a distinct layer of information: where the proteins go and what they become.
DNA specifies the parts. Chemistry delivers the instructions. The bioelectric field organizes them in space. Hofstadter’s “information spread about in its parts” turns out to be that very field, a real and measurable pattern of voltage: computation in the service of self-construction.
Intelligence Without a Brain
Computation does not need a brain. Whether intelligence can do without one is a separate question, and it turns on what the word is taken to mean. The trouble is that “intelligence” usually smuggles in a picture of a brain doing the thinking, so a slime mold solving a maze sounds like a loose use of the word rather than a case of the real thing. Two researchers in artificial intelligence, Shane Legg and Marcus Hutter, cut the word loose from that picture. Surveying decades of competing definitions, they distilled one that names only what intelligence does: “intelligence measures an agent’s ability to achieve goals in a wide range of environments.”165 No clause about neurons, silicon, or self-awareness. A system is intelligent to the degree that it reaches its goals across varied and unfamiliar circumstances, whatever it is made of and however it works inside.
By that measure, this chapter’s cast qualifies. The slime mold solving a maze, the seedling balancing gravity against light, the ant colony tuning its foraging to the day’s returns: each reaches a goal across new conditions, with no brain in the system. The retina tiling its cones, the embryo routing its cells: the same story. Intelligence stops being a thing a few species possess and becomes a property any system can hold in degree, a dial rather than an exclusive club with a membership list.
Michael Levin has pushed this furthest. His framework, the Technological Approach to Mind Everywhere (TAME), proposes that goal-directed problem-solving runs all the way down and all the way up.166 A cell navigating its chemical surroundings, a tissue closing a wound, an organ holding its shape, an animal crossing a landscape: all express the same competency at different scales. Each works in its own space (a cell in the space of gene states and voltages, an animal in the space of places to go), and each steers toward targets there. What looks like a ladder of more and less impressive minds is one capacity recurring at every level, the way the Constructal Law (Chapter 3) finds the same branching geometry from river deltas to lungs.
This is the deeper reason the language of computation carries through the whole book. If intelligence is goal-achievement across environments, and the universe is full of systems that achieve goals, then mind is no late, local accident perched on top of physics. It is one of the things physics does, given enough iteration, at whatever scale the conditions allow.
Maybe the Universe Is This
What follows shifts from demonstrated mathematics to metaphysical speculation. The evidence above is solid; the extrapolation is honest conjecture.
Is this how reality works?
Stephen Wolfram thinks so. In A New Kind of Science (2002), he argued that the universe might be, at bottom, a cellular automaton: simple rules applied to discrete units of space and time, iterated from the beginning until now. All the complexity we see (particles, forces, chemistry, life, mind) would be produced by the iterations.
A radical claim, still controversial, no longer absurd. We know that trivial rules can produce Turing-complete computation. We know that simple local interactions generate order across a whole system, with no participant in it aware of the whole. We know that complexity needs no complex cause.
The universe might not be like a cellular automaton. It might be one, or something in the same computational family. What we call physics might be the large-scale behavior. What we call matter might be stable patterns. What we call life might be self-sustaining computations, dissipative structures in the cosmic code.
A dissipative structure holds its form only by passing energy through itself, exporting disorder to its surroundings to keep order within: a candle flame keeps its shape only while it burns fuel and sheds heat. Stop the flow, and the structure vanishes. Life is order that has to keep running to exist.
Dormancy looks like the counterexample, and it is worth pausing on. A dry seed, a bacterial spore, a tardigrade curled into cryptobiosis: each halts its chemistry almost entirely and persists for years, so living order plainly survives the flow being switched off. What none of them does meanwhile is maintain itself. Nothing inside a spore repairs anything; it keeps its shape the way a stone keeps its shape, waiting on an environment that may return the flow to it. Running is what living costs, not what existing costs.
We cannot yet prove that the universe is a computation in Wolfram’s sense: that every particle, force, and mind traces back to some simple rule iterated from the beginning. The narrower principle is already settled: simple rules, iterated, produce complexity. That much is demonstrated mathematics, not speculation. Rule 110 is Turing complete; four rules on a grid build a working computer. “Too simple to be true” fails as an objection. Nature has no obligation to be complicated enough to satisfy us.
Three Things Called Emergence
Wolfram’s proposal leans on one word harder than any other, and that word carries at least three meanings which keep getting swapped for one another.
The first is compositionality, met earlier with the flocks and the traffic jams. A system is compositional when the behavior of the whole follows from the behavior of the parts together with the rules for combining them. A recipe is compositional: know the ingredients and the steps, and you can predict the cake. Boids is compositional: three steering rules per bird, and flocking follows. Conway’s Glider is compositional: five cells and four rules, and anyone can derive its walk across the grid with a pencil and squared paper. Turing’s spots and stripes are compositional: two chemicals, one diffusing faster than the other, and the pattern falls out of the equations.
The second is computational irreducibility, met with Wolfram’s Class 3, and it is where the word emergence gets spent most cheaply. Compositional does not mean foreseeable. Every row Rule 110 produces follows from one lookup table of eight entries, and nobody can tell you what row a million looks like without generating the 999,999 rows above it. The derivation exists. It is simply that the only derivation available is the system itself, running at full length. Weather behaves this way; so does a developing embryo. Surprise of this kind is a fact about what the calculation costs, and it says nothing about whether the parts explain the whole.
The third is emergence proper. Chapter 1 gave a working version of it, behavior that none of the individual components display, and located it in the failure of entropies to add. That version is serviceable and slightly too generous, since a traffic jam passes it. The strong claim is narrower: the whole exceeds what the parts and their rules of combination predict, and not because the sums are long. What appears at the upper level is a property the parts do not have, arriving with organizing principles that nothing in the description of the parts announces.
Philip Anderson made the case with magnets, in a 1972 essay called “More Is Different.” A bar magnet points somewhere. The laws governing its individual electrons single out no direction whatsoever, so the magnet’s direction is not a fact about any electron in it, and it appears abruptly, at one particular temperature, as the metal cools. Rigidity has the same shape: a crystal resists being pushed, and no atom in it is rigid. Anderson was not claiming such things are permanently inexplicable, since physics did explain both in the end. He was claiming that no quantity of computing power aimed at the parts would have found them, because each level of organization runs on principles that have to be discovered at that level.
Then the hard case, consciousness. No one can derive subjective experience from neurons and their rules of combination, and no one can say what such a derivation would even look like. That is a different and more serious kind of gap than a calculation nobody has run.
Whether the third category exists at all remains contested, and the objection deserves stating. A committed reductionist holds that every apparent case of emergence is the second category in costume, irreducibility plus ignorance, with the derivations out there and merely beyond us. Nobody has refuted that position. Gordon Brander, a systems thinker writing on emergence, puts the distinction as tightly as it can be put: “Compositionality is composability without emergence.”167
With the three held apart, the edge of chaos comes into focus. Class 4 systems are compositional through and through: every structure they produce follows from the rules, the Glider included. They are also irreducible, so those structures cannot be foreseen without running them, which is why the person who wrote the rules is as surprised as anyone. Whether anything at the edge of chaos is emergent in the third sense is the open question rather than the established finding, and a brain is where it is being fought over.
What Brings Emergence About
None of that says what produces emergence, and Anderson’s answer is in his title. Multiplicity does it: assemble enough copies of one component and the assembly acquires behavior the component lacks. A single water molecule has no viscosity, no turbulence, and no surface tension; a mole of them flowing has all three. One electron spin is not magnetic in the way a magnet is; a trillion of them locking into alignment are.
DNA nanotechnology has recently supplied a second answer, and it turns on multiplicity of kinds rather than of copies. Constantine Evans and colleagues designed a set of 917 different DNA tiles, each a short strand binding to four neighbors, such that one single mixture can assemble into three different shapes depending on which tiles are made abundant.168 They then set those 917 concentrations from the pixels of handwritten letters and let the tubes anneal (cool slowly, giving the tiles time to settle into their best-fitting arrangement) for a hundred and fifty hours. The mixture grew the letter it had been shown. Eighteen training images each nucleated the correct shape (seeded its growth), as did most of a test set of speckled and partly obscured ones. Recognition performed by nothing but the relative concentrations of tiles in a tube.
Nine hundred and seventeen is not a magic number, and the paper claims nothing for it. Three letter shapes drawn on a 24-by-24 grid need 1,456 tile positions; a search for sequences that could serve at several positions at once brought that count down, and 917 was the smallest set any run of the search produced. The order of magnitude is what matters. What emerges in the many-component limit, the authors write, is robustness, programmability, and information processing, and they offer “more types is different” as the companion to Anderson’s slogan.
The two kinds of multiplicity do different work, and that is the part worth keeping. Many copies of one component buy new physics: properties belonging to the aggregate and to nothing below it. Many kinds of component buy discrimination: a system that responds differently to different inputs. Life runs on both at once and has since it began. A cell’s water gives it the first; its several thousand distinct proteins give it the second.
I would stop short of calling the tube intelligent. By the standard borrowed from Legg and Hutter a few pages back, intelligence is achieving goals across a wide range of environments, and a mixture that sorts letters while a tube cools from 48 to 45 degrees Celsius has one goal in one environment. Evans and colleagues are careful in the same place: five of the eighteen training images nucleated the right shape without doing so decisively, and when the letters were rewritten in an unfamiliar hand, only three of six were recognized at all. The narrower claim is the one that holds, and it is remarkable enough. Telling things apart is what everything this book later calls intelligence is built out of. That capacity arrives with heterogeneity, and here it arrives in plain chemistry: no nervous system, no readout, nothing resembling a brain.
The prime-number model earlier in this chapter is the same lesson in miniature. Goles, Schulz, and Markus gave their populations integers and a scoring rule and nothing else: no number theory, no notion of divisibility, no goal. Primes came out as the stable points regardless, one of them large enough that Euler needed a proof to certify it. The dynamics found a property of the integers because the fitness landscape had that property built into it, which is exactly how the cicadas underground found it a few million years earlier. The universe computes things we have only recently learned to name.
The Synthesis
The threads, gathered:
Entropy spreads energy (Chapter 1). Thermodynamics makes the spreading inexorable (Chapter 2). The Constructal Law shapes it into flow (Chapter 3). Dissipative structures emerge because coordination accelerates spreading (Chapter 4). Levin’s scale-free niche construction extends the principle further: cognitive agents at every scale use their environment as an active memory scratchpad.169
An agent alters its surroundings, and those alterations become information it can read back later: a cell reshapes the chemical gradients it sits in, an ant lays a pheromone trail that later ants navigate by, a researcher fills a notebook. The memory doing the work is outside the agent, held in the world it has modified. Levin and his colleagues propose that the same mathematics describes this at every level, so the distance between a cell doing it and a civilization doing it is a matter of scale.
The brain was never the only place where computation lived. Orb spiders adjust web thread tension to modulate sensitivity to prey: hungry spiders tighten threads, effectively paying attention to regions where food might arrive, while a well-fed spider lets them slacken, tuning out vibrations not worth the cost of a response.170 Octopuses distribute two-thirds of their neurons into their arms. Crickets localize mating calls through a tracheal tube (an air-filled channel in the exoskeleton) connecting their ears. In each case the body and its surroundings carry work the brain is assumed to do alone, and they carry it well enough to rival what a brain produces.
The foundation established across Part I:
- The universe runs on gradients.
- Gradients drive flow.
- Flow takes shape.
- Shapes that flow better persist.
- Simple rules, iterated, generate much of the complexity we see.
- Complexity that outruns its own rules is emergence.
- Emergence among many different kinds of parts starts to look like intelligence.
Much of what follows (life, mind, society, ethics) returns to this theme: the same pattern, recurring at different scales, until the mathematics of cellular automata becomes the mathematics of ethics.
Notes
Notes for this chapter are available in the online companion at https://www.thedeeperlaw.com/companion/notes/ch05-simple-rules/.
Gold, D.A. et al., “The genome of the jellyfish Aurelia and the evolution of animal complexity,” Nature Ecology & Evolution 3: 96–104 (2019).↩︎
Blackiston, D., Lederer, E., Kriegman, S., Garnier, S., Bongard, J. & Levin, M., “A cellular platform for the development of synthetic living machines,” Science Robotics 6(52), eabf1571 (2021). See also Ball, P., “Cells Form Into ‘Xenobots’ on Their Own,” Quanta Magazine (31 March 2021). Levin’s earlier work showed that tadpoles with scrambled facial features (“Picasso tadpoles”) nonetheless developed normal frog faces, suggesting that the target morphology is stored collectively, not genetically prescribed step-by-step.↩︎
Johnson, N.F. et al., “Getting closer to the goal by being less capable,” Science Advances 5(2) (2019): eaau5902. The model was developed to describe feedback loops in financial and biological decentralized systems, including fly larva locomotion.↩︎
Dreyer, T., Haluts, A., Korman, A., Gov, N.S., Fonio, E., and Feinerman, O., “Comparing cooperative geometric puzzle solving in ants versus humans,” Proceedings of the National Academy of Sciences 122(1): e2414274121 (2025). DOI: 10.1073/pnas.2414274121. Ant groups (Paratrechina longicornis) improved with size; human groups did not, and did worse than individuals when barred from communicating. The authors attribute the human deficit to consensus-seeking (“greedy”) strategies, not to effort dilution.↩︎
Pankow, K.L. et al., “Massive landslide at Utah copper mine generates wealth of geophysical data,” GSA Today 24(1): 4–9 (2014). The slide was detected by seismographs worldwide.↩︎
Makse, H.A., Havlin, S., King, P.R., and Stanley, H.E., “Spontaneous stratification in granular mixtures,” Nature 386: 379–382 (1997). For a review of size- and shape-based segregation mechanisms: Ottino, J.M. and Khakhar, D.V., “Mixing and segregation of granular materials,” Annual Review of Fluid Mechanics 32: 55–91 (2000).↩︎
van der Vaart, K. et al. “Mechanical spectroscopy of insect swarms.” Science Advances 5(7), eaaw9305 (2019). The study measured swarm dynamics using three-dimensional tracking of individual midges while oscillating a ground marker beneath the swarm.↩︎
Mlot, N.J., Tovey, C.A., and Hu, D.L., “Fire ants self-assemble into waterproof rafts to survive floods,” Proceedings of the National Academy of Sciences 108(19) (2011): 7669–7673. Trapped air reduces the raft’s density by about 75 percent relative to the ants alone, making it buoyant and water-repellent.↩︎
Reid, C.R., Lutz, M.J., Powell, S., Kao, A.B., Couzin, I.D., and Garnier, S., “Army ants dynamically adjust living bridges in response to a cost–benefit trade-off,” Proceedings of the National Academy of Sciences 112 (2015): 15113–15118. The twenty percent workforce ceiling and the cost–benefit model of bridge-building both emerge from individual ants’ sensitivity to foot traffic, with no global information or central planning.↩︎
Pokhrel, A.R., Steinbach, G., Krueger, A., Day, T.C., Tijani, J., Bravo, P., Ng, S.L., Hammer, B.K., and Yunker, P.J., “The biophysical basis of bacterial colony growth,” Nature Physics 20, 1509–1517 (2024). The contact-angle framework unifies prior observations of biofilm morphology: the colony’s expansion rate proves more sensitive to its edge contact angle than to the cells’ own growth rate, so the whole-colony fitness is set by geometry more than by doubling time.↩︎
Chandra, V., Fetter-Pruneda, I. et al., “Social regulation of insulin signaling and the evolution of eusociality in ants,” Science 361(6400): 398-402 (2018).↩︎
West-Eberhard, M.J., “Flexible strategy and social evolution,” in Animal Societies: Theories and Facts, ed. Itô, Y., Brown, J.L. & Kikkawa, J. (Japan Scientific Societies Press, Tokyo, 1987), pp. 35-51; expanded in Developmental Plasticity and Evolution (Oxford University Press, 2003).↩︎
Peters, R.S. et al., “Evolutionary History of the Hymenoptera,” Current Biology 27(7) (2017): 1013–1018. Molecular phylogenomic analysis places the ant–bee divergence at approximately 160 million years ago (Late Jurassic), with confidence intervals spanning 150–180 Ma. Corroborated by Branstetter, M.G. et al., “Phylogenomic Insights into the Evolution of Stinging Wasps and the Origins of Ants and Bees,” Current Biology 27(7) (2017): 1019–1025.↩︎
Kirschner, M. and Gerhart, J., “The plausibility of life: resolving Darwin’s dilemma,” Yale University Press (2005); distilled in Kirschner, M. and Gerhart, J., “Evolvability,” Proceedings of the National Academy of Sciences 95(15) (1998): 8420–8427. Gerhart, J. and Kirschner, M., “The theory of facilitated variation,” Proceedings of the National Academy of Sciences 104(suppl 1) (2007): 8582–8589.↩︎
The 64% random packing fraction was established by Bernal, J.D. and Mason, J., “Co-ordination of randomly packed spheres,” Nature 188 (1960): 910–911. The 74% optimal lattice packing is the Kepler conjecture, proved by Hales, T.C., “A proof of the Kepler conjecture,” Annals of Mathematics 162 (2005): 1065–1185.↩︎
Riemann, B., “Ueber die Anzahl der Primzahlen unter einer gegebenen Grösse,” Monatsberichte der Berliner Akademie (1859). The connection between zeta zeros and quantum energy level statistics was discovered by Montgomery and Dyson (1972) and is explored in Chapter 15.↩︎
Webb, G.F., “The prime number periodical cicada problem,” Discrete and Continuous Dynamical Systems — Series B 1(3) (2001): 387–399. Among cycles from 10 to 18 years, only the primes 13 and 17 produced stable populations. The underlying mechanism is the lowest common multiple: LCM(p, q) = pq when p is prime and q is not a multiple of p, maximizing the interval between dangerous synchronizations.↩︎
Toivonen, J. and Fromhage, L., “Hybridization selects for prime-numbered life cycles in Magicicada,” Ecology and Evolution 10(12) (2020): 5259–5269. In individual-based simulations, hybrid offspring with intermediate cycle lengths faced 49–55% predation mortality versus 6% for non-hybrids, because they emerged at low density without the protection of predator satiation.↩︎
Goles, E., Schulz, O., and Markus, M., “Prime number selection of cycles in a predator-prey model,” Complexity 6(4) (2001): 33–38, together with the same authors’ “A Biological Generator of Prime Numbers,” Nonlinear Phenomena in Complex Systems 3(2) (2000): 208–213, which supplies the mechanism described here. For predator cycle X and prey cycle Y, prey fitness works out to 1 − 2·gcd(X,Y)/X, maximized when the two numbers share no factor. The result is conditional in ways worth recording: mutations are confined to a range chosen to exclude the predator cycles that would destabilize a prime, the lattice model’s peak sits at 17 on a 10×10 grid but shifts to 13 at 20×20 and dissolves into non-primes at 5×5, and the authors leave the location of that peak unexplained. The model also requires the predator itself to be periodic. Campos, P.R.A., de Oliveira, V.M., Giro, R., and Galvão, D.S., “Emergence of Prime Numbers as the Result of Evolutionary Strategy,” Physical Review Letters 93 (2004): 098107, object that no such parasitoid is known, and obtain prime-numbered prey cycles from a model whose predators have no cycle at all.↩︎
Karban, R., Black, C.A., and Weinbaum, S.A., “How 17-year cicadas keep track of time,” Ecology Letters 3(4) (2000): 253–256. Nymphs feed on root xylem, which carries a brief annual amino acid surge during leaf-out. The molecular mechanism for tallying these pulses remains unidentified.↩︎
England, S.J. and D. Robert, “Prey can detect predators via electroreception in air,” Proceedings of the National Academy of Sciences 121 (2024): e2322674121. Researchers demonstrated that caterpillars respond to the electric fields generated by wasp wing movements, constituting a novel form of predator detection that operates through electrostatic rather than acoustic or visual channels.↩︎
Knight, T.A., “On the Direction of the Radicle and Germen during the Vegetation of Seeds,” Philosophical Transactions of the Royal Society of London 96 (1806): 99–108.↩︎
Bastien, R., Bohr, T., Moulia, B., and Douady, S., “Unifying model of shoot gravitropism reveals proprioception as a central feature of posture control in plants,” Proceedings of the National Academy of Sciences 110(2) (2013): 755–760. The model demonstrates that gravitropism without proprioception produces sustained oscillation; proprioception is necessary for the stem to converge on the vertical. Convergence is not always monotonic: above a critical bending number the approach is a damped oscillation that still crosses the vertical before settling.↩︎
Darwin, C. and Darwin, F., The Power of Movement in Plants (John Murray, London, 1880). Darwin’s coleoptile experiments established that the photosensitive region is at the shoot tip while the growth response occurs in the elongation zone below.↩︎
Gordon, D.M., “The rewards of restraint in the collective regulation of foraging by harvester ant colonies,” Nature 498 (2013): 91–93. Gordon has studied the same marked colonies in the Arizona desert since 1985, tracking colony behavior across the full lifespan of harvester ant colonies (~25 years).↩︎
Prabhakar, B., Dektar, K.N., and Gordon, D.M., “The regulation of ant colony foraging activity without spatial information,” PLoS Computational Biology 8 (2012): e1002670. The paper establishes the formal analogy between harvester ant foraging regulation and TCP/IP.↩︎
Herrera-Rincon, C., Pai, V.P., Moran, K.M., Lemire, J.M., and Levin, M., “The brain is required for normal muscle and nerve patterning during early Xenopus development,” Nature Communications 8 (2017): 587. DOI: 10.1038/s41467-017-00597-2. See also Pai, V. et al. (2015) on bioelectric signals from the body shaping brain development. Levin’s work demonstrates that transmembrane voltage patterns carry morphogenetic information distinct from genetic expression; a layer of biological computation that predates the nervous system.↩︎
Legg, S. and Hutter, M., “Universal Intelligence: A Definition of Machine Intelligence,” Minds and Machines 17(4): 391–444 (2007). DOI: 10.1007/s11023-007-9079-x. The authors compare dozens of proposed definitions and converge on a single substrate-neutral formulation, rendered formally as a weighted measure of an agent’s performance across all computable environments.↩︎
Levin, M., “Technological Approach to Mind Everywhere: An Experimentally-Grounded Framework for Understanding Diverse Bodies and Minds,” Frontiers in Systems Neuroscience 16: 768201 (2022). DOI: 10.3389/fnsys.2022.768201. Levin argues that problem-solving competency is a continuum spanning subcellular, cellular, tissue, and organismal scales, each operating in its own problem space.↩︎
Brander, G., “Compositionality is composability without emergence,” gordonbrander.com, https://gordonbrander.com/pattern/compositionality-is-composability-without-emergence/ (accessed 2026).↩︎
Evans, C.G., O’Brien, J., Winfree, E., and Murugan, A., “Pattern recognition in the nucleation kinetics of non-equilibrium self-assembly,” Nature 625 (2024): 500–507. The 917 tiles are 42-nucleotide single strands; the concentration vector is the system’s input, and the identity of the shape that nucleates is its output. The authors note that uniquely addressed structures with hundreds of distinct components routinely self-assemble on the first attempt, while few-component structures require years of experimental refinement, and they propose “more types is different” as a variant on Anderson’s observation. The decision boundaries were trained in simulation; the molecular interactions themselves were fixed, and the eighteen classifications were run in test tubes and verified by atomic force microscopy and fluorescence.↩︎
Pio-Lopez, L., Pezzulo, G., and Levin, M., “Scale-free Niche Construction,” preprint (2025). Cognitive agents at every scale use their environment as active memory, the same scale-invariant mathematics applying from cells to civilizations. See also Levin, M., “The Computational Boundary of a ‘Self’: Developmental Bioelectricity Drives Multicellularity and Scale-Free Cognition,” Frontiers in Psychology 10: 2688 (2019).↩︎
Japyassú, H.F. and Laland, K.N., “Extended spider cognition,” Animal Cognition 20(3) (2017): 375–395. The authors argue that a spider’s web functions as an extension of its cognitive system: web state changes spider behavior and vice versa, meeting criteria for a coupled cognitive system.↩︎