Blog


Small Molecules Have More Information Per Atom Than Biologics

July 1, 2026

Something I’ve been thinking about recently is the information content of different biomolecules. While small molecules, peptides, antibodies, and oligonucleotides can all be valuable therapeutic assets in various contexts, they’re strikingly different to synthesize, develop, and simulate. There are well-known reasons for many of these differences—oligonucleotide synthesis can be highly automated, xenobiotic small-molecule metabolism proceeds through totally different pathways than peptide metabolism, and so on—but at a high level I think many of these differences can be seen as downstream of the observation that small molecules have much higher information entropy per atom.

Information entropy, also known as Shannon entropy (after Claude Shannon), quantifies the amount of “surprise” associated with each new piece of data. A sequence like “AAAAAAAAAAAAACAAAAA” has low entropy, since almost every letter is A—seeing another A gives us little new information, and so we can guess with pretty good odds that the next letter will be “A.” In contrast, a sequence like “ACTAGGACATAAGACAGGCT” has high entropy, since it seems that any position has four different possibilities. Since there are many possible sequences like this (just over a trillion for this length), each new letter conveys a lot of information about which particular sequence this is.

(This is a very brief introduction to Shannon entropy, and may be insufficient for those new to the topic—you can find plenty of better ones on Google.)

For molecules, we can approximate the information content per atom as the base-2 logarithm of the number of possible molecules divided by the number of possible atoms. This definition lets us make some quick estimates for the per-atom entropy of different modalities:

  1. There are 4 valid nucleotides, or two bits of entropy per nucleotide. If we approximate a nucleotide as having 20 heavy atoms, we find that an oligonucleotide contains 0.1 bits of entropy per heavy atom.
  2. For proteins and other peptides, there are 20 valid amino acids, or 4.32 bits of entropy per residue. Assuming 8.3 heavy atoms per residue, this gives us a value of 0.52 bits of entropy per heavy atom.
  3. Small molecules are a different story. The GDB-17 paper estimates that there are 166 billion druglike molecules with 17 or fewer heavy atoms, with the vast majority of these having 15–17 heavy atoms. This corresponds to 2.2 bits of entropy per heavy atom.

The small-molecule value quoted above may even be conservative: GDB-17 applies fairly conservative filters and doesn’t include elements like S, P, B, and so on. If you take the oft-cited figure of 1060 possible drug-like molecules below 500 Da and approximate that as 35 heavy atoms, you arrive at a significantly larger value of 5.7 bits of entropy per heavy atom.

The markedly higher entropy of small molecules helps explain why small molecules are so tricky to synthesize. Fundamentally, any synthetic route must be specific and selective enough to disambiguate between virtually infinite numbers of potential products, which drives chemists to use complex and obscure reactions to achieve selectivity. Most approaches to simplifying small-molecule synthesis do so by vastly reducing the addressable space, enabling simple “Lego brick”–style routes to be employed. While there are sure to be improvements in synthetic technology over the decades to come, I think that making arbitrary small molecules will continue to be a difficult and complex task for fundamental and unescapable reasons.

The high information content of small molecules also explains why they can be such effective drugs. The ability to pack so much information into a small number of atoms makes it possible to achieve impressive selectivity with a tiny molecule—consider, e.g., the fact that you can have highly selective kinase inhibitors that are also small and non-polar enough to diffuse through the blood–brain-barrier. This sort of thing just isn’t possible with peptides!1

But the area where I’ve been thinking about this most is simulation and machine learning. It seems empirically true that it’s much easier to predict or model protein–protein binding than protein–small molecule binding. While protein-binder design with models like BindCraft works well and metrics like ipSAE seem to correlate well with protein–protein binding affinity, the analogous problems for small molecules still seem mostly unsolved (see e.g. Pat Walters’ writing from last year).

I think that this is downstream of information content. While a 300-residue protein has just as much total information as any small molecule, the overall complexity of any individual region of intermolecular interactions is much lower. There are a relatively small number of chemically distinct groups in proteins—indoles, imidazoles, amides, and so on—and it’s plausible that co-folding models or other biomolecular ML models can “learn” at a high level how these groups naturally interact with one another without needing to fundamentally understand the systems on the all-atom level. This means that learning to predict protein–protein or protein–oligonucleotide interactions is much easier than learning to predict protein–small molecule interactions, perhaps many orders of magnitude easier.

In contrast, there are almost infinitely many such small-molecule functional groups—pyridines, quinazolines, azaindoles, thiadiazoles, and so on—each with different chemical properties and a different interaction profile with protein sidechains. This means that the data scarcity problem is much worse than it seems for small molecules, and makes me skeptical that purely ML-based approaches for predicting binding affinity will work in the medium term. (I may be wrong here!)

(How much data will it take to actually learn arbitrary interatomic interactions? It’s hard to say for sure, but evidence from the neural-network-potential field suggests that it might take a lot. The OMol25 dataset comprises over 100 million DFT calculations with energy and per-atom force labels, so roughly 1–10 billion individual labels, and OMol25-trained models are the first models that seem to actually match the performance of physics-based methods on e.g. non-covalent interactions. While initiatives like OpenBind are promising and very valuable, I’m skeptical that even tens of thousands of new protein–ligand complexes will be enough here.)2

I remain optimistic about the future of physics and physics-adjacent methods in small-molecule drug design for these reasons. Methods like quantum chemistry and FEP are able to avoid the training-data limitations of pure ML methods and show good generalizability for arbitrary small molecules. While I’m unbelievably excited about our new AI-powered scientific future, I think that the immense information content of small molecules puts fundamental limitations on what ML can accomplish, and means that (for better or worse) we’re going to be stuck with physics for the foreseeable future.

Thanks to Ishaan Ganti and Ari Wagen for helpful discussions here.

Footnotes

  1. Except for some peptides and other large molecules, which do diffuse through the blood–brain barrier! Some of these seem to occur through active transport, but there’s some mystery here still.
  2. Note that there are many different potential forms of data, the shape of these problems is different, and there are other issues that make this comparison imperfect. I use this analogy simply to argue that we probably need a lot more data, not a little.

Tool Use and "AI Scientists"

June 18, 2026
The Rebuilding of the Temple is Begun, Gustave Doré (1866)

As AI systems get more powerful and better at scientific tasks, what will the new research ecosystem look like?

One perspective, which is rarely stated explicitly but comes up implicitly or in conversation, is that AIs will render much of conventional theory and modeling obsolete: either AI will write its own scientific tools and simulations, or AI will somehow reason from first principles and circumvent the need for conventional simulation tools at all. This view often presumes that conventional approaches to understand or model natural phenomena are flawed or incapable and that LLMs are better off ditching the old ways & starting from scratch.

