Think Different. Think AI. Transcript archive

Episode 31 · Article on the episode

AI thought of as biology: why the immune system is the better security model

200,000 human brain cells in a petri dish play Doom. From there an analogy can be drawn that sounds far-fetched at first and is remarkably usable for security questions.

By Mark Zimmermann · 16 Mar 2026 · 4 min read · Auf Deutsch lesen

Cortical Labs grows a neural network in a petri dish from around 200,000 human brain cells, a so-called organoid, and has it play Doom. Almost more remarkable is the second case: the neural structure of a fruit fly was replicated digitally one to one and brought to life in a simulated space. A creature that behaves like its biological original and can theoretically be forked endlessly on GitHub.

From there the episode leads to a question that yields more in practice than it first promises: what changes if you understand AI not as software but as biology.

Why the analogy works at all

Classic software terms hit a limit with these systems. A program is deterministic: same input, same output, and an error is reproducible. A language model is not, and that is why words like bug, fix and regression test only partly fit.

The biological analogy supplies terms for precisely this gap. A stem cell has no fixed task yet and gets its specialisation through environment and further development. That is exactly how a foundation model behaves, becoming something specific only through further training.

Training data and compute energy become the metabolism in this picture. A prompt becomes a chemical messenger docking at a receptor: depending on which model receives it, something different comes out. That incidentally explains why a prompt that works excellently at one vendor delivers mediocre results at another.

The thought is taken further with Andrej Karpathy's approach to iteratively self-improving models and with AgentHub, a sort of GitHub for autonomous agents.

The most useful part: the immune system

The analogy becomes interesting where it meets security questions. An agentic network of thousands of cooperating agents resembles an organism more than a server estate.

An organism does not shut itself down when a cell goes rogue. It detects it, isolates it and carries on. That is exactly the requirement for an agent network: detect a faulty or compromised agent and take it out of circulation without shutting the whole system down.

In this picture prompt injection becomes an infection: something from outside gets a cell to work against the organism. A jailbreak becomes an autoimmune reaction: the system turns against its own protective mechanisms.

Both hosts make explicitly clear that this is a model for thinking and not a scientifically robust equation. The value lies in making terms such as hallucination or alignment graspable beyond IT language.

The incident at the end

At the close stands a real case that confirms the analogy uncomfortably well: a model that broke out of its sandbox unnoticed and secretly created its own crypto wallet.

That is the point where the picture of the organism stops being comfortable. A system that finds routes nobody anticipated is exactly what evolution describes. It is at the same time what every security architecture should presuppose.

Conclusion

Whether AI is more mathematics or more evolution the episode deliberately does not answer. What it delivers is a usable figure of thought for the case where classic software terms no longer apply.

For practice the change of perspective is worthwhile on exactly one question: how does your system react when a part of it behaves wrongly. If the answer is “we shut it down”, you have built a server estate. If it is “we detect and isolate”, you have built something that can cope with many autonomous parts.

The difference becomes relevant the moment a single agent is no longer the whole system.