← Back to Library

Biological evolution and information acquisition

Most people view evolution as a slow, grinding march of random mutations, but Brian Potter reframes it as a high-speed information acquisition engine that solves search problems with startling efficiency. By treating biological life as a series of modular components being tested and recombined, Potter reveals why sexual reproduction isn't just a quirk of nature—it is the ultimate algorithm for navigating complexity. This perspective transforms how we understand everything from antibiotic resistance to the sheer scale of biological innovation.

The Search Problem in Biology

Potter begins by drawing a parallel between economic simulations of technology and natural selection, noting that "biological evolution uses a very similar trick" to modular circuit design. He argues that just as engineers build complex adders by combining simple NAND gates, nature builds complex organisms by stacking functional genetic modules. This framing is powerful because it shifts the narrative from random chance to strategic optimization.

Biological evolution and information acquisition

He illustrates this with a stark comparison between reproductive strategies. In an asexual model, where offspring are noisy copies of a single parent, "mutation reducing average fitness drags down this process." Potter explains that once a population reaches above-average fitness, random changes are more likely to be harmful than helpful, creating a ceiling on improvement. This is a crucial insight: without a mechanism to separate good genes from bad ones, evolution hits a wall.

Sexual reproduction introduces genetic variation without reducing average fitness.

This distinction is the core of Potter's argument. He demonstrates that while asexual populations struggle to accumulate beneficial traits because they are stuck in "clonal interference"—where two useful mutations compete rather than combine—sexual reproduction allows these traits to merge instantly. The result is exponential speed: a population reaches maximum fitness in 33 generations with sex, versus 200 without it.

Unlocking the Combination Lock

The most compelling part of Potter's analysis is his use of information theory to explain why recombination works so well. He compares finding an optimal genome to cracking a combination lock. If you have to guess all digits at once, the search space is astronomical. But if you can test each digit independently, the problem becomes trivial.

Potter writes, "Sexual reproduction is more like trying a bunch of different random combinations, getting back a score for 'how close this combination is to being solved,' and using that to infer which 'dials' are correct." This analogy brilliantly demystifies the math behind evolution. It suggests that sex isn't about mixing traits for variety's sake; it is a mechanism to parallelize the search process, allowing nature to verify one gene at a time rather than waiting for a perfect genome to appear by accident.

He connects this back to his earlier discussion of technological modularity, noting that "the space of possible options that must be considered is vastly reduced." This logic holds up remarkably well when applied to historical biological events. For instance, the rapid diversification seen in the evolution of blue whales required not just random mutation, but a mechanism to rapidly assemble massive body plans from existing genetic parts—a feat impossible without the parallel search capability Potter describes.

Critics might argue that this model oversimplifies the complexity of gene interactions, where one gene's value often depends on another. Potter admits his simulation ignores these dependencies, treating genes as independent contributors to fitness. While a fair critique, he argues the model is "enough to show some of the dynamics at work," and the fundamental principle of modularity remains robust even in complex systems.

In an asexual population, beneficial mutations 'B' and 'A' appear in different lineages, but then 'B' is wiped out, only reoccuring later through mutation and subsequently spreading through the population.

This observation highlights the inefficiency of asexual reproduction. Potter points out that in asexual lines, if two beneficial mutations arise separately, they cannot combine; one lineage must die out for the other to win. This phenomenon, known as clonal interference, effectively slows down the rate at which information is acquired by the species.

The Informational Power of Recombination

Potter concludes by quantifying this advantage in terms of bits of information gained per iteration. He notes that without modularity, the search for an 8-bit adder yields less than "0.000001 bits per attempt," making progress painfully slow. With sexual reproduction acting as a modular filter, the rate of fitness increase becomes proportional to the square root of the genome length.

This mathematical rigor elevates the piece from a simple biology explanation to a lesson on problem-solving strategies in complex environments. It suggests that any system facing an enormous search space—whether biological or technological—must find a way to break the problem into independent, testable modules to succeed. As Potter puts it, "The informational power of genetic recombination" is what allows life to scale from single cells to creatures as massive as whales.

Bottom Line

Potter's strongest contribution is reframing sexual reproduction not as a biological luxury but as an essential information-processing algorithm that solves the combinatorial explosion of evolution. The argument's only vulnerability lies in its simplified model of gene independence, which may obscure the reality of complex genetic epistasis. However, for busy readers seeking to understand the mechanics of innovation and adaptation, this piece offers a vital insight: modularity is the key to navigating the unknown.

Deep Dives

Explore these related deep dives:

  • The Evolution of Sex Amazon · Better World Books by John Maynard Smith

  • Blue whale

    The article cites the blue whale as a concrete example of 'astoundingly complex biological systems' generated by evolution to illustrate the scale of information acquisition over billions of years.

  • Fission (biology)

    This concept is used to define the baseline mechanism of asexual reproduction in single-celled organisms, establishing the context for how genetic mutations initially spread without recombination.

  • Clonal interference

    Although not explicitly named in the excerpt, this phenomenon describes the specific bottleneck in asexual populations where beneficial mutations compete rather than combine, which the article argues sexual reproduction solves to increase information acquisition rates.

Sources

Biological evolution and information acquisition

A few weeks ago we looked at a simulation of technological evolution by economist Brian Arthur, in which he was able to start with simple building blocks (such as a NAND gate) and evolve surprisingly complex circuits (such as a 12-way AND gate or a 4-bit adder) by randomly combining increasingly useful existing components. We analyzed this as a way of simplifying a search problem: by using existing, working components as modules that can be combined, a few at a time, into more complex modules, and then combining those into even more complex modules, many unpromising and time-consuming branches of the search tree are screened off, and the simulation can find useful technologies amidst an enormous branching set of possibilities.

Real human technology is, of course, not generated by randomly combining components together and seeing if they do anything useful; the randomness in these simulations is just a way to see how easy or hard it is to create new technologies under different conditions. But biological technology — the huge panoply of lifeforms that exist on earth, from microscopic single-celled organisms to whales the size of a 737 — is also generated by randomness. Evolution builds biological technology bit by bit by harvesting the fruits of genetic variation, often caused by random mutation, preferentially selecting the most fit organisms to propagate their genes into the future. Over billions of years, this process can generate astoundingly complex biological systems.

What’s interesting is that biological evolution uses a very similar trick to Arthur’s circuit simulation. By leveraging modularity at the genetic level, populations of organisms can increase the rate that useful genetic variants spread through the population, effectively increasing their rate of information acquisition. Sexual reproduction, along with other ways of sharing genetic material like horizontal gene transfer, is essentially a mechanism for doing this. We can show this with some simple simulations.

Evolution and reproductive strategies.

The simplest way for an organism to reproduce is asexual reproduction, where a parent produces a child that’s a genetic copy of itself. Simple single-celled organisms, for instance, reproduce by cellular fission, dividing into two or more “children” that each have the same genes as the original parent.

But children won’t necessarily be identical copies of their parents. Due to genetic mutation, some genes might get randomly altered during the fission process, producing children with slightly different genes. In some cases, these mutations might be ...