The Variable Problem
A microalgae cultivation run is a six-to-nine variable optimization problem playing out in real time, and most of those variables interact with each other in ways a spreadsheet can't capture.
Light intensity, temperature, inoculum ratio, pH, reactor geometry, CO2 concentration, and nutrient levels each shift the optimum depending on which species is growing and what compound it's being grown for — a condition set tuned for Spirulina protein yield is not the condition set tuned for Haematococcus astaxanthin induction, even though both are "just" cultivation parameters. Test even a modest grid of five of these variables at four levels each, and exhaustive wet-lab screening requires over a thousand individual cultivation runs. A single photobioreactor run can take five to ten days to reach steady state. Full factorial screening at that scale is not slow — it is commercially impossible.
This is the gap computational biology has been filling in algae research over roughly the last decade. Not replacing the wet lab — narrowing an impossibly large search space down to the handful of conditions, or genetic edits, that are actually worth the cost of testing. Recall the Design-Build-Test-Learn cycle from Week 77–80's synthetic biology survey: computation has mostly compressed the Design and Learn steps, while Build and Test still happen in a real reactor with real cells. Nothing in this module replaces a photobioreactor. Everything in it changes which experiment gets run in that photobioreactor first.
What a Cell's Spreadsheet Looks Like
A genome-scale metabolic model turns an organism's entire known biochemistry into a system of equations — and flux balance analysis asks those equations what the cell would do if you changed one input.
Every catalogued metabolic reaction in the organism is written down with its stoichiometry: which molecules go in, which come out, in what ratio. Flux balance analysis (FBA) then searches for the combination of reaction rates — the "flux distribution" — that maximizes an objective, usually growth rate, subject to mass balance and whatever nutrient uptake limits are measured or assumed. It is linear optimization applied to biochemistry, and it has been run on microalgae for longer than most people in the field realize.
The first such model for an alga came from Boyle and Morgan in 2009: a reconstruction of Chlamydomonas reinhardtii primary metabolism with 484 reactions and 458 metabolites. It was already enough to show, on a spreadsheet, that autotrophic growth yields roughly 28.9 grams of biomass per mole of carbon fixed, against roughly 15 grams per mole when the same species runs heterotrophically on acetate in the dark — close to a two-fold carbon efficiency penalty for going heterotrophic, predicted before anyone needed to run a fermenter trial to find out.
The model that the field actually uses today is the 2015 refinement, iCre1355, built by Saheed Imam and colleagues. It scaled the reconstruction to 1,355 genes and roughly 2,400 metabolites and reactions spanning the nucleus, chloroplast, and mitochondria — and when tested against real chemostat data, the model's growth-rate predictions matched measured rates with an R² of 0.83, using only three measured nutrient uptake rates (carbon, nitrogen, phosphate) as input. That is a model explaining 83% of the variation in real growth from three numbers. It also correctly predicted the point at which nitrogen starvation halts growth and triggers triacylglycerol (lipid) accumulation — the exact mechanism behind most algal biofuel strain strategies.
For a company evaluating a process change, this is the practical value: a model like iCre1355 lets you ask "what happens to lipid yield if nitrogen is cut by 30%" without burning three weeks of reactor time to find out. It will not give you a final answer — outdoor productivity always diverges from model predictions, a theme this module returns to — but it gives you a ranked list of which questions are worth asking the reactor at all.
From Manual Sampling to Continuous Prediction
Every raceway and photobioreactor generates more sensor data per hour than a single technician can meaningfully act on — which is exactly the gap machine learning has been built to fill.
The traditional way to know how much biomass is in a culture is to pull a sample, measure optical density or dry weight, and wait — a process that takes hours and always describes a culture that has already moved on. A "soft sensor" replaces that lag with a model trained on continuous streams of light, temperature, pH, dissolved oxygen, and turbidity data, predicting biomass concentration and productivity in something close to real time. Igou and colleagues built one of the more concrete demonstrations of this for open systems: a deep learning model trained directly on real-time sensor profiles from open raceway ponds, predicting productivity from the sensor stream itself rather than waiting on lab assays.
Across the published literature, the toolkit in active use spans support vector machines, genetic algorithms, decision trees, random forests, artificial neural networks, and deep learning — applied to a fairly specific set of problems: species classification and contamination detection from microscope images, cultivation-condition optimization, harvesting-timing prediction, and productivity forecasting. None of these is exotic machine learning by 2026 standards; what's notable is how recently algae cultivation became a serious application area for it. One review framed the stakes in market terms: global microalgae-based product revenue was projected to grow from roughly $32.6 billion in 2017 to $53.43 billion by 2026 — and that growth is one of the reasons automation has become commercially urgent rather than academically interesting.
Computer vision deserves its own mention because it changes a specific operational bottleneck directly relevant to Week 62–65's harvesting economics. A convolutional neural network trained on microscope images can classify algal species and flag contaminating organisms or grazers faster, and more consistently, than a technician scanning a hemocytometer by eye. Catching a rotifer bloom or a competing diatom strain a day earlier doesn't just save the current batch — it changes which harvesting train is worth running on the rest of it.
A Structure Without a Crystal
For sixty years, knowing exactly how a protein folds meant growing a crystal of it and bouncing X-rays through it for weeks. AlphaFold changed the unit of measurement from weeks to minutes.
AlphaFold, developed by Google DeepMind, predicts a protein's three-dimensional structure from its amino acid sequence alone, trained on the accumulated structures in the Protein Data Bank. The AlphaFold Database, run jointly with EMBL-EBI, now hosts over 200 million predicted structures — open access, covering essentially the cataloged span of UniProt. In the field's blind benchmark competition, CASP13, the original AlphaFold produced high-accuracy structures for 24 of 43 of the hardest test domains, against 14 of 43 for the next-best method. That is not an incremental improvement on prior tools; it is the reason structural biology now treats "predict the fold" as a largely solved first step.
For enzyme engineering specifically, this matters because the predicted structure shows the shape of an active site, which lets researchers decide which amino acids to mutate to shift substrate specificity or boost catalytic activity — directly relevant to engineering lipid-pathway enzymes for higher EPA or DHA yield, or carotenoid-pathway enzymes for astaxanthin titer, both covered in Week 72–80's strain selection and synthetic biology survey. AlphaFold3, released in 2024, extended this further: rather than predicting an isolated protein, it can model how that protein's active site holds an actual ligand, cofactor, or nucleic acid — the difference between seeing an empty lock and seeing the lock with the right key already in it.
A complementary tool, ProteinMPNN, runs the problem in the opposite direction. Instead of predicting structure from a known sequence, it generates new sequences likely to fold into a chosen target shape — letting researchers design a novel enzyme outward from a desired active-site geometry, rather than mutating an existing enzyme by trial and error one residue at a time. Combined, AlphaFold and ProteinMPNN form a rough design loop: predict what a candidate enzyme would look like, generate sequence variants likely to hit a better-shaped active site, predict those structures, and narrow down to a shortlist worth synthesizing.
Where the Model Stops and the Reactor Starts
Every tool in this module narrows a search space. None of them grows a single cell of algae, and the gap between a confident prediction and a validated outdoor result is where most of the field's overpromising lives.
| Tool / method | What it predicts | Data needed | Maturity for algae | Named example |
|---|---|---|---|---|
| Genome-scale model + FBA | Growth rate, flux distribution, lipid trigger points | Genome annotation + measured nutrient uptake rates | Established | iCre1355 (C. reinhardtii) |
| ML soft sensors (ANN / RF / deep learning) | Biomass, productivity from continuous sensor data | Continuous PBR / raceway sensor logs | Growing | Igou et al. raceway productivity model |
| Computer vision (CNN) | Species ID, contamination, cell density | Labeled microscope image sets | Early-stage | Species-specific academic classifiers |
| AlphaFold2 / AlphaFold3 | 3D protein/enzyme structure, ligand binding | Amino acid sequence (+ ligand for AF3) | Mature, not algae-specific | AlphaFold DB — 200M+ structures |
| ProteinMPNN | New sequences for a target fold | Target backbone structure | Early industrial use | Inverse-folding enzyme design pipelines |
| Genetic algorithms | Optimal cultivation-parameter combinations | Historical / factorial experiment data | Established | Light / CO2 / nutrient optimization studies |
What to actually require: treat the AlphaFold3 structure as the starting hypothesis for which residues to mutate, not as the final design. Before committing lab resources, ask for an activity assay on at least the wild-type enzyme to confirm baseline kinetics match what the model assumes, and request that any proposed mutation set be tested across a small panel of variants rather than a single "optimal" design — since the model's confidence in one answer doesn't reflect its uncertainty about enzyme flexibility. If the partner has access to it, a partial experimental structure (even low-resolution cryo-EM) on the wild-type enzyme would be the cheapest way to catch a conformational mismatch before committing to a full CRISPR edit and field trial. The model earns its place by narrowing a large mutation space to a short list — it should not be the only filter between a hypothesis and a strain change.
Before trusting the number, the questions worth asking the vendor are specific: was the model validated on a held-out test set from a different facility or season than the training data, not just a held-out subset of the same 40 runs? What was the R² on that out-of-sample test, if one exists? How does the model perform when an unmodeled disturbance occurs — a contamination event, an equipment failure, an unusually cloudy week — since real raceway operation includes exactly these disruptions and a model trained on clean runs may fail silently rather than flagging its own uncertainty? And practically: will the vendor commit to a pilot period at the Tamil Nadu site with performance benchmarked against simple manual sampling before any contract terms assume the model's predictions are reliable? A genuinely useful soft sensor model should be presented with its out-of-sample validation as the headline number, not the in-sample fit — if a vendor leads with the latter, that itself is informative.
So the correct synthesis is: the carbon-efficiency penalty the model identifies has to be weighed against the cost of the carbon source itself (acetate or glucose, both of which have a real price per ton), against the capital savings from using fermenter infrastructure instead of a photobioreactor, and against the value of more predictable, contamination-resistant production for whatever downstream product depends on consistent supply. If the target product is something like DHA, where heterotrophic Schizochytrium-style production has already proven commercially viable at scale, the carbon penalty the model flags may be entirely worth paying. The model doesn't replace the TEA — it supplies one term in it, and a production decision made on that one term alone, in either direction, would be a misreading of what the model was built to do.
Going forward, the model should not be treated as producing a final optimum to implement once. It should be the first iteration of a loop: run the GA-predicted conditions at pilot scale, feed the actual field results — including the 40% shortfall — back into the model as new training data, and let the model's next prediction account for the gap rather than repeating it. This is the same logic as the GEM validation loop earlier in this module: the model proposes, the reactor disposes, and the disposal data is what makes the next round of modeling more useful than the last. A model whose predictions are never corrected by field outcomes isn't being used as a computational tool — it's being used as an excuse to skip validation.