Czar
Biotech on the Czar: Running Proprietary Drug Discovery Models Completely Offline
Molecular structures, target data, and screening libraries are a biotech company's entire competitive position. What it takes to train and run discovery models against that data without a network path to anywhere.
· 8 min read
A biotech company's most valuable asset is rarely a piece of software. It's a set of molecules nobody else has characterized yet, a target hypothesis nobody else has validated, a screening library built from years of assay results that took real capital to generate. That asset is exactly the kind of thing modern AI is good at accelerating: generative chemistry models that propose novel scaffolds, binding-affinity predictors that triage candidates before a wet-lab assay ever runs, retrieval systems that surface the one relevant finding buried in a decade of internal reports. It is also exactly the kind of thing that cannot be handed to a cloud model provider without handing over the company's entire competitive position along with it.
This is a sharper version of a problem other regulated industries face. A law firm worries about privilege. A defense contractor worries about export control. A biotech company worries about both a competitor and the market itself inferring its next move from what should have been a private computation — because unlike most enterprise data, a molecular structure or an assay result doesn't just describe the business, it is patentable subject matter. Send the wrong sequence of prompts to the wrong API and the record of that exchange can complicate a later patent filing or telegraph a program to anyone paying attention to model provider traffic patterns, long before anything is public.
Why drug discovery data is a harder asset to protect than it looks
Most conversations about protecting sensitive data assume the sensitive thing is a document: a contract, a report, a block of source code. Drug discovery data doesn't fit that shape as cleanly, and the mismatch matters.
A screening library is less a document than a structured, constantly growing dataset: SMILES strings, docking scores, assay readouts, structural files from crystallography or cryo-EM, each entry tied to a specific compound and a specific experiment. Feeding that into a generative or predictive model isn't a single upload. It's an ongoing pipeline, with new results landing continuously as the wet lab runs and the model expected to reflect them. A cloud workflow built for "send a document, get an answer" does not map onto "keep a model current against a dataset that changes every week and must never leave the building."
The intellectual property calculus is also unusually strict. Patent law in most jurisdictions cares about novelty and disclosure timing, and an inference call to a third-party model is, structurally, a disclosure to a third party. Whether that specific disclosure would ever actually jeopardize a filing is a question for patent counsel, not an engineering team — but the fact that engineering teams have to ask the question at all, every time a new tool touches candidate compound data, is itself a sign the tooling is wrong for the job. The safer default is a pipeline where the question never comes up because the data never had anywhere to leak to.
And unlike a lot of regulated data, this material stays sensitive for a long time, not just during an active review. A target hypothesis that looks unremarkable today can become the center of a company's lead program two years from now. Data hygiene that was casual at the exploratory stage becomes a liability retroactively, once the thing it touched turns out to matter.
What running completely offline actually requires
"Air-gapped" is sometimes used loosely, as a synonym for "we have decent access controls." For drug discovery workloads it has to mean something literal: no path, at any layer, for a molecular structure, an assay result, or a model's output on that data to reach a network the company doesn't fully control.
That has consequences that reach deeper than the inference endpoint itself. Standard cheminformatics tooling, structure standardization libraries, docking engines, property predictors, often assumes it can reach a public compound database or a hosted API for auxiliary lookups, the same way general-purpose ML tooling assumes it can reach a package index. Every one of those assumptions has to be found and replaced with something that resolves locally: mirrored reference databases staged before a job starts, docking and simulation tools that run entirely on local compute, no telemetry calls reporting back which targets a research team is actively working on. A telemetry ping that reveals nothing more than "this appliance ran a docking job against target class X, three times, this week" is still a leak a competitor-intelligence effort would happily take.
Model choice follows the same logic. Publicly available chemistry and biology foundation models are useful starting points, but a program's real edge comes from fine-tuning on its own proprietary assay history, and that fine-tuning has to happen on hardware that never sends the base weights or the resulting checkpoint anywhere outside the facility. The trained model becomes, in effect, a compressed representation of years of internal experimental results. It deserves the same custody discipline as the lab notebooks it was built from, not the lighter treatment a generic software artifact would get.
Evaluation without a phone-home judge
A fast, popular way to grade a model's outputs right now is to route them to a stronger hosted model and have it score the result. For a biotech research pipeline, that shortcut is disqualifying on its face: the "grading" call would mean sending candidate structures or predicted binding data to an external provider, which is precisely the exposure the offline architecture exists to prevent.
The honest alternative is domain-expert review — medicinal chemists and computational biologists checking generated scaffolds and predicted properties against what they know from the literature and their own program — paired with held-out validation sets scored by deterministic, on-box methods: known-active/known-inactive compound sets, retrospective comparison against historical assay results, structural sanity checks that don't require calling out anywhere. That combination won't match the convenience of a hosted judge, but it's the version that doesn't create a new disclosure event every time a candidate model is evaluated.
Compute has to be sized to the science, not rented on demand
Molecular generation and screening workloads are computationally uneven. A generative pass over a candidate library or a docking sweep across a target set can be far heavier than the everyday work of querying an internal knowledge base of prior results. In a cloud environment, that unevenness gets absorbed by elastic capacity: spin up more instances for the heavy week, scale back down after. Inside a sealed environment, that option doesn't exist. The hardware present at deployment is the ceiling, which means the research team and the appliance's operators need an honest conversation, early, about which workloads the on-site compute is actually sized for — heavy generative screening, ongoing fine-tuning against fresh assay data, or lighter retrieval and summarization over internal literature — rather than discovering the mismatch mid-program when a screening run doesn't finish before the next lab cycle needs it.
Where this fits inside the Element 31 line
This is the shape of problem Czar is built for: a sealed, sovereign sandbox for training, fine-tuning, and R&D work on data that cannot touch cloud infrastructure, with compute, corpus, and resulting model held inside one enclosure rather than assembled from separately-trusted pieces after the fact. A biotech research program's screening library and assay history are as sensitive, in their own way, as the classified or proprietary datasets Czar was originally scoped around. The underlying requirement is the same even though the domain looks different from the outside.
Forge, Element 31's other appliance line, solves an adjacent but distinct problem, a sealed coding copilot for engineering teams that can't send source code to a cloud model, and would be the wrong tool for a discovery pipeline built around molecular data rather than software. Both run on Substrate, the platform layer shared across Element 31's hardware, which is what lets the retrieval, integrity, and governed-connectivity pieces stay consistent even as the workload on top of them changes from source code to structural biology. For a research organization whose next candidate compound is worth more undisclosed than disclosed a year early, that consistency is the point: the sealed boundary should be a property of the infrastructure, not a policy someone has to remember to enforce every time a new dataset lands.