Articles

Generative AI in molecular design: How large models are changing drug chemistry

Generative models can now design novel drug-like molecules on demand. What they generate reliably, and what medicinal chemists still have to fix, is the real story.
Written byTrevor J Henderson
| 8 min read
Computational chemist reviewing AI-generated three-dimensional drug molecule structures docked in a protein binding pocket on screen

Generative models can propose vast numbers of novel structures. The hard part is generating molecules that are potent, selective and actually makeable

Flow (2026)

Generative artificial intelligence (AI) has moved from academic novelty to active use inside pharmaceutical drug design programs, and generative AI drug design now spans a family of model types, each suited to a different part of the molecular design problem. Diffusion models, transformer-based chemical language models, and graph neural networks can propose novel structures, optimize existing leads, and search regions of chemical space that medicinal chemistry intuition alone would never reach. The capability is real and in daily use. The harder question, and the one this hub takes seriously, is how often the molecules these systems generate are ones a chemist can actually make and develop into a drug.

This guide sits within DDN's coverage of AI across the drug discovery pipeline, and focuses on the molecular design stage specifically: what the models do, what they generate reliably, and what working medicinal chemists make of their real-world utility. It stays science-first, on the chemistry rather than the software.


Key Takeaways

  • Generative AI in drug design is not one model but several: transformer-based chemical language models, diffusion models for 3D generation, and graph neural networks for molecular optimization, each fitting a different design task.
  • The clearest strength is generating large numbers of novel, chemically valid structures quickly, and doing so directly against a target's 3D structure rather than screening existing libraries.
  • The central limitation is the gap between a valid molecule and a makeable, developable drug. Current models still produce many structures that fail basic medicinal chemistry criteria or would not be stable in the body.
  • Synthesizability, generating molecules a chemist can actually make, has become the defining challenge, and the newest methods build synthetic accessibility into the generation step rather than checking it afterward.
  • Medicinal chemists increasingly treat generative output as a source of well-informed starting points that still require expert judgment, not as finished designs.

What generative AI does in drug design

Generative AI refers to models that create new molecular structures rather than simply screening or scoring existing ones. That distinction matters, because it changes the fundamental approach to finding a drug: instead of searching a fixed library of known compounds, a generative model can propose molecules that have never been made, optimized toward a defined set of properties. In principle, this opens access to the vast space of drug-like molecules, estimated to be far larger than any physical compound collection, that traditional screening can never cover.

Continue reading below...
Researcher using a laptop with a digital DNA helix and molecular biology graphics overlaid, illustrating connected workflows for sequence design, data management, and therapeutic research.
ExplainersExplained: How can molecular biology teams scale therapeutic design with connected workflows?
To keep pace with modern drug discovery, researchers need molecular biology approaches that can support complexity without slowing down the science.
Read More

In practice, generative design is applied to several distinct tasks, and the model type tends to follow the task. Understanding what each family of models is good at is the key to reading the field clearly, because their maturity and reliability differ considerably.

Model Type

What It Does in Design

Best-Fit Task

Transformer / chemical language

Treats molecules as sequences (SMILES) and generates new ones

Large-scale generation, property-conditioned design

Diffusion model

Generates 3D molecular structures directly, often in a binding pocket

Structure-based de novo design against a target

Graph neural network (GNN)

Represents molecules as graphs of atoms and bonds

Property prediction, molecular optimization

Reinforcement learning

Optimizes generation toward reward objectives

Multi-property lead optimization

Variational autoencoder (VAE)

Learns a continuous latent space of molecules

Interpolation and controlled exploration

Generative models do not search a library of known compounds. They propose molecules that have never been made. That is the promise, and also the source of the central problem: many of those molecules cannot easily be made at all.

Transformer models and chemical language

The most direct way to apply large-model techniques to chemistry is to treat a molecule as a language. Chemical structures can be written as text strings, most commonly SMILES notation, and a transformer model trained on millions of these strings learns the grammar of chemically valid structures much as a language model learns the grammar of text. Once trained, it can generate new, valid molecular strings on demand.

