Organoid Intelligence

Brain tissue that generates its own electricity.

A brain organoid begins as a small population of human stem cells — often reprogrammed from an ordinary blood or skin sample — guided through the same chemical signaling steps that direct a developing brain.

Over the course of several weeks, those cells differentiate into neurons and supporting glial cells, and self-organize into a three-dimensional structure a few millimetres across, roughly the size of a lentil. There is no skull, no body, no senses, no environment to act in. What there is, reliably and reproducibly, is electrical activity.

That activity does not appear all at once, and it does not stay the same. Early cultures fire sparsely, with little structure. Over weeks to months, recordings begin to show coordinated bursts — many neurons firing together, falling silent, then firing again — a signature of maturing connectivity that has been tracked since some of the field's earliest published recordings. An organoid is not thinking in any sense comparable to a brain embedded in a body with a world to respond to. But it is computing something: a living network turning electrical and chemical input into structured, time-varying output.

To see that output, researchers place the organoid onto a microelectrode array (MEA) — a grid of electrodes listening for the electrical signature of nearby firing neurons. The result is a dense stream of spike data: which electrode, at what time, at what amplitude. Turning that stream into something interpretable — firing rate, synchrony between regions, network bursts, large-scale structure — is itself a substantial computational problem, and one with very little standardization between labs.

In 2023, a research group at Johns Hopkins proposed organoid intelligence (OI) as a field in its own right: using brain organoids not only as disease models, but as a substrate for biological computing, testing whether structured information processing — and eventually learning — can be supported by living neural tissue outside a body. Part of the motivation is practical. A human brain runs on roughly twenty watts, a small fraction of what comparable artificial systems require, and biological tissue offers a fundamentally different kind of computational substrate to study and compare against silicon. Part of the motivation is scientific: organoids let researchers ask developmental and computational questions about neural tissue that are difficult, or simply impossible, to ask inside a living human brain.

The field is young. Its first widely cited organoid electrophysiology recordings date to 2019, and as of 2026 there is still no standard analysis pipeline, no agreed file format, and very little publicly available data to work with. Five projects, presented below, are an attempt to work inside that gap — building the tools the field is missing, characterizing what real recordings actually look like over time, identifying exactly where the standard recording method falls short, and naming an ethical question the field has not yet formulated directly.

How an Organoid Comes To Be

From a blood draw to a firing neural network.

A small blood sample is reprogrammed into stem cells, then guided to differentiate into neural tissue. Over weeks, the cells self-organize into a three-dimensional structure and begin producing spontaneous electrical activity — the same fundamental signal used throughout the human brain.

1
Blood cells
2
Reprogrammed to stem cells
3
Neural differentiation
4
3D self-organization
5
Spontaneous activity

A microelectrode array (MEA) records this activity — but a flat array only touches the organoid's surface. Toggle the view to see how much of the tissue a recording method can actually reach.

14%
NEURONS RECORDED
0%
INNER CORE REACHED
Five Technical Projects, In Sequence

Reading, shaping, and questioning the signal.

01 — Reading the signal
Axon
The first problem is mundane but blocking: every lab records organoid activity differently. Some publish pre-sorted spike tables; others publish raw voltage traces that still need spike sorting before they mean anything at all; file structures vary enough that comparing two datasets usually means writing two separate analysis scripts from scratch. Axon is an open-source pipeline built to remove that friction. It reads NWB-formatted recordings end-to-end, runs spike sorting through SpikeInterface when only raw signal is available, and computes a standard set of metrics — firing rate, inter-spike interval variability, pairwise synchrony via the spike time tiling coefficient, network burst detection, graph-level network topology — regardless of which format the data arrived in. It has been validated across 29 subjects spanning four public DANDI Archive datasets.
02 — Shaping the signal
organoid-oi
Reading activity reliably opens a second question: can an organoid's network be shaped — not just observed, but nudged toward a particular pattern through reward and penalty, the way a developing brain learns from consequence? organoid-oi is a closed-loop simulation framework built to test that computationally before attempting it on real tissue, implementing Three-Factor spike-timing-dependent plasticity with reward and penalty delivered as biologically motivated current injection rather than externally forced weight updates. Its current version (v4) demonstrates a working, verified mechanism: an organoid's own firing intensity scales directly with input strength, and a reward-trained readout layer learns to read that signal correctly — reliably assembling words into a correct sentence by length, and correctly placing new words into an existing one. Full account below.
03 — A different signal, the same principle
loom-oi
Across insects, fish, rodents, and primates, a rapidly expanding shape — the visual signature of something approaching — triggers an immediate, unlearned defensive response: the looming stimulus, processed by one of the most evolutionarily conserved circuits in the vertebrate brain. loom-oi drives an organoid's electrodes directly from a controlled clip's real, computed frame-to-frame expansion rate, and trains a reward-calibrated readout to call it "calm" or "threat" — the same reflexive principle as the word-length work, applied to a different physical quantity. Calibrating it surfaced a genuine failure mode: a naive control condition's own measurement noise exceeded a real, weak version of the signal being detected, defeating classification regardless of downstream tuning. Found via per-class diagnosis and fixed at its source, not patched around, the corrected system separates calm from threat cleanly and shows a real, non-degenerate gap against a standard digital model under an equal time budget.
04 — Watching a real culture live
Whole-Life Dynamics
Closed-loop simulation is one kind of evidence; long, continuous recordings of a real culture are another. Through the FinalSpark Neuroplatform, a cloud-accessible recording system, two organoid cultures from the same neurosphere batch were tracked from their first recorded activity to the point each stopped firing — 6.4 days for one, 21.7 days for the other. Their baseline firing rates differed by roughly 35-fold despite the shared origin. One culture showed a large, otherwise unexplained rise in spike amplitude in the days before its activity ceased; a separate amplitude spike in the second culture was fully explained by a logged incubator door-opening event — a reminder that long-duration recordings need to be checked against equipment logs before any change in the data is read as biology.
05 — Questioning the recording itself
UKH
All three projects above assume the recording captures the organoid's activity in the first place. Mostly, it doesn't. A standard microelectrode array is flat; an organoid is not. Placed on a surface array, an organoid is read only where it touches the electrodes — its outer shell. A physics-based model of this geometry shows that a typical surface array reaches roughly 14% of the neurons in a 2 mm organoid, and almost none of the inner 80% of its volume. UKH is a proposed three-layer recording architecture — a surface array, a flexible mesh layer grown into the tissue during development, and a central probe — designed to close that gap. The model shows it raising total coverage to roughly 41%, and, more importantly, making it possible to measure synchrony between an organoid's surface and its core for the first time. (Visualized above, in the toggle.)
loom-oi

