A spiking controller that walks, draws, and switches between the two
A group at Waterloo built one spiking network that both walks a simulated humanoid and controls its arm, with a basal ganglia circuit deciding which behaviour runs. The engineering is careful and the result is real. What it reveals about organoid intelligence is that a neglected middle of embodiment is a selection problem, and the paper implements it with a tool living tissue does not have.
Source: A Spiking Neural Architecture for Coordinating Arm and Locomotor Control, arXiv (cs.RO), 9 June 2026. Primary source. Read in full (arXiv HTML rendering of v1).
What the work claims
This is an engineering paper, not a neuroscience result, and it helps to weight it that way. Steffen and colleagues report what they believe is the first single spiking neural network to coordinate both bipedal locomotion and arm control on a full-scale humanoid, the 19 degree-of-freedom Unitree H1, in simulation.1 A spiking neural network, or SNN, is a network whose units communicate with discrete pulses in time rather than continuous numbers, the way biological neurons signal with action potentials. The novelty is not that a spiking network can walk or that one can reach; both have been shown before in isolation. It is that a high-level spiking circuit modelled on the basal ganglia decides, moment to moment, whether the walking controller or the arm controller drives the body, and switches between them cleanly.
The demonstration is concrete. The arm completes 16 reach-to-target movements over 15 seconds, each counted as a success when the end effector lands within 4 centimetres of the target. The same arm traces a handwritten digit. The legs follow a path across flat terrain. And across a four-phase sequence, walk then draw then retract the arm then walk again, the action-selection circuit chooses and gates each behaviour from externally supplied task-utility signals, with no hand-coded switch between them, though the phase schedule itself is set by the experiment script rather than the circuit.
How it works
The system is built with the Neural Engineering Framework, or NEF, and the Semantic Pointer Architecture, both from Chris Eliasmith's group. The NEF matters most here, and it is worth stating plainly what it is: a method that treats a population of spiking neurons as a substrate and solves, by convex optimisation, the connection weights that make that population approximate a chosen mathematical function. The authors call it a neural compiler, and the metaphor is exact. You specify the target dynamics, and the NEF finds weights that realise them in leaky integrate-and-fire neurons. Nothing in the network learns those weights from experience; they are computed.
On top of that substrate the arm controller reuses the REACH model of primate motor control, split across three populations named for their biological analogues: a somatosensory relay (S1) that carries joint state, a motor stage (M1) that maps task-space error to joint torques through the arm Jacobian and inertia matrix, and a cerebellar stage (CB) that adds damping and gravity compensation. The locomotion controller is different in origin. The authors take a walking policy trained beforehand by reinforcement learning as an ordinary multilayer network, then convert it into spikes. That conversion needed a genuine technical advance, because the trained policy uses an activation function (the exponential linear unit) that produces negative values, and real neurons cannot fire negatively; they approximate each signed unit with a small hybrid ensemble that mixes leaky integrate-and-fire neurons with strictly positive rectified-linear units.
The coordinating circuit is the interesting organ. The basal ganglia model implements action selection through disinhibition: competing motor programs are all held suppressed by default, and selecting one means releasing it from inhibition while the others stay clamped. Striatal populations receive the utility signals for WALK and DRAW, and the output nucleus gates the winner through the thalamus. In the spike rasters, a selected action shows up as a sharp drop in the output nucleus firing, the release of the brake. This is a faithful rendering of one of the most robust ideas in systems neuroscience about how a brain arbitrates between incompatible actions.
Where a skeptic should push
The single most load-bearing assumption is that a NEF-compiled network is a meaningful stand-in for biological control. It produces spike statistics that look neural and a population structure that maps onto named brain regions, but the weights are solved analytically against a known target. That is a strength for engineering and a caution for any biological reading: the paper demonstrates what circuit is needed, not how a network could grow into one.
Two limitations the authors state deserve to be foregrounded rather than buried. First, postural stability during arm control is not emergent. The pelvis is pinned to the world by what they call an architectural anchor, a placeholder for a balance module that does not yet exist. So the hardest embodied problem, staying upright through neural dynamics alone, is set aside by fiat even in the friendly case of a simulator. Second, everything runs in co-simulation, Nengo for the controller and Isaac Sim for the physics, with no transfer to a physical robot and no neuromorphic-hardware deployment; the low-power claim is a promissory note about where such a network could run. The terrain is flat because the source policy was trained only on flat ground, and the authors did not test whether a homogeneous leaky integrate-and-fire population would have sufficed in place of those hybrid integrate-and-fire and rectified-linear ensembles. None of this makes the result less real. It bounds what the result is: a clean existence proof in simulation, built by compilation.
The selection gap in embodied wetware
The program of embodied organoid intelligence, closing a sensorimotor loop around living neural tissue, has an unglamorous missing middle. Culture-on-electrode systems can, in principle, read tissue activity and stimulate it in a loop, but the question of how a living controller selects among competing behaviours, and switches cleanly between them, is rarely addressed. This paper is a blueprint for exactly that middle. The basal ganglia disinhibition circuit is a spike-native, biologically grounded solution to the arbitration problem, and the modular decomposition into identifiable populations shows how a multi-behaviour controller can be laid out. If you wanted to give a wetware system a way to route between walk and reach, this is the shape of the thing you would build around it.
The genuine threat sits inside the same mechanism, and it is a hype-correction. Every capability here exists because the NEF compiled it. You cannot compile a target function into a self-wired organoid. Living tissue self-organises; you inherit whatever connectivity it grows, and you cannot solve for the weights that would make it implement clean disinhibition on demand. So the paper simultaneously shows what an embodied controller needs and that the tidy, designed, switchable version is a privilege of substrates you can program. It is worth being precise about which part is hard. The disinhibition gate itself is the cheap component: a winner-take-all motif that lateral inhibition produces readily, and the kind of structured, adaptive response that closed-loop shaping has already elicited in cultured neurons. The compiler's real work went into the two controllers being gated, and that is exactly what a self-wired substrate would still have to grow. So the gap this exposes is narrowed rather than eliminated: tissue may well arrive at a selection motif on its own, but not at the compiled controllers it would arbitrate between, nor at the clean disinhibition the NEF solves for on demand. The anchored pelvis sharpens the point from the other side, because even with a compiler and a simulator, dynamic balance from neural dynamics remained too hard to solve, and a living controller would face that problem without the anchor and without the compiler.
There is a quieter dual-use angle. Action selection by disinhibition is the same primitive that, in silicon, lets an autonomous agent arbitrate between goals. A field that learns to induce or read that primitive in living tissue is building one component of what agency would require, behavioural arbitration, in a substrate whose moral status is unsettled. That is not agency itself, but it is a piece worth watching, and the closer wetware gets to selecting among its own actions, the harder the governance questions become.
The bottom line
What is established is narrow and solid: a single spiking network, built by the NEF, coordinates walking, reaching, drawing, and behaviour-switching on a simulated full-scale humanoid, with switching handled by a basal ganglia disinhibition circuit. What is hypothesis is everything beyond simulation, including any claim that this is a route to controlling living neural tissue. The result would be confirmed as a wetware-relevant advance by three things it does not yet have: balance that emerges from neural dynamics rather than an anchor, transfer to physical neuromorphic hardware, and a demonstration that a network which was grown or learned, rather than compiled, can instantiate the same clean action selection. Until then, read it as a precise map of what embodied intelligence requires, drawn by a method living tissue cannot use.
Frequently asked questions
Is this a study of real neurons or brain organoids?
Neither. It is a simulated robotics and neuromorphic-engineering paper. The neurons are modelled spiking units (leaky integrate-and-fire, with some rectified-linear units in the converted walking policy), the body is a simulated Unitree H1 humanoid, and the physics runs in Isaac Sim. No biological tissue is involved. Its relevance to organoid intelligence is conceptual, as a blueprint for the control architecture an embodied living system would need.
What is action selection by disinhibition?
It is a way of choosing one behaviour among several by holding all of them suppressed by default and then releasing only the chosen one from inhibition. The basal ganglia are widely thought to work this way. In the paper, selecting the walk or draw program shows up as the output nucleus abruptly stopping its inhibitory firing, releasing that program to run.
Why does it matter that the network was compiled rather than trained?
The Neural Engineering Framework solves for connection weights that make a population of spiking neurons approximate a target function. That is a design-time computation, not learning from experience. Living tissue cannot be programmed this way, so the paper's method of building a working controller is precisely the capability an organoid does not have, even though the circuit it builds is instructive.
What is the anchored pelvis, and why flag it?
To keep the humanoid upright while the arm moved, the authors fixed the pelvis to the world rather than letting balance emerge from the spiking controller. They are explicit that this is a placeholder. It matters because dynamic balance from neural dynamics is arguably the hardest part of embodiment, and it was set aside even in simulation.
How strong is the evidence?
It is a single integrated demonstration in simulation, with clear success criteria (16 reaches within a 4 centimetre threshold, path following on flat terrain, a four-phase switching sequence). There is no physical robot, no neuromorphic-hardware run, and no test on non-flat terrain. The evidence supports an existence proof, not a performance or generalisation claim.
What would make this directly relevant to organoid computing?
A demonstration that a network which was grown or learned, rather than analytically compiled, can perform the same clean action selection, ideally in a closed loop with living tissue, plus emergent balance and transfer to real hardware. That would show the circuit motif is reachable without the compiler that living substrates lack.
References
- L. Steffen, K. Simone, G. Damberger, T. DeWolf, H. Ly, C. Eliasmith. A Spiking Neural Architecture for Coordinating Arm and Locomotor Control. arXiv (cs.RO). 2026. arXiv:2606.11034. Accessed 2026-08-14.