As someone who works full-time on simulation tools for chemistry and materials science, I’m clearly a bit biased against this take. But I think I’m not alone here; the vast majority of actual industry scientists I know who are optimistic about AI are eager to give their agents access to the full panoply of tools that they themselves rely on.

In this post I want to briefly defend the thesis that we should be excited about the prospect of giving design + simulation tools to scientific AI agents. I think that there are real durable advantages to tool integration. Rather than feeling like agentic tool use is a short-term crutch until the true “bitter lesson” kicks in, I believe that we should expect scientific agents to use tools indefinitely, and I expect tool integration to be an increasingly important aspect of frontier agentic science.

(Long-time blog readers may recall that I first wrote about these ideas in my October 2025 posts about “AI scientists”, scare quotes deliberate. Since writing that post, I’ve been spending an increasing fraction of my time working with both AI agents inside Rowan and external companies building AI agents atop Rowan. This post attempts to distill some of the ways that I feel my thoughts have changed or sharpened since then.)

In my mind, there are four big advantages to giving LLMs access to dedicated scientific tools.

1. Tools As Domain-Specific Crystallized Intelligence

Ezra Reads the Law to the People, Gustave Doré (1866)

In psychology, fluid intelligence is the raw ability that an individual has to flexibly solve totally new problems, while crystallized intelligence is their ability to use existing knowledge and expertise to solve problems similar to those they’ve encountered before (see this Wikipedia article for more details, nuance, and sources). Crystallized intelligence is what differentiates experts in a field from newcomers. While working on frontier science problems for years probably won’t increase your fluid intelligence, it’ll certainly increase your crystallized intelligence for similar problems.

Specialized scientific tools can’t increase the raw fluid intelligence of a model, but they can act as reservoirs of crystallized intelligence to deploy against specific problems. Giving LLMs access to scientific tools (and skills) is a simple way to inject a certain amount of expertise into the conversation in a token- and context-efficient way.

To make this concrete, let’s think about a fairly simple task: running a MD simulation starting from a PDB structure of a protein–ligand complex. To do this from scratch, an agent has to figure out how to solve lots of moderately tricky sub-problems, To name just a few:

Modern LLMs are quite competent at problems like this and can often figure out good answers to all of these questions, if given time and the ability to iterate & self-correct. The models have read lots of papers and have substantial latent expertise. But, just like a person doing a new task for the first time, LLMs often spend a substantial amount of time, tokens, and context experimenting with various parameters and trying to figure out the best way to approach a given problem.

This is fine in isolation but quickly becomes a drag in the process of larger projects. If you’re trying to get an LLM to run a complex scientific process autonomously (i.e. “screen these compounds with docking, run MD, identify the important interactions, score them with SAPT, and propose 20 new compounds”), then the LLM needs to be able to confidently and routinely run each individual step to be able to execute the entire end-to-end workflow. Providing an LLM with purpose-built tools/APIs that work out of the box is a simple way to accomplish this.

This is already how tools like Claude Code and Codex work so well. Rather than reinventing version control, filesystems, sandboxes, and subprocesses from first principles, coding agents excel because they’re able to leverage pre-existing high-level tools like Git and focus only on the important and differentiated tasks.

2. Tools As World Model

Another advantage of simulation tools is that they act as an external check on LLMs’ internal reasoning. This is particularly salient for many problems in chemistry; reasoning about 3D structures without a visual aid is notoriously difficult, which is why organic chemistry is such a visual discipline and why ball-and-stick molecular modeling kits have been a mainstay of chemistry education for decades.

While AI agents are generally very smart, they still mostly operate based on text-based representations and can struggle to reason correctly about 3D problems.* Starting from just a PDB file and a SMILES string, it’s not very easy to tell if a given molecule will fit into the pocket or which residues it’s likely to interact with: expert human chemists aren’t good at this task, and even a superintelligent agent is unlikely to prefer interacting with chemistry in this way.

Using a tool like docking or co-folding here is just a better choice for the problem—it’s built to handle this input modality, works reproducibly, and serves as an external check on LLM reasoning. The agent might really think that a given molecule should fit into the ATP binding site, but actually running the docking calculation will tell the agent whether or not this is true.**

In practice, I think this sort of external “sanity check” helps to keep agents on track and prevent them from hallucinating too much. It can be dangerous for “AI scientists” to think for too long without testing their ideas, much as it is for human scientists. Simulation tools provide a simple and fast way to check ideas before committing to costly or time-consuming laboratory testing.

This is analogous to how static type checking and other automated code-review tools have become so important in the age of agentic coding (as my colleague Jonathon’s written about). Even frontier LLMs still make trivial errors when writing code, but simple easy-to-run sanity checks that exist outside the LLM’s control can dramatically reduce the error rate and increase the quality of the resultant code.

* I think this is one of the reasons why math and programming have seen so much more dramatic progress than chemistry, biology, and materials science.

** Docking is not a good tool for predicting binding affinity, but it’s pretty good at predicting if something’s too big to fit in the pocket.

3. Tools As Efficient Test-Time Compute

Large language models are, as the name implies, large and expensive to run. Even if one assumes that the LLMs of the future possess superhuman reasoning powers and (following the above example) can dock compounds using only string representations of protein and ligand, it’s very unlikely that this will be a pragmatically useful way to run these calculations.

Math is a helpful case study here. I can do arithmetic up to some scale in my head, but pretty soon I prefer to use a calculator (particularly if I want to ensure I get the answer right). Similarly, LLMs are perfectly capable of doing math on their own, but ask them to compute a tricky trigonometric equation and they far prefer to open a Python notebook. Computers are notoriously good at doing math, and it’s much more efficient to do math directly on a computer than to essentially emulate a calculator in the weights of an LLM.

I have similar feelings about asking LLMs to do complicated chemical prediction problems without tools. While it’s great to see that Claude is able to predict NMR shifts with accuracy similar to (or even exceeding) that of ChemDraw / MNova,* I personally would far prefer a physics- or ML-based NMR prediction model that runs quickly and can be systematically improved with more data.** Quantitatively accurate NMR prediction is just not a task that Claude needs to excel at! It would be much more efficient to give Claude an NMR tool and save its context window for the difficult-to-encode parts of the task (like spectrum-to-structure inductive reasoning).

The cost and token savings of using simple simulation tools instead of frontier LLMs will matter too. As agentic science moves beyond demos and towards wider adoption, workflow cost will become more important (as is already happening for big engineering teams), and asking Fable or GPT 6 to do routine cheminformatics or property-prediction tasks will be not only inefficient but impractically expensive. The right scientific tool can serve as a much more efficient form of test-time compute than naive LLM reasoning.

