← Blog

Compliance by Design, Not by Jurisdiction

Compliance in clinical AI is often framed as a jurisdictional question. Which regulations apply? Which country’s data protection laws govern? What certifications are required in this market?

Compliance in clinical AI is often framed as a jurisdictional question. Which regulations apply? Which country’s data protection laws govern? What certifications are required in this market?

That framing puts the question in the wrong place.> blockquote

The Two Design Decisions That Make Compliance Structural

Two architectural decisions define how AIM handles patient data, and both were made before any other feature decision.

First: the AIM Sanitizer runs on the hospital’s own infrastructure. It is a local language model operating at the client level — inside the institution’s environment. Patient health information never leaves the institution before sanitization. The data does not travel to an external system and then get cleaned. It is cleaned first, on the institution’s own systems, before any further processing occurs.

Second: AIM does not ingest identifying information by design. The system cannot receive name, surname, or patient ID numbers. This is not a filter or a rule applied at the point of processing — it is a structural constraint. The architecture physically cannot accept identifying data.

Together, these two decisions mean that compliance is not something AIM achieves by following rules. It is something the architecture prevents the need for rules to govern, because the conditions that regulations are designed to prevent — PHI leaving institutional control, identifying data entering external processing — do not exist in this system.

Why “Compliance by Design” Is More Robust Than “Compliance by Policy”

Policy-based compliance requires consistent implementation. Rules must be followed, configurations must be maintained, staff must be trained, audits must confirm adherence. All of that is necessary and legitimate — but it also means that compliance depends on things going right at every point in the process.

Architectural compliance does not depend on process adherence. The constraint is built in. There is no configuration that can be misconfigured to allow PHI to leave before sanitization. There is no workflow state in which identifying information can be passed to the processing layer. The protections are not conditional on implementation — they are the implementation.

For healthcare institutions operating in regulated environments — which is, everywhere — this is a meaningful distinction. The risk surface associated with a compliance-by-policy approach includes human error, configuration drift, and audit findings. The risk surface associated with a compliance-by-design approach is the architecture itself, which either holds or it doesn’t. When it holds, it holds everywhere, not just where implementation was careful.

What This Means for Regulated Clinical Environments

Healthcare data protection frameworks exist because patient information is sensitive, and the exposure of that information has real consequences — for patients, for institutions, and for public trust in health systems. The frameworks differ by jurisdiction in their specifics, but they converge on the same principle: patient data should be protected, de-identified before external processing, and handled within institutional control.

AIM’s architecture is aligned with that principle independent of any specific framework. Local sanitization on institutional infrastructure satisfies the institutional control requirement. Structural inability to receive identifying data satisfies the de-identification requirement. These are not statements about compliance with a particular regulation — they are descriptions of how the system works.

The consequence is that AIM can be deployed in any regulated clinical environment without requiring institutional security teams to adapt their compliance framework to fit the platform. The platform fits the framework — because it was built around the underlying principles, not the specific rules.

Privacy as a Property of the System

The goal of privacy-by-design in clinical AI is to make privacy a property of the system rather than a state that must be maintained through ongoing process. When privacy is a property, it persists regardless of how the system is used. It does not degrade over time. It does not depend on correct configuration. It does not create audit surface through gaps between policy and practice.

AIM Scribe was built to the same standard — audio is never stored, the transcript is held in memory only and discarded after synthesis. Privacy is architecture.

AIM’s foundational decisions — local sanitization, structural non-ingestion of identifying data, and a voice layer that retains no audio — achieve that property. They are not the only privacy decisions in the system, but they are the ones that establish the baseline: no identifying data enters the processing layer, and no patient health information leaves institutional control before it is sanitized. Everything else is built on that foundation. That is what it means to build compliance into the architecture rather than around it.