Aureka OpenDDE
GitHub
Open Source All-Atom Foundation Model Preview

An open-source, all-atom engine for drug discovery

OpenDDE turns co-folding into a scalable engine for structure prediction, design, and optimization — modeling proteins, nucleic acids, and small molecules in one all-atom system.

Read the technical report View on GitHub
OpenDDE capabilities across the drug-discovery pipeline, with antibody-antigen structure-prediction success rates versus leading folding models
70.0%
Best Ab-Ag success rate on FoldBench-AB (RANK) — ahead of every model tested.
1st
Ranked first across PXMeter-AB, FoldBench-AB and 2026ARK-AB, under RANK and ORACLE.
Apache‑2.0
Open weights, code and a prebuilt Docker image — build on all of it, end to end.
Overview

Co-folding, at engine scale

Modern drug discovery rarely asks about a single molecule in isolation. It asks how a candidate binds, how a complex assembles, and how to reshape that interaction toward a therapeutic goal. OpenDDE is built for exactly this: an all-atom biomolecular foundation model that co-folds every component of a system together, rather than predicting structures one chain at a time.

A single input describes the full assembly — protein chains, nucleic acids, ligands, ions, and any explicit covalent bonds — and OpenDDE resolves the joint structure at atomic resolution. The same backbone that predicts structure also drives design and optimization, turning what was a prediction tool into a scalable engine you can iterate against.

How it works

Three ideas inside OpenDDE

OpenDDE is not a structure predictor with a design mode bolted on. Three choices — how it reasons, how it is supervised, and how it is framed — let a single model fold, reason about, and generate biomolecular structure.

OpenDDE architecture: feature encoding, folding trunk, structural-token reasoning, structural refiner, and a diffusion transformer producing atom coordinates
Model architecture
01
Coarse-to-fine

Atomic latent reasoning

OpenDDE reasons from coarse to fine. A Pairformer-style trunk first builds residue-level single and pair representations, then expands every residue token into chemically explicit structural tokens — protein backbone and side chain, nucleic-acid backbone and base, ligand, and single atoms. Before any coordinates are generated, a structural refiner runs several rounds of latent-space reasoning over these tokens, sharpening local geometry, chemical environment, and cross-molecular interfaces up front.

Atom37 representation expands into atomic tokens, structural reasoning via graph attention, and a refined structure
Atomic tokens refine structure before coordinate generation.
02
Lock-and-key geometry

Shape-complementarity loss

Distance-only supervision such as RMSD cannot rule out steric clashes or interface gaps. OpenDDE adds a geometry-aware objective to diffusion training that scores predicted interfaces against native ones along three axes — token-level surface orientation, inter-chain spacing, and anti-clash contact quality — teaching the model the lock-and-key geometry that governs how biomolecules actually fit together.

Interfaces with steric clashes on the left versus geometrically compatible contacts on the right
Clashes versus compatible contacts.
03
Conditional denoising

One architecture for prediction and design

Structure prediction and de novo design are the same conditional-denoising problem. Known-target atom masks decide the mode: leave the mask empty and OpenDDE runs unconditional prediction; fix part of the system — an antigen backbone, a target pocket — and the same model becomes a design engine. No separate generative stack, just one end-to-end model.

mask = 0
Unconditional prediction
Fold the whole assembly from scratch.
mask = target atoms
De novo design
Hold a pocket or antigen fixed; generate the rest.
Benchmarks

State of the art on antibody–antigen structure

Across three antibody–antigen benchmarks — PXMeter-AB, FoldBench-AB and 2026ARK-AB — OpenDDE leads every model tested on success rate, under both RANK (top-1) and ORACLE (best-of-N) selection, and across all DockQ quality tiers.

Ab-Ag success rate by DockQ tier across PXMeter-AB, FoldBench-AB and 2026ARK-AB under RANK and ORACLE selection; OpenDDE leads every panel
DockQ success rates across Ab-Ag benchmarks.

On the scaling frontier

Plotted against estimated training compute, OpenDDE sits on the efficient frontier of Ab-Ag performance — extracting more accuracy per token and per parameter than prior folding models, and pointing toward further gains as the recipe scales.

Performance on Ab-Ag versus estimated training tokens and tokens times parameters; OpenDDE lies on the scaling-law frontier
Scaling frontier across training compute.
Citation & acknowledgements

Built on open science

OpenDDE builds on ideas and components from the AlphaFold 3 ecosystem. If you use it in your work, please cite the software and the related research.

AlphaFold 3 Protenix OpenFold ColabFold
CITATION.bib
{{ citationText }}