* While this is a bit of a tangent, I would also note that the ChemDraw/MNova NMR-prediction tools are hardly state-of-the-art; I’m pretty sure that modern spectrum-prediction models will handily outperform Claude here.

** Early readers note that Claude too can be improved by looking at more NMR data. While this is true, it’s a bit harder to fine-tune an LLM than simply refitting a ChemProp model like many pharma teams do weekly; maybe this will change in the future.

4. Tool Calls As Audit Log

GPT Image 2–generated illustration of the angel with the writing case from Ezekiel 9, in the style of Gustave Dore.

While we may one day be comfortable letting our “AI scientists” run rogue and queue whatever lab experiments they want, in the short term I suspect that most organizations would prefer to have an idea of what their agents are doing and why they’re making a given decision. Much as in coding, external tool calls can serve as an interpretable signal about what an LLM is doing.

Companies following a predict-first paradigm (inter alia BMS) already routinely run all their human-designed molecules through the same battery of simulations; asking an LLM to use the same tools makes it easy to compare an agent’s results and reasoning to what humans are already doing. In cases where agents are working well, this will likely increase institutional trust; if they start to perform poorly, the external audit log of tool calls might be a helpful tool in figuring out what went wrong.

Fundamentally, tool calls are also a nicely interpretable way to track LLM decision-making. Scientists already have a fundamental understanding of what different scientific tools are useful for; seeing an agent run a torsion scan or a SAPT calculation between a ligand and a given protein residue is an easy way for scientists to quickly grok what a LLM is doing, right or wrong.



There’s certainly additional nuance that’s missed by the above reasons, but I think this captures the spirit of my objections to the “no tools” position. In other domains—software development, math, CS, and so on—it seems like LLMs are increasing the need for high-quality tooling, not decreasing it, and I think we should expect the same trend to continue in science.

Thanks to Ari Wagen, Eli Mann, Eugene Kwan, and Ishaan Ganti for helpful comments on this post, and to many others for conversations on these topics.

Multiparameter Compound Optimization with LLMs

April 21, 2026

Yesterday, an interesting paper was released by Prescient Design (Genentech), “Evaluating the Progression of Large Language Model Capabilities for Small-Molecule Drug Design.” The authors formulate a variety of problems in small-molecule drug design as reinforcement-learning (RL) problems and use RL-based post-training to improve the performance of a 30B-parameter Qwen model (specifically, Qwen3-30B-A3B-Thinking-2507). They then compare the performance of this fine-tuned Qwen model (“Aspen”) to various frontier models on property prediction, molecular representation tasks, and property-constrained generation.

I was particularly interested in the authors’ demonstration that both Aspen and frontier models like GPT 5.2 & Claude Opus 4.6 could perform well in simulated lead-optimization scenarios. Here’s how the authors describe this evaluation in the paper (newlines added for visual clarity):

Next, we examine the capabilities of these models in a multi-turn setting, consisting of an iterative molecular optimization loop that simulates real-world lead optimization. Specifically, we consider optimizing a docking score—as a weak proxy for potency—under a set of property constraints, consisting of a combination of DMPK and RDKit properties that can all be computed.

For the experiments here, we consider a single target, a carbonic anhydrase IX (PDB ID: 8TTR), and a starting seed molecule obtained from (Elshamsy et al., 2025). Each trajectory starts from the same molecule and runs for 20 turns; at each turn the model proposes a modified SMILES and is provided with the resulting docking score and the corresponding property values of the constraints (see Appendix C.2). In the system prompt (see Appendix C.1), we instruct the model to always propose structurally novel molecules across all 20 turns.

Importantly, we blind the target name from the model, resulting in a black-box optimization setting that restricts the model from leveraging knowledge about the protein to carry out the optimization.

This sort of multiparameter optimization is a relatively non-trivial task; while it’s relatively easier to increase docking scores by simply making the molecules bigger or adding hydrogen-bond donors, it’s substantially harder to generate useful improvements that don’t simultaneously compromise solubility, permeability, and other relevant drug-like properties. As such, it’s standard to use specialized frameworks like REINVENT for tasks like this (and even these tools have well-known pathologies).

What the Genentech team did is much simpler. Essentially, they:

  1. Tell an LLM that it’s supposed to act like a medicinal chemist, what the design target is, and what the initial SMILES is.
  2. Let it propose a new SMILES.
  3. Score the SMILES using various computational methods.
  4. Return the results to the LLM and let it try again.

Surprisingly, this works! Over time, the LLM-proposed molecules get better (as assessed by docking score) while generally abiding by the requested constraints. Although the guess-and-check nature of this workflow implies that even random perturbations should eventually lead to improvements, several factors suggest that chemical intelligence is actually at play here: (1) the base Qwen model is barely able to improve over the baseline, suggesting that it’s unable to meaningfully reason about molecule structures, and (2) the later models from each family fare better than the earlier models, suggesting that increased intelligence leads to better optimizations even within a model family.

This approach is compelling because of its simplicity. To run the reported multi-parameter optimization approach, you don’t need a fancy pre-trained generative model or a library of potential synthons: instead, all you need is your favorite LLM and a way to score candidate molecules. I wanted to see if I could recapitulate this with Rowan, so I used Claude Code to build an optimization loop around Rowan’s API. I copied the system prompt almost exactly from Genentech and used Rowan’s docking, solubility, and membrane-permeability workflows to score each candidate compound. While the specific numbers are different than those reported by the Genentech team, the trend is clear:

Although this particular demonstration (optimizing a docking score on carbonic anhydrase) is unlikely to be incredibly impactful, the approach is incredibly general—any computational oracle that can be run via API can, in theory, be optimized using this approach. One could imagine optimizing kinome selectivity, tuning free-radical stability in a polymerization inhibitor, designing molecules with desired optical properties, or any number of other applications.

And while the present implementation is relatively light on scientific context, even blinding the protein’s identity so that the LLMs can’t cheat with pre-existing carbonic anhydrase knowledge, it’s not hard to imagine using data from previous projects or existing scientific literature to help the LLM devise new ideas. (Even providing a representation of the protein–ligand binding site would probably be very helpful.) There’s a lot of ways that this can be improved!

Last October, I wrote that AI-driven multi-parameter optimization was one of the most promising short-term applications for “AI scientists”:

Above that, we can imagine “AI scientists” managing well-defined multi-parameter optimization campaigns. These agents can work to combine or orchestrate the underlying simulation tasks in pursuit of a well-defined goal, like a given target–product profile, while generating new candidates based on scientific intuition, previous data, and potentially human input. Importantly, the success or failure of these agents can objectively be assessed by tracking how various metrics change over time, making it easy for humans to supervise and verify the correctness of the results. Demos of agents like this are already here, but I think we’ll start to see these being improved and used more widely within the next few years.

