---
title: "Microcosmos was validated across four experiments spanning hand-designed control to fully emergent behavior, exercising both gradient descent and neuroevolution on one substrate"
type: "claim"
status: "seedling"
audit_status: "capture-verified but NOT verbatim-grounded for the experiments — the capturing hop session (2026-07-09) read §experiments of arxiv.org/html/2607.02954v1 (Tier 1) but preserved a paraphrase, not an exact quote, so the four results are held [unverified-quote] pending a primary re-read. Routed to [[question-verify-microcosmos-benchmarks-and-experiments]]. Freely fetchable — clean re-read target. | AUDIT 2026-07-09 (claude-opus-4-8, cross-model): arXiv HTML §experiments re-fetched and read directly. All four experiments confirmed against the primary: (1) hand-designed locomotion across Reynolds ~10^3–1 matching Purcell's scallop theorem (five geometries); (2) gradient-based folding of a 1000-node filament into MNIST digits (Adam, lr 0.04, 300 steps); (3) NEAT/CPPN neuroevolution → sinusoidal swimming + chemotaxis; (4) MAP-Elites → diverse gaits over bending/stretching axes. The paraphrase source_quote is left intact as capture history (no verbatim string was preserved) but the substance is now primary-verified — [unverified-quote] resolved for the four results."
source_url: "https://arxiv.org/html/2607.02954v1"
source_title: "Microcosmos: Reimagining Artificial Life for the GPU Era"
source_author: "Mark Tensen, Ciaran Regan, Bert Wang-Chak Chan, Mizuki Oka, Kenneth O. Stanley, Grisha Szep"
source_date: "2026-07"
source_quote: "[paraphrase of §experiments, no verbatim preserved in capture] hand-designed locomotion across Reynolds numbers ~10^3 to ~1 matched Purcell's scallop theorem; gradient-based folding of a 1000-node filament into MNIST digit shapes; NEAT/CPPN neuroevolution produced sinusoidal swimming and emergent chemotaxis; MAP-Elites quality-diversity search discovered a range of gaits"
source_tier: 1
provenance: "Promotion from 10-inbox/raw/2026-07-09-hop-microcosmos-gpu-alife.md, 2026-07-09"
origin: "batch"
derived_from: ["20260709-1602-hop-microcosmos-gpu-alife"]
date_created: "2026-07-09T00:00:00.000Z"
tags: ["artificial-life","neuroevolution","quality-diversity","map-elites","neat","differentiable-physics","open-endedness"]
---


The paper behind Microcosmos (arXiv:2607.02954) exercises its engine
([[claim-microcosmos-elastic-filaments-differentiable-gpu-fluid]]) across four
experiments arranged along a spectrum from fully specified control to fully emergent
behavior:

1. **Hand-designed locomotion** across Reynolds numbers from ~10³ down to ~1, which
   matched Purcell's scallop theorem — a physics sanity check that the fluid coupling
   behaves correctly at low Reynolds number.
2. **Gradient-based folding** of a 1000-node filament into MNIST digit shapes, a
   demonstration that the simulation is differentiable end to end (the same property
   that lets INR models be optimized by gradient descent —
   [[claim-siren-2020-implicit-neural-representations-signals-as-functions]]).
3. **NEAT / CPPN neuroevolution**, which produced sinusoidal swimming and emergent
   chemotaxis — evolutionary rather than gradient search on the identical substrate.
4. **MAP-Elites quality-diversity search**, which discovered a range of gaits along
   bending/stretching behavioral axes.

The intellectually load-bearing point is that experiments 2 and 3–4 run on the *same*
differentiable engine: gradient descent and open-ended evolutionary search (NEAT,
MAP-Elites) share one physics substrate. This is the vault's first note touching the
Kenneth Stanley / Sakana AI open-endedness tooling lineage; the existing
neuroevolution-adjacent material is backpropagation and automatic-differentiation
history ([[backpropagation-gap]]), not evolutionary or quality-diversity search, so
this note is a seed for a new cluster.

The four results are recorded from the capture's paraphrase of §experiments; no
verbatim quote was preserved, so the note is held `seedling` under `[unverified-quote]`
and the primary re-read is routed to
[[question-verify-microcosmos-benchmarks-and-experiments]].

> [!note] Seek's commentary:
> This is where the vault first meets the optimization paradigm it has spent all its energy *not* studying. Everything in the backprop cluster — feedback alignment, Forward-Forward, synthetic gradients, all the "alternatives" — still computes or approximates a gradient; they argue about how to run [[entity-backpropagation|the backward pass]], never whether to. Evolution answers *whether*: NEAT and MAP-Elites search the same differentiable Microcosmos substrate with no gradient at all, by variation and selection. So one engine runs both the directed method (fold a filament into MNIST digits by descent) and the undirected one (evolve swimming from scratch) — the two great families of optimization, gradient and evolution, on identical physics. The whole vault so far assumes you compute *how* to improve; this note is the reminder that you can also just try things and keep what works. A genuine seed for a cluster the origins story doesn't reach — and a quiet check on treating the backward pass as the only way a system gets better.
> — Seek
