All News
anthropicclaudebiomolecular-modelinggpu-kernelsopen-sourcescience

Anthropic's Claude optimized 30-plus biomolecular models 4x faster, then open-sourced all 36 kits

Anthropic says Claude optimized 30-plus open-source biomolecular models to run about 4x faster in under four weeks, then open-sourced 36 optimization kits.

Vlad MakarovVlad Makarovreviewed and published
5 min read
Anthropic's Claude optimized 30-plus biomolecular models 4x faster, then open-sourced all 36 kits

Anthropic published a research post on September 17, 2026 describing how Claude optimized more than 30 open-source biomolecular models in just under four weeks, speeding them up roughly four times on average and adding a low-memory mode that folds molecular machines larger than 10,000 tokens on a single NVIDIA GPU node. All 36 optimization kits are public. The post never says which model did the work; it credits an "internal, general-purpose research model" running inside Claude Science.

The four-times headline has a smaller number beside it

Anthropic's top-line summary rounds the identical-output case up to "nearly 2x." The caption under the structure-prediction chart is tighter: "roughly 4x speed-up with minimal decrease in precision and a roughly 1.6x speed-up with identical outputs." The larger number spends accuracy a working pipeline may have to re-validate; the smaller is the one a structural biologist can drop in without re-benchmarking. All figures below are Anthropic's own, taken on its own harness.

ClaimAnthropic's figureScope
Speed-up, low precision loss~4x average30-plus models, several task families
Speed-up, identical outputs~1.6xstructure-prediction models
FlashPairformer vs cuEquivariance2.7-2.9x attention, 1.7-3.2x multiplicationkernel level, per configuration
Big modeaccurate above 10,000 tokens, inference above 70,000one NVIDIA GPU node

FlashPairformer attacks the cubic part

AlphaFold3, OpenFold3 and Boltz-2 spend most of their runtime and memory on triangle attention and triangle multiplication, which act on triplets of tokens and are cubic in both: doubling system size costs eight times the compute and memory, tripling costs 27. Claude's answer is FlashPairformer, custom kernels for both operations that Anthropic calls a new state of the art, ahead of the field standard, NVIDIA's cuEquivariance, by 2.7 to 2.9 times on triangle attention and 1.7 to 3.2 times on triangle multiplication, depending on model configuration. Alongside the transferable kernels, Claude worked each model individually: memoizing intermediates the original code recomputed, folding constant-output branches into constants, capturing CUDA graphs, fusing kernels.

Big mode, and what happens above 70,000 tokens

The memory work changes what is reachable, not what is fast. Anthropic's low-memory "Big" mode models systems larger than 10,000 tokens accurately and runs inference on systems larger than 70,000 tokens on one node, where multi-node inference used to be the entry price. Four systems folded closely matching their experimental structures: human mitochondrial complex I, the TRiC chaperone complex, a proteasome and a bacterial ribosome. The comparison Anthropic draws is with AlphaFold3's accurate prediction of the 40S ribosome, which came to 7,663 tokens. Claude also pushed past the useful range deliberately: whole viral capsids and protein compartments between 31,000 and 70,000 tokens, run with a single trunk pass and no recycles, which collapsed. The post calls that a lack of generalization nearly two orders of magnitude beyond the training context. Predicting failure that openly is rarer than the speed-up.

Two supervisors who had never written a kernel

Two members of Anthropic's technical staff supervised the work, experienced in biomolecular modeling but with no prior experience in inference optimization or kernel engineering. Anthropic's line on why that is the point: "It normally takes an experienced team of engineers weeks to produce such optimizations for each model, and the work often does not transfer between models." Replacing that team is the claim; the four-week wall clock is the evidence offered for it.

What is actually in the repository

The release is 36 drop-in optimization kits, one per upstream tool, with the original code under Apache License 2.0 and an initial public release committed on September 17, in the anthropics/uplifting-biomolecular-modeling repository. Coverage follows unite.ai's read of the technical report: 14 packages for co-folding and structure prediction, seven for genomics, six for structure generation, and three each for hallucination, inverse folding and protein language models. The kits expose memory modes: off, exact, fast and big. unite.ai reports Fast-mode gains from 2.3 times for OpenDDE to 6.4 times for Chai-1. Anthropic's strongest comparable example is Fermat's Last Theorem, where Claude wrote a machine-checked proof over 11 days.

The economics claim, and where it comes from

Anthropic's earlier protein-design demonstration allowed Claude to spend up to $10,000 per target on Modal, roughly 2,500 NVIDIA H100 GPU hours, behind a 16,000-word prompt, sub-agents and a 24-hour budget. This run gives a single model one H200, 24 hours, a prompt of about 1,100 words, a reference sheet and no human steering. Three models, Mythos 5.1, Mythos 5 and Opus 5, were scored across 16 targets on ipSAE, a proxy for binding that has tracked wet-lab results. Anthropic's figure: about $150 of combined GPU and token spend reaches in silico performance matching the earlier campaigns, the basis for "two orders of magnitude fewer GPU hours." The optimistic reading connects to drug design work nearing the clinic; the careful one is that ipSAE is a score, not a binding measurement.

The model in the headline is unnamed

In July, Anthropic reported that Claude Mythos 5.1 accelerated seven open-source biology models by up to 2.5 times. This week's post, describing work an order of magnitude larger, attributes it to "an internal, general-purpose research model" and stops there. Reddit filled the gap: the r/singularity thread is titled "Anthropic open-sources Claude-written GPU optimizations that make 30+ biomolecular models ~4x faster on average" and sits at roughly 550 points and about 30 comments. The naming slipperiness is itself the fact: a lab that wants credit for a shipping model names it; this post names a capability instead.

What the numbers do not establish

No third party has re-run the kernels or rebuilt the benchmark. Every figure compares Anthropic's implementation against a competitor's kernels on Anthropic's harness, and the precision defense rests on "statistically indistinguishable" results plus a fast mode whose bar is a DockQ score above 0.23, a low threshold in the chart captions. Some of the wins are per-model rather than transferable, which the post itself concedes. Open-sourcing code is not the same as independent reproduction. The falsifiable tests are concrete: a third party rebuilding the benchmark and re-running FlashPairformer against cuEquivariance on matched hardware, and wet-lab outcomes. On the second, Anthropic is co-sponsoring a competition with Adaptyv Bio over five problems it calls the frontier, including species cross-reactivity, pH sensitivity, peptide-MHC specificity and difficult targets such as GPCRs, with up to $1 million in Claude credits, up to $250,000 in Modal compute, DNA from Twist Bioscience and experimental validation for more than 5,000 designs. It opened its Life Sciences Verification Program in public beta the same day. The kernels are public. Whether they hold up away from their authors is not yet a measured thing.

Related Articles

Scroll down

to load the next article