This is exactly what we’re seeing now. Despite having been optimistic about agentic AI–driven optimization for months now, I’m still impressed that a single evening of Claude Code (plus Rowan’s API) can produce a competent med-chem optimization agent—no domain-specific fine-tuning or specialized literature access necessary. Capabilities are advancing incredibly quickly in this field, and it’s possible to do things today that were hard to imagine a year ago.

I’ve put all my code in a GitHub repository; if you’re interested in this approach, feel free to clone the repository and modify it however you see fit (oracles, system prompt, LLMs, etc). Full methodological details are in the repo.

Book Review: The Reformation As Renewal

February 17, 2026
Martin Luther in the Circle of Reformers (1600s)

TW: stridently anti–Roman Catholic rhetoric, medieval realist metaphysics

Popular histories of the Reformation typically emphasize the discontinuity between medieval theology and the Reformers. In its simplest form, an account of church history through the Reformation might go like this:

  1. During (and shortly after) the events of the New Testament, there was the “early church,” which assembled the canon of Scripture and worked to understand, organize, and systematize Christian thought.
  2. Over time, the church developed more and more complex systematic theology, pulling from the philosophical tradition of Plato and Aristotle to create a towering edifice of Christian thought (as exemplified by figures like Anselm and Aquinas).
  3. The Reformers (Luther, Calvin, etc) rejected this body of Christian thought and returned to a simplified “sola scriptura” way of interpreting Scripture, which also led them to break from Catholic teachings on a great many topics and ultimately form a new church.

This outline, while basic, is accepted by many Catholics and Protestants. A Catholic might tell the story like this (with apologies to John Henry Newman):

Just like an acorn grows into an oak tree, so do the doctrines of the Church grow out of the kernel of Scripture. The church spent over a millenium carefully developing a body of doctrine and theology (guided by the Holy Spirit)—until the “wild boar” Luther and other Reformers decided, in their arrogance, to start from scratch and reinterpret Scripture according to their own ideas.

This is pretty close to actual Roman-Catholic writings. For instance, Hillare Belloc writes in The Great Heresies that Calvin was “the founder of a new religion“ and the author of “a complete new theology, strict and consistent” that was “in opposition to the ancient body of doctrine by which our fathers had lived.”

In contrast, a Protestant might tell the story like this:

While the early church held to simple doctrines of holiness and righteousness, the institutionalization of Christian thought and the bizarre power structures of the medieval church led to centuries of theological speculation with no Scriptural backing and no real relevance to Christianity as exemplified by Christ. The Reformers returned the church to the simplicity and Bible-centeredness of the early church, thus setting people free from a millenium of papal tyranny.

Although these two tellings are obviously different in framing, both conform to the basic storyline outlined above.

Matthew Barrett is here to tell you that this story is completely wrong. In his book The Reformation As Renewal, Barrett argues that the Reformers saw themselves in continuity with the historical church, not opposed to it. In fact, Barrett argues that today’s “Protestants” are actually the true descendents of the universal “catholic” church (p. 883):

…in Luther’s own mind, his call to reform was not a summons to something modern. His vision for renewal was catholic. Debate may persist over the success of that vision, but no debate should exist over its self-professing identity. In Luther’s own words, “Thus we have proven that we are the true, ancient church, one body and one communion of saints with the holy, universal, Christian church.”

If Protestants today desire fidelity to the history of their own genesis, then they should listen to one of the Reformation’s heirs, Abraham Kuyper: “A church that is unwilling to be catholic is not a church, because Christ is the savior not of a nation, but of the world… We cannot therefore, without being untrue to our own principle, abandon the honorable title of ‘catholic’ as though it were the special possession of the Roman Church.”

What defines a true adherence to Protestantism? To be Protestant is to be catholic. But not Roman.

(Barrett’s using “catholic” here to describe continuity with the historical and universal church; in contrast, “Catholic” or “Roman Catholic” implies submission to the Roman Curia. I’ll try to preserve this distinction throughout this post.)

Barrett’s claim is certain to offend Roman Catholics, and the book is indeed thoroughly anti-Catholic (as befits any Protestant history of the Reformation). But Barrett’s real goal is to convince contemporary Protestants that historical Christian theology is good and worthy of study. He wants Protestants to claim “sounder Scholastics” like Aquinas as part of their tradition—and, where necessary, to be willing to learn from their teachings when they depart from contemporary ideas.

His book is long and wandering. While The Reformation As Renewal roughly follows the intellectual history of the Reformation, Barrett alternates between history of philosophy, historical and biographical sections, and theological polemics (sometimes within the same chapter). To keep this review short-ish and interesting, I’m going to pull out some of the most compelling ideas without necessarily following Barrett’s organization; interested readers should just read the original book.

(To disclaim any potential conflicts of interest: I’m a Reformed-ish low-church Protestant who, while friends with many Roman Catholics, generally disagrees with their theology. I’ll occasionally refer to Protestants as “we” in this post; skeptical or Catholic readers are welcome to excuse themselves from this pronoun.)


* * *

Before I jump into the review: the “history of philosophy” component of The Reformation as Renewal is a big part of Barrett’s construction, but might be hard to follow if you’re not already somewhat familiar with the field. Some brief terms:

Without further ado, then, here are seven ideas that I thought were interesting from The Reformation as Renewal.


* * *

1. Realism and Nominalism

Of all the competing Greek philosophical schools that existed before Christianity, Platonism proved the best match for Christian thought. Barrett quotes Augustine as saying that the Platonists have been “raised above the rest [of the philosophers] by a glorious reputation they so thoroughly deserve” because of how they have “raised their eyes above all material objects in their search for God” (p. 218).

Aristotle with a Bust of Homer, Rembrandt (1653)

While anti-Christian accounts of the early church often cast Christianity as the syncretic offspring of Judaism and neo-Platonism, Barrett disagrees. He argues that Christians adopted the framework and vocabulary of neo-Platonism but not the conclusions—it was Plato’s “transcendent map of reality” (p. 217) which Christians adopted, and not his entire worldview. Following Hans Boersma, Barrett identifies five key distinctives of medieval via antiqua Christian Platonism (pp. 226–227, emphases added):

  1. Anti-materialism. Christian Platonism claims that bodies and their properties are not the only things that exist.
  2. Anti-mechanism. Christian Platonism maintains that the natural order (including, therefore, physical events), cannot be fully explained by physical or mechanical causes.
  3. Anti-nominalism. Christian Platonism argues that reality is made up not just of individuals, each uniquely situated in time and space, but that two individual objects can be the same in essence (e.g., both being canine) while still being unique individuals (distinct dogs).
  4. Anti-relativism. Christian Platonism rejects the notion, both in terms of knowledge and morals, that human beings are the measure of all things, suggesting instead that goodness is a property of being.
  5. Anti-skepticism. Christian Platonism maintains that the real can in some manner become present to us, so that knowledge is within reach.

