Essay · Artificial Life · Emergence

Sixty-Four Numbers and the Question of Life

On emergence, particle life, and what it might mean that simple rules produce things that look alive.

~2,800 words · 12 min read

Open the simulation as you read

The first time you see it happen, you don't quite believe it.

You're watching a field of glowing dots — pink, gold, cyan, purple — scattered randomly across a dark screen. They move. They collide. They seem, for the first few seconds, like nothing at all: colored noise with momentum.

And then something gathers.

A cluster of pink particles begins circling a knot of gold. The gold retreats, pulling the cyan with it. The cyan wraps around, and suddenly there's a membrane — a thin, luminous wall with pink on the outside and gold locked inside, turning slowly like a cell seen under glass. You didn't program this. You didn't design it. You wrote down sixty-four numbers — six species, each pair with a single value between −1 and 1 — and this is what fell out.

You press R. New numbers. The cell dissolves. Chaos. Then: a chaser emerges from the mess, a tight knot of particles that hunts across the field with what looks disturbingly like purpose. It finds a cluster. The cluster explodes outward. The chaser reassembles and hunts again.

You press R again. This time: nothing interesting. Random jitter.

R.

This time: something that breathes.

What particle life is

The model is not new. Its roots trace through the artificial life movement of the 1980s and 1990s — through the work of Jeffery Ventrella and others who asked a specific, pointed question: how much structure does a rule set need before interesting things happen?

The answer, in particle life, is: less than you'd think.

The world is a square that wraps at its edges — a torus, so no particle is ever lost and there are no boundary effects. Each particle belongs to a species. The entire behavioral rule set is a matrix: one number per species pair, between −1 and +1. Positive means attraction. Negative means repulsion.

At every timestep: find all neighbors within reach, compute a force for each pair, sum the forces, update velocity with damping, and move. That's the whole model. No memory. No communication. No predefined behaviors. The particles don't know they're forming a membrane. They're just following the physics of their local neighborhood, sixty times a second.

And yet.

The shape of interaction

The force curve deserves a closer look, because it is the single most important design choice in the model — the thing that makes interesting behavior possible at all.

For two nearby particles, the force depends on their distance, normalized to the interaction reach. The curve has two distinct regions.

In the repulsive core — roughly the innermost third of the reach — the force is always a push, regardless of species. A particle approaching too close is pushed back. This region is hard-coded into the physics, unconditional, immune to the matrix. Without it, attraction-dominated configurations would collapse all particles into a single point. The core is what keeps structure possible.

In the interaction band — the outer two-thirds of the reach — the matrix value takes over. A positive value bends the curve upward (attraction); a negative value bends it downward (repulsion). The force peaks somewhere in the middle of this band and returns to zero at the edge of reach. No force acts beyond reach: the world is strictly local.

Two mathematical properties matter. First, the curve is continuous at both transitions — no discontinuous jump at the core boundary or the reach boundary. Continuity here is what makes the simulation well-behaved at 60 frames per second. Second, the force in the interaction band scales with the matrix value, so intermediate values (say, 0.3 or −0.7) produce proportionally weaker effects. The matrix isn't binary — it's a continuous dial, and you can hear the difference.

This two-zone structure — a hard inner wall and a soft outer band — isn't unique to particle life. A similar architecture appears in van der Waals forces between molecules, in the nuclear force between protons, and in the abstract fitness landscapes of evolutionary computation. It appears to be a recurring motif in systems capable of forming stable structure.

The long history of things that shouldn't work

Particle life belongs to a broader tradition of systems that produce vastly more than their rule sets seem to allow.

John Conway's Game of Life — a two-dimensional cellular automaton from 1970 — has a rule set you can state in two sentences. From this emerges gliders, oscillators, logic gates, and eventually — after decades of human effort — a complete universal Turing machine. A system capable of any computation, from three words of rules.

Langton's Ant is simpler still: one ant, two colors, two rules. After roughly ten thousand steps of apparently random behavior, the ant begins building a periodic highway that extends forever. No one predicted this. It was discovered by running the simulation.

Alan Turing, in 1952, showed mathematically that two chemicals diffusing and reacting with each other — governed by simple differential equations — could spontaneously generate the stripe and spot patterns seen in animal coats. Uniform initial conditions; spatial pattern as output. He called this morphogenesis. It was the first rigorous proof that physical systems could develop structure from uniformity, not because structure was specified, but because it was the only stable outcome of the dynamics.