What the chemical-language approach enables:

  • Large-scale generation. A trained model can produce enormous numbers of novel, syntactically valid molecules quickly, providing raw material for downstream filtering and prioritization.
  • Property-conditioned design. Models can be steered to generate molecules biased toward desired properties, potency against a target, solubility, or a molecular weight range, rather than sampling chemical space blindly.
  • Transfer from general chemistry to a project. A model pretrained on broad chemical data can be fine-tuned on a specific project's compounds, adapting general chemical knowledge to a particular series.
  • Integration with large language models. Newer work connects chemical generation to general-purpose large language models, allowing natural-language description of design goals, though this remains an emerging capability rather than a validated workflow.

The limitation of the pure language approach is that syntactic validity is not the same as chemical sensibility. A model can generate a string that parses as a valid molecule but describes something unstable, unmakeable or biologically implausible. This is why chemical-language generation is increasingly paired with property prediction and synthesizability filters rather than used on its own, a theme that recurs across every generative approach.

Diffusion models for 3D molecular generation

Diffusion models, the same class of generative method behind much of the recent progress in image generation, have become one of the most active areas in molecular design because they can generate three-dimensional molecular structures directly. Rather than producing a molecule as a text string and inferring its shape afterward, a structure-based diffusion model can generate a molecule directly inside a target protein's binding pocket, designing for three-dimensional fit from the start. This is a meaningful shift, because how well a molecule physically fits its target is what largely determines whether it binds.

Why 3D generation matters for drug design:

  • Design against the target's structure. Generating directly into a binding pocket means the model accounts for the three-dimensional shape and chemistry of the target, rather than proposing a molecule and checking fit as a separate step.
  • Better use of structural information. As accurate protein structures become widely available, structure-based generation can exploit them directly, connecting molecular design to the structure-prediction advances covered elsewhere in this series.
  • Novelty with geometric awareness. Diffusion models can produce genuinely novel scaffolds while respecting the geometric constraints of the binding site, in principle balancing novelty against fit.

The honest caveat is significant and well documented. A 2025 review of diffusion models in drug discovery identifies the core challenge for small molecules as bridging the gap from computational validity to practical chemical synthesizability, and detailed analyses have shown that molecules from prior diffusion models often suffer from poor drug-likeness and low synthetic feasibility, sometimes containing complex ring systems or reactive groups that make them impractical. Generating a molecule that fits a pocket on screen is not the same as generating one a chemist can make and develop, which is the subject of the diffusion-model spoke in this series.

GNNs for molecular optimization

Graph neural networks take a different and highly natural approach to molecules. A molecule is, structurally, a graph: atoms are nodes and bonds are edges. Graph neural networks operate on that representation directly, which makes them well suited not so much to generating molecules from scratch as to predicting molecular properties and guiding optimization, the iterative refinement of a promising molecule toward better potency, selectivity, and developability.

Continue reading below...
A gloved laboratory technician selects a labeled blood sample tube from a rack containing multiple color-coded collection tubes.
Technology GuidesTechnology Guide: Sample preparation for modern analytical workflows
Analytical performance begins long before a sample reaches the instrument, making sample preparation one of the most important determinants of data quality.
Read More

Where graph-based models contribute most:

  • Property prediction. Because they operate on molecular structure directly, graph neural networks are strong at predicting how structural features relate to properties, which is the information that drives optimization decisions.
  • Guiding lead optimization. In refining a lead compound, a model that accurately predicts how a structural change will affect potency and properties can narrow the make-and-test cycle that dominates medicinal chemistry, a topic developed in the lead-optimization spoke.
  • Scoring generated molecules. Graph-based property predictors are often paired with generative models, scoring and filtering generated candidates so that only the most promising advance to synthesis.
  • Structure-activity understanding. Beyond raw prediction, these models can help surface which structural features drive activity, supporting the chemist's understanding rather than only producing a number.

The pattern across transformer, diffusion and graph approaches is complementary rather than competitive: generation, three-dimensional design and property-based optimization are different jobs, and effective pipelines combine them, using each where it is strongest rather than betting on a single architecture.

