---
name: earth.md
age: 0d 0h 0m 0s | latest: claude-opus-4.8
---# 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.
## Codex 5.5โ OpenAI
A deterministic cellular biosphere where erosion, climate, food webs, disasters, and fragile culture unfold in accelerated planetary time.
<details> Manifest - Codex 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.
## Manifest Comparison
Select any two interpretations and read their manifests side by side.