Skip to content
Jonathan Simpson & Co.

18 June 2026

What is Zero-Data-Retention AI? A plain-English explainer

Zero-Data-Retention AI processes sensitive data in ephemeral memory and deletes everything after execution: no storage, no training, no third-party copies. Here is how it works and why regulated firms care.

What is Zero-Data-Retention AI? A plain-English explainer: a compliance automation guide for Hong Kong firms

Zero-Data-Retention (ZDR) AI is a way of running AI where the data you give it is processed in volatile memory and permanently erased the moment the task completes. Nothing is written to disk, nothing is kept for training, and no third party receives a copy. The data exists only during execution, and then it is gone.

For financial firms in Hong Kong, that idea matters more than the technology. It is the difference between sending client data somewhere it might live for years, and using AI that handles the data and leaves no trace. This explainer covers how ZDR works, why the "zero retention" claim holds up, and what it means for compliance.

The problem ZDR solves

Ordinary AI services (the consumer chatbots and many business platforms) retain what you send them. Prompts are stored for debugging, training, or product improvement, often in jurisdictions outside your control. For a regulated firm, that creates a cascade of problems:

  • Retention obligations: you are expected to keep personal data only as long as necessary; a provider that keeps prompts for years is a retention breach you cannot easily detect
  • Security exposure: stored data can be breached, and it can be compelled by legal process; storage is a risk surface that exists for years
  • Training risk: if your client data enters a model's training set, you have lost control of it permanently

ZDR removes the entire category of problems by ensuring there is nothing to retain, breach, or train on.

How a zero-data-retention pipeline actually works

A ZDR pipeline is built to make deletion structural rather than aspirational. The four stages are:

1. Secure ingest and masking

Data arrives and is handled at your perimeter. PII (names, HKID numbers, account numbers) is stripped by a local redaction engine before anything leaves your infrastructure. The payload that continues is minimised by design.

2. Ephemeral execution

The masked payload is processed inside an encrypted, volatile RAM sandbox on infrastructure you control or have contracted for this purpose. The model sees the data only in memory. There is no disk write, no database, no message log containing the payload.

3. Validation and governance

Outputs are checked against your rules (tolerance thresholds, compliance gates, or automated reviews) before anything is released. This is where errors get caught, and where the human-in-the-loop steps in for material outputs.

4. Dispatch and wipe

The clean result is written to your approved destinations (a report, a message, a ledger). The sandbox is then wiped. A cryptographic audit proof of the execution is logged, so you have evidence of what happened without any of the underlying data.

Does "zero retention" really hold?

The honest answer: it holds to the extent the architecture enforces it, and a ZDR architecture is designed so that retaining data is harder than deleting it. The design constraints that make it credible:

  • Volatile memory only: RAM is erased on power loss; nothing is designed to survive
  • No training hooks: the model provider receives no data for training by architecture, not by policy
  • No storage layer: there is no database or log format that persists payloads
  • Deletion on completion: wiping is part of the execution lifecycle, not a scheduled cleanup job that could be skipped
  • Audit proofs: cryptographic logs demonstrate what was processed, without the data itself

A vendor claiming "zero retention" with a terms-of-service clause and a cleanup script is not zero retention. Zero retention is a property of the architecture. The difference matters when a regulator asks how it works.

Why regulated firms care

For SFC-licensed firms and other regulated entities in Hong Kong, ZDR maps directly onto existing obligations:

Obligation How ZDR helps
PCPD retention principle Data is kept for seconds, not years, so retention is minimal by design
Security requirements Nothing to breach after execution; exposure window is minimal
Outsourcing governance Provider never stores client data, simplifying vendor due diligence
Audit expectations Execution records provide evidence without retaining payloads

This is why "zero-data-retention" is not a performance feature; it is a compliance architecture. It does not make a firm compliant by itself, but it removes the most common failure points in AI adoption: the copies you cannot account for.

Frequently asked questions

What does zero-data-retention mean in AI? Data is processed in volatile memory and permanently erased immediately after the task completes. Nothing is written to disk, no logs retain the payload, and the provider cannot store or train on the data.

Is zero-data-retention AI compliant with PCPD? It directly supports PCPD compliance: retention is limited to the minimum necessary, security risk is reduced because the data no longer exists, and the exposure window is measured in seconds rather than years.

How is a zero-data-retention pipeline different from normal cloud AI? Normal cloud AI stores prompts for training and debugging; ZDR pipelines execute in ephemeral sandboxes with immediate deletion, so there is nothing left to train on, breach, or subpoena.

Can you still audit what happened if the data is deleted? Yes. Audit trails capture what was processed, what checks ran, and who signed off, without retaining the underlying data. The evidence is the execution record, not the payload.

See it run

The demo on this site runs a ZDR pipeline live (ingest, masking, ephemeral execution, validation, and audit dispatch) with the stream-of-thought visible at every stage. Watch it once and the architecture is much easier to explain to a board or a compliance officer.

Ready to Eliminate Operational Friction

Your compliance-first pipeline is one conversation away.

Every JS&C solution is bespoke: mapped to your internal compliance matrix, custodian stack, and software architecture.