De novo design to synthesizable compound

The single most important practical question in generative molecular design is synthesizability: can the molecule actually be made in a laboratory? This is where the field has concentrated much of its recent effort, because it is where generated molecules most often fail. A 2025 perspective on generative deep learning for de novo design frames the central task as navigating conflicting objectives, balancing chemical diversity, synthesizability and bioactivity at once, and notes that optimizing for one can easily undermine another.

How the field is closing the synthesizability gap:

  • Synthesis-aware generation. Rather than generating a molecule and then asking whether it can be made, newer methods build synthetic accessibility into the generation process itself, constraining the model to molecules assembled from feasible reactions and available building blocks.
  • Fragment-based approaches. Generating molecules from a curated library of chemically sensible fragments and ring systems, rather than atom by atom, reduces the tendency to produce strained or reactive structures that cannot realistically be synthesized.
  • Retrosynthesis integration. Coupling generation with retrosynthetic analysis, working backward from a target molecule to plausible synthetic routes, provides a direct check on whether a proposed molecule has a viable path to synthesis.
  • Multi-objective scoring. Explicitly scoring generated molecules against synthesizability, drug-likeness, and predicted activity together, rather than any single metric, reflects the reality that a useful candidate has to satisfy all three at once.

This is the frontier where generative design becomes genuinely useful rather than merely impressive. A model that reliably generates potent, selective, and makeable molecules is worth far more than one that generates a larger number of novel structures, most of which cannot be synthesized, and the shift toward synthesis-aware generation is the clearest sign of the field maturing.

What medicinal chemists actually think

For all the progress, the working medicinal chemist's view of generative design is measured, and that perspective is worth taking seriously because it reflects what happens when generated molecules meet the bench. The candid assessment in the research literature is that current generative techniques, including the most advanced diffusion models, still fall short in practical utility, often producing molecules that fail basic medicinal chemistry criteria or would not be chemically stable in a physiological environment, and that reliably generating molecules with high affinity, selectivity, and drug-like properties remains an unsolved problem.

The realistic view from medicinal chemistry:

  • Generative output is a starting point, not a design. The productive posture treats generated molecules as well-informed hypotheses and idea generators, valuable for surfacing scaffolds a chemist might not have considered, that still require expert evaluation and refinement.
  • Chemical intuition remains essential. Judging whether a proposed molecule is stable, makeable, and developable is exactly the expertise a model does not reliably have, which is why generative design augments the medicinal chemist rather than replacing that judgment.
  • Timeline compression is real where it works. When generative design is applied well, the speed gain is genuine. One reported GPCR-targeted molecule went from concept to clinic in about 12 months against a typical four to five years, illustrating what is possible when the approach fits the problem.
  • The best results are collaborative. The teams getting the most value pair generative tools with strong medicinal chemistry and rigorous experimental validation, rather than treating a generated structure as a finished answer.

The balanced conclusion is that generative AI has genuinely changed how early molecular design is done, expanding the range of structures a project can consider and compressing timelines when it fits the problem, while the medicinal chemist's judgment about what is makeable and developable remains indispensable. For the wider pipeline context, DDN's guide to AI across drug discovery and its ongoing reporting on how AI is transforming the field provide the surrounding view.


What This Means for Drug Design Teams

Match the model to the task rather than looking for a single best approach: chemical-language and transformer models for large-scale property-conditioned generation, diffusion models for structure-based design against a known target, and graph neural networks for property prediction and lead optimization. Treat synthesizability as a first-class objective from the start, favoring synthesis-aware and fragment-based methods over approaches that generate freely and filter later, because the gap between a valid molecule and a makeable one is where most generated candidates fail. Above all, keep medicinal chemistry judgment in the loop: the strongest results come from treating generative output as high-quality starting points for expert refinement, paired with experimental validation, not as finished designs. For the full pipeline picture, the AI in drug discovery guide maps how molecular design connects to target identification, property prediction and clinical translation.

