Skip to content

Latest commit

 

History

History
192 lines (142 loc) · 9.75 KB

File metadata and controls

192 lines (142 loc) · 9.75 KB

Organoid Intelligence: Biological Computing In Living Systems

Author: Don M. Tadaya | Publisher: DaScient Press Ltd. | Copyright © 2026 DaScient, LLC

License Python Chapters Status DaScient Press


The Book

You can support our work by purchasing an ebook or physical copy on Amazon and Barnes & Noble.

About This Repository

This repository is the official open-source companion to "Organoid Intelligence: Biological Computing In Living Systems" — a textbook that explores the frontier of biological computing using brain organoids. It bridges cutting-edge neuroscience, bioengineering, computational theory, and ethics to present a comprehensive treatment of Organoid Intelligence (OI) as an emerging paradigm in computing.

Organoid Intelligence refers to the use of lab-grown three-dimensional brain tissue — known as cerebral organoids — as biological computing substrates. These living systems, derived from human induced pluripotent stem cells (iPSCs), can form spontaneous neural networks, exhibit learning-like plasticity, and process information through mechanisms that evolution has refined over hundreds of millions of years. The energy efficiency, adaptability, and parallelism of biological neural computation represent a fundamentally different approach to information processing compared to silicon-based architectures.

This textbook and repository are organized for students, researchers, and engineers at all levels — from biology undergraduates encountering computational neuroscience for the first time, to experienced researchers seeking to implement hybrid bio-digital computing systems. The materials span theoretical foundations, experimental protocols, computational simulations, interactive visualizations, and deep explorations of the ethical and governance landscapes that will shape the field's future.

The repository brings together 24 chapters across 8 thematic parts, 5 appendices, laboratory protocols, computational simulations, Python and web-based visualizations, curated datasets, starter-pack tutorials, and capstone projects. Whether you are exploring the neuroscience of organoid systems, implementing reservoir computing algorithms, or examining the moral philosophy of synthetic biological minds, this repository provides the scaffolding to engage deeply with each domain.


Table of Contents

Textbook Structure

Book Overview

Part I — Foundations

Chapter Title
Chapter 1 The Emergence of Biological Computing
Chapter 2 A History of Brain Organoids
Chapter 3 Neuroscience Foundations for Biocomputing

Part II — Biological Substrate

Chapter Title
Chapter 4 Engineering Brain Organoids
Chapter 5 The Vascularization Challenge
Chapter 6 Myelination and Signal Propagation

Part III — Biocomputer Interface

Chapter Title
Chapter 7 Electrophysiological Interfaces
Chapter 8 Three-Dimensional Neural Interfaces
Chapter 9 Optogenetic Communication

Part IV — Computational Theory

Chapter Title
Chapter 10 Reservoir Computing in Neural Substrates
Chapter 11 Active Inference and Predictive Processing
Chapter 12 The Language of Neurons: Neural Coding

Part V — Scaling

Chapter Title
Chapter 13 Manufacturing at Scale
Chapter 14 Organoid Networks and Connectivity
Chapter 15 Hybrid Bio-Digital Supercomputers

Part VI — Applications

Chapter Title
Chapter 16 Drug Discovery and Personalized Medicine
Chapter 17 Biological Artificial Intelligence
Chapter 18 Environmental and Climate Modeling

Part VII — Ethics & Governance

Chapter Title
Chapter 19 The Moral Status of Organoids
Chapter 20 Donor Rights and Genetic Ownership
Chapter 21 Global Governance of Organoid Intelligence

Part VIII — Future

Chapter Title
Chapter 22 The Rise of Living Computers
Chapter 23 The End of the Silicon Monopoly
Chapter 24 Civilization and Synthetic Minds

Appendices

Appendix Title
Appendix A Glossary of Key Terms
Appendix B Lab Protocols Reference
Appendix C Mathematical Foundations
Appendix D Regulatory Frameworks
Appendix E Annotated Bibliography

Quick Start

Prerequisites

  • Python 3.9+
  • Git

Setup

# Clone the repository
git clone https://github.com/DaScient/Organoid-Intelligence.git
cd Organoid-Intelligence

# Install visualization dependencies
pip install -r visualizations/python/requirements.txt

# Run the beginner starter pack
cd starter-packs/beginner
pip install -r requirements.txt
python getting_started.py

# Launch a visualization
cd visualizations/python
python 01_neuron_action_potential.py

Web Visualizations

Open visualizations/web/index.html in your browser — no server needed.


Repository Structure

Organoid-Intelligence/
├── docs/textbook/          # 24-chapter research textbook
├── visualizations/         # Python & web-based interactive visualizations
├── simulations/            # Core computational simulation engines
├── protocols/              # Lab protocols & training guides
├── starter-packs/          # Beginner / Intermediate / Advanced onboarding
├── datasets/               # Curated dataset index
├── capstones/              # Project assignments
└── generate_docx.py        # Compile textbook to Word document

How to Use Each Section

Section Audience Purpose
capstones/ Courses Graded project assignments
datasets/ Data Scientists Link to real OI-relevant datasets
docs/textbook/ All Deep reading, citations, theory
frontend/ Developers HTML, Javascript, and .css
visualizations/ Students, Educators Interactive learning tools
simulations/ Researchers, Engineers Computational experiments
protocols/ Lab Scientists Bench-ready procedures
starter-packs/ Beginners → Advanced Guided learning path

Contributing

We welcome contributions! Please read CONTRIBUTING.md for guidelines on submitting issues, pull requests, and new content.


Citation

If you use this repository or textbook in your research, please cite:

@book{tadaya2026organoid,
  title     = {Organoid Intelligence: Biological Computing In Living Systems},
  author    = {Tadaya, Don M.},
  year      = {2026},
  publisher = {DaScient Press Ltd.},
  copyright = {2026 DaScient, LLC},
  url       = {https://github.com/DaScient/Organoid-Intelligence}
}

License

Copyright © 2026 DaScient, LLC. All rights reserved.

This repository is licensed under the Apache License 2.0. The textbook content (docs/textbook/) is made available for educational and research use. See the LICENSE file for full terms.