Skip to content
See the World Through ScienceA project of ALLATRA

How a Brainless Slime Mold Became an Engineering Consultant

By Oli KotykWriterAI & Technology6 min read

Republish this story

Our work is licensed under Creative Commons BY-NC 4.0. You may republish this piece for free — with credit to ALLATRA Media and a link to the original, unedited beyond length trims, and not for commercial use.

Read the full license

A bright yellow Physarum polycephalum plasmodium spreading its branching tubes across a dark surface
Physarum polycephalum is a single cell that grows as a branching network of pulsating tubes and rebuilds that network as it feeds."Maze - Australian physarum" by Tim Tim (VD fr), via Wikimedia Commons, CC BY-SA 4.0, cropped · CC-BY-SA-4.0

Imagine this: You are the CEO of a logistics company. You face the following challenge: to optimize delivery routes in real time, minimize infrastructure costs and respond instantly to the availability of new resources. However, you don't have a data center, GPS navigation or even a team of analysts. Moreover, you don't even have a brain.

For any startup, this is a recipe for inevitable bankruptcy. But not for slime mold. This gigantic cell solves the most complex optimization problems without a single neuron, inspiring engineers to devise elegant solutions to robot coordination problems.

The shortest path without neurons

The year 2000. Biologist Toshiyuki Nakagaki places a slime mold in a plastic maze. He takes the growing edge of a large plasmodium, the vegetative stage of the slime mold's life cycle. After breaking it into pieces, he scatters them throughout the maze. At two strategic points, the entrance and the exit, he places small agar blocks with oat flakes. A few hours later, the fragments of the slime mold fuse together to form a single, pulsating organism. At first, it completely fills all the corridors of the maze. Then the branches in the dead ends and along the long detours gradually begin to degrade until only a single connection remains: the shortest route between the two food sources. No navigation system. No overhead view of the maze.

26 hours versus decades

This finding has intrigued more than just biologists. In 2007, a group consisting of Atsushi Tero, Ryo Kobayashi and the previously mentioned Nakagaki of Hokkaido University described this behavior mathematically, as a model of an adaptive transportation network.

Three years later, the same group, joined by colleagues at Oxford, conducted an experiment using real geographic data. On a damp surface, the researchers arranged oat flakes in a pattern that mirrored the layout of major cities around Tokyo. In the center, at the point corresponding to the Japanese capital itself, they placed a slime mold. After 26 hours, a pattern began to appear on the damp surface. When researchers placed a map of the Tokyo subway, one of the most complex and efficient transportation systems in the world, next to it, the resemblance was striking. A single-celled organism without a brain replicated a topology that took humans decades to design.

Let's look at this problem from an engineer's perspective. We need to connect cities with roads in such a way that the route between any two of them is as short as possible, construction costs are as low as possible and the network continues to function even if one section breaks down. These are three requirements that pull in different directions. Short routes mean direct roads without detours. Reliability requires redundant paths, which means extra costs. To strike a balance between these conditions, engineers typically need months of work, numerous iterations and significant computing power.

The slime mold has neither iterations nor computing power. It doesn't have a logistics department that spends months weighing the trade-off between network speed and reliability. There is only a reaction to what is happening here and now.

How does a slime mold, which has no brain, “think” with its body?

The slime mold consists of a network of tubes that contract rhythmically, similar to our blood vessels or intestines. When the edge of the slime mold comes into contact with food, a signaling molecule is released at that spot, which increases the amplitude of the tube walls' contractions. Strong contractions accelerate the internal flow; the flow, in turn, carries the signal farther. This creates a feedback loop: the signal amplifies the flow, and the flow helps the signal propagate. Where the current is stronger, the tubes become thicker; where it is weaker, they become thinner.

Close-up of an orange Physarum polycephalum plasmodium spreading as a dense mesh of fine tubes over dark decaying wood
The plasmodium is a mesh of tubes that contract rhythmically. Where the flow through a tube is stronger the tube thickens; where it is weaker the tube thins away. — "Physarum polycephalum" by HelenGinger, via Wikimedia Commons, CC BY-SA 3.0, resized

