Reliable bio-computers & orthogonal bets — control theory, clean abstraction, and the things that compute in voltage and form
2026-06-26 · for systems engineers sizing up where to build
Two questions decide whether a biological substrate is worth building on. Programmability: can you change behavior by changing inputs (software) instead of rebuilding the circuit (hardware)? Reliability: does the thing you wrote stay the thing that runs, under noise, load, cell-to-cell variability, and stacked modules? DNA and protein parts are abundant and addressable (good for programming) but live in a noisy, context-dependent soup (bad for reliability). This page maps who attacks that tension and how, then the orthogonal bets that compute somewhere else entirely.
The two deepest sources of reliability are control theory (Khammash's antithetic integral feedback makes robustness a structural guarantee, not a tuning accident) and clean physical abstraction (guide-RNA-as-software, DNA-sequence-as-program, swappable cell I/O) — nobody has fused them into a general-purpose reprogrammable cell yet.
Reliability splits two ways. Robustness — the system holds a target despite disturbance. Composability — you stack modules and the result behaves as designed. Most synthetic circuits die on the second: a part that works alone leaks, loads, or retroacts when wired into a cascade. The approaches below come at the problem from opposite ends.
Import control theory into the cell. Two flavors: external/closed-loop, where a computer watches single cells under a microscope and steers gene expression in real time via light (optogenetics); and embedded, where you build the controller out of molecules so the cell regulates itself.
Two molecular species — e.g. a sigma factor and an anti-sigma factor — are produced, one tracking the output and one the setpoint, and they annihilate each other (sequestration). That annihilation mathematically performs integration of the error, the textbook mechanism for robust perfect adaptation (RPA): the output returns exactly to setpoint after any disturbance, independent of parameter values.
RPA is a structural property — it does not depend on tuning rate constants, which is exactly what kills most synthetic circuits.
Briat, Gupta & Khammash proved (Cell Systems, 2016) that antithetic feedback guarantees RPA even in noisy networks. Aoki et al. proved it is essentially the unique fundamental topology and built it in E. coli, showing adaptation holds for both population-average and single-cell time-average (Aoki et al., Nature 570:533, 2019). Extensions add proportional and derivative terms — biomolecular PID — to cut variance and improve transient response.
Shipped wins. Optogenetic closed-loop control of the unfolded protein response lifted α-amylase titers ~60% (Nat. Commun., 2025; see also PMID 36914087). "Cyberloop"/"Cybergenetics" platforms now do rapid prototyping of single-cell controllers (ETH cybergenetics). The most theoretically grounded answer to "reliable" in the field, demonstrated in E. coli, yeast, and mammalian cells.
Catalytically dead Cas9 (dCas9) is an RNA-guided DNA-binding protein with no enzymatic effect of its own. Point it at a promoter with a guide RNA and it blocks transcription (CRISPRi); fuse it to an activator and it turns genes on (CRISPRa). Targeting is set entirely by the 20-nt guide, so the guide RNA is the program. One universal actuator, swap the gRNA, retarget anywhere. The cleanest software abstraction in synthetic biology.
Orthogonality is the reliability mechanism: many guides act independently, so wide circuits don't each need a bespoke protein. dCas9 NOT-gates are low-burden vs protein-cascade gates; Cas13d/dCas12a multiplex dozens of perturbations at once. A CRISPR/dCas9 "central processing unit" runs logic in human cells (PNAS, 2019); CRISPRi circuits now run in plants (Nat. Biotech, 2024).
Gut the natural Notch receptor: swap the extracellular sensing domain for a custom antibody (choose your input — any surface antigen) and the intracellular domain for a synthetic transcription factor (choose your output — any gene program). Antigen binding triggers cleavage that releases the TF, which drives the payload. Input and output are independently swappable modules: a clean sense→compute→actuate abstraction at the cell level.
The signaling is mechanical (force-induced proteolysis), not a leaky enzymatic cascade, so basal noise is low and ON/OFF is sharp. Combine synNotch with a CAR for an AND-gate tumor recognition, the basis for next-gen cell therapies (Roybal et al., Cell 167, 2016). Wire two cells' outputs to each other's inputs and you get programmable multicellular patterning (Toda et al., 2019). It is a cellular device, not a circuit: slow (transcriptional timescales), and per-application genome architecture is engineering, not plug-and-play. Conceptually mature, moving into clinical CAR-T gating.
Compute with the physics of base-pairing alone: no enzymes, no cells. A single-stranded input displaces a strand from a partly-double-stranded gate via a toehold, releasing an output that feeds the next gate. Qian & Winfree's seesaw gate is a standardized, reversible motif; networks realize AND/OR/NOT and analog weighted-sum + threshold — neural-network-style computation in a test tube. They built a 4-neuron Hopfield network and 100s-of-gate digital circuits (Qian, Winfree, Bruck, Nature 475:368, 2011).
This is the substrate where reliability is most rigorously characterizable: the only "machine" is Watson-Crick hybridization, whose thermodynamics and kinetics are predictable from sequence. You can design, simulate, and trust large circuits in a way you cannot in a living cell.
The cost: leak (spurious displacement without the correct input) dominates error and limits depth. Reactions are slow (hours), one-shot (consumed fuel, no clean reset), and confined to the tube: not autonomous, not in vivo. Scaling to thousands of gates is a synthesis-purity and leak-suppression grind.
Run transcription + translation in a cell extract, without live cells: a biomolecular breadboard. Dial DNA template, polymerase, and resource concentrations directly; no membrane, no growth, no evolution. Prototype a circuit in hours instead of the days-to-weeks of cloning into cells. Linear DNA works, so no cloning step: a four-component genetic switch was prototyped in under 8 hours (Siegal-Gaskins et al., ACS Syn Bio, 2014; protocols, 2013).
Stop forcing biology into digital logic. The Boltzmann exponentials of subthreshold transistors have the same mathematical form as mass-action chemical kinetics, so map analog electronic circuit motifs directly onto molecular ones (cytomorphic mapping), and conversely simulate cell networks on analog electronic supercomputers. Computation runs on continuous concentrations, not 0/1 states. The argument: analog is more resource-efficient than digital at moderate precision — a few molecules compute a logarithm or multiplication that would need many digital gates (Sarpeshkar, Phil. Trans. R. Soc. A, 2014).
The catch: analog lacks the noise-restoration that makes digital composable, so errors accumulate and deep cascades are fragile without feedback. The most concrete deliverable is hardware: digitally programmable cytomorphic chips that simulate arbitrary biochemical reaction networks (Woo et al., 2018). More a unifying design framework than a turnkey reprogrammable platform.
Use site-specific recombinases (serine integrases) to flip or excise DNA segments at defined sites. Each flip is a permanent, digital edit written into the genome itself, so the circuit computes and remembers in one stroke. State survives cell death and is readable by PCR/sequencing. Bonnet's amplifying gates couple the DNA flip to transcriptional gain for clean ON/OFF (Bonnet et al., Science 340:599, 2013); Siuti/Lu integrate logic and memory in living cells (Nat. Biotech 31:448, 2013); hierarchical design tools compose reliable multi-input logic (Nat. Commun., 2019; Sci. Rep., 2017).
| Approach | Programmability handle | Reliability mechanism | Substrate | Maturity |
|---|---|---|---|---|
| Khammash AIF | setpoint + controller topology | structural RPA via integral feedback | live cells + optogenetic loop | theory mature; in-vivo demos |
| Qi dCas9 | guide RNA = software | orthogonality; one universal actuator | live cells | tool very mature; circuits growing |
| Lim synNotch | swap input/output domains | mechanical, low-leak signaling | live cells | conceptually mature → clinic |
| Winfree/Qian DNA | strand sequence = program | predictable hybridization physics | in vitro | mature in vitro |
| Cell-free TX-TL | direct component dialing | no cell-context confounders | extract | prototyping standard |
| Sarpeshkar cytomorphic | analog circuit mapping | resource-efficiency theory | chips + cells | theory/HW mature |
| Recombinase logic | site arrangement | irreversible DNA memory | live cells | mature in E. coli |
The throughline. No one has the full general-purpose reprogrammable cell. The two deepest reliability sources are: (1) control theory — Khammash's integral feedback makes robustness a structural guarantee rather than a tuning accident (the strongest answer to "reliable"); and (2) clean physical abstraction — Qi's guide-as-software, Winfree/Qian's sequence-as-program, and Lim's swappable I/O make programmability tractable by giving you a universal actuator you redirect with information, not new hardware.
The frontier is fusing them: a CRISPR/synNotch programmable front-end wrapped in antithetic feedback, so the circuit you wrote is also the circuit that holds. Recombinase memory and cell-free prototyping are the supporting cast — durable state and a fast design loop.
The approaches above all live in the genetic-circuit frame: engineer DNA → transcription-factor logic → cell behaves like a programmed FPGA. The bets below don't fit that frame, and don't fit the soup/LLM frame (a vat that statistically maps inputs to outputs) either. They compute in membrane voltage, in the physical dynamics of tissue, in chemical kinetics, in the substrate's own physics. Computation here is a property of matter and electricity, not of edited code or learned weights. Maturity is uniformly lower; read the TRL column honestly.
| Bet | Computes in... | Who / landmark | Maturity |
|---|---|---|---|
| Bioelectricity | voltage fields / anatomy | Levin (Tufts) — rewrite resting-potential pattern to regrow heads/eyes, genome untouched | TRL ~3-4 control; cognition framing contested |
| Organoid / wetware | living neurons, trained | Cortical Labs DishBrain played Pong (Neuron 2022); CL1 shipped Mar 2025; FinalSpark Neuroplatform | HW shipping (~TRL 4-5 as instrument); ~2 as "computer" |
| Xenobots / biobots | body shape (AI-designed) | Kriegman, Blackiston, Levin, Bongard — kinematic self-replication (PNAS 2021) | TRL ~2-3, no application |
| Chemical reaction networks | reaction kinetics | BZ programmable computer, >2.9×1017 states (Nat. Commun. 2020); formose reservoir computing (2024) | TRL ~2-3, narrow tasks |
| DNA storage/compute | sequence as memory + logic | ~1018 bits/gram; enzymatic epi-bit writes (Nature 2024) | storage ~TRL 3-5; in-medium compute ~2 |
| Enzyme logic | catalytic kinetics | Katz (Clarkson) — AND/OR/XOR/CNOT cascades; logic-gated drug release | TRL ~3-4, biosensing live |
| Non-neural electrical | microbial membrane voltage | Süel (UCSD) — K+ waves coordinate biofilms (Nature 2015) | TRL ~2 as substrate |
Süel's bacterial K+ waves universalize Levin's bet below the animal kingdom: bioelectric signaling is not exclusive to brains. If voltage is a computational medium in microbes with no neurons and no genome editing, the electrical layer of all living matter is in play; brains are just the famous case.
Zoom out from single circuits to the substrate services a program needs. Two of them: MEMORY — durable, writable, readable, inheritable state, so a computation done once stays done; and ORTHOGONAL MODULES — private information channels (replication, transcription, translation, delivery) that run inside the host without touching or being touched by native machinery. Recombinase state machines (§5) are the digital-latch corner of memory; here is the rest of the stack the report surfaces, and the private wiring underneath it.
Where recombinases flip whole DNA blocks, base-editing recorders write at single-nucleotide resolution, accumulating an analog "tape" of a signal's magnitude × duration. SCRIBE (Farzadfard & Lu, Science, 2014) expresses ssDNA on input; a coexpressed recombinase drives targeted point mutations that accumulate across a population as an analog function of input strength × time. DOMINO uses base editing (CDA–nCas9–UGI, C→T) as a read/write DNA-state operator with ordered, cascade logic (AND/OR gates that record event sequence). CAMERA is a base-editor route to preprogrammed logic circuits with no double-strand break. The cell logs its own history in its genome, and the log preserves order.
Retrons are bacterial elements whose reverse transcriptase makes a short DNA "receipt" (msDNA) from an RNA template. Retro-Cascorder (Schubert/Shipman et al., Nature, 2022) puts retron tags under different promoters; when a promoter fires, its tag is transcribed, reverse-transcribed to DNA, and integrated in temporal order into a CRISPR array — a time-stamped ledger of transcriptional events, not just exposure. Closer to logging the cell's internal program execution. Demonstrated in bacteria; not yet a routine mammalian tool.
Fuse dead Cas9 to chromatin effectors to write heritable, mitotically stable state without cutting DNA. The durable recipe pairs a DNA methyltransferase (DNMT3A / DNMT3A–3L) with a repressive histone writer (KRAB for H3K9me3, or Ezh2 for H3K27me3). Co-targeting DNMT3A + Ezh2/KRAB silenced HER2 for >50 days (~57 cell divisions) and flipped the locus to heterochromatin — "hit-and-run" silencing that persists after the editor is gone (Nucleic Acids Res., 2022). The edits are heritable through human hematopoiesis (PNAS, 2023).
A cytoplasmic linear plasmid (p1) in yeast, replicated by a dedicated engineered error-prone DNA polymerase (TP-DNAP1) that does not touch the chromosome. Genes on p1 mutate ~100,000× faster than chromosomal genes (up to ~10−5 subs/base vs genomic ~10−10), enabling hands-off, continuous in-vivo directed evolution of any user gene (Ravikumar, Arrieta & Liu, Cell, 2018). Extended to bacteria as BacORep (phage GIL16 machinery in B. thuringiensis, Nat. Chem. Biol., 2023). An orthogonal mutation/replication channel — a private genome you can hyper-evolve without destabilizing the host.
Build a translation system that reads codes the natural ribosome ignores (Jason Chin, MRC-LMB). Ribo-Q1 decodes quadruplet codons on a dedicated o-mRNA; Ribo-T covalently tethers the subunits so the orthogonal ribosome never swaps with wild-type; orthogonal aaRS/o-tRNA pairs charge non-canonical amino acids onto the o-code. On the genome side, Syn61 (2019) recoded E. coli to 61 codons; Syn57 pushes to 57 via ~101,000 codon replacements across a 4 Mb synthetic genome, freeing up to 7 codons for non-canonical amino acids (Science 2025; bioRxiv May 2025). Commercial vehicle: Constructive Bio (genome writing → novel encoded polymers). A fully private translation channel — the cell builds molecules natural biology can't read, sequestered from the host proteome. The strongest literal instance of "program a layer the cell can't touch."
| Layer | Persistence | Primitive | Maturity |
|---|---|---|---|
| Recombinase state machine (§5) | permanent (DNA) | digital latch | mature |
| Base-edit / retron recorder | permanent (DNA) | analog tape + order | mature (bacteria) |
| Epigenetic writer (dCas9-DNMT3A) | heritable, reversible | chromatin state | in clinic |
| OrthoRep | heritable, hyper-mutable | private evolvable genome | mature (yeast) |
| o-ribosome / recoded genome | continuous | private translation | frontier (Syn57, 2025) |
| T7 orthogonal transcription | continuous | private expression | mature |
| mRNA / IVT | transient | self-erasing delivery | industrial |
This page maps the science; it does not pick what to build. The build direction — standalone Rust systems artifacts with intrinsic value, the contribution path, and where to work — lives in What to Build.