To complement the “polemical posture” (p. 227) of this list, Barrett identifies the idea of a “participation metaphysic” as a key positive belief of Christian Platonism. In accordance with Paul’s address at Mars Hill (Acts 17), Christians believe that we “live and move and have our being” in God. Medieval Christian Platonists believed that “the soul can share in the higher level of reality it seeks to know” and that “all true knowledge of the divine, the eternal, and the really real is an exercise in communion” (p. 228).

St. Paul Preaching in Athens, Raphael (1515)

Barrett thinks that the via antiqua was pretty much correct. Unfortunately, late-medieval theologians like Duns Scotus and William of Ockham “cut the tapestry of participation and dispensed with the fabric of a realist metaphysic” (p. 228) in favor of nominalism. Duns Scotus believed that God had a libertarian freedom to do whatever he wanted (“voluntarism”), elevating God’s will above God’s intellect and, according to Barrett, eroding the realist metaphysic of earlier Scholastic thinkers like Aquinas.

William of Ockham took this a step further by denying the existence of universals (p. 251), leading ultimately to the voluntarist via moderna of Gabriel Biel, which described justification as God’s voluntary acceptance of man’s good works, which—although they don’t intrinsically merit God’s favor—are accepted as sufficient through God’s grace. While this might not quite constitute Pelagianism, it’s certainly not too far.

Barrett argues that this “decayed” (p. 283) nominalist late-medieval Scholasticism was the prevailing theological context for the Reformation, and that the Reformers can be understood as rejecting the via moderna in favor of returning to the via antiqua of older Scholastics like Anselm and Aquinas. I’ll confess that I find the detailed metaphysics somewhat difficult to parse here, even with helpful diagrams from the Stanford Encyclopedia of Philosophy:

The via antiqua, diagrammed.

As a single explanation for the Reformation, this philosophical line of argumentation is a bit too neat: while the Reformers may have disliked the nominalist via moderna, there was plenty else about the late medieval church that provoked protest, including corruption, indulgences, bad preaching, politics, and so on.

But this line of thinking helps Barrett to explain why the Reformers can agree with Aquinas and earlier Scholastics on so much while writing firmly anti-Scholastic works like Disputation Against Scholastic Theology (Luther, 1517). Barrett argues that the target of Reformation ire was not “all of historical theology” but instead a distinct philosophical movement which, while dominant in the early 1500s, had broken from Church tradition. By rejecting Biel and the via moderna, Barrett claims that the Reformers were actually returning to the tradition of the universal “catholic” church.

(As an aside, I didn’t realize how much some modern-day Christians hated Duns Scotus—according to John Milbank, Duns Scotus was “the turning point in the destiny of the West” and the ultimate author of all sorts of modernist heresies.)

2. The Reformation As Renaissance

The Reformation is often taught as a separate movement from the Italian Renaissance, but Barrett argues that we should see the Reformation as essentially a part of the Renaissance (p. 312, emphasis original):

It is reasonable to ask whether the Reformation was even possible apart from the prior advances of the Renaissance. Rather than labeling the Reformation a “new epoch different from, and in a sense opposed to, the Renaissance” it is better to “consider the Reformation as an important development within the broader historical period which… we continue to call… the Renaissance.”

Both movements were driven by a resurgence of interest in classical texts and ideas, as exemplified by humanist thinkers like Erasmus of Rotterdam (p. 313):

Few Reformers if any could claim they operated within a cultural or ecclesiastical context sanitized from the effects of humanism. Ready access to the Greek text of Erasmus, fresh translations of classical texts, renewed attention to inner spirituality, and ecclesiastical renovation—these and many other factors were advantageous to the advent of the Reformation.

For the Reformers, this meant going ad fontes (back to the sources) and discovering that church fathers like Augustine held beliefs that were at odds with current church doctrine (p. 320, emphases original):

Erasmus’s Greek New Testament gave Luther an opportunity to return to the text afresh and consider whether the soteriology [salvation theology] he imbibed was indeed scriptural. Yet Luther’s breakthrough discovery of justificatio sola fide was due not only to his renewed reading of Paul’s epistles and the Psalms, but also to his study of the corpus of Augustine. It is not an overstatement to say that Augustine’s doctrine of grace set Luther free. Ad fontes was the key that unlocked that discovery.

While Barrett is far from the first person to connect the Renaissance and the Reformation, I thought his discussion of the common intellectual threads tying these movements together was interesting and useful.

3. What Was the Reformation About?

Barrett points out that the Reformers didn’t disagree with mainstream medieval Christian doctrine in the vast majority of areas—instead, they had specific criticisms about soteriology and ecclesiology.

Soteriology is the study of salvation. As discussed above, Catholic theologians like Gabriel Biel emphasized a voluntarist view of salvation in which God chose to reward good works with grace. In contrast, Luther and other Reformers argued that salvation was solely the result of faith (sola fide), and that God imputes righteousness to believers based on faith. (Although Calvin gets popular credit for being “the predestination guy,” Luther was committed to this point as well, as demonstrated by his 1525 work On the Bondage of the Will.)

Luther at the Diet of Worms, Anton von Werner (1877)

This view of salvation was, according to Barrett, in accordance with previous church teachings. He quotes Luther as discovering salvation sola fide in Augustine’s The Spirit and the Letter, where Luther found “contrary to hope” that Augustine “interpreted God’s righteousness… as the righteousness with which God clothes us when he justifies us” (pp. 389–390), in contrast to the works-based soteriology of the Roman church.

The debate over soteriology quickly escalated into a debate about ecclesiology (or the study of the church). The popes argued that only they could authoritatively incorporate Scripture and that their interpretation was thus correct by definition; in contrast, the Reformers argued that papal views were in contrast with church history. In Barrett’s words (p. 415):

Rome elevated tradition to a second source of revelation, sometimes even a superior source. Luther and the Reformers, by contrast, believed tradition was an authority, but a ministerial authority, subservient to Scripture, its magisterial authority.

These debates are well-known and can be found in any history of the Reformation. What Barrett wants to show is that these are relatively specific debates. There are many other areas of theology where the Reformers could have broken with the theological status quo and didn’t. To quote Barrett (pp. 142–143, emphases original but paragraph break added):

…the continuity between the Scholastics and the Reformers dwarfs their discontinuity. For example, in Prima Pars [of the Summa Theologica] Thomas [Aquinas] treated the knowledge of God, the inspiration of Scripture, the existence of God, divine perfections, the Trinity, creation ex nihilo, the imago Dei, the human soul, divine providence, angels, and more. By and large, the Reformers did not need to address these loci, some of which were essential to orthodoxy. To do so in front of Rome could have thrown into question their own orthodoxy.