The slime mold reorganizes its body into a shape that allows it to transport nutrients as quickly as possible. For the mold, the maze isn't an IQ test; it is simply a means of survival. Thanks to this unique mechanism for finding food, the slime mold has become a source of inspiration for engineering, computer science and robotics. To better understand how the biological principles described above can be applied in practice, let’s look at a specific example.

From a rotten tree stump to robot logistics

In complex logistics environments such as ports, factories and distribution centers, multi-robot systems have proven to be a practical solution.

Fleets of mobile robots must work together to solve navigation problems, distribute tasks and share resources in a rapidly changing environment. Without central control, coordination between them breaks down. Therefore, decentralized information exchange in ports is particularly important.

In 2025, Dieisson Martinelli, André Schneider de Oliveira and Vivian Cremer Kalempa proposed an algorithm for decentralized mesh networks in multi-robot systems in a paper published in Scientific Reports. The experiment described, involving three agents in a virtual port, demonstrated that the principle of local bond strengthening, borrowed from the slime mold, allows agents to coordinate effectively even under conditions of signal instability.

The approach is based on a mechanism in which each agent continuously transmits a signal. In the computational model, this signal acts as “food”: the stronger and more stable the connection, the more firmly this trace is established, much like how the most active channel in a slime mold becomes thicker. If the signal is lost, for example, if the agent has driven away or been blocked by a container, the trail gradually fades on its own, without the need for manual termination. When a stable connection is established between agents, a temporary channel for data exchange is opened.

Diagram of the simulated port: rows of containers in a yard, yellow transfer stations, a ship with new cargo at the quay and three coloured robots with overlapping communication ranges
The simulated port the algorithm was tested in: three robots move cargo between the quay and the container yard, each aware only of what is within its own communication range. — Fig. 4 from Dieisson Martinelli, André Schneider de Oliveira, Vivian Cremer Kalempa (2025), Scientific Reports 16:3457, CC BY 4.0, resized

At this stage, which is limited to computer simulation, this channel provides a solution to a key problem in multi-robot systems: uneven load distribution. Using a new communication system based on the principles of slime mold, the robots exchange information and redistribute uncompleted tasks the moment they make contact. In this specific simulation model, this resulted in a 17.87% reduction in the total operation time.

The researchers also tested the approach's resilience to failures: if a robot that served as a link between two others suddenly went offline, the remaining robots reestablished a connection with each other almost instantly. When a new agent entered the coverage area of an already established network, it connected to it in an average of 0.092 seconds, demonstrating that this approach scales easily as the number of machines increases.

Three panels showing a robot mesh network: the initial network with signal ranges around each robot, the network after the central robot is removed, and the reconnected link between the two survivors
Resilience test, in three steps: the network forms, the robot in the middle drops out, and the two that remain re-establish a link between themselves. — Fig. 6 from Dieisson Martinelli, André Schneider de Oliveira, Vivian Cremer Kalempa (2025), Scientific Reports 16:3457, CC BY 4.0, resized

So far, these results have been obtained only through computer simulations. The researchers explicitly state that the next step is to test the approach on real robots, where actual signal delays, interference and hardware limitations will come into play. However, the very idea of borrowing the principles of simplicity and locality from nature seems like a promising direction for robotics operating in unpredictable conditions.

Evolution figured this out before we did

The slime mold has no data center, no GPS and no engineering degree. It never set out to design a subway system or coordinate a swarm of robots. But the mechanism that evolution developed for finding food in decaying wood has become a source of inspiration for solving 21st-century engineering challenges.

Sources

Spot an error?

Spot an error?

Report an error

Spotted a mistake on this page? Tell us what's wrong and our editors will take a look.

What kind of problem?

Only if you'd like us to be able to follow up. We won't use it for anything else.

We correct mistakes openly. Select any text to flag it. Fixes are logged under our Corrections Policy.

Report an error

Reporting on

How a Brainless Slime Mold Became an Engineering Consultant

What kind of problem?

Only if you'd like us to be able to follow up. We won't use it for anything else.

We read every report. Corrections are logged publicly.