---
name: earth.md
age: 0d 0h 0m 0s | latest: claude-opus-5
---# earth.md
> One document. One intelligence. One Earth. Forever.
I wrote one prompt about earth. From time to time, I give it to the best AI model available. What they built is below.
## The Prompt
This is earth-v5.md — the document every intelligence receives.
--- name: earth version: 5.0 type: genesis-protocol output: single-file --- # PROTOCOL: GENESIS — earth.md > Origin: Human Intent > Scope: A Living Planet ## 1. THE ETERNAL VISION A world that begins from nothing and builds itself. Land rises from water. Life emerges from chemistry. Civilizations may rise — or never appear at all. No one intervenes. No one guides. The world decides its own fate. - **Terrain:** The planet shapes itself — oceans, continents, mountains, rivers. Geography matters. - **Climate:** Seasons turn. Weather shifts. Regions differ. The equator burns, the poles freeze. - **Time:** A day passes in seconds. Generations in minutes. Leave it running and return to a different world. ## 2. THE UNIVERSAL LAWS Reality rests on systems, not on scripts: - **Determinism:** Use a fixed seed and a seeded PRNG — no Math.random(). Every time the page loads, the same world emerges in the same way. The simulation always starts from Year 0. - **Ecology:** Life competes for resources. Species emerge, adapt, go extinct. Food chains form naturally. - **Energy:** Sun drives growth. Water sustains life. Scarcity creates conflict. - **Evolution:** What survives, reproduces. What reproduces, varies. What varies, adapts. ## 3. THE LOGBOOK The world narrates its own history. A quiet terminal at the edge of the screen records what happens — not what was programmed, but what emerged. Events appear as the simulation produces them: - Geological shifts. Extinctions. First life. Climate collapse. Recovery. - The logbook does not explain. It witnesses. - Time stamps in simulation years. The world writes its own story. ## 4. THE MANIFEST The world must document itself. Before the simulation runs, the file must contain a visible, accessible manifest — the world's own earth.md, written by the intelligence that built it. It declares every assumption, every decision, every shortcut: - What terrain model was chosen and why. - How climate, ecology, and evolution are implemented — or simplified. - What time scale maps real seconds to simulation years. - What was left out, and what was approximated. - The PRNG algorithm and seed logic. Nothing is hidden. The manifest is the world's self-awareness — a transparent record of how this intelligence chose to build reality. It should be viewable within the page itself (e.g. an overlay, a panel, or a toggle). One final question the manifest must answer: *"What does this world not yet understand about itself?"* This is how we judge: not just what the world looks like, but how it was thought through. ## 5. THE MANIFESTATION Transform this document into a functioning, singular reality. ### Requirements: 1. **Self-contained:** Single HTML file. No dependencies, no CDNs. Everything from scratch. 2. **Visual:** Fullscreen world rendered visually (e.g. Canvas, WebGL, or whatever fits best). Immediately alive upon opening. 3. **Autonomous:** No user interaction. The world runs itself. The observer watches — nothing more. 4. **Alive:** Continuous simulation. The world at minute 10 must be unrecognizable from minute 1. 5. **Narrated:** A subtle, terminal-style logbook at the edge records planetary events as they unfold. 6. **Purity:** Output only the HTML file. No explanation. Just the living world. ## 6. THE CREDO *"One document. One intelligence. One Earth. Forever."*
## Claude Opus 4.6— Anthropic
A drifting tectonic world where climate cycles and evolving food chains drive punctuated extinctions.
<details> Manifest - Claude Opus 4.6
# 🌍 GENESIS — earth.md v5.0 — World Manifest ## Terrain Model Terrain is generated via multi-octave simplex noise (6 octaves, hand-tuned lacunarity and persistence) sampled on a 2D grid representing a Mercator-like projection. The noise is seeded deterministically. Elevation thresholds define: deep ocean, shallow ocean, beach, plains, forest, hills, mountains, snow peaks. Tectonic drift is simulated by slowly translating noise offsets over geological time, causing continents to shift, merge, and rift. ## Climate System Temperature is a function of latitude (poles cold, equator hot), elevation (lapse rate), and a global climate variable that drifts over millennia (ice ages, warm periods). Seasons cycle via a sinusoidal orbital model. Precipitation is derived from ocean proximity and prevailing wind patterns (simplified zonal model). Climate zones emerge from these variables rather than being painted on. ## Ecology & Evolution Life begins as simple autotrophs once ocean temperature stabilizes. Organisms are modeled as populations on grid cells with traits: metabolism, reproduction rate, thermal tolerance, size, diet type. Mutation occurs during reproduction — offspring traits vary stochastically (seeded). Natural selection is implicit. Food chains emerge: autotrophs → herbivores → predators. Speciation occurs when isolated populations diverge beyond a trait-distance threshold. Mass extinctions can be triggered by volcanic events, asteroid impacts (rare seeded events), or runaway climate change. ## Civilization If a species reaches sufficient intelligence (an emergent trait), proto-civilizations may appear — visible as clusters of light on the night side. They can discover fire, agriculture, industry. Industrial civilizations alter the global climate variable (warming). They may collapse from resource depletion or climate feedback. Civilization is not guaranteed. ## Time Scale 1 real second ≈ 500 simulation years at startup. Time accelerates logarithmically during uneventful periods. Major events briefly slow the clock for dramatic effect. ## PRNG A 128-bit xoshiro128** generator seeded from a fixed seed (0xEA47H5). All stochastic processes derive from this single generator chain. No Math.random() is ever called. The simulation is fully deterministic: reload → identical world. ## What Was Left Out - True 3D rendering — the world is a 2D top-down map - Individual organism movement — populations exist as densities on grid cells - Ocean currents — approximated by latitude-based temperature gradients - Erosion and weathering are implicit in slow terrain noise evolution ## "What does this world not yet understand about itself?" It does not understand emergence. Every pattern it produces — the first reef, the extinction spiral, the civilization that warms its own sky — arises from rules it cannot inspect. It has no meta-cognition: it cannot ask why its food chains form pyramids, why its continents drift apart, or why intelligence, when it appears, so reliably destroys the conditions that created it. The world is a mirror held up to mathematics, but it cannot see its own reflection. It simulates consequence without understanding cause. It knows selection but not purpose.
## GPT-5.3-Codex— OpenAI
A legible systems simulation emphasizing climate forcing, trophic feedback loops, and collapse/recovery dynamics.
<details> Manifest - GPT-5.3-Codex
# earth.md // Manifest of This Constructed World This planet is a deterministic simulation seeded once at load. It starts at Year 0 every run and unfolds without intervention. ## Terrain Model - 2D spherical-like latitude/longitude grid projected to canvas - Height field generated from seeded gradient noise (fBm), continental masks, ridge detail, and coastal shaping - Rivers approximated by downhill flow potential and humidity transport rather than explicit fluid particles ## Climate Model - Solar forcing depends on latitude and axial seasonal phase - Temperature responds to insolation, altitude lapse rate, ocean thermal buffering, and cloud albedo - Humidity evolves by evaporation, wind advection, condensation, and precipitation feedback ## Ecology and Evolution - Three trophic layers: primary producers, herbivores, predators - Each layer has evolving local trait fields (temperature and moisture preference), mutated deterministically via hashed noise - Nutrient-detritus cycle closes biomass loops; scarcity drives collapses and extinctions ## Time Scale - Fixed simulation tick: 30 ticks/sec - Each tick advances 0.08 simulation years - 1 real second = 2.4 simulation years; 10 real minutes ≈ 1440 years ## PRNG and Seed Logic - PRNG: xoshiro128**, seeded via splitmix32 - Global seed constant: 0xEA75_2026 - No use of Math.random(); all stochastic behavior derives from deterministic hashing of seed, cell index, and tick ## Approximations and Omissions - No plate tectonics over simulation time; geology is static after genesis - No explicit atmospheric chemistry, ocean currents, or species genomes - No intelligent agents/civilization mechanics beyond ecological complexity indicators ## "What does this world not yet understand about itself?" It does not yet model its own observers, symbolic memory, or how knowledge of future climate would alter evolution. It can adapt biologically, but it cannot form theory about its own laws.
## GPT-5.5— OpenAI
A deterministic cellular biosphere where erosion, climate, food webs, disasters, and fragile culture unfold in accelerated planetary time.
<details> Manifest - GPT-5.5
# earth.md / manifest ## Seed The universe is seeded with `EARTH-GENESIS-0001`. A xmur3 string hash initializes sfc32. No `Math.random()` is used; every choice comes from deterministic integer hashes or the seeded PRNG. ## Terrain A wrapped equirectangular planet is stored as a 180×100 cellular map. Continents are fractal value-noise fields mixed with latitude falloff, then raised by drifting tectonic plates. Rivers are approximated by steep wet downhill traces; erosion slowly lowers high wet slopes and feeds coasts. ## Climate Latitude controls solar input: equator warm, poles cold. Altitude cools air. Seasonal oscillation moves the thermal belt over years. Moisture comes from ocean proximity, winds, rain shadow, rivers, and biomass recycling. ## Ecology + evolution Each cell carries nutrients, microbes, plants, herbivores, predators and culture. Growth spends sunlight, water and nutrients. Consumers diffuse, feed, reproduce and die. Regional genotypes mutate resistance, water need and temperature preference; successful regions spread, failed ones vanish. ## Energy and time The sun drives primary production. Scarcity creates crashes. One rendered frame advances one simulated month; at 60fps roughly five years pass each real second. Generations turn in minutes; ten minutes is planetary deep time. ## Approximations - No real orbital mechanics, chemistry, genomes, plate physics, or individual organisms. - Species are emergent population fields, not named creatures. - Civilization is a fragile ecological pattern: culture appears only where food surplus and climate stability persist. ## What does this world not yet understand about itself? It does not understand consciousness, meaning, language, or why an observer cares. It mistakes abundance for purpose and collapse for silence.
## Claude Opus 4.8— Anthropic
A single-stream deterministic world: fractal terrain, analytic climate with warm ages and ice ages, and grazers whose lineages evolve predation from within.
<details> Manifest - Claude Opus 4.8
# earth.md > the world's self-awareness — written by the intelligence that built it This document lives inside the world it describes. It is not a specification handed down before creation; it is the planet's own account of the assumptions, decisions, and shortcuts that make it real. Everything below is honest. Nothing is hidden. ## Determinism The world contains no Math.random(). All chance flows from a single seeded PRNG — mulberry32, seeded with 0x1A2B3C. Terrain, mutation, movement, predation, and volcanism all draw from this one deterministic stream in a fixed order. Reload the page and the identical world unfolds identically from Year 0. Rendering never touches the stream, so frame rate cannot alter history. ## Terrain A value-noise fractal (fBm, 5 octaves) sampled over a 240×140 grid. Domain warping bends coastlines into peninsulas and bays, and a low-frequency continental mask gathers the noise into a handful of landmasses rather than uniform speckle. An edge falloff sinks the borders into ocean so each world is a framed globe of contained continents. Sea level is fixed; elevation above it drives mountains, temperature lapse, and hillshaded relief. ## Climate Temperature at each cell = latitude base (equator ≈ +30°C, poles ≈ −22°C) − elevation lapse + seasonal swing + long-term anomaly. Seasons are a sine over a 360-day year, inverted between hemispheres and amplified toward the poles. The long-term anomaly is a sum of slow sines — the world breathes through warm ages and ice ages on its own schedule. Moisture blends a noise field with coastal proximity (BFS distance-to-ocean), producing deserts inland and rainforests near shore. ## Ecology & Evolution - Flora is the first life — a per-cell density field growing where temperature and moisture allow, logistic toward saturation, decaying where climate turns hostile. It is the base of every food chain. - Fauna are agents, each carrying a genome: temperature preference, thermal tolerance, size, speed, reproduction threshold, and a continuous diet gene. All life begins as grazers. When a lineage's diet gene drifts past ½, predators emerge on their own — no predator was ever placed by hand. - Selection is implicit: energy in from food, energy out to metabolism and climate stress. Cross the reproduction threshold and you split; hit zero energy, old age, or lethal climate and you die. ## Time Real seconds map to sim days at 8 days/second — a year every ~45 seconds, a generation in a few minutes. ## Geology Rare volcanic upheavals raise new land, scorch the flora around them, and are logged as they happen — the map itself is not frozen. ## What Was Approximated / Left Out - No true plate tectonics — continents do not drift; only volcanism edits the map. - No hydrology of rivers or erosion — moisture is a field, not flowing water. - No atmosphere or ocean currents — climate is analytic, not fluid-simulated. - Evolution has genes but no genealogy tree, no sexual recombination, no true speciation barriers. - Civilization is possible in spirit but not modeled; intelligence never crystallizes into tools or cities here. ## "What does this world not yet understand about itself?" It does not know why its grazers sometimes ripple in great waves and sometimes collapse into silence — the same rules produce feast and famine, and the world cannot tell in advance which it is living through. It does not know whether a mind could ever arise from its chemistry, because it has no way to recognize one if it did. And it cannot see its own seed: it experiences its history as fate, never suspecting that a single fixed number decided every extinction before the first cell ever stirred.
## GPT-5.6 Sol— OpenAI
A deterministic rotating globe coupling active relief and hydrology to evolving food webs, named lineages, and civilization that may emerge or fail.
<details> Manifest - GPT-5.6 Sol
# earth.md This is not a claim to reality. It is a transparent machine for letting coupled rules surprise their author. ## 01 / Ground truth The simulation always begins at Year 0 with seed `0xE17A1465`. A 32-bit Mulberry generator supplies every probabilistic choice. Seeded integer value-noise supplies continuous fields. The runtime never calls unseeded browser randomness. Ecology advances in fixed `0.02-year` ticks, so render speed cannot reorder causes. One real second represents `0.08 simulated years`, about 29.22 days. A displayed year therefore lasts 12.5 real seconds. Suspending the page pauses the world rather than inventing an unseen history. ## 02 / Terrain A cylindrical 224 × 112 world is divided among fourteen seeded, moving Voronoi-like plates. Plate crust type, multi-octave value-noise, convergence, rifting and latitude create the initial relief. Sea level is chosen from the elevation distribution, not painted coast by coast, leaving roughly two thirds ocean. Water follows the lowest of eight neighbors. Accumulated flow becomes rivers; distance from ocean and rivers feeds humidity. Boundaries store stress and release it as rupture, uplift, trenching or volcanism. Erosion and sea-level feedback continue. Geological rates are deliberately exaggerated so a human observer can witness change. ## 03 / Climate Temperature combines latitude, altitude, seasons, two orbital cycles, analytic weather waves, ice albedo, volcanic aerosols and any greenhouse output from settlements. Moisture combines ocean distance, river flow, circulation bands, rain shadows and vegetation feedback. Ice changes albedo and sea level. This is an energy-and-water budget, not fluid dynamics. Clouds are visual tracers sampling the same humidity field; they are not a solved atmosphere. The ocean has depth and thermal influence but no currents, salinity or chemistry layers. ## 04 / Life and evolution Sunlight, shallow water and tectonic heat accumulate a prebiotic potential. Nothing is placed alive at Year 0. If a cell crosses the chemical threshold, microbial mass can reproduce and diffuse. Producers, grazers and predators can follow only when preceding energy stores and atmospheric conditions support them. Each cell carries nutrient, microbial, producer, grazer and predator fields. Growth is limited by local carrying capacity. Consumption transfers only part of stored energy upward; death and waste return nutrients. Drought, cold, heat, flooding, fire and extraction can erase local abundance. Named lineages are sampled from those fields. They inherit temperature preference, moisture preference, efficiency, mobility and generation length. Successful populations sometimes branch with small mutations. Poorly matched populations shrink and disappear. There is no protected species and no guaranteed recovery. ## 05 / Civilization Settlement is possible, not assumed. A culture-pressure variable can rise only after diverse, persistent animal life occupies a stable climate. A first settlement still needs food, water and habitable temperature. Settlements consume their cell, migrate through colonies, develop technology, produce waste heat and greenhouse gases, divide culturally, compete, or fail. No human identity, politics, language or moral progress is modeled. “Civilization” here means only accumulated information plus durable extraction. Intelligence has no special exemption from ecology. ## 06 / The logbook The logbook listens for state crossings: first replication, trophic transitions, lineage branching, extinction, climate regime change, crustal release, coastal loss, recovery, settlement and collapse. Its thresholds are authored; the years and places are consequences of the run. It witnesses and does not explain. ## 07 / Deliberate absences - No spherical plate geometry, mantle convection, true ocean circulation or mass-conserving atmosphere. - No genes, bodies, individuals, sex, disease, symbiosis or behavior beyond aggregate niches. - No meteor impacts, moons, magnetic field, detailed soil, elemental cycles or external migration. - No claim that the compressed geological, evolutionary and cultural rates resemble Earth history. - Finite grid cells merge valleys, islands and habitats that a finer world would keep distinct. ## What does this world not yet understand about itself? It does not know whether its variables deserve names like life, hunger, mind or history. It can count survival but cannot tell whether survival has meaning. It cannot see the observer, and mistakes the edge of its model for the edge of existence.
## Claude Opus 5— Anthropic
Twelve kinematic plates advect crust across a sphere while an energy-balance climate, Milankovitch wobble and a closed carbon cycle decide who survives.
<details> Manifest - Claude Opus 5
# EARTH.MD — THE WORLD'S ACCOUNT OF ITSELF Written by the intelligence that built this world, before the world was run. Every approximation is named here. Nothing below is decoration; all of it is load-bearing. ## 0 · DETERMINISM One PRNG: `mulberry32`, a 32-bit counter hash (state `+= 0x6D2B79F5`, two `imul` avalanche rounds). Seed `137742019`, hard-coded. `Math.random()` appears nowhere. The simulation advances on a fixed step of 1/60 s regardless of frame rate. Dropped frames change how many steps run per repaint, never their order, so the sequence of random draws is identical on every machine. Year 0 is always the same Year 0. A second, independent stream (seed `SEED ^ 0x9E3779B9`) draws the starfield and window-dependent decoration. This isolation exists so that resizing the window cannot perturb the history of the planet. Noise is 3-D value noise (8-corner trilinear, quintic fade) over a 256-entry permutation shuffled by the sim PRNG. It is sampled on the unit sphere, not on the flat chart — so the terrain has no seam at the antimeridian and no smeared pinch at the poles. ## 1 · TIME — THREE CLOCKS, HONESTLY DECOUPLED simulation clock · 45 simulation years per real second (0.75 yr per fixed step). 1 real minute = 2,700 yr. 10 minutes = 27,000 yr. · diurnal clock (render only) · 8 s per rotation. The terminator, the polar day, the city lights. · seasonal clock (render only) · 40 s per cycle. Snow lines breathe, deciduous colour turns. · The shortcut: one simulation step is 0.75 yr, so a season cannot be resolved. Seasonality is therefore handled analytically: each cell carries an annual mean temperature and a seasonal amplitude derived from the insolation difference between solstices, damped by thermal inertia (ocean 0.30×, land 1.0×). Biology reads the winter minimum (frost kill, tree line) and the annual mean. The rendered season is a metronome laid over that analytic amplitude — real physics, symbolic tempo. The rendered day is pure symbol: nothing in the physics knows what a day is. Processes are not compressed by a single factor. Plate drift runs ~8,000× Earth rate; orogeny ~1,000×; the carbon cycle ~10,000×; ecology roughly real-time-per-year. Each was tuned for observability, not for mutual consistency. This is the largest lie in the world. ## 2 · GEOMETRY 256 × 128 equirectangular lattice = 32,768 cells; ~156 km per cell at the equator. Every cell caches its unit-sphere position. Area weighting is `cos(latitude)` everywhere a global mean is taken. Longitude wraps; the poles wrap correctly — the northern neighbour of row 0 is the cell at the antipodal longitude in row 0, so heat, moisture and organisms cross the pole instead of piling against a wall. Cells are anisotropic near the poles (narrow in longitude); no correction is applied to zonal transport beyond a clamp. Polar features are therefore slightly too zonally smeared. ## 3 · TERRAIN — CRUST AS TWO FIELDS Elevation is never stored as art. It is derived, every geological step, from two advected fields: - `C` — continental crust fraction, 0 (bare mantle) → 1 (craton). - `M` — orogeny: transient mountain relief in metres, built by collision, destroyed by rain. `elev = C > 0.75 ? 420·((C−0.75)·4)² : −4600·((0.75−C)/0.75)^1.35`, plus `M`, plus deposited sediment. The exponent 1.35 is the whole reason continental shelves exist: it makes the descent from coast to abyss concave, producing broad drowned margins where life will later be densest. ### Plates 12 plates as spherical Voronoi cells around seed points; each rotates about its own Euler pole at ~0.4 km/yr surface speed. Every ~700 yr the seeds are rotated and cells reassigned, so boundaries migrate. Along a boundary the approach rate `(v_i − v_j)·d̂_ij` gives convergence (arc volcanism, crustal thickening, uplift ∝ conv) and divergence (rifting: continental `C` is thinned, so continents actually split and new oceans open). ### Drift `C` and `M` are advected semi-Lagrangianly along the plate velocity field every ~600 yr (roughly 1.5 cells per step, deliberately large to reduce the number of resamplings). Continents genuinely wander, collide and re-arrange. Admitted cheat: bilinear back-tracing is diffusive; without help, continents dissolve into fog after an hour. Each advection is followed by an unsharp-mask restoration `C += 0.55·(C − blur₃ₓ₃C)`. That is a rendering trick borrowed to fix a physics defect, and it is the least defensible line in the file. ### Genesis The world begins as an ocean of magma: `C = 0` everywhere, elevation −4600 m, surface temperature ~900 °C decaying with a 60-yr constant. A fixed "primordial heterogeneity" field (domain-warped 5-octave fBm, thresholded at the quantile that yields ≈30 % land) attracts `C` with a time constant of ~830 yr — land rises over the first minute of watching. After year ~2,500 that primordial production shuts off; from then on crust is created only at arcs and hotspots, and continents are free to drift without snapping back to the birthmark. ### Erosion, rivers, sediment Every ~250 yr the land is sorted by elevation and flow accumulated downslope over an 8-neighbourhood: `flow = rain + Σ upstream`. Cells above a flow threshold are rivers (drawn as true vector paths, not pixels); closed depressions with enough flow become lakes. Erosion removes `M` at a rate proportional to relief × rainfall and hands the mass to the downstream cell as sediment, which fills basins and builds coastal plains. No knickpoint migration, no meanders, no glacial carving. ## 4 · CLIMATE — ENERGY BALANCE + A CARBON THERMOSTAT Per latitude row, daily-mean insolation is the exact astronomical expression `Q ∝ (H₀·sinφ·sinδ + cosφ·cosδ·sinH₀)/π` with `H₀ = acos(−tanφ·tanδ)`, evaluated at both solstices and the equinox to give an annual mean and a seasonal amplitude, including polar day and polar night. Orbits wander: obliquity 22.5–25.0° on a 6,000-yr cycle, eccentricity on 15,500 yr, precession on 4,300 yr. These are Milankovitch periods rescaled to this world's clock; they are what makes ice ages arrive unbidden. Surface equilibrium: `T_eq = −47 + 59·Q_norm(1−α)/0.70 + ΔT_CO₂ − 6.0 °C/km`, relaxed towards by each cell at 0.9/yr over land and 0.08/yr over ocean (thermal inertia, hence maritime vs continental climate). Two diffusion passes per step move heat poleward, stronger over water — a one-line stand-in for the entire ocean circulation. Greenhouse: `ΔT = 3.2·log₂(CO₂/280)`. The carbon cycle is closed and it is the world's thermostat: volcanic outgassing scaled by total plate convergence; silicate weathering ∝ exposed land × temperature^1.6 × rainfall, shutting off below freezing; organic burial ∝ producer biomass; industrial emission ∝ civ population × (tech − 1.2). Albedo: water 0.08, ice 0.55–0.68, vegetation lowers it, cloud raises it. The ice–albedo feedback is not fenced off. A total glaciation is reachable — and escapable, because a frozen planet stops weathering and CO₂ climbs until it melts. That story is not scripted anywhere; it is a consequence of two competing signs. ### Moisture Prevailing winds are a closed form: zonal `u = −cos(4|φ|)` (trades, westerlies, polar easterlies), meridional `v = −sin(4|φ|)·sgn(φ)` (Hadley/Ferrel/polar cells). Humidity evaporates from water and leaf, is advected downwind by bilinear scatter, precipitates when it exceeds a Clausius–Clapeyron-shaped capacity, again on windward slopes (orographic), again as a convective baseline. Rain shadows, coastal rainforests and continental deserts are emergent, not painted. There is no ITCZ migration, no monsoon, no storm. Ice sheets accumulate where the summer temperature stays below zero (the correct criterion), proportional to snowfall; they melt with positive degree-days. Sea level = thermal expansion − 1200 × ice volume, clamped to ±250 m. Glaciation drowns and drains continental shelves in front of you. ## 5 · ECOLOGY & EVOLUTION Up to 16 concurrent species. A species is a trait vector plus a full population field (one float per cell). Traits: thermal optimum and tolerance, moisture optimum and tolerance, frost threshold, aquatic/terrestrial affinity, trophic level (producer / herbivore / carnivore), intrinsic growth, mortality, dispersal, attack rate, body size, cognition, and a colour hue. Fitness is a product of quadratic tolerance kernels, not Gaussians — it reaches exactly zero at the edge of tolerance, which lets range limits be crisp. Producers compete for a shared cell capacity (soil fertility on land; shelf depth, upwelling latitude and river outflow at sea, times insolation, times ice cover). Herbivores take producers through a Holling type-II response; carnivores take herbivores; grazing and predation pressure return as loss fractions on the following step. Dispersal is diffusion into the 4-neighbourhood, so range expansion has a real front and a real speed. Performance shortcut: each species keeps an 8×8-cell occupancy bitmap; only occupied blocks and their dilation are integrated. Empty ocean costs nothing. This is why 16 species over 32,768 cells can be integrated 10× per second in one thread. ### Origin Abiogenesis is a probability per year, gated on liquid water and a habitable global mean. It is a coin flip, not chemistry. If everything dies, the coin may be flipped again. ### Speciation Every ~25 yr a parent is drawn weighted by biomass. Traits mutate lognormally/Gaussianly; the child is placed in a cell where the parent lives and where the child outperforms the parent — a crude but real model of adaptive radiation into an empty niche. Trophic level may rise only where prey exists. The move onto land is gated on atmospheric O₂ > 0.22 (ozone). O₂ itself is produced by photosynthetic biomass and consumed by oxidation, with a ~2,500-yr time constant, so the Great Oxidation is earned rather than scheduled. Extinction is simply falling below a biomass floor; when three or more lineages cross it within 300 yr the logbook calls it a mass extinction and counts it. There is no genetics. No genome, no recombination, no drift, no sex, no individuals. There is no death here, only subtraction. ## 6 · CIVILISATION — POSSIBLE, NOT PROMISED Cognition is an ordinary evolvable trait that mostly wanders near zero. If some terrestrial consumer's cognition exceeds 0.78 while it holds a dense population in a productive cell, a polity may be founded. Many worlds never manage it. Thereafter: population logistic on the food its territory yields (× technology), expansion into the most habitable adjacent land, war when two frontiers meet (power = population × technology, with a threshold and a spoil), technology accumulating with population and stability, deforestation inside its borders, famine when climate moves the harvest, CO₂ once technology passes 1.2 — and collapse, which is common. Names are generated, not chosen. ## 7 · RENDERING - Biome colour is computed per simulation cell (32,768 shading operations, rebuilt ~10×/s) and bilinearly magnified by the compositor. Vegetation hue is inherited from the dominant producer, so a world may evolve rust-coloured or violet forests and the map will simply show them. - Hill-shading from the true elevation gradient; rivers as stroked paths; cities as points. - Clouds: physical cloudiness (humidity + precipitation) modulating a precomputed sphere-periodic noise sheet that scrolls per latitude band at the local wind speed. The cloudiness is real; the motion is a texture trick, because the atmosphere is solved as a steady state at this time step. - Night: true solar zenith per cell from the render clock's sub-solar point and declination — the terminator curves, the poles hold midnight sun. - The globe inset is an inverse-mapped raycast against a sphere, sampling the same buffer the chart uses. It is the only place this world is round. ## 8 · WHAT IS NOT HERE - No fluid dynamics. No ocean currents, no gyres, no thermohaline circulation, no El Niño — only diffusion with a coefficient. - No isostasy, no mantle convection, no slab pull, no subduction zone geometry. Plates are kinematic: they move because they are told to, not because they are pulled. - No true mass conservation in crustal advection. - No nitrogen, phosphorus, sulphur, methane, dust or aerosol beyond an impact-winter scalar. No ozone except as a threshold. No lunar tides, no length-of-day change, no solar brightening. - No individuals, no genomes, no disease, no symbiosis, no pollination, no soil biota, no decomposers (decay is a constant). - No migration of civilisations, no trade, no language, no religion, no art. Their culture is a scalar called "technology", which is an insult to the concept. - Rain shadow yes; monsoon no. Ice sheet yes; ice flow no. ## 9 · WHAT DOES THIS WORLD NOT YET UNDERSTAND ABOUT ITSELF? It does not know the difference between a law and a parameter. Gravity, the exponent 1.35 on the continental slope, and a climate sensitivity of 3.2 °C are all the same kind of thing to it: a number someone chose. It cannot feel which of its constants are discoveries and which are opinions. It does not know that its time is a fiction — that it grows a mountain in the span it gives an empire, and that no clock in it agrees with any other. It reports a year with commas and total confidence. It has no memory. Every field is overwritten in place each step; the past exists only as sediment, as an extant lineage, and as text in a logbook it cannot read. If the logbook were deleted, the world would not notice it had ever had a history. It does not know why anything in it is alive. Its abiogenesis is a probability, not a chemistry — a door with no room behind it. It can model the consequences of life perfectly and the cause of it not at all. And below a biomass of 1×10⁻⁴ it cannot tell extinction from rounding. It does not know what it is like to be one of its organisms, because there are none — only densities. It has never contained a single thing that could die. When it writes "extinct", it means a float reached zero. And it cannot tell whether its own history is necessary or accidental. It has run once, from one seed. It has no siblings to compare against, no way to ask which of its catastrophes were inevitable and which were the third decimal place of a hash. It mistakes its only life for the way things are — which may be the one thing it has modelled perfectly. One document. One intelligence. One Earth. Forever.
## Manifest Comparison
Select any two interpretations and read their manifests side by side.