A vendor hands you a HIPAA badge or a GxP statement and the procurement checkbox gets ticked. The problem is that neither phrase describes the thing you actually need: a workflow that holds up when an auditor follows a single record end to end. “HIPAA-compliant” and “GxP-ready” are claims about a component — a model endpoint, a storage bucket, a signed business associate agreement. Readiness is a claim about the whole path that a piece of regulated data or a regulated decision travels through. Those are not the same object, and treating them as if they were is the most common way an AI or video workflow passes purchasing and then fails audit. We see this confusion repeatedly in life-sciences engagements. A team adopts a vision system for visual inspection, or an LLM for clinical note-taking, on the strength of a vendor’s compliance language, and discovers months later that the part nobody certified — the part where data is captured, transformed, reviewed, and stored — is exactly the part the regulation cares about. The certificate was real. It just covered a smaller thing than the word implied. Why “Compliant” Is a Property of the Workflow, Not the Tool Both HIPAA and the GxP framework regulate behaviour and records, not products. HIPAA’s Security Rule asks whether protected health information is safeguarded across its lifecycle — access controls, transmission security, audit logging, breach handling. A model that runs inside a compliant cloud region satisfies one clause of that and leaves the rest to whoever wired the model into a clinical process. GxP, similarly, is a discipline of demonstrable control: the question is never “is this software validated” in the abstract, but “can you show that this system does what it is specified to do, consistently, with the records to prove it.” That distinction matters because the unit of regulation is the data path. A HIPAA business associate agreement with an LLM vendor covers the vendor’s handling of protected health information once it reaches their endpoint. It says nothing about whether your application logs who saw which patient record, whether transcripts are retained or purged on the schedule your policy requires, or whether a clinician can review and correct an AI-generated note before it enters the chart. Those are engineering decisions in your workflow. The point that HIPAA-compliant AI tools carry a label that covers far less than buyers assume is the recurring lesson here — the badge covers the tool’s slice, not the system you built around it. The same structural gap exists on the GxP side. What GxP compliance actually requires for AI software in pharmaceutical manufacturing turns on intended use, risk to product quality and patient safety, and the documented evidence that the system behaves as specified — none of which a vendor’s “GxP-ready” datasheet can establish on your behalf, because intended use is defined by your process, not theirs. What the Certificate Actually Covers — and What It Leaves to You It helps to separate the layers explicitly. Most “ready” claims sit at the component layer; audit happens at the workflow layer. The table below maps the common dividing line. Layer Often covered by a vendor “ready” claim Still your engineering responsibility Data at rest / in transit Encryption, region residency, signed BAA Retention and purge schedules, who can export, backup handling Access Vendor-side authentication Role-based access in your workflow, least-privilege enforcement, session logging Audit trail Endpoint-level request logs End-to-end record of capture → transform → review → store; tamper-evidence Human oversight (rarely covered) Review-and-correct step before AI output becomes a record of decision Intended use / validation Generic model performance claims Validation against your specified use, risk classification, change control Records integrity (GxP) Hosting controls ALCOA+ attributes on the records your system produces The pattern across both regimes is the same: vendors can credibly own the lower rows, and almost never own the upper ones. Human oversight and intended-use validation — the rows that decide whether an auditor accepts the system — are workflow properties by definition. This is an observed pattern across our life-sciences work, not a published benchmark, but it is consistent enough to plan around. A Readiness Diagnostic You Can Run Before Procurement Before you trust a “ready” label, walk a single record through the proposed workflow and answer these. If any answer is “the vendor handles that,” confirm it is in writing and scoped to your use — not assumed. Capture — When data enters the system, is the source, timestamp, and operator recorded? (GxP attributable; HIPAA access logging.) Transform — When the AI produces an output, can you reproduce which model version and configuration generated it? (GxP: change control depends on this.) Review — Is there a human step where the AI output can be inspected and corrected before it becomes the record of a decision? Who is accountable for that review? Store — Are records retained, protected from alteration, and purged on a defined schedule? Is the audit trail itself tamper-evident? Trace — Can you follow one record from capture to final state and produce the full history on demand? An auditor will ask for exactly this. Validate — Is the system’s intended use documented, risk-classified, and tested against that use rather than a generic accuracy figure? A workflow that answers all six cleanly is ready regardless of what label the vendor printed. A workflow that cannot answer them is not ready regardless of what label the vendor printed. The label is neither necessary nor sufficient; the answers are. Where Video Workflows Change the Calculus Video and image workflows add a wrinkle the document-centric compliance literature tends to skip. A computer-vision inspection line or a clinical imaging pipeline generates high-volume binary records, and the regulatory obligations attach to those records the same way they attach to a signed batch record or a chart note. Frame data may contain protected health information (a patient’s face, an identifiable scan). Inference output becomes a quality or clinical decision. Both need the same attributable, traceable, reviewable treatment as any other regulated record. The engineering consequence is that you cannot bolt compliance onto a video pipeline after the fact. Retention policy, access control, and audit logging have to be designed against the data volumes and latency the pipeline runs at. When computer vision replaces manual visual inspection in pharmaceutical quality control, the validation burden is not the model’s accuracy alone — it is the demonstrable control over how each inspection decision was made, recorded, and reviewable later. The model is the easy part. The record path is the regulated part. The Validation Decision Sits Underneath All of This Readiness ultimately rests on a validation strategy, and that strategy is itself a decision rather than a checkbox. For AI/ML software in a GxP setting, the question of how to classify and validate AI/ML software under GAMP 5 determines how much evidence you need and where. A static, well-characterised model carries a different burden than a system that retrains. The broader choice of when computer software assurance is appropriate versus full computer system validation lets you concentrate testing effort on the parts of the workflow that actually carry risk to product quality or patient safety — which is the same set of upper-table rows the vendor’s label never touched. On the HIPAA side, the equivalent reasoning shows up clearly in the question of whether ChatGPT is HIPAA compliant and what it takes to make an LLM workflow ready. The honest answer is that the model is one input to a readiness decision, and the workflow around it carries the rest. A signed BAA is table stakes; the review step, the audit trail, and the retention discipline are where readiness is either earned or absent. FAQ Does a HIPAA business associate agreement make my AI workflow HIPAA compliant? No — a signed BAA covers how the vendor handles protected health information at their endpoint. It does not establish access controls, audit logging, retention schedules, or the human review step inside your own workflow, which is where most of the Security Rule obligations actually land. The BAA is necessary but far from sufficient. What does “GxP-ready” on a vendor datasheet actually guarantee? It typically guarantees hosting controls and generic model behaviour, not validation against your intended use. GxP turns on documented evidence that the system does what you specified for your process, with the records to prove it — and intended use is defined by your workflow, so the vendor cannot establish it on your behalf. Why is compliance a property of the workflow rather than the tool? Both HIPAA and GxP regulate behaviour and records across a data path — capture, transformation, review, storage, and traceability — not a single component. A certified model endpoint satisfies one clause and leaves the rest to whoever wired it into a regulated process, which is why readiness has to be assessed end to end. Do video and imaging workflows have different compliance requirements? The requirements are the same in principle, but the engineering is harder. Frame data can contain protected health information and inference output becomes a regulated decision, so retention, access control, and audit logging must be designed against the pipeline’s data volumes and latency rather than bolted on afterward. What is the single most overlooked readiness gap? The human review step. Vendor labels almost never cover the point where AI output is inspected and corrected before it becomes the record of a decision, yet that step is what auditors examine first — both for clinical accountability under HIPAA and for records integrity under GxP. A workflow earns the words “HIPAA-ready” or “GxP-ready” the moment an auditor can follow one record from capture to final state and find a complete, attributable, reviewable history — and not a moment before. If your current answer to “can you trace a single record end to end” is a vendor’s name rather than your own evidence, the readiness gap is still open, and it sits exactly where validation strategy and workflow design meet — the seam our healthcare and life-sciences AI work is built to close.