The central question is simple: given measured neural connections, what activity and movement follow from an input, and which parts of the result depend on the circuit we chose to model?
Imagine an object approaching a resting fly. Its image occupies more of the visual field. Somewhere between that changing sensory signal and a movement, neural populations receive input, combine it, and influence motor circuits.
This project makes that chain inspectable. It takes a connectivity graph, assigns an activity variable to each included population, supplies visual-feature input, and calculates what happens next. You can then change the graph’s active populations and compare the outcomes.
The question has two parts. First, where can an input influence motor activity under a chosen neural model? Second, what happens when those motor signals are connected to a body whose movement changes the next input? The site provides a separate experiment for each.
An approaching object gives a clear input variable: angular size grows over time. Experiments on the fly giant-fiber pathway identify LC4 and LPLC2 as inputs contributing looming velocity and size information. This supports choosing those populations as entry points. Ache et al., Current Biology (2019).
Our implementation chooses simpler feature rules than that physiological work. In the arena, target distance, bearing, and approach velocity determine the injected signals. In the circuit experiment, a prescribed pulse drives the same selected types. The exact response curves in this app are model assumptions.
The {{CIRCUIT_NODES}}-population experiment applies a predetermined stimulus from 60 to 240 model ms, within a 600 ms run. Its input is unchanged by motor activity. That makes intact-versus-silenced comparisons easier to interpret: you can ask how a changed circuit responds to the same external protocol.
For example, silence both DNp01 populations and examine TTMn activity. The dashed intact trace and solid intervention trace show the consequences of that change under the same settings. A difference is evidence of dependency within the model.
The arena uses {{ARENA_NODES}} populations, adding wing motor units and their input context. It converts selected motor activity into launch, lift, thrust, and yaw. The resulting body position determines the next visual drive.
This introduces a feedback effect. Silencing a neuron can change movement; altered movement can change sensory input; altered input can change many other neurons. The complete trajectory reflects all of those interactions.
Use the circuit view for a fixed-input comparison and the arena for a body/environment feedback experiment.
Open the circuit experimentOpen the arenaThe model has a structural link to a real biological system: its included directed connections and synapse counts come from MaleCNS. It also has explicit state, dynamics, inputs, outputs, and interventions. These make it more useful for experimentation than an animation of a fly or a static connectivity diagram alone.
Its correspondence to biology is strongest at the structural-data layer. The activity dynamics and motor-to-force transformation are uncalibrated. There is no live data feed from a fly, no parameter fitting to the measured responses of this specimen, and no held-out behavioral validation.
A precise description is therefore a connectome-constrained computational model with illustrative embodiment. The word “twin” should not be read as a claim that the simulated fly reproduces a real individual’s behavior.
A reasonable next experiment would choose one visual input protocol, collect neural or behavioral recordings, fit a small set of uncertain parameters, and test the fitted model on different input conditions. The test conditions need to remain separate from fitting.
Published connectome-based modeling offers a useful precedent: Shiu et al. studied sensorimotor processing with a different fly-brain model and experimental tests. Their validation applies to their dataset, equations, and experiments. It motivates a validation workflow for this project; it cannot validate these arena trajectories by association. Shiu et al., Nature (2024).
For now, the most defensible conclusions are about this implementation: which inputs activate which populations, what changes after a declared intervention, and which assumptions materially change a result. The next article explains how the data became that executable model.