Biomolecular Modeling · AI for Science · Language Models

ESM3: Protein Generation as Evolutionary Simulation

ESM3 is a multimodal protein language model over sequence, structure, and function; it generated a fluorescent protein only 58% identical to known fluorescent proteins.

ESM3: Protein Generation as Evolutionary Simulation

Quick answer

ESM3 treats protein design as multimodal language modeling over sequence, structure, and function. Its most memorable result is a generated fluorescent protein with only 58% sequence identity to the nearest known fluorescent protein; similarly distant natural fluorescent proteins are estimated to be separated by over 500 million years of evolution. That is why the paper became a biology-AI landmark.

Why this paper matters now

This page covers the paper because it fills a concrete topic gap on researchpapers.dev and because the paper has a durable search intent: readers want the method explained, the main numbers separated from hype, and the deployment caveats stated plainly. The contribution is also easy to misread from the title alone. The practical question is not only what the authors built, but what new behavior becomes possible and where the claim stops.

How the method works

Instead of modeling amino-acid sequence alone, ESM3 represents sequence, structure, and function as coordinated token tracks. The model can be prompted with partial information across those tracks, then iteratively fills in missing tokens. This lets a scientist ask for a protein family, a structural motif, or a functional constraint and have the model search a region of protein space that natural evolution may not have sampled densely.

Key results

  • ESM3 models three modalities: protein sequence, structure, and function.
  • The reported model family includes 1.4B, 7B, and 98B parameter scales.
  • It generated a bright fluorescent protein at 58% identity to known fluorescent proteins.
  • The authors estimate that similarly distant natural fluorescent proteins are separated by more than 500 million years of evolution.

My honest read

The right interpretation is not that ESM3 literally simulates Darwinian evolution. It learns a compressed model of the protein universe and then samples from it under constraints. The wet-lab validation is what makes the claim interesting: a generated protein was synthesized and found to fluoresce. Without that assay, the result would be a pretty embedding-space story.

Limits and open questions

Protein function is unforgiving. A model can generate plausible sequences that fold poorly, express badly, or fail in real assays. Fluorescence is an important validation but only one biological function. Safety and biosecurity also matter because controllable protein generation can move toward harmful design space. The model helps search; it does not replace experimental screening. A second open question is reproducibility: many of these systems depend on data scale, hidden engineering choices, or evaluation protocols that are hard to replicate exactly. For readers, the safe takeaway is to treat the reported numbers as evidence for the paper’s setting, not as a guarantee that the method will transfer unchanged to every downstream product.

What to compare next

The right follow-up comparison is not simply the newest paper with a bigger model. Compare the evaluation target, the data regime, and the failure cost. A method that wins on a curated benchmark can still fail when prompts are longer, inputs are noisier, or downstream users need calibrated uncertainty. For this paper, the most useful next read is a work that stresses the same bottleneck from another angle: scaling, verification, interpretability, latency, or real-world deployment. That comparison keeps the result grounded and prevents the page from becoming a one-paper advertisement.

Practical takeaway

For builders, the immediate takeaway is to copy the evaluation habit before copying the architecture. Identify the bottleneck the paper actually attacks, choose a baseline that stresses that bottleneck, and report the failure cases with the same visibility as the wins. That is the difference between using the paper as research evidence and using it as a slogan.

FAQ

What is ESM3?

ESM3 is the paper’s named method or system. In one sentence, it changes the modeling setup so the target topic can be attacked with stronger representation learning, search, or generation machinery than the previous default.

What number should I remember from this paper?

The most useful numbers are in the Key results section above. They matter because they are specific enough to compare against future work rather than being vague claims of better quality or stronger performance.

Who should read this paper?

Read it if you track biomolecular modeling research, need a concrete benchmark reference, or want to understand why this method became part of the field’s vocabulary. Skip it if you only need a production-ready recipe; the limits still matter.

One line: ESM3 is a multimodal protein language model over sequence, structure, and function; it generated a fluorescent protein only 58% identical to known fluorescent proteins. Read the original source.