OBSEVIABack to blog

28 July 2026

Part 11 Audit Trails for Regulatory AI Agents

Design a 21 CFR Part 11 AI audit trail for regulatory intelligence agents: source identity, proposals, and human dispositions.

Regulatory Intelligence

When regulatory intelligence agents create or influence electronic records used in FDA-regulated activities, teams ask a precise question: what does a trustworthy 21 CFR Part 11 AI audit trail look like? Part 11 expectations around audit trails, validation, access controls, and record retention were written for electronic records and signatures—not for modern agents. The principles still apply: who did what, when, and what was the record before and after.

This article focuses on practical audit-trail design for agents that monitor guidance and recommend document impact—especially where dispositions feed QMS decisions. FDA’s guidance on Part 11 electronic records and signatures—scope and application remains a useful reference when scoping controls.

When does Part 11 thinking apply to regulatory agents?

Not every AI feature in a company is a Part 11 system. Applicability depends on whether the system holds electronic records you rely on for GxP decisions or creates records that become part of the quality system history.

Examples that usually warrant Part 11-oriented controls:

  • Stored alert dispositions used as evidence of regulatory monitoring during inspections.
  • Electronic approvals that close impact assessments.
  • Links from agent outputs into controlled change-request records.
  • Any e-signature applied to agent-mediated decisions.

Examples that may be lower criticality if carefully scoped:

  • Uncontrolled personal note-taking about public guidance.
  • Read-only dashboards with no retained decision history used for GxP.

Involve validation and compliance owners early. Do not let a pilot quietly become the system of record for monitoring evidence.

What must the audit trail capture for AI agents?

Human-action audit trails are necessary but not sufficient. For agents, capture:

  • Input identity — which agency document, version/hash, URL, and retrieval time.
  • Processing identity — model or ruleset version, prompt/policy version if applicable, configuration that affected ranking.
  • Outputs — summaries, suggested SOP matches, scores, and explanations as stored at decision time.
  • Human actions — views, edits to rationale, disposition changes, overrides of suggestions.
  • Timestamps and user identity — for human events; service identity for autonomous runs.
  • Before/after values — especially when dispositions or mappings change.

Inspectors and internal auditors should be able to reconstruct why an alert was closed as not applicable and whether a human confirmed that decision.

Human-in-the-loop as a control, not a slogan

For regulatory intelligence, the recommended pattern is:

  1. Agent proposes detection and mapping.
  2. Qualified human reviews primary source as needed.
  3. Human records disposition with rationale.
  4. Only then does the QMS create controlled changes.

The audit trail should make that sequence visible. If humans can rubber-stamp without seeing suggestions or sources, the control is weak. If agents can silently alter dispositions, the control is broken.

When you evaluate a regulatory intelligence agent for your QMS, treat auditability as a hard gate—not a roadmap item. For the monitoring concept these trails support, see what a regulatory intelligence agent is.

Validation and change control for the agent itself

Treat meaningful changes to the agent as system changes:

  • New model versions that alter summaries or mapping.
  • Changes to source connectors and parsing logic.
  • Taxonomy and routing rule updates.
  • Prompt or policy updates that change recommendations.

Define what requires re-verification. Keep a configuration history tied to audit events so you can explain behavior at a past date. Regulatory intelligence agents that monitor FDA/EMA/ECHA and map changes to company docs should version both the monitoring logic and the document index state used for mapping.

Operational pitfalls to avoid

  • Logging only “alert created” without content hashes.
  • Overwriting summaries in place so historical decisions lose their original basis.
  • Shared generic service accounts for human dispositions.
  • Retaining logs too briefly to cover inspection lookbacks.
  • Exporting PDF screenshots as the only audit evidence without queryable trails.

Also separate security logs (login failures) from GxP audit trails (record changes), while ensuring both exist.

Inspection narrative: explain the agent in one minute

Prepare a plain explanation: the agent detects publications, proposes related controlled documents, and qualified personnel record dispositions; change control remains the path for revising procedures. Be ready to show a sample alert end-to-end—source, suggestion, human decision, and any resulting change request. If you cannot reconstruct that chain, the audit trail design is incomplete regardless of how many log lines you store.

Train backup reviewers the same way. An audit trail that only one power user understands is a single point of failure during inspections.

FAQ

Do we need electronic signatures on every alert disposition?

Follow your procedural requirements and risk assessment. Many teams require documented user identity and attributable timestamps for dispositions used as monitoring evidence; e-signatures may be reserved for change-control approvals. Align with your Part 11 procedures.

Can we use a SaaS agent and still meet audit-trail expectations?

Possibly, if the vendor provides attributable, time-stamped, immutable-enough trails, exportable records, access controls, and supports your validation approach. Review these capabilities before storing GxP decisions in the tool.

How long should we retain agent audit data?

Match retention to the records they support—often aligned with quality record retention for related processes. Confirm with your record-retention schedule.

What if the model is nondeterministic?

Store the outputs that were shown to the user at decision time. Do not rely on re-running the model later to recreate the same summary. Immutability of the decided record matters more than bit-for-bit model reproducibility.

Audit trails for regulatory AI agents should show attributable human decisions built on preserved machine proposals and source identity. Design continuous monitoring workflows so Part 11-oriented controls are built in—especially when agents watch FDA and related sources and map findings into QMS records—rather than bolted on after the first inspection question.