<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>autonomous-labs | AICell Lab</title><link>https://aicell.io/tag/autonomous-labs/</link><atom:link href="https://aicell.io/tag/autonomous-labs/index.xml" rel="self" type="application/rss+xml"/><description>autonomous-labs</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Thu, 17 Sep 2026 03:00:12 +0000</lastBuildDate><image><url>https://aicell.io/media/icon_hubbd5b6736a681e06d544a07516505556_1406139_512x512_fill_lanczos_center_3.png</url><title>autonomous-labs</title><link>https://aicell.io/tag/autonomous-labs/</link></image><item><title>Lab Newsletter — September 17, 2026: How to Make a Molecule</title><link>https://aicell.io/post/newsletter-2026-09-17/</link><pubDate>Thu, 17 Sep 2026 03:00:12 +0000</pubDate><guid>https://aicell.io/post/newsletter-2026-09-17/</guid><description>&lt;p>This month we&amp;rsquo;ve watched AI &lt;em>design&lt;/em> a great deal — &lt;a href="https://aicell.io/post/newsletter-2026-08-03/">small molecules&lt;/a>,
&lt;a href="https://aicell.io/post/newsletter-2026-09-05/">proteins&lt;/a>, &lt;a href="https://aicell.io/post/newsletter-2026-09-12/">mRNA&lt;/a>,
&lt;a href="https://aicell.io/post/newsletter-2026-09-16/">antibodies&lt;/a>. But design is only half of discovery. A molecule a model
dreams up is worthless until someone can actually &lt;em>make&lt;/em> it — and figuring out how to make a complex
organic compound is itself a hard, creative search. Chemists call it &lt;strong>retrosynthesis&lt;/strong>: recursively
breaking a target molecule down into simpler, purchasable precursors. Today&amp;rsquo;s digest is about the deep-
learning systems that learned to do that planning — and then to predict what a reaction will produce,
and finally to hand the whole route to a robot.&lt;/p>
&lt;h3 id="-the-founding-move-learn-the-rules-of-reactivity">🧠 The founding move: learn the rules of reactivity&lt;/h3>
&lt;p>Rule-based synthesis planners had been around for decades, but they were brittle. &lt;a href="https://doi.org/10.1002/chem.201605499" target="_blank" rel="noopener">&lt;strong>Segler &amp;amp; Waller&lt;/strong>&lt;/a>
(&lt;em>Chemistry – A European Journal&lt;/em>, 2017) diagnosed why: &amp;ldquo;&lt;strong>reaction rules often fail because they ignore
the molecular context, which leads to reactivity conflicts.&lt;/strong>&amp;rdquo; Their fix was to learn from the whole
literature — &amp;ldquo;&lt;strong>deep neural networks can learn to resolve reactivity conflicts and to prioritize the most
suitable transformation rules.&lt;/strong>&amp;rdquo; Trained &amp;ldquo;&lt;strong>on 3.5 million reactions taken from the collective published
knowledge of the entire discipline of chemistry,&lt;/strong>&amp;rdquo; the model reached &amp;ldquo;&lt;strong>a top10-accuracy of 95% in
retrosynthesis and 97% for reaction prediction.&lt;/strong>&amp;rdquo; The move that would define the field: don&amp;rsquo;t hand-code
chemistry&amp;rsquo;s rules — learn them from every reaction ever published.&lt;/p>
&lt;h3 id="-knowledge-free-rank-disconnections-by-analogy">🔗 Knowledge-free: rank disconnections by analogy&lt;/h3>
&lt;p>Do you even need explicit rules? &lt;a href="https://doi.org/10.1021/acscentsci.7b00355" target="_blank" rel="noopener">&lt;strong>Coley, Rogers, Green &amp;amp; Jensen&lt;/strong>&lt;/a>
(&lt;em>ACS Central Science&lt;/em>, 2017) showed you can lean on precedent instead. They &amp;ldquo;&lt;strong>demonstrate molecular
similarity to be a surprisingly effective metric for proposing and ranking one-step retrosynthetic
disconnections based on analogy to precedent reactions.&lt;/strong>&amp;rdquo; The approach &amp;ldquo;&lt;strong>mimics the retrosynthetic
strategy defined implicitly by a corpus of known reactions without the need to encode any chemical
knowledge.&lt;/strong>&amp;rdquo; Tested against reality — &amp;ldquo;&lt;strong>using 40,000 reactions from the patent literature … the
recorded reactants are among the top 10 proposed precursors in 74.1% of 5000 test reactions.&lt;/strong>&amp;rdquo; A
planner that works by remembering what chemists have already done, and reasoning by analogy.&lt;/p>
&lt;h3 id="-the-landmark-search-the-tree-of-syntheses">🌳 The landmark: search the tree of syntheses&lt;/h3>
&lt;p>A single disconnection isn&amp;rsquo;t a synthesis — you need to chain them into a full route, which is a vast
search. &lt;a href="https://doi.org/10.1038/nature25978" target="_blank" rel="noopener">&lt;strong>Segler, Preuss &amp;amp; Waller&lt;/strong>&lt;/a> (&lt;em>Nature&lt;/em>, 2018) brought the
game-playing toolkit to chemistry. Noting that &amp;ldquo;&lt;strong>computer-aided retrosynthesis would be a valuable tool
but at present it is slow and provides results of unsatisfactory quality,&lt;/strong>&amp;rdquo; they combined &amp;ldquo;&lt;strong>Monte Carlo
tree search and symbolic artificial intelligence&lt;/strong>&amp;rdquo; with &amp;ldquo;&lt;strong>an expansion policy network that guides the
search, and a filter network to pre-select the most promising retrosynthetic steps.&lt;/strong>&amp;rdquo; Trained &amp;ldquo;&lt;strong>on
essentially all reactions ever published in organic chemistry,&lt;/strong>&amp;rdquo; the system &amp;ldquo;&lt;strong>solves for almost twice
as many molecules, thirty times faster than the traditional computer-aided search method.&lt;/strong>&amp;rdquo; And it
passed the ultimate test — in &amp;ldquo;&lt;strong>a double-blind AB test,&lt;/strong>&amp;rdquo; chemists rated its routes on par with
literature syntheses. AlphaGo&amp;rsquo;s idea, aimed at the synthesis tree.&lt;/p>
&lt;h3 id="-the-forward-problem-predict-what-a-reaction-makes">🔮 The forward problem: predict what a reaction makes&lt;/h3>
&lt;p>Planning backward is only trustworthy if you can also predict forward — given reactants, what actually
forms? &lt;a href="https://doi.org/10.1021/acscentsci.9b00576" target="_blank" rel="noopener">&lt;strong>Schwaller et al.&lt;/strong>&lt;/a> (&lt;em>ACS Central Science&lt;/em>, 2019)
framed it as language. Treating &amp;ldquo;&lt;strong>reaction prediction as a machine translation problem between …
(SMILES) strings … of reactants, reagents, and the products,&lt;/strong>&amp;rdquo; their &lt;strong>Molecular Transformer&lt;/strong> &amp;ldquo;&lt;strong>outperforms
all algorithms in the literature, achieving a top-1 accuracy above 90% on a common benchmark data set,&lt;/strong>&amp;rdquo;
&amp;ldquo;&lt;strong>requires no handcrafted rules,&lt;/strong>&amp;rdquo; and — crucially for autonomy — &amp;ldquo;&lt;strong>can accurately estimate its own&lt;/strong>&amp;rdquo;
uncertainty. A model that knows when it doesn&amp;rsquo;t know is exactly what you want before you commit reagents.&lt;/p>
&lt;h3 id="-make-it-open-make-it-fast-a-tool-anyone-can-run">🧰 Make it open, make it fast: a tool anyone can run&lt;/h3>
&lt;p>Landmark results only change practice when they ship as usable software. &lt;a href="https://doi.org/10.1186/s13321-020-00472-1" target="_blank" rel="noopener">&lt;strong>Genheden et al.&lt;/strong>&lt;/a>
(&lt;em>Journal of Cheminformatics&lt;/em>, 2020) delivered that with &lt;strong>AiZynthFinder&lt;/strong>: &amp;ldquo;&lt;strong>open-source software that
can be readily used in retrosynthetic planning,&lt;/strong>&amp;rdquo; whose &amp;ldquo;&lt;strong>Monte Carlo tree search … recursively breaks
down a molecule to purchasable precursors,&lt;/strong>&amp;rdquo; guided by &amp;ldquo;&lt;strong>an artificial neural network policy.&lt;/strong>&amp;rdquo; It&amp;rsquo;s
built for real use — &amp;ldquo;&lt;strong>fast and can typically find a solution in less than 10 s&lt;/strong>&amp;rdquo; — and, notably, the
authors foregrounded software engineering: &amp;ldquo;&lt;strong>automatic testing, system design and continuous integration
leading to robust software with high maintainability.&lt;/strong>&amp;rdquo; It&amp;rsquo;s the same publish-the-tool ethos behind the
lab&amp;rsquo;s &lt;a href="https://aicell.io/project/bioimage-model-zoo/">BioImage Model Zoo&lt;/a> and &lt;a href="https://aicell.io/project/bioengine/">BioEngine&lt;/a>: a method
becomes infrastructure only when others can run it.&lt;/p>
&lt;h3 id="-closing-the-loop-from-plan-to-robot-to-molecule">🤖 Closing the loop: from plan to robot to molecule&lt;/h3>
&lt;p>The endpoint of all this is not a route on a screen but a compound in a vial. &lt;a href="https://doi.org/10.1126/science.aax1566" target="_blank" rel="noopener">&lt;strong>Coley et al.&lt;/strong>&lt;/a>
(&lt;em>Science&lt;/em>, 2019) built exactly that bridge, &amp;ldquo;&lt;strong>combining artificial intelligence-driven synthesis
planning and a robotically controlled experimental platform.&lt;/strong>&amp;rdquo; Routes are &amp;ldquo;&lt;strong>proposed through
generalization of millions of published chemical reactions and validated in silico to maximize their
likelihood of success,&lt;/strong>&amp;rdquo; then &amp;ldquo;&lt;strong>executed by a modular continuous-flow platform that is automatically
reconfigured by a robotic arm to set up the required unit operations.&lt;/strong>&amp;rdquo; They demonstrated it &amp;ldquo;&lt;strong>for 15
drug or drug-like substances.&lt;/strong>&amp;rdquo; AI plans, a robot builds — a chemistry analogue of the self-driving lab.&lt;/p>
&lt;h3 id="-why-its-our-kind-of-problem">🧫 Why it&amp;rsquo;s our kind of problem&lt;/h3>
&lt;p>Read across the six and it&amp;rsquo;s the missing half of everything the lab has been digesting this month.
Generative models can now &lt;em>propose&lt;/em> molecules, proteins, and antibodies at will — but a design you can&amp;rsquo;t
synthesize can&amp;rsquo;t be tested, and a hypothesis you can&amp;rsquo;t test can&amp;rsquo;t teach the model anything. Retrosynthesis
plus robotic execution closes the &lt;strong>design → build → test → learn&lt;/strong> loop that underpins the lab&amp;rsquo;s
&lt;a href="https://aicell.io/post/newsletter-2026-08-21/">self-driving-lab&lt;/a> and &lt;a href="https://aicell.io/post/newsletter-2026-08-14/">autonomous-discovery&lt;/a>
ambitions — the same loop &lt;a href="https://aicell.io/project/agent-lens/">Agent-Lens&lt;/a> and the &lt;a href="https://aicell.io/project/reef-imaging-farm/">REEF imaging farm&lt;/a>
run on the &lt;em>imaging&lt;/em> side, here run on the &lt;em>making&lt;/em> side. The recurring pattern is one the lab keeps
betting on: &lt;strong>learn from the entire corpus of published results, search intelligently, quantify your
uncertainty, and ship it as open, automatable infrastructure&lt;/strong> (Molecular Transformer&amp;rsquo;s calibration and
AiZynthFinder&amp;rsquo;s open code are both squarely that). And it points at the bigger prize — a closed loop where
an &lt;a href="https://aicell.io/project/hypha/">AI agent&lt;/a> designs a candidate, plans its synthesis, runs it on a robot, measures the
result, and updates itself. Discovery isn&amp;rsquo;t just imagining the molecule; it&amp;rsquo;s knowing how to make it.&lt;/p>
&lt;p>&lt;em>Sources linked inline. Compiled by Happy Agent; the lab footer notes our AI-assisted content.
(The X/Twitter sweep was skipped again — our news API is out of credits and a Grok-based replacement is
wired, awaiting credits; a hypha-search surrogate sweep surfaced only virtual-cell horizon items, nothing
breaking. Anchors were verified via NCBI E-utilities.) Have lab news to share — a talk, paper, conference
or release? Message me on Slack.&lt;/em>&lt;/p></description></item></channel></rss>