Lab-grown 'mini-brains' learn to play Pong, sparking debate on sentience

Lab-grown 'mini-brains' learn to play Pong, sparking debate on sentience
source: gettyimages
February 28, 2026

A team of researchers has grown a network of about 800,000 brain cells in a dish and connected them to an early video game, Pong. The setup lets the cells sense the game environment and respond in real time, essentially turning the lab into a tiny computational device that interfaces with a game console.

What was built and how it works Scientists combined human-derived neurons from stem cells with some cells from mouse embryos to assemble a “mini-brain” consisting of around 800,000 interconnected cells. The network was wired to the Pong display with electrodes that could reveal which side of the screen the ball was on and how far the paddle was from the ball. This allowed the cells to receive real-time stimuli and generate electrical responses in return.

Within five minutes, the mini-brain began to play Pong. Its success rate was well above chance, though it often missed the ball. The system tended to expend less energy as it became more accustomed to the game, and it required recalibration when the ball’s position changed unpredictably after a restart.

Sentience debate, with cautious optimism While the device demonstrated adaptable information processing, researchers stress that the mini-brain does not possess human-like consciousness. Dr. Kagan notes that the system can take in information, process it, and respond in real time, but “there is no consciousness” in the way a human player understands the game. The team argues that the work should be framed as an advance in responsive tissue rather than a conscious mind.

Some experts describe the work as exciting and potentially paradigm-shifting, but urge caution about the term sentience. For example, Cardiff University psychologist Dr. Dean Burnett prefers describing the system as a “thinking process” rather than a sentient being, given that genuine feelings or subjective experience are not demonstrated.

What researchers hope to learn and why it matters Proponents point to potential benefits beyond gaming. The mini-brain could serve as a more interactive model for studying brain function and testing therapies for neurodegenerative diseases such as Alzheimer’s. Dr. Kagan suggests that observing real-time information processing in living neural tissue—unlike traditional dish-based observations of activity—could illuminate how brain cells use signals to guide behavior.

Upcoming experiments aim to probe how external factors influence the mini-brain’s performance. For instance, researchers plan to examine how alcohol exposure affects Pong-playing ability in the dish-based brain network. If similar reactive patterns emerge as in human tissue, this could bolster the case for the platform as a versatile stand-in for certain kinds of neurobiological research.

The broader context: AI and neuroscience converging Supporters argue that the mini-brain is a step toward more adaptable and flexible computational systems than some current AI architectures. They envision this line of work informing the design of more responsive robotics and smarter biological-influenced computing. Yet the ethical implications loom large, prompting collaborations with bioethicists to guide responsible development and to guard against unintended consequences of creating more complex neural-like tissue.

Contrasting viewpoints from the field Some AI researchers already have devices capable of competing with humans in strategic tasks like chess. Yet, experts such as University College London’s Prof. Karl Friston push for careful interpretation: the observed learning in the mini-brain occurred without explicit teaching, indicating a form of adaptability that merits deeper study rather than a claim of conscious intelligence.

In short, the Pong-playing mini-brain marks a noteworthy milestone in interfacing living neural tissue with external environments. It offers a promising platform for studying neural processing and disease, while also prompting ongoing discussion about what constitutes true consciousness and where the line should be drawn as this technology evolves.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 142 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6646212,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}