A startup called Eon Systems PBC claims to have achieved something neuroscience has been chasing for decades: a complete brain emulation of a living organism, connected to a virtual body, producing real behaviors. The organism is a fruit fly. The brain has 125,000 neurons. And the behaviors — walking, grooming, foraging — emerged entirely from the neural wiring, with zero reinforcement learning involved.
The announcement, which surfaced across Reddit’s r/artificial, Hacker News, The Decoder, and Tyler Cowen’s Marginal Revolution blog (under the headline “A Fly Has Been Uploaded”) in March 2026, has sparked intense discussion about what whole-brain emulation actually means — and how close we might be to doing it with larger animals.
From 302 Neurons to 125,000: Why This Is Different
Brain emulation is not new as a concept. The OpenWorm project has been working on digitizing the roundworm C. elegans for over a decade, mapping its 302 neurons and attempting to simulate basic locomotion. DeepMind and the Janelia Research Campus have also built simulated flies — but those relied heavily on reinforcement learning to train behaviors, meaning the simulated agents learned to move through trial and error rather than from their actual brain structure.
Eon Systems took a fundamentally different approach. Instead of training an AI to mimic fly behavior, they took the complete connectome — the full wiring diagram of every neuron and synapse in a fruit fly’s brain — and ran it as-is in simulation. The connectome data comes from the FlyWire project, which used electron microscopy to map all 125,000+ neurons and approximately 50 million synaptic connections in Drosophila melanogaster. Machine learning was used to predict neurotransmitter identities across those connections, but the behavioral output? That comes straight from the biology.
The result is a digital fly that walks, grooms itself, and forages for food — not because it was programmed to, but because that is what the neural circuitry produces when connected to a body and given sensory input.
How the Emulation Actually Works
The technical pipeline has three core components working together in a closed loop:
1. The Connectome Brain Model. Eon built on research by Philip Shiu et al., published in Nature in 2024, which established whole-brain computational modeling of Drosophila. The model represents every neuron and its connections, running signal propagation through the complete neural network.
2. The Virtual Body (NeuroMechFly v2). The emulated brain is connected to a biomechanically accurate fly body built using the NeuroMechFly v2 framework. This gives the brain something to control — limbs, joints, sensory organs — modeled after real fruit fly anatomy.
3. MuJoCo Physics Engine. The virtual body operates inside MuJoCo, an open-source physics simulator originally developed for robotics research. MuJoCo handles gravity, friction, and contact dynamics, so when the brain sends motor commands, the body responds according to real physics.
The loop works like this: sensory input enters the emulated brain, neural activity propagates through the connectome, motor commands exit to the virtual body, and the body moves within the simulated world. The movement generates new sensory input, and the cycle continues. As the Eon team put it: “What you are seeing is not an animation. It is a copy of a biological brain, wired neuron-to-neuron from electron microscopy data, running in simulation.”
The reported behavioral accuracy sits at approximately 95%, meaning the digital fly’s motor outputs closely match what a real fruit fly would do in equivalent situations.
The Community Reaction
The announcement generated a mix of genuine excitement and healthy skepticism across multiple platforms. On Reddit’s r/artificial and across science-focused communities, the discussion split into several camps.
The optimists see this as a proof-of-concept for whole-brain emulation at scale. If a 125,000-neuron brain can produce naturalistic behavior when run in simulation, the argument goes, then the approach could theoretically scale to larger brains — which is exactly what Eon claims they will attempt next.
The skeptics raise valid points. Some note that Eon has published the brain model code on GitHub, but the novel component — the interface connecting the brain emulation to the simulated body — has not been released publicly yet. Without that code, independent verification is limited. Others question whether a 95% accuracy figure for motor behavior actually tells us much about how faithfully the emulation reproduces the fly’s internal neural dynamics, as opposed to just its external movements.
Tyler Cowen’s brief but widely shared Marginal Revolution post, titled simply “A Fly Has Been Uploaded,” brought the topic to a broader economics and technology audience, prompting discussions about consciousness, digital organisms, and the philosophical implications of copying a brain.
The Roadmap: From Fruit Flies to Mice
Eon Systems is not stopping at insects. The company has publicly stated its intention to emulate a mouse brain within two years. That is a staggering jump: from 125,000 neurons to approximately 70 million — a 560x increase in complexity.
To get there, the team says they are gathering connectomic data using expansion microscopy (a technique that physically enlarges tissue samples to improve imaging resolution) alongside tens of thousands of hours of calcium and voltage imaging to capture how mouse neurons actually fire in living animals. The long-term goal, as with most brain emulation research, is eventually reaching human-scale simulation.
Whether that timeline is realistic remains an open question. The fruit fly connectome took the global research community years to complete. A mouse connectome at comparable resolution does not yet exist, though several large-scale projects are underway. Eon’s two-year target is ambitious by any standard.
What This Means for AI and Neuroscience
This work sits at an interesting intersection. Most of the AI industry is focused on scaling transformer-based models — systems that learn statistical patterns from data. Eon’s approach is the opposite: instead of learning behavior from training data, they are copying the biological hardware that produces behavior naturally.
If the approach scales, it could open an entirely different pathway in AI research — one grounded in biological neural architectures rather than artificial ones. It could also provide neuroscience with a powerful new tool for testing hypotheses about how brains produce behavior, since researchers could modify individual neurons or connections in the simulation and observe the results.
For the robotics community, the implications are also significant. If brain emulations can drive realistic motor behavior in physics simulations, they might eventually control physical robots, creating machines that move and respond to their environment based on biological neural circuits rather than hand-coded algorithms or reinforcement learning policies.
Limitations Worth Noting
Several important caveats apply. First, a fruit fly brain — while impressive to emulate — is still tiny by mammalian standards. Scaling from 125,000 to 70 million neurons is not a linear problem; computational costs, data requirements, and potential emergent complications all increase dramatically.
Second, behavior matching is not the same as full brain emulation. The digital fly produces realistic motor outputs, but whether its internal neural states truly mirror those of a living fly is a much harder question to answer.
Third, Eon Systems PBC has financial interests at play. Co-founder Dr. Alex Wissner-Gross has acknowledged a financial interest in the company. The scientific claims, while building on peer-reviewed research, have not yet been independently replicated in their complete form (brain-to-body loop).
FAQ
Is this the first time a brain has been fully emulated?
It is the first time a complete brain emulation (all neurons, all synapses) has been connected to a virtual body and produced multiple naturalistic behaviors. Previous projects like OpenWorm emulated simpler organisms (302 neurons) with more limited behavioral repertoires. DeepMind’s fly simulations used reinforcement learning rather than direct connectome emulation.
Does the digital fruit fly have consciousness?
This is an open philosophical question that the emulation itself does not answer. The system reproduces motor behaviors from neural wiring, but whether subjective experience emerges from a computational copy of a brain is a matter of ongoing debate in philosophy of mind and neuroscience.
How does Eon Systems’ approach differ from standard AI?
Most AI systems learn behavior from training data using statistical models (neural networks loosely inspired by biology). Eon’s approach copies the actual biological neural architecture neuron-by-neuron and runs it in simulation. No reinforcement learning or manual programming is used — behavior emerges from the connectome data.
When will they emulate a mouse brain?
Eon has stated a goal of two years, which would mean roughly 2028. This requires mapping the mouse connectome (70 million neurons) and collecting extensive functional imaging data. The timeline is considered ambitious by the neuroscience community.
Is the code available?
Eon has published the brain model code on GitHub, building on Philip Shiu et al.’s 2024 Nature paper. However, the body interface code — connecting the emulated brain to the MuJoCo simulation — has not been publicly released yet.
You Might Also Like
- Nessie Labs Turns Your Messy ai Chat History Into an Actual Second Brain
- The Biological Computing co tbc is Growing Actual Brain Cells to run ai and Just Raised 25m to Prove it
- Stanhope ai Just Raised 8m to Build ai That Actually Thinks Like a Brain
- Claude Import Memory Anthropics Sneaky Brilliant Move to Poach Your Chatgpt Brain

Leave a comment