Christopher Langton analyzed cellular automata in 1990 and found that the richest, most complex behavior occurred in a narrow band he called the "edge of chaos" — a critical regime between systems too ordered to do anything interesting and systems too chaotic to sustain any structure. He proposed that life itself occupies this critical regime: stable enough to persist, complex enough to compute, balanced at a point that no simple rule would predict.

Per Bak, Chao Tang, and Kurt Wiesenfeld observed in 1987 that many complex systems spontaneously evolve toward a critical state without being tuned there — sandpiles, earthquakes, forest fires, stock markets. They called this self-organized criticality. The implication is that the edge of chaos is not a special destination requiring careful navigation; under certain conditions, systems find it on their own.

More recently, Bert Wang-Chak Chan's Lenia (2019) generalized Conway's Life into continuous space, time, and state — replacing the binary grid with smooth fields and the update rule with a convolution integral. The result is a zoo of stable, moving creatures of astonishing visual complexity, all from a single equation with a handful of parameters. Where Conway's Life can be Turing-complete, Lenia produces things that look like organisms — moving, dividing, responding — from machinery no more complicated than a lens focusing light.

Particle life belongs to this tradition. It is not as mathematically radical as Lenia, not as computationally proven as Life. But it occupies the same conceptual space: a simple local rule producing global structure that was not specified and cannot be straightforwardly predicted.

What "life" actually means

This is where honesty requires slowing down.

Life, as biologists define it, requires: metabolism, homeostasis, growth, reproduction, response to stimuli, and evolution. Particle life systems meet some of these criteria superficially and none of them rigorously.

The "membrane" you see isn't maintaining homeostasis — it's a dynamic equilibrium that holds as long as the matrix values favor it, but has no mechanism to defend itself from sufficiently large perturbation. The "chaser" isn't eating anything — it's a stable configuration of forces that happens to produce directed motion. The structures don't reproduce. They don't evolve over generations.

So: no. Nothing in this simulation is alive.

And yet the question "could it be?" is not a rhetorical warm-up. It's one of the most important questions in science, and its difficulty is instructive. The difficulty isn't that we can't define life — we have definitions. The difficulty is that every definition we have is arrived at by looking at the one example of life we know — terrestrial biochemical life — and abstracting from it. We don't know which features of that example are essential and which are historical accidents of how life happened to begin on this particular planet.

Watching particle life produce membrane-like structures from a force matrix suggests that compartmentalization, at least, might not require biochemistry. It might require only a certain kind of local interaction rule.

Where the edge is

Thomas Ray's Tierra system (1991) created a digital environment where simple machine-code organisms competed for memory and CPU cycles — a genuine resource, finite and contested. Within hours of being run, parasites appeared: organisms that hijacked the replication machinery of others. Then organisms evolved immunity. Then hyperparasites evolved to exploit the parasites. Ray had not programmed any of this. He had set up conditions where Darwinian evolution was possible, and it happened.

That is the edge this simulation approaches but does not cross. Tierra had replication (organisms could copy themselves), variation (copying was imperfect), and selection pressure (memory and CPU were finite). Particle life has none of these. The particles don't copy themselves. Their matrix values don't drift. There's no resource they compete for.

But the gap is not as large as it sounds. The behavioral complexity that emerges from a simple matrix suggests that the underlying substrate might be capable of more, given the right additions. Consider what "replication" might mean in a particle life system: if a cluster of particles, under the right conditions, could catalyze the assembly of a similar cluster from surrounding material — if certain configurations were autocatalytic — that would be a form of reproduction. Consider "variation": if the effective interaction strength between a particle and its environment drifted slowly under high-energy conditions, that would be a form of mutation. Consider "selection": if there were a resource gradient, then configurations that exploited it would persist longer than those that couldn't.

These aren't outlandish extensions. The question isn't whether they're possible in principle. It's whether this particular substrate — particles, forces, a matrix — could support them. The simulation you're looking at is not there. But it's in the right family.

More is different

In 1972, the physicist Philip Anderson published a short paper in Science titled "More is Different." It remains one of the clearest philosophical statements ever written about emergence.

