Contents
There is a particular kind of failure that clinical research teams encounter when they deploy general-purpose AI in regulated workflows: the output looks credible, reads fluently, and contains errors they cannot easily catch without subject-matter expertise. A protocol section uses ICH terminology that has since been superseded. An eligibility criterion lifted from a prior study no longer matches the updated inclusion logic. A regulatory cross-reference cites a guidance document by a subtly incorrect title. None of these mistakes look like mistakes on first read, and that is precisely the problem.
This is not a failure of AI broadly. It is a failure of the deployment model. Prompt engineering (the practice of iteratively refining instructions to coax a general-purpose large language model toward a desired output) was developed primarily for tasks where output quality can be evaluated at a glance and errors carry low stakes. Clinical research is neither of those things. The gap between what prompt engineering can reliably deliver and what regulatory-grade clinical documentation actually requires is not a matter of better prompts. It is a matter of architecture.
Why Clinical Research Demands More Than a Well-Crafted Prompt
Regulatory submissions are not documents that benefit from improvisation. Every section of a clinical trial protocol, investigator's brochure, or informed consent form must be internally consistent, consistent with every other document in the regulatory package, and demonstrably traceable to the source data, guidance, or analytical rationale that supports each claim. ICH E6(R3), adopted at Step 4 on January 6, 2025, came into effect in the EU on July 23, 2025, and was published by the FDA as a final guidance in September 2025 [1]. The guidance introduced a dedicated data governance section that explicitly addresses audit trails, data integrity, and traceability across electronic systems [1]. The FDA's published version carries the standard non-binding advisory status of agency guidance documents [1], yet it reflects the regulatory community's clear direction: clinical AI is increasingly expected to operate within traceable, verifiable information systems.
The FDA issued its draft guidance on AI in drug and biological product development in January 2025, introducing a risk-based credibility assessment framework [2]. That framework advises sponsors to document how an AI model was trained, what performance metrics were used, what calibration and quality control procedures are in place, and what limitations the model carries [2]. The guidance applies to AI that impacts patient safety, drug quality, or the reliability of clinical study results. A prompt-engineered LLM workflow, with no fixed training corpus for clinical contexts, no defined context of use, and no systematic validation against regulatory benchmarks, is poorly positioned to provide that documentation. The European Medicines Agency reached the same position in its September 2024 Reflection Paper on AI in the medicinal product lifecycle, emphasizing transparency, validation against specific contexts of use, and human oversight [3]. On January 14, 2026, the FDA and EMA jointly published ten guiding principles for Good AI Practice in Drug Development, anchoring every principle to concepts including clear context of use, data governance, and risk-based performance assessment [4]. Across FDA, EMA, and ICH-aligned guidance published over two years, the direction is consistent: ad hoc AI approaches face material challenges in meeting that standard.
The Performance Paradox at the Center of Prompt Engineering
Researchers studying AI in medical and regulatory settings have identified what one 2025 narrative review, published in Frontiers in Artificial Intelligence, described as a "performance paradox" [5]. General-purpose LLMs sometimes surpass human experts in tightly controlled benchmark conditions, yet consistently underperform in broader real-world assessments. The review, which analyzed published literature from 2018 through August 2025, identified prompt quality as a critical and under-recognized variable driving that inconsistency [5]. The structural problem for clinical operations is direct: if the reliability of the AI output depends on the skill of the person constructing the prompt, then the system's performance is not a fixed property; it varies by user, session, and wording choice.
In regulated environments, this variability is not tolerable. A credibility assessment report submitted to the FDA cannot rest on the claim that the AI performs well when prompted by an expert. The FDA's framework advises sponsors to document reproducible processes, not expert-dependent configurations [2]. A 2025 peer-reviewed study in BMC Medical Informatics and Decision Making tested multiple prompt engineering strategies across general-purpose LLMs in clinical settings and found that even optimized prompting approaches achieved inadequate performance on clinical communication metrics, with residual bias patterns persisting at 11.7% under safety-first conditions [6]. The authors concluded that current prompt engineering methods provide only marginal improvements, insufficient for reliable clinical deployment [6]. That is not a verdict about bad prompts. It is a finding about the fundamental architecture of general-purpose models.
The same review flagged "prompting bias," the phenomenon where the framing of a prompt systematically skews AI outputs in ways that can invalidate comparisons across document versions or study periods [5]. For a sponsor maintaining version-controlled regulatory documents over a multi-year trial lifecycle, this is a concrete problem: two similar prompts issued by two different team members can produce outputs with substantively different clinical claims, and neither the system nor the team will detect the divergence without expert review of every output.
What Hallucination Looks Like in a Regulatory Context
Hallucination in general-purpose LLMs is well-documented. What is discussed less often is how it presents specifically in clinical trial documentation, where factual errors take forms that domain generalists cannot detect.
A 2025 preprint study on medRxiv, which used physician-led qualitative analysis alongside quantitative benchmarks, found that even LLMs developed explicitly for medical purposes remain vulnerable to domain-specific hallucinations, and that these errors arise primarily from reasoning failures rather than knowledge gaps [7]. That distinction matters. A knowledge gap can potentially be addressed by grounding the model against a verified clinical corpus. A reasoning failure runs deeper: the model's internal logic does not reliably track the relationships between concepts the way clinical reasoning requires.
In protocol development, this plays out with specificity. A hallucinating model might cite a version of an ICH guidance that has since been superseded, assign a MedDRA preferred term to an adverse event that falls outside the controlled terminology for that event class, or generate eligibility criteria that internally conflict with the primary endpoint definition because the model has no understanding of how those document sections constrain each other. A human reviewer catching these errors must possess exactly the regulatory expertise that the AI was supposed to support. The error-checking burden does not disappear; it relocates.
A 2025 preprint survey of retrieval-augmented generation in biomedical settings identified integration of structured knowledge graphs and domain ontologies as a recurring architectural approach associated with improvements in reasoning quality and output explainability [8]. This points toward what structured architecture can accomplish that prompting alone cannot: grounded inference, where each generated claim traces to a specific, verifiable source rather than to a probabilistic pattern from pretraining.
Structured Clinical Intelligence vs. Prompt Engineering: A Direct Comparison
The practical difference between these two approaches is not subtle. The table below summarizes the architectural and compliance-relevant distinctions:
| Dimension | Prompt-Engineered LLM | Structured Clinical Intelligence |
|---|---|---|
| Knowledge source | General pretraining corpus | Domain-specific regulatory and terminological knowledge bases (ICH, MedDRA, CDISC) |
| Output traceability | None by default | Each claim linked to retrievable source documents |
| Cross-document consistency | Not enforced | Enforced across protocol, ICF, IB, DSUR |
| Reproducibility | Varies by prompt author and phrasing | Defined and documentable context of use |
| Audit trail | Absent | System-level record of inputs, outputs, and derivations |
| FDA credibility framework fit | Difficult to validate for a specific clinical COU without significant additional infrastructure | Designed for context-of-use validation |
| Controlled terminology compliance | Probabilistic | Constrained by CDISC, MedDRA, ICH terminology sets |
This is not a comparison of sophistication levels. A skilled researcher can produce a well-structured prompt; none of those skills produce the system-level properties in the right column. Those require deliberate architectural choices made before the first document is generated.
What Structured Clinical Intelligence Actually Means
Structured clinical intelligence is not a rebranded version of a better prompt. It refers to AI systems designed to operate within the constraints of clinical research rather than against them, with four defining architectural properties.
Domain-grounded knowledge: structured systems retrieve from and generate within verified repositories of regulatory guidance, controlled terminology (CDISC, MedDRA, WHO-DD), ICH frameworks, and protocol reference libraries. The foundation is not a statistical model of general text; it is a curated, version-controlled knowledge base specific to the clinical research domain. Provenance preservation: a 2026 study in CPT: Pharmacometrics and Systems Pharmacology evaluated retrieval-augmented generation specifically for assessing regulatory compliance of drug information and clinical trial protocols, and found that RAG-based systems allow the provenance of outputs to be traced to corresponding source documents [9]. That traceability is a property the FDA's credibility framework asks sponsors to be able to demonstrate. Traceability does not, by itself, guarantee output correctness or regulatory compliance; structured clinical intelligence systems require ongoing human expert review and validation alongside provenance preservation. Cross-document consistency enforcement: structured systems apply shared logic across the full regulatory document set (protocol, ICF, investigator's brochure, DSUR) rather than generating each document independently and relying on post-hoc review to catch alignment failures. Constrained generation schemas: outputs are structured within defined regulatory document templates, reducing the degrees of freedom within which errors can occur.
Why Clinical Data Standards Reinforce the Structured Approach
CDISC standards exist for reasons that map directly to this argument. Clinical trial data submitted to the FDA must conform to CDISC requirements, including SDTM for study data tabulation and ADaM for analysis datasets [14],[15]. The underlying logic is that structured, machine-readable, terminology-controlled data reduces errors during regulatory review and makes submissions traceable across the full data lifecycle.
CDISC's 360i initiative reflects the same recognition at the protocol level. By introducing the Unified Study Definitions Model and reusable Biomedical Concepts, CDISC 360i aims to digitize clinical trial protocols and align metadata consistently from design through submission [11]. A 2025 collaboration between Lindus Health and CDISC described an AI-assisted Biomedical Concept initiative aimed at producing standardized, terminological representations using LLMs operating within the CDISC framework [10]. The LLM in that use case is not the intelligence system; the CDISC structure is.
General-purpose prompt engineering moves in the opposite direction. It starts with unstructured input and attempts to produce structured output through natural language instruction. In a CDISC-governed environment, this creates a systematic exposure: every generation step is an opportunity to deviate from controlled terminology, introduce inconsistency between datasets and documents, or produce output that fails SDTM or ADaM validation checks when submitted. Structured clinical intelligence reduces that exposure by encoding constraints before generation begins.
The Downstream Cost of Getting This Wrong
The protocol amendment problem in clinical trials is well-characterized and directly relevant to AI deployment choices. A Tufts CSDD study covering 950 protocols and 2,188 amendments, published in Therapeutic Innovation and Regulatory Science in 2024, found that the prevalence of protocols with at least one amendment has increased from 57% to 76% since 2015, and that the mean number of amendments per protocol has risen 60% to 3.3 [12]. The median direct cost of implementing a substantial protocol amendment is $141,000 for Phase II trials and $535,000 for Phase III trials [13].
The timeline consequences are equally concrete. The Getz et al. 2024 Tufts CSDD study found that the average time from identifying the need-to-amend to last ethics committee approval is 260 days, with sites operating under different protocol versions for an average of 215 days during that implementation window [12]. Earlier Tufts CSDD benchmarking found that roughly 23% of substantial amendments were completely avoidable and 22% were somewhat avoidable, driven by protocol design flaws, narrative errors, and infeasible eligibility criteria [13]. By the most recent 2022 data, that avoidable proportion had declined as amendment causes shifted more toward regulatory agency requests and evolving study strategy [12], but the operational implication remains unchanged: every protocol error that structured logic could have caught at document generation time is a potential amendment, and every amendment carries a six-figure direct cost plus a months-long approval cycle.
A prompt-engineered document workflow does not systematically verify that an eligibility criterion in Section 5 of the protocol is reflected consistently in the statistical analysis plan, or that the adverse event reporting timeline in the protocol matches the language in the ICF. Structured systems can check these constraints at generation time. For a detailed analysis of how a single protocol change cascades across the full regulatory document set, see Kitsa's examination of protocol amendments and downstream document cascades. The cost differential between the two approaches is not hypothetical; it is embedded in the amendment statistics.
Regulatory and Documentation Considerations
The convergence of three major regulatory actions in 2024 and 2025 has effectively defined the floor for AI deployment in clinical research. For a deeper look at how these frameworks interact with specific document generation workflows, Kitsa's analysis of protocol amendments and downstream document cascades covers how regulatory feedback on one document propagates through an entire submission package.
ICH E6(R3), finalized at Step 4 on January 6, 2025, came into effect in the EU on July 23, 2025, and was published by FDA in September 2025 as a non-binding guidance document that reflects the agency's current expectations [1]. The guidance introduced a data governance section requiring sponsors to maintain audit trails, establish data integrity controls, and implement traceability across electronic systems. It explicitly treats data governance as a shared domain of sponsor and investigator [1].
The FDA's January 2025 draft guidance on AI in drug and biologic development proposed a credibility assessment framework through which sponsors would document the AI model's training approach, context of use, performance metrics, and limitations, and produce a credibility assessment report establishing the model's fitness for a specific application [2]. The guidance is advisory, not legally binding, but it signals the regulatory expectations sponsors will need to meet as AI moves more deeply into submission-relevant workflows [2].
The EMA's September 2024 Reflection Paper and the joint FDA-EMA principles published January 14, 2026, share a central premise: AI credibility is context-specific, not general [3],[4]. A model that performs adequately on a broad medical knowledge benchmark does not automatically qualify as credible for evaluating protocol eligibility criteria, generating DSUR narratives, or maintaining controlled-terminology alignment across an investigator's brochure. Structured clinical intelligence, by design, targets a defined context of use from the start, which is the mechanism through which regulatory defensibility becomes achievable.
Auditability as a Design Requirement, Not a Retrofit
Sponsors sometimes treat auditability as a quality-of-life feature: useful for internal review, helpful during inspections, but not essential to day-to-day generation workflows. The record from 2024 through 2025 argues otherwise.
ICH E6(R3) specifies that audit trails in computerized systems should be secure, computer-generated, and time-stamped, capturing who made each data entry or change, when, and why [1]. A document produced through a prompt-engineered workflow, where the generative logic is opaque, outputs are not linked to source documents, and no system-level record tracks the derivation of each claim, does not satisfy these expectations.
The FDA's draft guidance reinforces this at the submission level: sponsors using AI to generate data or information intended to support regulatory decisions would document the model's development process in a manner reviewable at inspection [2]. An LLM accessed via API with variable prompts across sessions does not have a documentable context of use in the sense the guidance envisions.
Structured clinical intelligence addresses this by design. It operates within a defined and documentable context, retrieves from known sources, generates within defined schemas, and maintains version-controlled records of what was produced from what inputs. These are not supplementary features; they are the properties that distinguish clinical AI systems capable of regulatory use from those that are not.
How Kitsa Fits Into This Problem
Kitsa builds clinical research infrastructure specifically for regulated workflows, not general-purpose AI retrofitted for them. KScribe, Kitsa's regulatory document generation platform, is designed to support the data governance principles articulated in ICH E6(R3): generation within defined clinical schemas, against curated knowledge sources, with structured cross-document alignment across protocols, ICFs, investigator's brochures, DSURs, and clinical study reports. Rather than asking a general-purpose model to produce a regulatory document from an open-ended prompt, KScribe constrains generation within regulatory document architectures and links outputs to retrievable source material: the foundational properties that the FDA's emerging credibility framework expects sponsors to be able to describe and document. More information is available at kitsa.ai/regulatory-document-generation.
Evaluating Clinical AI Systems: A Practical Checklist
Before deploying any AI system in a regulated clinical documentation workflow, the following questions help distinguish structured clinical intelligence from general-purpose LLM tools:
- •Is the system's knowledge base restricted to verified regulatory and clinical sources (ICH, FDA, CDISC, MedDRA), or does it draw from a general pretraining corpus?
- •Can the system retrieve and cite source documents for each generated claim?
- •Does the system enforce cross-document consistency across the protocol, ICF, IB, DSUR, and SAP, or does it generate each document independently?
- •Are outputs constrained by defined regulatory document schemas, or are they open-ended text completions?
- •Does the system maintain a system-level audit trail recording what was generated, from what inputs, and under what conditions?
- •Can a reviewer trace any generated claim back to its source document?
- •Has the system been validated for a defined clinical context of use?
- •Can the vendor provide documentation that would support an FDA credibility assessment report?
- •Is there a process for ongoing performance monitoring and human expert review?
Systems that cannot answer yes to the audit trail and source-traceability questions are not well positioned for use in ICH E6(R3) governed workflows or AI that touches regulatory submissions. Vendor demonstrations alone are not sufficient; ask for validation documentation that defines the system's context of use, training approach, and performance metrics in terms compatible with the FDA's credibility assessment framework.
Key Takeaways
- •General-purpose LLMs deployed via prompt engineering produce variable outputs that depend on prompt quality rather than fixed system properties: a structural incompatibility with the reproducibility expectations of GCP-governed clinical research.
- •Research published in 2025 found that even optimized prompt engineering approaches achieve inadequate performance in clinical settings, with residual bias patterns persisting at 11.7% under safety-first conditions, and concluded that current methods are insufficient for reliable clinical deployment [6].
- •ICH E6(R3), adopted January 2025 and published by FDA in September 2025, introduces data governance requirements including audit trails, traceability, and data integrity controls across electronic clinical systems [1].
- •The FDA's January 2025 draft guidance recommends a risk-based credibility assessment framework for AI supporting regulatory decision-making, covering training approach, context of use, performance metrics, and limitations [2].
- •RAG-based systems grounded in domain-specific regulatory knowledge bases improve output provenance in clinical document generation: a 2026 peer-reviewed study found that RAG outputs in regulatory compliance assessment can be traced directly to source documents [9].
- •The prevalence of protocol amendments has risen from 57% to 76% of all Phase I-IV protocols since 2015, with Phase II amendments costing a median of $141,000 and Phase III amendments costing a median of $535,000 each, with the amendment implementation process averaging 260 days from need-to-amend to last ethics committee approval [12],[13].
- •Structured clinical intelligence, defined by domain ontology grounding, cross-document consistency enforcement, constrained generation schemas, and verifiable output provenance, provides the architectural properties that distinguish regulatory-grade AI from general-purpose automation.
Prompt engineering can improve an output, but it cannot create traceability, auditability, or cross-document consistency by itself. KScribe is built for regulated clinical documentation workflows, with structured generation across protocols, ICFs, Investigator's Brochures, DSURs, and CSRs.
Explore KScribeFrequently Asked Questions
What is the difference between prompt engineering and structured clinical intelligence?
Why do LLMs hallucinate more in clinical and regulatory contexts?
Does the FDA now require AI validation for clinical research applications?
Can prompt engineering be improved to meet clinical research standards?
What regulatory documents govern AI use in clinical trials right now?
How does cross-document inconsistency in clinical research lead to protocol amendments?
References
- [1] U.S. Food and Drug Administration. "E6(R3) Good Clinical Practice: Guidance for Industry." September 2025. ICH Step 4 adoption: January 6, 2025. Docket: FDA-2023-D-1955. https://www.fda.gov/regulatory-information/search-fda-guidance-documents/e6r3-good-clinical-practice-gcp
- [2] U.S. Food and Drug Administration. "Considerations for the Use of Artificial Intelligence to Support Regulatory Decision-Making for Drug and Biological Products." Draft Guidance, January 7, 2025. Docket: FDA-2024-D-4689. https://www.fda.gov/regulatory-information/search-fda-guidance-documents/considerations-use-artificial-intelligence-support-regulatory-decision-making-drug-and-biological
- [3] European Medicines Agency. "Reflection Paper on the Use of Artificial Intelligence in the Medicinal Product Lifecycle." September 2024. https://www.ema.europa.eu/en/documents/scientific-guideline/reflection-paper-use-artificial-intelligence-ai-medicinal-product-lifecycle_en.pdf
- [4] U.S. Food and Drug Administration and European Medicines Agency. "Guiding Principles of Good AI Practice in Drug Development." January 14, 2026. https://www.fda.gov/about-fda/artificial-intelligence-drug-development/guiding-principles-good-ai-practice-drug-development
- [5] Berghea F, Berghea EC, Daia CO, et al. "In the Search for the Perfect Prompt in Medical AI Queries." Frontiers in Artificial Intelligence, Vol. 8, 2025. DOI: 10.3389/frai.2025.1689178. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12665726/
- [6] Esmaeilzadeh P. "Ethical Implications of Using General-Purpose LLMs in Clinical Settings: A Comparative Analysis of Prompt Engineering Strategies and Their Impact on Patient Safety." BMC Medical Informatics and Decision Making, 2025. DOI: 10.1186/s12911-025-03182-6. https://bmcmedinformdecismak.biomedcentral.com/articles/10.1186/s12911-025-03182-6
- [7] Umapathi N et al. "Medical Hallucination in Foundation Models and Their Impact on Healthcare." medRxiv preprint, 2025. https://www.medrxiv.org/content/10.1101/2025.02.28.25323115 (Preprint; not peer-reviewed)
- [8] He J, Zhang B, Rouhizadeh H, et al. "Retrieval-Augmented Generation in Biomedicine: A Survey of Technologies, Datasets, and Clinical Applications." arXiv preprint, May 2025. https://arxiv.org/abs/2505.01146 (Preprint; not peer-reviewed)
- [9] Waikar S, Bhat AG, Ramanathan M. "Retrieval Augmented Generation (RAG) for Evaluating Regulatory Compliance of Drug Information and Clinical Trial Protocols." CPT: Pharmacometrics and Systems Pharmacology, February 2026. DOI: 10.1002/psp4.70201. https://pubmed.ncbi.nlm.nih.gov/41709726/
- [10] Lindus Health and CDISC. "Lindus Health and CDISC Collaborate on Innovative AI Initiative to Standardize Clinical Trial Data for Accelerated Research." Press Release, February 13, 2025. https://www.lindushealth.com/news/lindus-health-and-cdisc-collaborate-on-innovative-ai-initiative-to-standardize-clinical-trial-data-for-accelerated-research
- [11] CDISC. "CDISC 360i." CDISC.org, 2024-2025. https://www.cdisc.org/cdisc-360
- [12] Getz K, Smith Z, Botto E, Murphy E, Dauchy A. "New Benchmarks on Protocol Amendment Practices, Trends and Their Impact on Clinical Trial Performance." Therapeutic Innovation and Regulatory Science, 2024;58(3):539-548. DOI: 10.1007/s43441-024-00622-9. https://pubmed.ncbi.nlm.nih.gov/38438658/
- [13] Getz KA, Stergiopoulos S, Short M, et al. "The Impact of Protocol Amendments on Clinical Trial Performance and Cost." Therapeutic Innovation and Regulatory Science, 2016;50(4):436-441. DOI: 10.1177/2168479016632271. https://pubmed.ncbi.nlm.nih.gov/30227022/
- [14] U.S. Food and Drug Administration. "Study Data Submission in CDER and CBER." FDA.gov. https://www.fda.gov/industry/study-data-standards-resources/study-data-submission-cder-and-cber
- [15] CDISC. "Study Data Tabulation Model (SDTM)." CDISC.org. https://www.cdisc.org/standards/foundational/sdtm
