AIAny
AI Train2024
Icon for item

Boltz

Predicts 3D structures of proteins, nucleic acids, and small-molecule complexes, the first fully open-source model to approach AlphaFold3 accuracy. Boltz-2 adds binding-affinity prediction that nears FEP simulation accuracy at ~1000x the speed.

Introduction

For two years, matching AlphaFold3's structure-prediction quality meant either waiting for a restricted release or accepting a visible accuracy gap. Boltz closed it with an MIT-licensed model anyone can run commercially, then pushed past pure structure into the question drug hunters actually care about: how tightly does this molecule bind?

What Sets It Apart
  • Boltz-1 was the first fully open-source model to approach AlphaFold3 accuracy on biomolecular complexes, jointly predicting structures of proteins, nucleic acids, and small-molecule ligands. Unlike AlphaFold3's restricted weights, it ships under the MIT license for both academic and commercial use.
  • Boltz-2 adds an affinity module that predicts protein-ligand binding affinity at an accuracy approaching free-energy perturbation (FEP) simulations while running over 1000x faster, turning a multi-hour atomistic calculation into a screenable prediction.
  • The engineering is built for scale, not just demos: batched YAML inputs, NVIDIA cuEquivariance kernels for GPU acceleration, and even Tenstorrent hardware support, so the same model spans a single complex or a high-throughput virtual screen.
Who It's For

Great fit if you are a computational biologist or drug-discovery team that needs AlphaFold3-class predictions you can deploy, fine-tune, and ship in a commercial pipeline without licensing friction. Look elsewhere if you need experimentally confirmed structures: these are predictions, and the affinity estimates still trade some accuracy for the 1000x speedup, so wet-lab validation stays essential for anything consequential.

Information

  • Websitegithub.com
  • OrganizationsMIT Jameel Clinic, Recursion
  • AuthorsSaro Passaro, Gabriele Corso, Jeremy Wohlwend, Mateo Reveiz, Stephan Thaler, Vignesh Ram Somnath, Noah Getz, Tally Portnoi, Julien Roy, Hannes Stark
  • Published date2024/11/17

Categories

More Items

GitHub
AI Train2025

An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.

GitHub
AI Agent2026

Trains reusable natural-language 'skills' for frozen LLM agents by optimizing the skill document in text-space — using trajectory-driven edits, validation-gated updates, and deployable best_skill.md artifacts. Multi-backend, zero inference-time cost at deployment, designed for iterative, validation-led skill improvement.

GitHub
AI Train2023

Modular PyTorch-based framework for building, training, and deploying physics-informed ML models (neural operators, PINNs, GNNs, diffusion). Provides GPU‑optimized training, domain-specific datapipes for meshes/point clouds, distributed scaling and a model zoo.