Anderson's argument was directed at a particular kind of reductionist overconfidence. Particle physicists of his era were arguing that once you understood the fundamental laws — quantum mechanics, electromagnetism, gravity — you understood, in principle, everything. Chemistry was just applied quantum mechanics. Biology was just applied chemistry. The reduction was complete; the reconstruction was just a matter of working out the details.

Anderson said: no. "The ability to reduce everything to simple fundamental laws does not imply the ability to start from those laws and reconstruct the universe." Each new level of organization, he argued, exhibits properties not present at lower levels — properties that require new concepts and new laws to describe.

"More is different. The ability to reduce everything to simple fundamental laws does not imply the ability to start from those laws and reconstruct the universe."
— Philip W. Anderson, Science, 1972

What Anderson was describing is what philosophers call downward causation: higher-level structures can constrain and influence lower-level behavior in ways not reducible to the lower-level laws alone. A membrane in a particle life simulation is not just a collection of particles; it's a level of organization that constrains which particle configurations are accessible. The membrane is real. It does things. It has properties — shape, location, persistence, response to perturbation — that the particles individually don't have.

The sixty-four numbers in the matrix are not a description of membranes. They're the conditions under which membranes become possible.

What it would take

Here is the precise gap, stated as concretely as possible.

This simulation produces structure — configurations that persist, that have properties not present in individual particles, that respond to perturbation. What it doesn't produce is history — configurations that change over time in response to their own past, that accumulate adaptation, that carry information forward from one generation to the next.

The missing ingredient is not magic. It is heredity with variation under selection. Darwin's insight, in its most abstract form, says: give any system those three properties, and you will get evolution. The substrate is irrelevant. It doesn't matter whether the replicating things are molecules, machine-code organisms, or particle clusters. What matters is the information structure: that some configurations persist and propagate better than others, and that their offspring resemble them but not perfectly.

In 2003, Richard Lenski and colleagues published results from Avida — a digital evolution platform descended from Tierra — showing that complex logical functions could evolve from simpler precursors through a sequence of small, selectable steps. The evolutionary pathway was not designed. It was searched, one mutation at a time, by a population of organisms competing for CPU cycles. The complex feature was found because the search space was large, time was long, and selection was relentless.

A particle life system extended with heredity would have access to the same evolutionary search. The configurations that produce membranes and chasers — the rare, interesting draws from the matrix — would become starting points for further search, rather than transient accidents to be overwritten by the next press of R.

What you're watching when you press R, in other words, is a simulation with no memory. It starts fresh each time. It can find interesting configurations, but it cannot build on them. Adding memory — heredity — would transform it from a demonstration of emergence into a substrate for evolution. That transformation is not a small engineering change. It is the most important transition in the history of life.

The design–found distinction

The thing that particle life demonstrates most clearly is not that life is easy. It's that the distinction between "designed" and "found" is less clear than we assumed.

We assume that complex structure requires a designer. A membrane looks designed — it has a specific shape, a specific function, a specific relationship to its interior. Surely something so functional was specified. But the membrane in a particle life simulation was not specified. It was found — by the dynamics, by the force equations, by sixty iterations per second searching the space of possible configurations until the system settled into a basin of attraction that happened to look like a cell.

This is the same claim Darwin made about biological organisms. They look designed. They have the appearance of purpose, of specification, of intent. But they weren't designed — they were found. The evolutionary search explored variation and retained what worked, across billions of years and trillions of organisms, until it found configurations of extraordinary complexity and apparent purposefulness.

The force is the same one at work in neural networks. A trained network looks, from the outside, like it "knows" something — it recognizes faces, translates languages, generates coherent text. But it wasn't programmed with that knowledge. It was found by gradient descent, searching a space of parameters until it settled into a basin where the outputs resembled what was wanted. The knowledge is emergent; the search is the mechanism.

The implication runs deeper than technology. It suggests that purpose — the functional fit of structure to environment — does not require a purposer. It requires only a search process operating over a space large enough to contain solutions, with a mechanism for retaining what works. What you're watching in a particle life simulation is a search. The R key is the restart button. Most trials fail. Occasionally, one finds something. That's how a lot of things happened.

The structures described in this essay — membranes, chasers, oscillations — are observable in the console. Press R repeatedly. Most draws are inert. The interesting configurations are rare, which is part of the point.

Open the console →

The honest answer

Could life be generated in a particle life simulation?

