Scenario
A screening campaign returns dozens of hits against a target. Progressing all of them is impossible, and eyeballing 2-D structures misses the real binding and potency signal. The team needs a reproducible triage that ranks hits by predicted binding quality and groups them into chemically coherent series before any medicinal chemistry starts.
Worked example. A kinase program has 60 fragment hits; the goal is to pick the two or three scaffolds worth optimizing.
Agent workflow
- Read the hit list (SMILES + assay readouts).
- Docking pose screen — dock each hit, score the pose, and flag poses that make the key hinge interactions.
- SAR series analysis — cluster hits by scaffold, compute descriptors, and surface activity cliffs and the emerging SAR trend within each cluster.
- Rank series by a combined pose-quality and SAR-consistency signal.
Demo output
A ranked short-list of lead series (not just single molecules), each with a representative pose, the shared scaffold, and the within-series SAR trend. The magic moment: two scaffolds with weak individual hits reveal a strong, consistent SAR once clustered — a signal invisible in the raw hit list.
Deterministic vs LLM
- Deterministic — docking pose scores, RDKit descriptors, and the SAR clustering / activity-cliff math.
- LLM — the series-progression narrative and the recommendation of which scaffolds to advance.
Every score and cluster is a validated calculation. The agent reads and routes; the engine decides.
Limits
Screening-level prioritization, not a substitute for confirmatory assays, free-energy perturbation, or crystallography. It narrows the series; the bench confirms the lead.
Skills orchestrated by this use case
This scenario routes an AI agent through the following curated skills.
-
Docking Pose Screen
Medicinal ChemistryScreen and rank candidate ligands against a protein target by preparing structures, running molecular docking via a Paramus engine, and scoring/ranking poses with interaction analysis.When to use: a user asks “which of these compounds bind target X, and how?”.Multi-tool WORKFLOW with binding-plausibility judgment, not a single call. -
SAR Series Analysis
Medicinal ChemistryAnalyze a structure-activity relationship (SAR) series by aligning scaffolds, computing descriptors, correlating structural changes with activity, and surfacing activity cliffs and driving substituents using Paramus cheminformatics tools.When to use: a user has a series of analogs with activity data and asks “what drives potency?”.Multi-tool WORKFLOW with medicinal-chemistry judgment.
Tools it reaches for
- Docking / pose scoring
- RDKit descriptors and scaffold clustering
- SAR trend and activity-cliff detection
Browse the full deterministic layer in the tool browser.