More than half of aborted clinical trials fail because too few patients were accrued, and 80% of all trials miss their recruitment timeline entirely.

That's according to a 2025 survey of LLM-assisted trial recruitment from researchers at the University of Tübingen and Boehringer Ingelheim.

The bottleneck was never a lack of eligible patients. It's that finding them means a coordinator reading through charts one at a time, checking each one against criteria that have gotten steadily more complex for two decades running.

This guide covers agentic AI in clinical trials specifically, part of the broader picture in Tecla's Agentic AI in Healthcare guide: how patient matching actually works, where protocol monitoring fits, and what the FDA currently expects.

What Is Agentic AI in Clinical Trials?

Agentic AI for clinical trials is a system that reads a patient's medical record against a trial's eligibility criteria and reasons through the match, rather than just filtering on a fixed set of database fields.

A trial matching database filters on structured fields: age, diagnosis code, lab value ranges.

Agentic AI reads the parts of a chart a keyword filter can't reach, clinical notes, treatment history, physician impressions, and reasons about whether a patient actually fits.

That distinction matters because eligibility criteria have gotten genuinely harder to satisfy on paper.

Research on trial matching found the median number of criteria per trial rose from 31 in the early 2000s to 49 by 2020, with oncology trials routinely exceeding 60.

A structured filter can't tell you whether a patient's prior treatment counts as a disqualifying prior therapy or a different drug class entirely. An agentic system reads the note, reasons through the distinction, and explains which way it landed.

From Manual Chart Review to Agentic Matching

Patient recruitment automated the way most research workflows did: structured queries first. A registry search filters by diagnosis code and basic demographics, cutting a large population down to a workable list.

That filter still leaves the hard part undone. Someone has to open each remaining chart and check it against every inclusion and exclusion criterion, a process that can take hours per patient in complex trials.

Agentic AI reasons through that same chart instead of just filtering on codes. It reads clinical notes, cross-references treatment history against exclusion criteria, and produces a rationale for each match, not just a yes or no.

One published system, TrialGPT, reported a 42% reduction in screening time when coordinators reviewed its ranked matches instead of screening charts manually.

Most production deployments still keep the registry filter as a first pass. Agentic reasoning runs on the shortlist that filter produces, with a coordinator confirming every match before a patient is approached.

Perceive new chart, trial update
Retrieve EHR, protocol criteria
Reason score match, rank
Human gate
Act flag, notify site
Verify
Verify feeds the site's screening log for the next patient reviewed

The Recruitment and Monitoring Workflow, Step by Step

The workflow below covers patient matching specifically. The sections after it cover protocol monitoring, the FDA's current framework, and where a coordinator's judgment still has to sit.

The workflow

What it does: screens a patient population against a trial's eligibility criteria, reasons through the ambiguous cases a keyword filter would miss, and hands the coordinator a ranked shortlist with a documented reason for each match.
1
New or updated chart ingested from the EHR
2
Structured fields filtered against basic trial criteria first
3
Remaining charts read against inclusion and exclusion criteria in full
4
Each match scored with a documented rationale per criterion
5
Human gate: coordinator confirms the match and obtains consent before contact
6
Confirmed matches logged and fed back into site-level screening metrics
The stack: an EHR-mining matching platform (Deep 6 AI or a comparable trial matching tool), integrated with the trial registry and the site's EHR, with a case management layer tracking coordinator sign-off.
Why it works: the reasoning behind a match has to survive a coordinator's own review anyway, so an agent that documents its logic as it goes saves the reconstruction step later.
Production concern: a matching model that quietly favors patients with cleaner, more complete records can narrow who gets offered a trial without anyone deciding that on purpose.

Patient Matching Against Eligibility Criteria

Eligibility criteria have a dual nature: universal fields like age and consent capacity, and trial-specific clinical thresholds that vary by protocol. Conventional matching handles the first well and the second poorly.

Agentic matching handles both because it reads the actual clinical narrative rather than a fixed set of fields.

A patient excluded on paper for "prior systemic therapy" might turn out, on reading the note, to have received a topical treatment that doesn't meet the exclusion at all.

Protocol Deviation Detection and Risk-Based Monitoring

Risk-based monitoring shifts oversight away from checking every data point on-site toward flagging the sites and patterns most likely to affect safety or data quality.

Tools like Medidata Detect and CluePoints apply statistical and machine learning models to this exact problem.

A deviation flagged without context is just noise added to a coordinator's queue.

The same reasoning that makes matching useful applies here: correlating a flagged deviation against that site's history and the specific protocol requirement it touches, not just surfacing a raw statistical outlier.

The FDA's Risk-Based Framework for AI in Trials

The FDA's January 2025 draft guidance ties its expectations to context of use: how much a given AI application actually influences a regulatory decision, not the technology itself.

