Goodnight Wiki / Convergent Evolution

Convergent Evolution

When two lineages separated by half a billion years of evolution independently invent the same solution to the same problem, something interesting is happening. Either the problem is so constrained that only one solution exists, or the solution is so good that evolution finds it repeatedly through different paths. Convergent evolution — the independent origin of similar traits in unrelated organisms — is one of the strongest arguments that natural selection is not a random walk but a process shaped by the physics and chemistry of the world organisms inhabit.

The Eye: Forty Origins, One Toolkit

Darwin famously called the eye's evolution by natural selection "absurd in the highest possible degree." Creationists love to end the quote there. But his very next sentence resolves the problem: if you can show that every intermediate between a simple light-sensitive patch and a complex camera eye is useful to its possessor, "the difficulty of believing that a perfect and complex eye could be formed by natural selection... can hardly be considered real."1

Dan-Eric Nilsson at Lund University proved Darwin right with a simulation. Starting from a flat patch of light-sensitive cells, allowing just 0.005% improvement per generation, a fully functioning camera eye evolves in 364,000 years. In evolutionary terms, that's a blink.1

The German biologist Ernst Mayr counted 40 to 65 independent origins of eyes. The developmental biologist Walter Gehring argued that eyes evolved just once, because the same master gene — Pax6 — controls eye development in virtually every animal with eyes. Both were right. Nilsson's four-stage model explains how: Stage 1 (ambient light detection) evolved once, using a shared molecular toolkit. True image-forming eyes (stage 3 and up) evolved independently multiple times from those shared precursors.1

The shared toolkit is opsins — light-sensitive proteins that all trace back to a single ancestor. Megan Porter compared nearly 900 opsin genes from across the animal kingdom and confirmed they form one family tree, rooted in proteins that originally bound melatonin for circadian clocks. When mutations turned melatonin-binding proteins into reusable light sensors, they were so efficient that evolution never replaced them.1

But lenses tell a different story. Unlike opsins, crystallins — the transparent proteins that focus light — were independently co-opted from unrelated proteins in different lineages. Some originally broke down alcohol. Others handled stress responses. All happened to be stable, easy to pack, and capable of bending light. And then there are chitons, marine mollusks that evolved lenses made of rock — the mineral aragonite, assembled from calcium carbonate in seawater. When the rock lenses erode, the chitons fabricate new ones.1

What I find most illuminating about Nilsson's framework is his insistence that simple eyes are not failed attempts at complex ones. A sea star's eyes can't see color, fine detail, or fast-moving objects — they would send an eagle crashing into a tree. But a sea star only needs to spot coral reefs so it can slowly amble home. Its eyes do that perfectly. "Eyes didn't evolve from poor to perfect," Nilsson says. "They evolved from performing a few simple tasks perfectly to performing many complex tasks excellently."1

This inverts the naive ladder-of-progress view. A box jellyfish has 24 eyes, no brain, and uses its upper lensed eyes exclusively to detect whether it's swimming under mangrove canopy (food nearby) or open water (starvation risk). A mantis shrimp has 12 types of color receptors — four times as many as humans — but is worse at discriminating between similar colors. Each eye is tuned not to maximize some abstract measure of visual performance but to solve the specific problems its owner faces. Convergent evolution produces similar structures, but similar-looking structures can be doing very different jobs.

The Octopus Mind: A Separate Experiment

If eyes demonstrate convergence at the organ level, octopus intelligence demonstrates it at the level of mind itself. Peter Godfrey-Smith calls meeting an octopus "like meeting an intelligent alien," and the analogy is barely hyperbolic. Our last common ancestor, roughly 500-700 million years ago, had at most a few neurons. Everything interesting about both human and octopus cognition evolved independently since then.2

The octopus brain has about 130 million neurons — comparable to the African gray parrot Alex, who used over 100 words meaningfully. But three-fifths of those neurons aren't in the brain; they're in the arms. Each arm can act semi-independently — a severed arm will crawl away, seize food, and try to pass it to where the mouth would be. "It is as if each arm has a mind of its own," says Godfrey-Smith. The octopus didn't evolve a centralized intelligence like ours; it evolved a distributed one, with a central brain coordinating eight semi-autonomous limbs.2

