โ
Chemical validity Is this even a real molecule?
Before any score means anything, the structure has to be chemically possible. This is the first thing checked and the cheapest to check.
- Does the SMILES string parse?
- Are the bonds possible?
- Are the atom valences correct?
- Is the molecule a duplicate?
- Is stereochemistry defined?
- Is the charge reasonable?
๐ฆ Hard gate. An invalid molecule is rejected immediately, no matter how attractive its other numbers look.
๐งฒ Binding affinity How strongly does it stick to the target?
Affinity is reported as Kd, Ki, or IC50 โ or their log forms pKd, pKi, pIC50. A lower Kd usually means stronger binding, and because pKd = โlog10(Kd), a higher pKd means stronger binding.
pKd 6 โ weaker predicted bindingpKd 9 โ stronger predicted binding
Kd, Ki, and IC50 are not interchangeable โ a model must state which value it predicts. Three related but separate ideas sit next to affinity: docking (how the molecule physically fits the 3D binding site), potency (how much is needed to produce an effect), and efficacy (how large an effect it can produce). A molecule can bind tightly and still produce only a small biological effect.
โ ๏ธ A docking score is not a measured binding affinity, and binding is one score โ never the verdict.
๐ฏ Selectivity Does it hit only the target it is meant to?
A molecule that also binds many unrelated proteins produces off-target interactions, and those are a common source of side effects.
๐ฏ The goal is not maximum binding. It is strong, useful binding to the correct target, with limited harmful binding everywhere else.
โ๏ธ Drug-likeness Does it resemble medicines that have worked before?
QED (Quantitative Estimate of Drug-likeness) gives a score between 0 and 1, combining molecular size, lipophilicity, polarity, flexibility, hydrogen bonding, and structural complexity.
Lipinskiโs Rule of Five examines oral candidates using molecular weight, lipophilicity, hydrogen-bond donors, and hydrogen-bond acceptors.
๐ These are guidelines, not laws โ some successful drugs break them. A high QED only suggests the molecule looks conventional; it never proves it is effective or safe.
๐ง ADME What does the body do to the drug?
A โ AbsorptionCan it reach the bloodstream? Solubility, intestinal absorption, membrane permeability, oral bioavailability.
D โ DistributionWhere does it travel? Plasma-protein binding, tissue distribution, volume of distribution, bloodโbrain barrier.
M โ MetabolismHow does the body break it down? Mostly the liver โ CYP3A4, CYP2D6, CYP2C9, CYP2C19, CYP1A2.
E โ ExcretionHow does it leave? Kidney and liver clearance, half-life.
Add toxicity and the term becomes ADMET. Context decides what counts as good: crossing the bloodโbrain barrier is desirable for a brain drug and a liability for one meant to stay out of the brain. A short half-life may force frequent doses; a very long one may cause accumulation.
๐ง A molecule cannot work if it never arrives in a useful amount โ or if it is destroyed before it gets there.
๐ก๏ธ Toxicity Could it harm the patient?
Toxicity is not one property. Predictions are made separately for many kinds of harm:
- Hepatotoxicity โ liver damage
- Nephrotoxicity โ kidney damage
- Cardiotoxicity โ heart damage
- Neurotoxicity โ nervous-system damage
- Genotoxicity / mutagenicity โ damage to genetic material
- Carcinogenicity โ possible contribution to cancer
- Immunotoxicity โ harm to the immune system
- Reproductive toxicity โ harm to fertility or development
hERG risk: the hERG ion channel helps control the heartโs electrical rhythm, and blocking it can cause dangerous rhythm problems.
๐ฆ Hard gate. A candidate with high predicted hERG risk may be rejected even when it binds beautifully to the intended target.
๐ญ Synthesis Can chemists actually make it โ and make a lot of it?
Synthetic accessibility asks whether the molecule can realistically be produced at all, weighing complexity, number of rings, unusual structures, stereochemistry, available starting materials, and known reactions.
Retrosynthesis plans backwards from the target molecule to simpler starting materials, intermediates, reagents, and reaction steps. A route needing four reliable steps is far more practical than one needing twenty difficult ones.
Manufacturability goes further: can it be made reliably, repeatedly, at large scale, at acceptable cost and purity, without extreme hazards? Yield, raw-material availability, purification, batch consistency, and environmental impact all count.
๐ญ Making one milligram in a laboratory is a very different problem from manufacturing kilograms for patients.
๐ Developability Can it become a medicine someone can actually take?
Chemical stability, shelf life, formulation, dose size, route of administration, crystal formation, solubility at useful concentrations, and storage requirements all decide whether a promising compound survives into a real product.
Therapeutic window: the range between a dose that produces a useful effect and a dose that causes unacceptable toxicity.
๐ A wider therapeutic window is usually safer โ there is more room between helping and harming.
๐ฑ Novelty & diversity Is it actually new?
AI models happily generate the same idea over and over, so candidates are checked for similarity to the reference molecule, similarity to known compounds, scaffold novelty, diversity across the candidate set, and outright duplicates.
๐ฑ A new SMILES string is not necessarily a new molecule โ and chemical novelty does not automatically mean the molecule can be patented.