Podcast episode
🔬 The Coolest Diffusion Research Isn't in LLMs — Evan Feinberg & Sergey Edunov, Genesis Molecular AI
ai-in-adtech cloud-costs measurement
TL;DR
This episode focuses almost entirely on AI for small-molecule drug discovery, featuring Genesis Molecular AI's co-founder/CEO Evan Feinberg and CTO Sergey Edunov (formerly led Llama 2 and Llama 3 pretraining at Meta). The conversation covers why protein-ligand structure prediction has become the hottest area of diffusion model research, Genesis's PEARL model and its benchmark-topping results on OpenBind, and why agentic drug discovery loops are now becoming viable. Highly relevant for AI practitioners interested in science applications of diffusion models, inference-time scaling, and RL; minimal relevance to adtech or media.
What was covered
-
Genesis PEARL model overview: PEARL (Place Every Atom at the Right Location) is a co-folding model — a 3D structure prediction system that takes a protein sequence and small-molecule ligand as input and predicts their bound 3D geometry together. Unlike AlphaFold-style protein-only models, PEARL is purpose-built for the small-molecule drug discovery space and models "induced fit" (protein flexibility upon ligand binding), which traditional docking methods struggle to handle.
-
Sergey Edunov's background and pivot: Edunov led Meta AI's Llama 2 training and Llama 3 pretraining before joining Genesis as CTO. His key claim: LLM architecture has been largely stagnant since the 2017 transformer paper (with Mixture-of-Experts as a notable exception), while molecular structure prediction is the current frontier for genuinely novel diffusion architecture research.
-
Scaling roadmap analogous to LLMs: Genesis applies the three-stage LLM scaling playbook — pretraining-scale data (synthetic molecular simulations generated via physics/MD), then inference-time scaling ("thinking" in terms of crystal structure representations rather than language tokens, using physics-based guidance to steer diffusion steps), with RL on the horizon as a third stage.
-
Benchmark crisis — 2Å RMSD is "slop": The community standard threshold of 2 Ångstrom RMSD for pose prediction is condemned as dangerously low. Hydrogen bonds, which govern critical protein-ligand interactions, have only a 0.6Å valid range. PEARL targets sub-1Å RMSD. Feinberg explicitly says "if your model is sitting at 1.8, 1.9 Ångstrom RMSD, that's slop, most likely." He notes the field is transitioning toward lDDT (local Distance Difference Test) metrics, partly driven by the OpenBind benchmark publication.
-
OpenBind benchmark results: PEARL was evaluated zero-shot (no fine-tuning, no data on the target, template PDB released after training cutoff) on 802 novel co-complexes of EV-A71 protease — a target with a mobile binding-pocket loop (induced fit) that breaks classical docking. PEARL significantly outperformed all publicly available models across metrics. Edunov: "We are basically correct for every single pose."
-
SAPPHIRE agentic drug discovery system: Genesis is building an LLM-orchestrated agentic platform (codename SAPPHIRE) for 24/7 autonomous drug discovery — looking at predicted poses, forming hypotheses, reading literature, using internal tools, generating molecular candidates — analogous to how LLM coding agents became useful once model quality crossed a threshold. Partnership with Incyte provides automated wet-lab feedback loops.
-
GPU scarcity as primary operational bottleneck: Both Feinberg and Edunov cite GPU availability as the single largest constraint. NVIDIA has invested twice in Genesis and co-authored the PEARL technical report. Feinberg suggests LLM companies are crowding out compute access for life-sciences AI.
Notable claims & predictions
-
Edunov: "LLM architectures are relatively boring… it's a transformer layer in the end. Paper was published in 2017 and you go to any LLM lab today, you will see very, very similar pieces in their models." Counterpoint: Genesis's molecular diffusion architectures are genuinely novel.
-
Feinberg: "Actually, some of the most innovative diffusion research is happening in our field. It's happening in 3D structure prediction right now." Frames molecular AI as the new frontier for architecture innovation, not language models.
-
Edunov on the search space: "There are 10 to the 60 drug-like small molecules in the universe… it's like finding a needle in a haystack, where everything except your needle is very, very dangerous." Feinberg's retort: "Finding hay in a needle stack might be a more apt analogy."
-
Feinberg on agentic readiness: Explicitly draws the analogy to LLM coding agents — models were too error-prone for agents until they crossed a quality threshold. Genesis believes PEARL and associated models have now crossed an equivalent threshold for drug discovery agents.
-
Feinberg on GPU economics: "The amount of alpha [in] the traditional LLM space for chatbots, coding… at some point the amount of alpha will not be what's desired compared to the amount of investment." Predicts chip makers including NVIDIA will invest more heavily in life sciences.
-
Feinberg on inference-time scaling for molecules: Describes PEARL's iterative diffusion refinement with physics-based steering as functionally equivalent to "thinking tokens" in reasoning LLMs — the model iterates through intermediate crystal structure representations before producing a final output.
Why this matters for AI operators
-
Diffusion models as the real architecture frontier: The episode makes a credible case that the most structurally novel diffusion research is now happening in molecular science, not image/video or language. AI infra teams and model researchers tracking where architecture innovation is occurring should watch this space — ESM Fold authors are already citing Genesis's architecture papers.
-
Inference-time scaling generalizes beyond language: Genesis's implementation of "thinking" via iterative diffusion steps with physics-based verifiers is a concrete, working example of test-time compute scaling applied to a non-language domain. The mechanism — iterative refinement loops guided by a verifier signal — is architecturally instructive for anyone building inference-time scaling outside of LLMs.
-
Benchmark quality as a systems problem: The PEARL/OpenBind story is a clean case study in how community benchmarks can lock a field into inadequate quality thresholds (2Å RMSD ≈ community's SWE-Bench equivalent). AI operators deploying models in high-stakes domains should note the lesson: production failure modes often diverge sharply from benchmark performance, and real-world deployment data (Genesis's pharma partnerships) was the forcing function that drove the correct eval.
-
GPU competition expanding beyond hyperscalers: Genesis explicitly names GPU scarcity — driven by LLM company demand — as their #1 operational constraint. As frontier science AI (drug discovery, materials, climate) scales up compute requirements, competition for H100/H200 capacity will extend meaningfully beyond the usual OpenAI/Anthropic/Google/Meta cluster. Infrastructure operators and cloud providers should anticipate growing demand from life-sciences AI as a distinct segment.
Full analysis
Two former Llama pretraining leaders now argue the real diffusion frontier is 3D molecular structure prediction, not language — and they're backing it with a benchmark-topping drug-discovery model (PEARL), an agentic loop (SAPPHIRE), and a GPU-scarcity warning that spills directly onto everyone else renting H100s.
Reversibility: This isn't a decision for the AI builder — it's a signal to read. Type 2 (nothing to commit to). The useful question is what the episode reveals about where architecture innovation, inference-time scaling, and compute pressure are heading.
What's actually being decided: Nothing for ad-tech. The honest framing: does anything here change how a technical AI leader building ad products should think about model architecture, test-time compute, benchmarks, or GPU access? Two of those, yes. Ad-tech relevance specifically: near zero.
Timeline: No forcing function. This is a "where is the frontier moving" read, not a "ship by Friday" call.
The Skeptic — The headline claim — "LLM architecture has been stagnant since 2017" — is the kind of thing that sounds profound on a podcast and dissolves under scrutiny. Flash attention, RoPE, GQA, MoE routing, and the entire reasoning-model regime are not "the same transformer." A co-folding startup has every incentive to say language is boring and molecules are exciting. Second: "correct for every single pose" on 802 complexes of one protease is a narrow, self-selected slice. Zero-shot on a released-after-cutoff template is legitimately good practice, but one target isn't generalization. For an ad-tech reader, the transferable lesson is the only durable one here: your benchmark can pass while production quietly fails.
The Researcher — The genuinely instructive piece is the eval critique, not the architecture boast. 2Å RMSD (root-mean-square deviation — how far predicted atom positions sit from truth) as a pass threshold is exposed as meaningless when hydrogen bonds have a 0.6Å tolerance. That's a real methodology point: the community metric was calibrated to what models could hit, not to what the science requires. The move toward lDDT is the correct response. For an informed PM: imagine grading a translation model as "correct" if half the words are right — that's the mismatch they're calling out. The inference-time-scaling parallel is also real — iterative diffusion refinement with a physics verifier is genuinely the same shape as reasoning tokens with a checker.
The Compute Pragmatist — This is the one line that touches every AI builder regardless of domain: GPU scarcity is Genesis's #1 constraint, and they blame LLM demand for crowding them out. NVIDIA invested twice and co-authored their paper — meaning Jensen is actively seeding non-LLM demand for the same silicon you're bidding on. Translation for an ad-tech team running real-time bidding models or creative generation: the H100/H200 spot market now has a new class of well-funded, patient, physics-simulation buyers who will happily eat capacity for month-long MD data-generation runs. Your inference bill's ceiling is set by who else wants the chips, and the "who else" list just got longer and richer.
The Open-Source Advocate — Note what's not here: PEARL is closed, NVIDIA-entangled, and pharma-partnered. Contrast with the protein world, where ESMFold and AlphaFold weights seeded a whole ecosystem. The episode says ESMFold authors are citing Genesis's architecture papers — so the ideas leak even when weights don't. For a builder, that's the pattern to watch: architectural innovations from molecular diffusion (verifier-guided iterative refinement, physics-as-reward) are publishable and portable, even if the specific models stay proprietary. You can borrow the mechanism without the moat.
Sharpest tensions:
-
Researcher vs. Skeptic on "stagnant LLMs." The Researcher grants that transformer cores are similar lab-to-lab; the Skeptic says the training regime, not the layer, is where the innovation went — and calling that "boring" is a founder's rhetorical convenience. Both are right about different layers of the stack, which is exactly why the soundbite is misleading.
-
Compute Pragmatist vs. everyone. The only claim that reaches into an ad-tech reader's actual P&L is GPU competition — and it's the least discussed in the summary. The architecture debate is intellectually fun; the chip-market signal is the one with a dollar figure attached.
What this hinges on: For a digital-advertising / ad-tech audience, the direct impact is low, and it should be stated plainly — this is a drug-discovery episode with no ad-tech, publisher, agency, or media-buying implication. The two things worth extracting are portable, not domain-specific: (1) verifier-guided inference-time scaling is now demonstrably a general technique, not an LLM-only trick — relevant if you're building anything with iterative refinement and a checkable signal; (2) GPU demand for frontier compute is broadening beyond the hyperscaler labs, which tightens the same market ad-tech ML teams rent from.
Nothing here needs verifying or de-risking for an ad-tech operation. File the eval-quality lesson (benchmark thresholds calibrated to model ability, not to real-world tolerance) as a reusable mental model for your own production evals, and move on.
Prediction: By NVIDIA's GTC 2027 keynote (spring 2027), NVIDIA will publicly spotlight life-sciences / drug-discovery AI (including a Genesis-type co-folding partner) as a named growth segment alongside its LLM and robotics narratives.
Confidence: Medium — NVIDIA already invested twice in Genesis and co-authored PEARL.
Why: A chipmaker that co-authors a partner's technical report and invests repeatedly is building a reference customer it will showcase; GTC keynotes are where NVIDIA formalizes new vertical demand stories, and seeding non-LLM GPU demand is directly in its interest.
Revisit by 2027-04-30: We're right if NVIDIA's GTC 2027 keynote or its official GTC materials name drug-discovery/molecular AI as a distinct growth vertical with a named model partner. We're wrong if life-sciences AI gets no dedicated keynote billing and remains folded into a generic "science" mention.
Comments