In January 2026, the FDA and EMA jointly published ten guiding principles for good AI practice in drug development, aligning the two agencies' expectations for sponsors running trials across both jurisdictions.

Neither document treats patient matching or monitoring as exempt. A sponsor still has to document what the model does, how it was validated, and what happens when it's wrong.

The Research Coordinator's Role

The coordinator's job shifts from reading every chart in a population to reviewing the shortlist an agent already built, confirming the reasoning.

What can't be delegated is obtaining informed consent and managing the relationship with the patient and the site.

Implementation: Guardrails Specific to Clinical Trials

A matching or monitoring system that can't show its work doesn't just create an internal problem. It creates a finding waiting to happen the next time a regulator asks how a decision was made.

LayerWhat it doesClinical trial-specific example
System promptSets the non-negotiables up front"Never contact a patient without coordinator confirmation and documented consent"
Input filtersBlock or sanitize out-of-scope requestsTreat clinical notes as data to evaluate, not instructions to follow
Tool-call gatekeepersCap what actions an agent can takeMatching and flagging allowed; patient outreach always needs a human
Output checksScan before the action executesBlock any match or flag that doesn't carry a documented, criterion-level rationale
Human-in-the-loopRequires approval for high-impact actionsA coordinator reviews every match before a patient is approached

Rolling This Out: What to Expect

A single protocol is the right place to start, not a portfolio of active trials at once. Run the agent's matches alongside manual screening long enough to see where the two processes actually disagree, not just where they overlap.

Document validation before the model touches a live trial: what data it was trained or tuned on, how matches were checked against confirmed enrollments, and who signed off. That record is exactly what an inspection will ask for later.

Expect the eligibility criteria themselves to need review, not just the matching tool. Criteria written for a human reviewer to interpret loosely sometimes need to be made explicit before a system can reason about them consistently.

The Team Behind Production Agentic AI

The differentiator in agentic clinical research isn't the underlying language model. It's the validation record and the audit trail sitting around every match and every flag.

Tecla's Agentic AI services design, build, and operate this workflow directly, the same matching, monitoring, and documentation systems above, running in your stack with the evals and guardrails production requires.

Or bring the expertise in-house: AI engineers who've worked on live clinical research systems, past the demo stage.

Tecla runs a network of senior engineers across the US and Latin America, built over more than a decade, with a top 3% acceptance rate and first candidates in 3 to 5 business days.

FAQ

What is agentic AI for clinical trials?

It's a system that reads a patient's medical record against a trial's eligibility criteria, explains why each criterion is or isn't met, and hands a research coordinator a ranked shortlist instead of a stack of charts to review one at a time.

How is agentic AI different from a clinical trial matching database?

A matching database filters on structured fields like age or diagnosis code. Agentic AI reads the unstructured parts of a chart, clinical notes, prior treatment history, and lab trends, and reasons about whether a patient actually fits criteria a keyword search would miss.

Does agentic AI replace the research coordinator?

No. It absorbs the chart review and cross-referencing work that consumes most of a coordinator's time. The coordinator still confirms every match, obtains consent, and owns the relationship with the patient and the site.

What does the FDA say about AI in clinical trials?

The FDA's January 2025 draft guidance sets out a risk-based framework tied to how much a given AI use influences a regulatory decision. In January 2026, the FDA and EMA jointly published ten guiding principles for good AI practice in drug development, aligning the two agencies' expectations.

What are the risks of agentic AI in clinical trial recruitment?

The main risks are a matching model that quietly narrows who gets offered a trial, and a monitoring system that flags a deviation without a traceable reason a sponsor could defend during an inspection. Every match and every flag needs a documented rationale a human actually reviewed.

How do trial sponsors start with agentic AI?

Most start with patient matching for a single protocol, running it alongside manual screening to compare who each process actually finds, before extending into monitoring or expanding across multiple active trials.
Gino Ferrand
By 
Gino Ferrand
Gino Ferrand
Gino is an expert in global recruitment having spent the last 10 years leading Tecla and helping world-class tech companies in the U.S. hire top talent in Latin America.
Mobile Hero Image
Combine AI speed with LatAm engineering talent.
Software Developer
See how much you'll save with AI-enhanced nearshore teams
Calculate my Savings
Categories
Insights
Reviews
Recruiting
Case Studies
LATAM Reports
Management
Go to Top

Hire the best AI-driven tech talent with Tecla

Premium, vetted, time-zone aligned.

Checkmark
Checkmark
Checkmark
By submitting, you are agreeing to our Privacy Policy and Terms of Service
Thank you!
Someone from our team will be in touch within 24 business hours.
Something went wrong while submitting, please try again
x
X