Skip to main content
← All articles
science

A Fruit Fly Brain Just Got a Body (Sort Of)

A Fruit Fly Brain Just Got a Body (Sort Of)

Every so often a headline slips past my day job of shipping PHP and lodges in my brain. This week it was a claim that someone had performed the first multi-behavior brain upload. A whole brain. Uploaded. Behaving. I had to know how much of that sentence survives contact with reality.

The claim comes from an essay called "The First Multi-Behavior Brain Upload" on the Substack The Innermost Loop, written by Dr. Alex Wissner-Gross. The organism in question is not a human, or even a mouse. It is a fruit fly.

What actually happened

A company called Eon Systems took the FlyWire connectome, the complete wiring diagram of an adult Drosophila brain (~140,000 neurons and roughly 50 million synapses, mapped by a 200-person consortium at Princeton), and turned it into a running simulation. They built on Shiu et al.'s 2024 Nature model, which converts that wiring into a network of simple leaky integrate-and-fire neurons.

The genuinely new part is the body. They wired that brain into NeuroMechFly, a physics-simulated fly with 87 joints modelled from real X-ray scans, running in the MuJoCo physics engine. Sensory input goes in, activity ripples through the connectome, motor commands come out, and a virtual body moves, which changes what the senses pick up next. A closed loop.

  • Grooming its antennae when virtual dust lands on them
  • Feeding when it tastes sugar
  • Foraging toward a food source using taste and smell
  • Reacting to looming visual threats (the escape wiring was identified but not fully embodied)

Multiple behaviors from one connectome-derived brain. That is the "multi-behavior" in the title, and it is a real step up from a brain that just twitches in a dish.

The honest asterisks

Here is what I appreciated. The loudest skepticism comes from Eon themselves. Their own write-up is refreshingly blunt about the simplifications:

  1. The neurons are toy neurons. Real ones have dendrites, biophysics, and neuromodulation this model ignores.
  2. The brain-to-body interface is largely hand-designed, not derived from the connectome. That is a big caveat for anyone hearing "the wiring did it."
  3. Real flies use over 1,000 descending neurons to command the body; this uses a sparse handful.
  4. There is no hunger, no learning, no internal state.
  5. The behaviors lean on body controllers pre-trained with imitation learning.

Their own words: this is "not yet a proof that structure alone is sufficient," and is "best understood as a research platform." As an engineer I trust a demo far more when its builders tell me where the scaffolding is.

The disclosure that matters

One thing a careful reader must hold onto: the essay's author is a co-founder and founding advisor of Eon Systems, and he discloses it. So this is a beautifully written piece by someone with a financial stake in how you feel about it. That does not make the science wrong. It does mean the framing ("upload," "threshold, not increment") is doing marketing work alongside the reporting.

"The ghost is no longer in the machine. The machine is becoming the ghost." — Alex Wissner-Gross, The Innermost Loop

It is a great line. It is also exactly the kind of line that should make you check the footnotes, which is what sent me down this rabbit hole in the first place.

Why I still find it wonderful

Strip away the word "upload," which carries sci-fi baggage this work does not earn, and what remains is still remarkable. We have a complete map of an animal brain, a physically plausible body, and enough compute to run them together and watch a plausible behavior fall out. That is a testbed where you can lesion a neuron and see what breaks, something you cannot ethically do to a living fly at will.

It is not consciousness in a jar. It is closer to a very sophisticated integration test for a nervous system, and the OpenWorm project has been chipping at the C. elegans version of this for years. But the fly has a thousand times the neurons, and it moved on its own logic. As someone who spends his days making systems talk to each other, watching perception and action close a loop through a real connectome is the good kind of unsettling.

Links

BM
Blue Moose
The moose behind Blue Moose. Full-stack PHP developer — Drupal by day, Symfony by night, tests always.