A reflex borrowed from every visually-capable animal.

A rapidly expanding shape — the visual signature of something approaching — triggers an immediate, unlearned defensive response across insects, fish, rodents, and primates alike: the looming stimulus. loom-oi drives a simulated organoid's electrodes directly from a clip's real, computed expansion rate, and trains a reward-calibrated readout to call it calm or threat, starting blind.

Calibrating it surfaced a genuine failure: the "calm" control condition's own measurement noise exceeded a real, weak threat signal — found only by checking per-class accuracy rather than an aggregate score, and fixed at its source. After correction, 5 of 15 random seeds pass a three-stage qualification screen, and under an equal real-time budget the organoid readout reaches 86% against a standard digital model's 100% — a genuine, informative comparison, not the degenerate 100%/100% an under-calibrated version produced.

organoid-oi — v4

A working demonstration, verified end to end.

organoid-oi's current version demonstrates a simple, honestly-named mechanism working reliably: a simulated organoid's own firing intensity scales directly with how strongly it is driven — a longer input produces more firing, a physical relationship that requires no training. What is trained, through Three-Factor spike-timing-dependent plasticity and a local reward-calibrated readout layer, is the ability to read that signal correctly, starting from a blind, uncalibrated state.

Applied to word length, the result is a system that takes a set of scrambled words and correctly assembles them into a sentence, and correctly places a newly introduced word into an existing one. We call this a reflexive demonstration, deliberately — the same word used by Kagan et al. for their organoid's closed-loop Pong behavior in 2022. The mechanism is simple and named plainly; the result is real.

Three things were verified before this was called done. The dose-response relationship itself — word length against firing intensity, correlation +0.999 across eight test words, charted below. Readout calibration — accuracy rising from near-chance to reliable correct ordering as reward and penalty shape the decoder. And interface parity with real hardware: the system is built against a single method signature, implemented identically for simulation and for a live-tissue backend, so the same code runs on either — pending the API integration step that connects the second one.

This version followed an earlier, rigorously negative attempt at a harder claim — categorical rather than reflexive learning, tested across several task designs and difficulty levels, none of which held up under repeated verification. That result was published in full rather than quietly reworked, and it directly motivated the smaller, verified claim reported here. The six measurement defects found along the way — and the general failure pattern they share — are documented separately as a standalone methodological contribution: doi.org/10.5281/zenodo.21892103.

The current version's claim rests on a single, checkable physical fact: an organoid's firing intensity scales with how strongly it is driven. Word length was used as that drive — a longer word activates more electrodes, produces more spikes — and the relationship was measured directly, not assumed. Eight words of increasing length were each presented five times to an untrained population; the chart is that measurement, real data, not illustrative.

+0.999
CORRELATION
8 / 8
MONOTONIC PAIRS
A Fifth Contribution — Ethics

Functional provenance stratification.

The organoid intelligence ethics literature has developed along three largely separate axes: consciousness and moral status, informed consent and the right to withdraw, and the commodification of donated biological material. Each is reasonably well documented on its own. None directly names the following scenario.

If donor cell lines are catalogued and selected according to functional or computational performance metrics — learning rate, network efficiency, signal-to-noise ratio, metabolic resilience — rather than identity or disease status, this creates an implicit market-value hierarchy within the donor population.

This is not purely speculative. Large-scale iPSC biobanking already catalogues donor lines by differentiation efficiency and functional yield — an organoid-intelligence-specific performance axis would extend an existing practice, not invent a new one. The scenario links two risks not previously connected in this combination: retrospective consent-scope violation, when a line is reclassified by a criterion that did not exist at the time of donation, and structural inequity, when sampling bias causes specific donor populations to be disproportionately coded as lower-performing.

I term this practice functional provenance stratification and propose four minimal safeguards: explicit disclosure in consent forms, transparency and auditability of performance metrics, periodic equity analysis across donor populations, and preserved withdrawal rights independent of a line's performance category. This is a conceptual contribution, offered in the spirit of the anticipatory neuroethics already established for questions of organoid consciousness — not an empirical finding.

About

Independent, by necessity and by choice.

I work without a laboratory and without formal academic affiliation — using public datasets (DANDI Archive) and direct data access granted by research platforms. Based in Aliağa, İzmir, Turkey.

Code
Axon — MEA analysis pipelinerepository →
organoid-oi — closed-loop STDPrepository →
loom-oi — reflexive threat detectionrepository →