By contrast, Rome and Reformers alike agreed on classical theism’s articulation of these tenets… The point deserves emphasis: Scholastics like Thomas constructed a massive foundation grounded in classical Christian orthodoxy, and the Reformers never felt the need to address a majority of its loci because to disagree was to diverge from orthodoxy itself and its accompanying theological parameters. Their silence should not be taken as divergence but conformity, a quiet testimony to their catholicity. That should change current perspectives which so major [sic?] on discontinuity that the massive amount of continuity is either neglected or denied.

Barrett argues that the similarities between the Reformers and church fathers like Aquinas far outweigh their differences, and by extension that Protestants today should see themselves as largely in communion with Aquinas and other patristic or medieval Christian thinkers.

4. The Reformers’ Catholicity, In Their Own Words

To show that the Reformers thought that they were aligned with historical Christian tradition, Barrett cites from their own works at length. In his response to Cardinal Jacopo Sadaleto, Calvin writes that “our [Protestant] agreement with antiquity is far closer than yours” and that the Reformation was an attempt “to renew that ancient form of the Church, which, at first sullied and distorted by illiterate men of indifferent character, was afterwards flagitiously mangled and almost destroyed by the Roman Pontiff and his faction” (pp. 2–3). Calvin goes on to accuse the Roman church of disgracing the memory of the true Christian church (p. 4):

Where, pray, exist among you any vestiges of that true and holy discipline which the ancient bishops exercised in the Church? Have you not scorned all their institutions? Have you not trampled all the canons under foot? Then, your nefarious profanation of the sacraments I cannot think of without the utmost horror.

Similarly, Luther vigorously affirms that “Protestant” Christianity, and not Roman Catholicism, is in continuity with the ancient and true Church (pp. 4–5):

…when Henry of Braunschweig accused Luther of betraying the church universal with innovation and heresy, Luther became furious. “They allege that we have fallen away from the holy church and set up a new church.” No, Luther said in response, “We are the true ancient church… you have fallen away from us.”

These quotes illustrate, at a minimum, that the Reformers did not believe the “pop” view of the Reformation I outlined in my introduction. Luther believed that him and his fellow Protestants “belong to the ancient church and are one with it… for whoever believes as the ancient church did and holds things in common with it belongs to the ancient church” (p. 882). Regardless of one’s personal feelings about the catholicity of the Reformation, it’s tough to deny that the Reformers themselves saw themselves as catholic.

5. Biblicism and Heresy

Church tradition has a bad reputation among many Protestant groups. As discussed above, Barrett clarifies that the Reformers didn’t reject the authority of church tradition; they just saw it as a “ministerial authority” and not a "magisterial authority” equal to God’s written word (p. 415).

Barrett contrasts this ministerial authority with what he terms “biblicism,” the incorrect elevation of a “restrictive hermeneutical method onto the Bible” (p. 21). Biblicism is characterized by, among other things, the undervaluing of philosophy in a way that is “especially allergic to metaphysics,” overemphasis of human authorship, irresponsible proof texting that “fails to deduce doctrines from Scripture” (p. 21), and an ahistorical mindset that verges on C. S. Lewis’s “chronological snobbery.”

Prompt: "Can you generate a Gustave Dore-style image of the flying scroll from Zechariah 5?"

Biblicism is, in Barrett’s view, a mainstay of modern Protestant evangelical hermeneutics. But biblicist interpretation was also present in the Reformation: various groups followed the Reformers in rejecting Rome but did so in a way that split with mainstream Christian theology even more. To name just a few of the beliefs that the “radical Reformers” held:

These beliefs were all rejected by the mainstream Reformers, who as discussed above were uninterested in relitigating mainstream catholic doctrine. Instead, the Reformers took steps to educate people in proper Scriptural and theological understanding. In Geneva, Calvin worked to educate pastors and students in theology, Biblical languages, patristic and classical writings, and sound exegesis (even going so far as to found the Geneva Academy in 1559) (pp. 712–718). Unlike the anti-intellectual biblicism of the radical Reformers, the mainstream first- and second-generation Reformers believed in historically grounded scholarship.

I found this section particularly interesting because almost all of the beliefs advocated by the radical Reformers are still around today: free-grace theology is common, theonomian beliefs are gaining in popularity (as I mentioned in my review of Five Views on Law and Gospel), and separatist strategies remain appealing to certain Christian subgroups. It’s helpful to remember that the Reformers already considered—and rejected—these ideas in the 1500s.

6. The Counter-Reformation and the Council of Trent

Like many Protestants, Barrett sees the Council of Trent (1545–1563) as the moment where the Roman Catholic church went irreparably off the rails. Barrett emphasizes the internal dissent at Trent around issues like whether the Bible should be vernacular or in Latin (Cardinal Madruzzo opposed vernacular Scripture, while Cardinal Pacheco favored it; p. 856), whether the will was captive to sin as Luther claimed (Tommaso Sanfelice agreed but Dionisio de Zanettini disagreed; p. 858–859), and whether Scripture was superior to church tradition (Jacopo Nacchianti agreed with the Protestants that this was true; p. 855).

Council of Trent, Pasquale Cate (1588)

In the end, the Council of Trent took a decidedly anti-Protestant stance. In addition to cleaning up and reforming a lot of corruption and doctrinal chaos, the final decrees of Trent:

Trent also rejected any doctrine of sola fide, declaring that those who held such beliefs were latae sententiae (i.e. automatically) excommunicated. See Session 6, for instance:

If any one saith, that by faith alone the impious is justified; in such wise as to mean, that nothing else is required to co-operate in order to the obtaining the grace of Justification, and that it is not in any way necessary, that he be prepared and disposed by the movement of his own will; let him be anathema.

The Reformers responded by arguing that Trent itself contradicted the decrees of the historical church: Lutheran theologian Martin Chemnitz published Examination of the Council of Trent, while Calvin published Canons and Decrees of the Council of Trent, with the Antidote (which e.g. calls Roman Catholics “those degenerate and bastard sons of the Roman See”).

Modern Protestant theologians agree. Barrett approvingly quotes Jaroslav Pelikan about the impact of Trent (p. 879, emphasis and ellipses original):

Trent seemed to Chemnitz to be condemning not only the Protestant principle of Luther’s Reformation, but considerable portions of the Catholic substance it purported to defend. For the weight of the Catholic tradition supported justification by grace alone without human merit, particularly if “Catholic tradition” included, as it did for Chemnitz, not merely learned theology, but also “all prayers of the saints in which they ask to be instructed, illumined, and sanctified by God. By these prayers they acknowledge that they cannot have what they are asking for by their own natural powers.” … Thus he demonstrated the truly traditional and Catholic character of the Reformation doctrine, implying that by closing the door to this doctrine Trent was making Rome a sect.