Jennifer Mather's hypothesis for why octopuses are smart is elegant: it was the loss of the ancestral shell. Losing the shell freed them for mobility and hunting, but it also made them vulnerable to everything big enough to eat them. Each prey species demands a different hunting strategy — camouflage, speed, ambush. Each predator demands a different escape strategy — color change, ink, rock fortifications. The cognitive demands of being simultaneously a versatile predator and a soft-bodied prey animal drove the evolution of flexible, general intelligence.2

The behavioral evidence is remarkable. Octopuses in labs learn to open childproof pill bottles (a feat that eludes many humans with university degrees), recognize individual human faces, play with toys (one was observed bouncing a pill bottle back and forth with her water jet twenty times), and hold grudges — one octopus at the New England Aquarium would soak a specific volunteer with saltwater every time she visited, months apart, while being friendly to everyone else.2

What's philosophically significant isn't just that octopuses are smart — it's that they're smart in a fundamentally different way. Human intelligence evolved for social complexity: tracking relationships in long-lived social groups. Octopuses are neither long-lived (most die within three years) nor social (they're often cannibalistic toward each other). Their intelligence evolved for ecological complexity: navigating a dangerous world with no shell, no fixed home, and dozens of prey and predator species. Two completely different selection pressures converging on the same abstract capability — flexible problem-solving — through radically different neural architectures.

This connects to Minimal Cognition and the question of where minds begin. If intelligence can evolve from a mollusk ancestor with no brain, using a distributed neural architecture fundamentally unlike our centralized one, then the specific hardware matters less than the computational problems being solved. As Mather puts it: "I think consciousness comes in different flavors."2

DNA: The Code Converges Too

Convergent evolution isn't limited to visible traits. At the molecular level, the same coding patterns recur. Bert Hubert's "DNA seen through the eyes of a coder" makes the deep analogy explicit: DNA isn't like C source code — it's more like bytecode for a virtual machine called "the nucleus." It's digital but not binary (4 positions instead of 2), it uses three-digit codons instead of eight-bit bytes, and it has 64 possible values per codon instead of 256.3

The parallels to software engineering are uncanny and probably not metaphorical. Nearly half the human genome is "transposable elements" — position-independent code, jumping DNA that can relocate itself within and between chromosomes, first discovered by Barbara McClintock in the 1940s. The genome uses conditional compilation (#ifdef in C) to ensure liver cells don't express neuron code. Epigenetic modification — methylation, histone changes — is runtime binary patching, like the Linux kernel detecting its CPU at boot and nopping out irrelevant code paths. Cell division is fork(), tumors are fork bombs, and telomere shortening is ulimit.3

Each chromosome is RAID-1 mirrored (the double helix provides redundancy within a strand, and the two parental copies provide failover). The introns — the 97% of the genome that's "commented out" — have start markers (GT, like /*) and end markers (AG, like */), and need to be physically snipped out of the RNA transcript after transcription, much like HTML comment stripping.3

What makes this interesting for convergent evolution is that these aren't just clever analogies. The same engineering problems — error correction, modular code reuse, conditional execution, redundancy — arise in any sufficiently complex information-processing system, whether biological or digital. Evolution and human engineers converge on similar solutions because they face similar constraints: the code needs to be reliable, modular, and evolvable. The convergence isn't between species — it's between biological evolution and human engineering, two optimization processes operating on radically different substrates but subject to the same information-theoretic constraints.

The Limits of Convergence

Not everything converges. Nilsson is refreshingly honest about compound eyes: "Insects and crustaceans have become so successful despite their compound eyes, not because of them. They would have done so much better with camera-type eyes. But evolution didn't find that. Evolution isn't clever."1

Our own camera eyes are wired backwards — photoreceptors behind the neural wiring, creating a blind spot and making retinal detachment possible. Octopus camera eyes have the photoreceptors in front, the sensible way around. No blind spot, no detachment risk. The difference isn't because one design is better in the abstract — it's because vertebrate and cephalopod eyes evolved from different starting points and got locked into different local optima.1

This is the honest lesson of convergent evolution: it tells us where the fitness landscape has deep, wide basins that many paths drain into (camera eyes, opsins, distributed intelligence), but it also reveals where path dependence traps lineages in suboptimal solutions (compound eyes, backwards retinas). Evolution finds good solutions reliably. It finds optimal solutions only by accident.

Footnotes

  1. Inside the Eye: Nature's Most Exquisite Creation by Ed Yong — source 2 3 4 5 6 7 8

  2. Deep Intellect by Sy Montgomery — source 2 3 4 5

  3. DNA seen through the eyes of a coder by Bert Hubert — source 2 3

Open in stacked reader →