Not this one. As written, the simulation has no heredity, no variation across generations, no selection pressure. It demonstrates emergence — structure arising from simple local rules — but not evolution, which requires that emergence to compound over time.

But the demonstration it does provide is philosophically significant. It shows that the gap between "a matrix of numbers" and "structure that looks purposeful" is smaller than intuition predicts. It shows that the two-zone force curve is sufficient to produce compartmentalization, directed motion, and sustained oscillation without any of those behaviors being coded. It shows that the appearance of design does not require a designer.

Extended with replication and selection — which related systems have already achieved — particle life could plausibly produce genuine evolutionary dynamics. Whether it would produce the specific kind of complexity we recognize as life is open. Whether it would produce the kind of complexity that, given enough time, could produce something we would recognize as mind is more open still.

What the simulation in its current form does is pose the question clearly enough that it's worth asking.

The structures you see are made of nothing but attraction, repulsion, and time. Everything you know is made of that too. The difference — the gap that life crossed, that mind crossed — is heredity. It is the capacity to carry the past forward and use it to navigate the future.

We don't know when that gap first closed. We don't know if it could close again, in a different substrate. We know it closed at least once. And we know that when it did, the universe began — slowly, over billions of years — to understand itself.

Notes & References

  1. [1]
    The Chemical Basis of Morphogenesis
    Turing, A.M. (1952) · Philosophical Transactions of the Royal Society B, 237(641), 37–72
    The foundational paper showing that two diffusing, reacting chemicals can spontaneously produce spatial pattern from uniform initial conditions.
    DOI: 10.1098/rstb.1952.0012
  2. [2]
    Mathematical Games: The fantastic combinations of John Conway's new solitaire game "Life"
    Gardner, M. (1970) · Scientific American, 223(4), 120–123
    The original public introduction of Conway's Game of Life, which established cellular automata as a serious area of inquiry.
  3. [3]
    Computation at the Edge of Chaos: Phase Transitions and Emergent Computation
    Langton, C.G. (1990) · Physica D: Nonlinear Phenomena, 42(1–3), 12–37
    Langton's analysis showing maximum computational complexity in cellular automata occurs in a narrow critical regime — the "edge of chaos."
    DOI: 10.1016/0167-2789(90)90064-V
  4. [4]
    Self-organized criticality: An explanation of the 1/f noise
    Bak, P., Tang, C., & Wiesenfeld, K. (1987) · Physical Review Letters, 59(4), 381–384
    Introduces self-organized criticality — the observation that many complex systems spontaneously evolve toward a critical state producing scale-free event distributions.
    DOI: 10.1103/PhysRevLett.59.381
  5. [5]
    An Approach to the Synthesis of Life
    Ray, T.S. (1991) · In: Langton et al. (Eds.), Artificial Life II. Addison-Wesley, pp. 371–408
    Description of Tierra, in which digital organisms spontaneously evolved parasites, hyperparasites, and immunity — none of which were programmed.
  6. [6]
    More Is Different
    Anderson, P.W. (1972) · Science, 177(4047), 393–396
    Anderson's argument that reduction and reconstruction are not symmetric: the ability to reduce everything to fundamental laws does not imply the ability to reconstruct the universe from those laws.
    DOI: 10.1126/science.177.4047.393
  7. [7]
    The evolutionary origin of complex features
    Lenski, R.E., Ofria, C., Pennock, R.T., & Wilke, C.O. (2003) · Nature, 423, 139–144
    The key Avida paper showing complex digital traits evolving from simpler precursors through selectable intermediate steps.
    DOI: 10.1038/nature01568
  8. [8]
    Lenia: Biology of Artificial Life
    Chan, B.W.-C. (2019) · Complex Systems, 28(3), 251–286 · arXiv:1812.05433
    Introduction of Lenia, a continuous generalization of Conway's Life that produces stable, moving creatures of remarkable complexity from a single convolution-based rule.
On attribution of the particle life model: The specific model implemented in Emergence — discrete particles, species, an N×N force matrix, and the two-zone force curve — belongs to the particle life / "clusters" family. Jeffery Ventrella's work is closely related (ventrella.com). The exact provenance of the force curve formulation is uncertain; it has been independently described by multiple researchers. All citations above have been verified to the best of the author's ability. Independent verification is always encouraged.