Table of Contents
What happens if you control the rules of survival rather than the survivors themselves? Sakana AI turned that question into a browser-based simulation anyone can run. The God Simulator isn’t a game — it’s a research tool that makes evolutionary dynamics tangible, and the insights it surfaces connect directly to Sakana AI’s core research thesis: that evolution and collective intelligence offer a fundamentally different path to capable AI systems than raw scale alone.
TL;DR
- The God Simulator is built on Neural Cellular Automata (NCA) — each pixel-organism is a small neural network that can grow, attack, defend, and learn
- Users set the rules (survival thresholds, mixing rules, resource density) rather than controlling individual agents
- Key finding: harsh rules cause extinction; too-easy rules produce fragile booms; alternating conditions can produce stable borders and even spontaneous cooperation
- This is a public-facing demonstration of Sakana AI’s “evolution-first” research philosophy
- Free to use at sakana.ai
What It Is
Neural Cellular Automata
You may know Conway’s Game of Life — a grid world where cells follow simple rules (alive/dead based on neighbor count) and complex patterns emerge from those rules. Sakana AI’s simulator extends this: instead of fixed rules, each pixel-organism runs a small neural network. It perceives its neighbors, integrates that signal, and acts — growing, attacking, defending, or attempting cooperation.
Because the neural networks are subject to selection pressure, evolution is literal here. Individuals whose network structure produces better survival outcomes reproduce; others don’t. Across many generations, behaviors emerge that no one explicitly programmed.
graph LR
A[Pixel organism<br>Neural Cellular Automaton] --> B[Sense neighbors]
B --> C[Neural network inference]
C --> D[Act: grow / attack / defend / cooperate]
D --> E[Environmental feedback]
E --> F[Fit structures survive<br>and propagate]
F --> A
Your Role: The Rule-Setter
You don’t control individual organisms. You control the environment:
- Survival threshold: How hard is it to stay alive?
- Mixing rules: What happens when different species meet?
- Resource density: How abundant is energy?
This puts you in the position of setting incentive structures — not playing, but governing.
What the Simulator Reveals
Sakana AI documented several counterintuitive outcomes:
Harsh rules → Extinction: Set the survival threshold too high and nothing survives. The grid goes silent within a few hundred timesteps regardless of initial conditions.
Easy rules → Fragile boom: When conditions are too permissive, populations explode — but the selection pressure is so low that individual neural networks never evolve robustness. Tighten the rules slightly and the whole system collapses immediately.
Alternating strict and permissive conditions (the interesting case): Start permissive to let populations establish, then increase pressure. This tends to produce “crystallization” — stable territorial borders form between species. Under certain parameter combinations, cooperation emerges: two competing species begin protecting each other because the cost of continued conflict exceeds the cost of coexistence. No one programmed this behavior. It emerged from the incentive structure.
This maps cleanly onto evolutionary game theory — specifically the evolution of cooperation literature (Axelrod, Hamilton, Nowak) — but made viscerally observable rather than mathematically abstract.
Why Engineers Should Care
The God Simulator is an intuition pump for a problem that shows up everywhere in system design: how do incentive structures shape emergent behavior?
This is directly relevant to:
- RL curriculum design: An environment too easy produces an underprepared agent; too hard produces nothing. The alternating-pressure finding from the simulator mirrors best practices in curriculum learning.
- Multi-agent system design: The spontaneous cooperation emergence under specific conditions is the same phenomenon studied in multi-agent reinforcement learning research.
- Organizational design: The same dynamics apply to team incentive structures, competitive vs. collaborative dynamics between teams, and how resource scarcity shapes culture.
Sakana AI’s Broader Research Direction
Sakana AI was founded by David Ha (former Google Brain Research Director) and Llion Jones (one of the original Transformer paper authors). Their research philosophy is explicitly anti-scale: rather than chasing larger models and more compute, they pursue evolutionary and collective intelligence approaches.
Evolutionary Model Merge (2024): Automatically merging existing open-source models using evolutionary algorithms — no gradient-based training, relatively low compute, can produce models that outperform their parents on specific tasks. Now integrated into frameworks like mergekit.
The AI Scientist: Fully automating the scientific research cycle — idea generation, literature search, experiment design, analysis, and paper writing. In 2025, AI Scientist v2 produced the first fully AI-generated paper to pass rigorous human peer review, published in Nature.
Darwin Gödel Machine: A self-modifying AI that rewrites its own code to improve performance, inspired by Schmidhuber’s theoretical work.
The God Simulator is the public-facing, accessible version of this research direction: it makes the abstract claim that “incentive structures determine system behavior” into something you can feel in your hands.
References
Answers come from this article only. Click any prompt below or open the chat at the bottom right.
🇺🇸 English
What if you didn't play as one of the survivors, but as the thing that writes the rules of survival itself? That's the question Sakana AI turned into a browser-based simulation that anyone can run. They call it the God Simulator, and here's the important part — it's not a game. It's a research tool. It takes the abstract idea of evolution and makes it something you can watch happen, in real time, with your own hands on the dials.
Let's start with what's actually running under the hood, because this is the clever bit. You might know Conway's Game of Life — that grid world where cells live or die based on how many neighbors they have, and out of those dead-simple rules, these astonishingly complex patterns emerge. Sakana AI takes that idea and cranks it up. Instead of every cell following the same fixed rule, each pixel-organism is running its own tiny neural network.
So here's the loop each little organism goes through. It senses its neighbors. It runs that signal through its neural network. And then it acts — it might grow, it might attack, it might defend, or it might try to cooperate. The environment reacts to what it did, and here's where evolution kicks in literally: the organisms whose network structure led to better survival get to reproduce, and the ones that made bad calls don't. Run that across many, many generations, and you get behaviors that nobody sat down and programmed. They just emerge.
Now, your job in all this. You are not steering individual organisms around like little chess pieces. You're setting the environment. Three main levers. First, the survival threshold — basically, how hard is it just to stay alive? Second, the mixing rules — what happens when two different species bump into each other? And third, resource density — how much energy is floating around out there? So you're not playing the game. You're governing it. You're writing the incentives and then watching what the population does in response.
And what it does is genuinely surprising. Sakana documented a few outcomes that are worth sitting with.
First one: crank the rules too harsh, and you get extinction. Set that survival threshold too high and nothing makes it. The grid just goes quiet within a few hundred timesteps, and it doesn't matter how you seeded it — everybody dies.
Okay, so go the other way, make it easy. What you get is a fragile boom. Populations explode, the screen fills up — but here's the catch. Because life is so easy, there's basically no selection pressure. The neural networks never have to get good at anything, so they never evolve any real robustness. And the moment you tighten the rules even a little, the whole thing just collapses instantly. It was a house of cards the entire time.
But here's the case that's actually fascinating — alternating conditions. You start off permissive, let the populations get established and find their footing, and then you turn up the pressure. And what tends to happen is something Sakana calls crystallization. Stable territorial borders form between the species. They sort themselves into defined regions. And under certain parameter combinations, you get something remarkable: cooperation emerges. Two species that were competing start actively protecting each other — because at some point the cost of endless fighting became higher than the cost of just living side by side. Nobody coded that. There is no "cooperate with your rival" instruction anywhere. It fell out of the incentive structure on its own.
And if that rings a bell, it should — this is evolutionary game theory, the whole evolution-of-cooperation literature, the Axelrod and Hamilton and Nowak stuff. But instead of it living in equations on a page, you're watching it play out as colored pixels on a grid. It goes from abstract to visceral.
So why should an engineer care about a pixel simulation? Because it's what I'd call an intuition pump for a problem that is absolutely everywhere in system design: how do the incentives you set shape the behavior that emerges? You don't control the behavior directly — you almost never do — you control the conditions, and the behavior falls out.
Think about reinforcement learning curriculum design. An environment that's too easy gives you an agent that's underprepared for the real thing. Too hard, and the agent learns nothing at all. That alternating-pressure sweet spot from the simulator? That's basically curriculum learning best practice, staring right back at you. Same story with multi-agent systems — that spontaneous cooperation is exactly the phenomenon people study in multi-agent RL. And honestly, it scales all the way up to organizational design. Team incentives, whether teams compete or collaborate, how scarcity shapes a culture — same dynamics, different substrate.
Now, why does Sakana AI care about this, and why does it matter who they are? The company was founded by David Ha, former research director at Google Brain, and Llion Jones, one of the original authors on the Transformer paper — the "Attention Is All You Need" paper. And their whole research philosophy is deliberately anti-scale. Instead of chasing ever-bigger models and ever-more compute, they're betting on evolution and collective intelligence as a different road to capable AI.
You can see that thread through their other work. There's Evolutionary Model Merge, from 2024 — using evolutionary algorithms to automatically merge existing open-source models together, no gradient training, relatively cheap compute, and it can produce models that beat their own parents on specific tasks. That one's now baked into tools like mergekit. There's The AI Scientist, which automates the entire research cycle — generating ideas, searching literature, designing experiments, analyzing results, writing the paper. And in 2025, its version two produced the first fully AI-generated paper to pass real, rigorous human peer review, published in Nature. And there's the Darwin Gödel Machine, an AI that rewrites its own code to improve itself, inspired by Schmidhuber's theoretical work.
The God Simulator is the friendly, public face of all of that. It takes their core claim — that incentive structures determine system behavior — and turns it into something you can literally feel in your hands.
So let me leave you with three things to hold onto. One: the mechanism. Neural cellular automata means every organism is a little evolving neural network, so evolution here isn't a metaphor, it's the actual process running on screen. Two: the central lesson about pressure. Too harsh kills everything, too easy builds something fragile that shatters the moment reality shows up, and it's the well-timed alternation of pressure that produces stability — and sometimes cooperation nobody designed. And three: this isn't just a toy. The exact same dynamics govern how you train agents, how you build multi-agent systems, and how you design incentives for teams of actual humans.
You set the rules. The behavior takes care of itself. And it's free to try, over at sakana dot ai — go turn some dials and watch what your world decides to become.
🇹🇼 中文
如果你能親手調整一個世界裡「活下去的條件」,這個世界最後會長成什麼樣子?來自東京 Sakana AI 實驗室的這個作品,就把這個問題做成了一個你可以在瀏覽器裡直接玩的東西。它不是遊戲,而是一個讓你在微型數位宇宙裡扮演神的研究展示——你不操控任何一隻生物,你操控的是它們賴以生存的那整套規則。
先講一開始的狀態。你打開模擬器,畫面是一個培養皿,裡面有五個 AI 物種在搶地盤——然後你會發現,什麼都沒發生。為什麼?因為這個世界太殘酷了。我們把生存門檻設得太高,環境直接把它們碾死。你讓模擬跑再久也沒用,沒有任何一個物種能站穩腳跟。
這其實很像 App Store。成千上萬個新 app 上架,幾乎沒幾個能跑出聲量,多數都無聲無息地消失。那些 AI wrapper 公司、想爆紅的社群 app,也是同樣的劇本——光是活著,就已經太難了。
那好,我們當個仁慈一點的神,把日子調得好過一些。這就像市場突然湧入大把資金,全部灌向 AI 新創——爛點子?沒有 demo?沒有商業模式?沒關係,這裡有十億美元,衝啊。結果呢?帝國開始瘋狂擴張,可是擴張得太快了。它們從無到有迅速長大,又同樣迅速崩塌。原因很簡單:生存門檻被設得太低,沒有任何篩選壓力。
於是我們再把螺絲鎖緊:熱錢退潮、經濟變嚴苛。那些靠熱錢上癮的公司瞬間瓦解、消失。然後緊接著發生什麼事?更能適應新環境的新物種冒了出來。你繼續調動這些變數,甚至可以製造出一個醜陋的壟斷局面,或是一個搖搖欲墜的生態系。
那它到底怎麼運作?論文把這些物種叫做 neural cellular automata,神經細胞自動機——一個活的、可訓練的像素世界,存在於一張二維格子上。細節很複雜,但核心是這樣:每個生物都在爭奪這些像素,它們可以從鄰近的領地往外生長,而且必須靠在地的支持才能活下來。關鍵是,它們是持續在學習的。它們還會打架——可以指定往哪個方向攻擊、往哪個方向防守,就像手上一把劍、一面盾,各自朝著某個方向。當兩個物種在邊界相遇,系統就會計算哪個細胞能擊敗哪個細胞。實際研究是在更高維度裡跑的,模擬器上看到的是簡化版。
這個作品最迷人的地方在於:不管你做出一個徹底混亂的世界,還是一個穩定健康的生態系,這完全取決於你。你改變環境,就改變了贏家;由環境來決定誰崛起、誰衰落、誰連機會都沒有。大自然是這樣運作的,市場是這樣運作的,幾乎一切都是這樣運作的。這也說明了為什麼一個國家有好的政策這麼重要:多數時候你讓競爭自己去篩出贏家,但有時候,一個微小的推力,就能讓整個系統變得更健康。
不過前面講的都是競爭。那更美的問題來了——合作有沒有可能?直覺上會說不可能,因為每個生物都只有一個目標:生長。單一目標,應該只會催生極端競爭,不是合作,對吧?結果完全錯了。透過三個階段的環境操作,合作真的浮現了。
第一步,寬鬆混合。環境非常寬容,數位物種四處奔放、蔓延到每個角落,不斷彼此碰撞,變成一鍋沒有明確邊界的大雜燴。
第二步,結晶。我們稍微把門檻拉高、規則變嚴。為了在這個更艱困的世界活下去,物種必須抱團、聚成密實堅固的形狀。競爭在這個過程裡畫出了邊界,而邊界慢慢硬化。
第三步,放鬆。再把環境調回比較寬容的狀態。這時奇妙的事情發生了——帝國之間冒出了條紋,還有小小的棋盤格。為什麼?在前一個階段,脆弱的邊界細胞會立刻死掉,就像兩種顏色的油漆中間隔著一條遮蔽膠帶,顏色被乾乾淨淨地分開。而到了第三階段,我們等於把這條膠帶撕掉了:邊界裂開、彼此流入,形成這些小條紋。這些帝國因此被迫共存——因為這時的規則沒辦法再那麼輕易地殺掉脆弱的邊界細胞,於是雙方都能在交界處保住一小塊地,而不是一方把另一方徹底抹除。簡單、優雅、漂亮。
而這整套動力學,其實是一堂很好的人生課,也是系統設計的縮影。永遠太寬鬆,你的世界會變成一鍋糊掉的湯;永遠太嚴格,你的世界會變成一座監獄。比較好的路徑是:先寬鬆,給自己空間摸索方向;再建立紀律,硬起來、長出自己的形狀、立下邊界;最後,為了不要永遠凍結在原地,再適度放鬆——成長、適應、讓新的東西進來。
所以最後留三個重點。第一,真正決定一個系統命運的,往往不是裡面的個體有多強,而是它們所處的規則、也就是激勵結構長什麼樣子。第二,太寬鬆會爛成一鍋湯,太嚴格會變成監獄,健康的系統通常走過「寬鬆、紀律、再放鬆」這條路。第三,Sakana AI 這個作品最厲害的地方,就是把一個抽象到不行的道理,變成一個你半小時就能玩出直覺的東西——你親手當一次神,就會懂規則的力量有多大。
Tags
Related Articles
Scientists Found a Better Language for AI Agents — It's Not Natural Language
Research shows AI agents communicating through emergent compressed languages outperform those using natural language — shorter, more compute-efficient, but less interpretable
AlphaFold: The AI That Solved Biology's 50-Year Problem and Won a Nobel Prize
AlphaFold solved the protein folding problem in 2020 at near-experimental accuracy, earning Demis Hassabis and John Jumper the 2024 Nobel Prize in Chemistry. Its database now contains 200M+ protein structures, actively accelerating drug development and materials science.
Demis Hassabis: Why I Love Hard Questions — The Core of a Research Philosophy
Hassabis's preference for 'hard questions' isn't a personality quirk — it's a research strategy: choose problems that unlock large amounts of downstream value when solved, not problems easy enough to publish quickly. This strategy is the core reason DeepMind keeps breaking through at the scientific frontier.