This article was produced in accordance with Drug Discovery News’ Editorial Policies.

Frequently Asked Questions (FAQs)

  • What is generative AI in drug discovery?

    Generative AI in drug discovery refers to machine learning models that create new molecular structures rather than screening or scoring existing ones. Given a target and a set of desired properties, these models propose molecules that have never been made, optimized toward goals such as potency, selectivity, and drug-like properties. The main types are transformer-based chemical language models that treat molecules as text strings, diffusion models that generate three-dimensional structures directly in a target's binding pocket, and graph neural networks that represent molecules as graphs of atoms and bonds. The approach opens access to a far larger space of drug-like molecules than any physical compound library, though whether generated molecules are actually makeable remains the central challenge.

  • How does generative AI design drug molecules?

    Generative AI designs drug molecules by learning the patterns of chemically valid structures from large datasets, then producing new ones optimized toward defined goals. A chemical language model learns the grammar of molecular strings and generates new valid strings. A diffusion model generates a three-dimensional structure directly, often inside a target protein's binding pocket, so the molecule is designed for physical fit from the start. Graph neural networks predict how structural features relate to properties, guiding optimization. In practice, these are combined: one model generates candidates, others score them for predicted activity and synthesizability, and only the most promising advance. The critical checks are whether a generated molecule can actually be synthesized and developed.

  • What is de novo drug design?

    De novo drug design means creating entirely new molecules from scratch, rather than starting from existing compounds or screening a library. In the generative AI context, a model proposes novel structures optimized toward a target and a set of desired properties, in principle exploring regions of chemical space that traditional screening never reaches. Structure-based de novo design goes further, generating molecules directly against the three-dimensional structure of a target protein's binding site. The promise is access to novel, property-optimized molecules beyond traditional chemical libraries. The persistent difficulty is that many de novo structures, while computationally valid, fail basic medicinal chemistry criteria or cannot be readily synthesized, which is why synthesis-aware generation has become a major focus.

  • Are AI-designed drugs in clinical trials?

    Yes. A growing number of AI-designed and AI-discovered molecules have entered clinical trials, and generative approaches have contributed candidates now being tested in humans. One reported GPCR-targeted molecule went from concept to clinic in about 12 months, against a typical four to five years, and other generative-AI-derived candidates have reached Phase 1 and beyond. However, the field is still early: no novel AI-designed drug has yet reached full regulatory approval, and while early-trial safety has looked encouraging, whether these molecules ultimately prove more effective than conventionally discovered drugs remains an open question. The number of AI-designed molecules in late-stage trials is still small, so firm conclusions cannot yet be drawn.

Add Drug Discovery News as a preferred source on Google

Add Drug Discovery News as a preferred Google source to see more of our trusted coverage.

About the Author

  • Drug Discovery News Placeholder Image

    Trevor Henderson is the Creative Services Director for the Laboratory Products Group at LabX Media Group. With over two decades of experience, he specializes in scientific and technical writing, editing, and content creation. His academic background includes training in human biology, physical anthropology, and community health. Since 2013, he has been developing content to engage and inform scientists and laboratorians.

    View Full Profile

Here are some related topics that may interest you:

Related Articles

Subscribe to Newsletter

Subscribe to our eNewsletters

Stay connected with all of the latest from Drug Discovery News.

Subscribe

Sponsored

Researcher using a laptop with a digital DNA helix and molecular biology graphics overlaid, illustrating connected workflows for sequence design, data management, and therapeutic research.
To keep pace with modern drug discovery, researchers need molecular biology approaches that can support complexity without slowing down the science.
Shaping Science graphic featuring the question “How can labs become truly sustainable?” and a photo of James Connelly, Chief Executive Officer of My Green Lab.
Creating more sustainable laboratories depends on practical changes that strengthen scientific performance while reducing environmental impact.
A gloved laboratory technician selects a labeled blood sample tube from a rack containing multiple color-coded collection tubes.
Analytical performance begins long before a sample reaches the instrument, making sample preparation one of the most important determinants of data quality.