To Barrett, Trent is the moment when the “Roman Catholic” church broke once and for all with the true, catholic, and eternal church. Before Trent, it was possible that the Curia could change course to realign itself with the historical church; after Trent, schism was inevitable.

7. The Reformers, Schismatics?

While popular Roman Catholic apologetics paints the Reformers as schismatics who shattered the eternal unity of the church (see the quotation from Belloc above), Barrett points out that the Reformation was just the latest in a long train of schisms that had already shattered the church.

The Orthodox churches had split from Rome in 1054, and the intervening centuries had seen repeated schisms/revolts against Roman-Catholic spiritual abuses that mostly ended in the brutal murders of the non-Roman parties (e.g. the Lollards, the Hussites, and the Waldensians). Seen thusly, the Reformation was just the last and most successful attempt by Christians to defy the increasingly authoritarian and ahistorical doctrines espoused by the Roman Curia—and efforts to put the blame of “schismatic” on the Reformers get the blame completely backwards.

(Roman Catholics will probably not appreciate this explanation.)


* * *

After all these details (and many more I haven’t bothered to summarize here), how well does Barrett’s thesis hold up? Following precedent from other fields, we can subdivide Barrett’s thesis into a “weak” claim & a “strong” claim and evaluate them separately.

The weak thesis of The Reformation as Renewal is that the Reformers saw themselves as more catholic than the Roman Catholics; in other words, that they saw themselves in community and continuity with the historical church, rather than “starting over” in a radical Biblicist way. Barrett defends this thesis with strong evidence—see section #4 above—and I think it’s tough to dispute his conclusion.

The strong thesis of The Reformation as Renewal is that the Reformers were right to believe this. This is significantly harder to prove; even Barrett has to concede that Luther has some significant points of disagreement with the likes of Anselm and Peter Lombard, and it’s tough for me to judge whether these disagreements are more or less substantial than the analogous differences that the 1500s-era Roman Catholic church might have had.

It’s difficult to escape the conclusion that the Reformation did represent a significant change in theology and Christian practice—but not an absolute change—and I find Barrett’s efforts to minimize this point misleading.


* * *

As astute readers may have surmised, Barrett is not interested in writing a neutral or objective history of the Reformation—he has an axe to grind, and he makes his points early and often. Accordingly, Roman Catholics are unlikely to enjoy or be convinced by this book; Barrett has no patience for Rome or its doctrines and misses no opportunity to attack it. A less pugnacious book would probably be more ecumenical, but that’s not Barrett’s aim.

Instead, Barrett is writing for his fellow Protestants. The Reformation As Renewal makes a strong case that Protestants should take church history seriously and hesitate to dismiss millennia of thought and tradition. Figures like John Chrysostom, Maximus the Confessor, and Gregory the Great (whom Calvin called “the last good pope”) aren’t just part of the Catholic spiritual heritage; the Reformers viewed these figures as their spiritual ancestors and, Barrett claims, so should we.

Despite my high-level qualms, I think the book is effective towards this end. Most Protestants are consciously or subconsciously comfortable with ignoring anything that happened between c. 400 and 1517. Many extend this even to the Reformers: as one early reader said: “Why should I care about what Luther said about something?" Faced with a confusing morass of historical and theological terms, it’s tempting for modern Protestants to simply discard all previous Biblical interpretation and start ex nihilo, one church at a time.

Barrett’s rhetoric works well when he combats this impulse. By examining in exhaustive detail how the Reformers interacted with their own predecessors, The Reformation as Renewal shows how Protestants can balance sola scriptura with church tradition. Luther didn’t accept what Ockham, Aquinas, or even Augustine said as binding—but he read and understood their thinking before striking out on his own, much as earlier church fathers had been in dialogue (and disagreement) with each other. Barrett’s account demonstrates that Protestantism doesn’t necessitate biblicism, despite modern tendencies.

One might reasonably ask, though, “so what”? If Protestants accept that they’re part of the rich intellectual tradition of the historical church and start reading catechisms, creeds, & patristic writings, what do we expect to change? What’s the practical consequence of viewing the Reformation as renewal, aside from antagonizing our friendly neighborhood Roman Catholics?

For Barrett, the answer to this question appears to be “reject congregationalism & adult baptism and become Anglican.” Barrett made waves in Christian circles last year when he renounced Southern Baptism and announced that he was joining the Anglican church. You can read his statement here; I don’t find his reasons very compelling and neither do Baptists.

(In one of ChatGPT’s funnier moments as an editor for this post, it asked whether Barrett’s writing was “smuggling in Anglican ecclesiology under cover of patristic appreciation.” A fair question!)

More generally, modern low-church Protestantism often suffers from the problem of the superstar founder–pastor who’s singlehandedly responsible for the entire church’s theology, teaching, and operations. This leaves churches susceptible to the whims of a single person’s decisionmaking, with predictable consequences. While “caring about history” won’t by itself fix the weird culture and incentives of the 21st-century church, one can imagine that more historically grounded churches might be less reliant on a single individual and more resilient.


* * *

More broadly, though, Barrett’s book reminds me that ideas matter. We live in a nominalist age, where people are quick to disregard the importance of metaphysics and universals (e.g.). When reading about debates like “whether Christ has one energy or two energies in the hypostatic union”, it’s tempting to just say “who cares?” and dismiss the whole debate as irrelevant & pointless.

(I complained about this in last year’s review of The New Roman Empire—it’s impossible to study Byzantine history without understanding various Church councils and theological debates, yet Kaldellis writes his history from a dialectical–materialist perspective that basically discounts theology altogether.)

Barrett’s book brings me back to a world in which theological ideas were seen as of first importance, to the extent that thousands of people were willing to die for them (and did). While I don’t hope for a return of the French Wars of Religion, I think Barrett’s book is a useful antidote to the theological nihilism of the modern church.

St. Bartholomew's Day Massacre, François Dubois.

I’ll close with this famous quotation from Machiavelli, which more than anything else captured my experience reading The Reformation As Renewal:

When evening comes, I return home and go into my study. On the threshold I strip off my muddy, sweaty, workday clothes, and put on the robes of court and palace, and in this graver dress I enter the antique courts of the ancients and am welcomed by them, and there I taste the food that alone is mine, and for which I was born. And there I make bold to speak to them and ask the motives of their actions, and they, in their humanity, reply to me. And for the space of four hours I forget the world, remember no vexation, fear poverty no more, tremble no more at death: I pass indeed into their world.

