64 terms across 6 categories. Every acronym and concept used across the platform — ALCOA+, Part 11, autonomy classes, GAMP 5, CDISC, RAG, and more.
21 CFR Part 11— Title 21, Code of Federal Regulations, Part 11
Regulatory
FDA regulation governing electronic records and electronic signatures. Every regulated promotion on this platform passes through a Part 11 gate: re-authentication, stated intent, and an immutable signature row.
A human performs the task end-to-end. The agent is not involved in decision-making or execution. Default for any task whose risk profile has not been evaluated.
The agent suggests; the human decides and acts. The agent never writes to any system of record. Suitable for drafting, summarizing, or surfacing options.
The agent proposes an action and writes the proposal to staging. A signed human review (re-auth + intent + Part 11 signature row) is required before the action is promoted to live. Default class for regulated work on this platform.
The agent executes within a narrowly scoped, pre-approved policy and notifies a human after the fact. Reserved for low-risk operational tasks; never used for regulated writes.
Data must correctly represent what was observed. The platform enforces this via citation grounding on authoring agents and reviewer sign-off before promotion.
The FDA / MHRA data-integrity framework. Every regulated write on this platform carries the metadata needed to satisfy all nine pillars. See each pillar entry for what it means in practice.
The LLM provider for this platform. Sonnet 4.7 is the default; Opus 4.7 is used for high-stakes reasoning. Model IDs are pinned in packages/model-registry/.
Data must be retrievable on demand throughout the retention period. Inspection-ready exports are produced from the provenance store and signature events.
CDISC— Clinical Data Interchange Standards Consortium
Data
The standards body behind SDTM, ADaM, CDASH, and related clinical data models. Submission-ready data must follow CDISC standards for FDA and most other regulators.
All data, including repeats and reanalyses, must be retained. The platform never deletes provenance rows; corrections are recorded as new events with links to the original.
Records must follow the same sequencing and use synchronized, traceable timestamps. The platform timestamps every event in UTC (timestamptz) and orders by the database clock.
Records must be created at the time of the activity. Agent actions write provenance events synchronously; signatures capture the wall-clock signing time, not the action time.
FDA-promoted, risk-based successor to CSV. Focuses validation effort on patient safety and data integrity rather than exhaustive documentation. The validation route shows CSA-style evidence.
The ICH E3 final report of a clinical trial: design, conduct, results, discussion. Authored by medical writing; backed by the SAP, ADaM datasets, and TLFs.
The system of record for study operations: sites, visits, milestones, monitoring activity. The platform integrates with CTMS through services/integrations/ctms/.
The Part 11 act that promotes a staged record to live. Requires re-authentication, an explicit stated intent, and writes an immutable signature row referencing the action.
The system clinical sites use to enter subject-level data (eCRFs). The platform reads from and writes to EDC through services/integrations/edc/, never directly.
The regulated document repository for a clinical trial — the inspector first stop. Indexed against the DIA TMF Reference Model. Agent 04 (Essential Documents) writes proposed eTMF entries to staging.
The U.S. regulator for drugs, biologics, and devices. Issues 21 CFR Part 11, GxP guidance, and the CSA framework. Inspections are the headline risk this platform is built to survive.
GAMP 5— Good Automated Manufacturing Practice, version 5
Process
ISPE risk-based framework for validating computerized systems in regulated industries. GAMP 5 (2nd ed.) embraces critical thinking and CSA over checklist-driven CSV.
A structured report of one adverse event for one subject. Transmitted to regulators (FDA via FAERS, WHO via VigiBase) using the ICH E2B(R3) format. AI never makes the causality call.
Durable workflow / job runtime. Deferred for the demo era (per ADR 0006) in favor of Vercel Cron + Supabase pg_cron. Re-evaluate when durable multi-step workflows or fan-out retries become unavoidable.
Records must be the first capture, or a verified true copy. Staging carries the original proposal; promotion produces a true copy bound to the signature.
The Postgres extension storing embedding vectors for similarity search. Enabled on the Supabase project; powers RAG retrieval without a separate vector database.
The append-only log (provenance_event table) recording every regulated action: who, what, when, why, with which model and prompt version. Powers ALCOA+ and inspection exports.
The discipline of detecting, assessing, and preventing adverse effects of medicinal products. The platform supports PV authoring but never determines causality.
LLM pattern that retrieves relevant documents (via vector search) and grounds the model response in them. The platform knowledge-RAG agent uses pgvector for retrieval and citation grounding for trust.
ICH E6(R2/R3) framework that focuses monitoring and oversight on the highest-risk processes and data. Drives the risk register surfaced on the risks route.
Controlled document describing how a regulated activity must be performed. Every agent on this platform maps to one or more SOPs that govern its scope.
The only store agents are permitted to write to. Records sit in staging with state proposed/reviewing until a signed human promotes them to live. Enforced by packages/policy/ and the orchestrator governor.
Managed Postgres + Auth + Realtime used as the platform data spine. Project ref clkifpedvomnpgajdsid, us-east-1, pgvector enabled, RLS deny-by-default.
Scheduled-job mechanism for the demo era (ADR 0006). Vercel Cron triggers HTTP endpoints; pg_cron handles in-database periodic work. Replaces the originally planned Inngest workflows.
The standardized dictionary of medicinal product names used to code concomitant medications and prior therapies in clinical trials. Counterpart to MedDRA for drugs.