For weeks I would come home from my job, make dinner, play with my kids, put them to bed, and then open this 900-page tome and, for a few hours, lose myself in the intellectual world of medieval Europe, full of debates about analogical & univocal predication and similarly foreign concepts to the modern mind. If you too want this experience, then The Reformation As Renewal is the book for you.

Thanks to the friends and early editors who helped me attempt to make sense of these ideas. As usual, any errors are mine alone.

Horizontalization in Biotech

January 13, 2026

Long ago, there were no software companies. In the age of System/360, vertically integrated companies like IBM were responsible for virtually all aspects of the end product they sold, from hardware to operating system to end-user applications. Then, the value chain started to diversify: Microsoft allowed software and hardware to become decoupled, and then a variety of application-specific companies started to pop up (like Lotus). Today the software ecosystem is incredibly diverse, and even simple software companies typically rely on a web of vendors and sub-vendors.

I call this process “horizonalization,” because it reflects a move from vertically integrated monoliths towards an ecosystem of companies aimed at horizontally integrating a given capability:

We can imagine two reasons why this transformation might have happened:

Ronald Coase’s 1937 paper “The Nature of the Firm” proposes a theoretical framework that will be useful for this discussion. Coase argues that the natural size of companies is an equilibrium between competing factors. Making companies bigger makes work easier by diminishing “transaction costs”: doing work with external parties requires coordination, NDAs, invoices, taxes, and so on, while doing work with someone inside the same company is comparatively easy. Unfortunately, larger companies also become less efficient, because “the entrepreneur fails to place the factors of production in the uses where their value is greatest” (pp. 394–395), i.e. managers do a bad job. So in practice these opposing forces balance and companies end up at a size somewhere between “everyone is their own company” and “there’s only one company.”

Viewed this way, horizontalization is a natural response to increasing market size and complexity. As the market became big enough that there could be “a database company” or “an ads company,” it became advantageous for these capabilities to become their own firms rather than stay part of a single monolithic ur-company. These same firms, once independent, were able to innovate and find new markets and technologies more rapidly than they could have before, further growing the sector and continuing the process.


* * *

As readers may have inferred from the title, I think the same transformation is happening in biotech and drug discovery today. Fifty years ago, drug discovery was almost entirely vertically integrated. New biotech companies had to rebuild almost every capability themselves from scratch (The Billion-Dollar Molecule documents Vertex doing this in the 1980s).

In the 2000s and 2010s “virtual biotech” companies that outsourced most or all of the chemistry and biology work to CROs and CDMOs became common—see this 2012 article from Derek Lowe, which discusses the change in the industry. These virtual biotechs often had no aspiration to be around forever; many single-asset virtual biotechs aimed to pursue a given biological target through early-stage clinical trials and then get bought by pharmaceutical companies, who would fund Phase III trials and subsequent manufacturing & distribution.

Not coincidentally, this time period also saw CROs and software companies like Schrodinger and Benchling become important ecosystem vendors. As the expected life cycle of therapeutics companies decreased, it became important to conserve cash and not build out unnecessary infrastructure that wouldn’t pay for itself within a few years. Increasing amounts of research started to be done through research-as-a-service models, and the burden of building efficient high-throughput research processes shifted away from internal teams and towards vendors. Basically, the pendulum moved away from “build” and towards “buy.”

Today, I think this trend is continuing or even accelerating. Here’s a few case studies:

Despite these examples, horizontalization is harder in biotech than in software. Broadly, transaction costs are higher—pre-clinical IP is very sensitive, making companies more suspicious of outside vendors—meaning that it’s harder to partner externally and easier to bring capabilities in-house. The total biotech market is also smaller, meaning that there are fewer potential customers for any new vendor and thus fewer possible niches.

But the growing complexity of drug discovery in the era of AI and lab automation counteracts these trends somewhat, because all this complexity can only be managed by outsourcing capabilities to vendors. Imagine trying to build the equivalent of the OnePot self-driving lab within every new oncology startup! Every new layer of complexity creates opportunities for vendors to decrease unit costs by increasing upfront capital expenditure; scale economies create the incentives for horizontalization.


* * *

I think that horizontalization is good for the world. One reason is just that horizontalization creates efficiency—this is a pretty obvious point, going back all the way to Adam Smith, but it still needs to be said. Companies that specialize in a given technology, service, or product can typically do a better job than a team trying to add yet another random capability. That’s why Plasmidsaurus is better at sequencing things than you are.

But horizontalization also increases the field’s institutional memory. Early-stage biotech has weird company dynamics—as discussed above, most therapeutics companies survive only a handful of years, ending their existence either through acquisition or quiet dissolution. (In many cases the preclinical research team disbands even if the legal entity technically survives.) This means that there’s a lot of tacit institutional knowledge which gets lost or dispersed. A DNA-encoded library team might have developed a set of protocols, workflows, and practices which led to incredible performance, but if their company lays off all the research staff, then all this has to be recreated de novo wherever these scientists work next.

Coupled with the atmosphere of secrecy in the industry, the overall effect is that best practices are slow to diffuse in early-stage drug discovery. Horizontalization provides an opportunity to fix this. To use the specific example of DNA-encoded libraries (DELs) again, companies like Om and Leash can develop DEL-related expertise that far exceeds what any single therapeutics can achieve, and keep this knowledge and “process power” alive longer than the typical lifespan of a therapeutics company.

If horizontalization is happening, and will happen more in the future, what are the consequences? Here’s some speculation:

1. There are more viable biotech-adjacent businesses than people think. Each new biotech-adjacent company that gets created becomes a new potential customer for another vendor, increasing total market liquidity and creating new opportunities for innovation. It’s not quite clear how far these trends will go, but I think the prevailing VC sentiment that “the only way to monetize biotech innovation is through therapeutic assets” is already wrong.

2. Transaction costs will matter more. Right now, it’s pretty easy to start using a different software vendor (just sign up and point your code at the right API endpoint) but relatively difficult to start working with a new vendor in biotech. There are good reasons for this. As discussed above, drug discovery is a very IP-sensitive industry, and the wrong chemical structure in the wrong hands might cost millions or even billions of dollars.

Rejecting all external vendors and internalizing every function can’t be the right answer, as increasing complexity will make monoliths less and less capable over time. Instead, the industry needs to find ways to lower transaction costs without compromising on IP or security. The company that figures this out will be a big winner.

Both of these predictions might be wrong! But, at a high level, I think horizontalization is both inevitable and beneficial; I look forward to the day when biotech has as many interesting and competent vendors as software, and I’m working to try and make Rowan one of those vendors.

Thanks to Ari Wagen for helpful conversations on these topics and for editing drafts of this essay.