Writing

Enterprise AI Doesn't Need to Own Your Data

Enterprise AI creates a tension I run into on every engagement: the value of automated document analysis versus the liability of holding proprietary data to get it.

The default assumption is that AI has to work like a repository, ingesting, indexing, and storing customer data so it can be useful later. For most operational workloads, that's more liability than the job requires. The alternative is what I call Computational AI: a system designed to perform a defined computation over your data without ever taking ownership of it. It accepts data, does the work, returns the result, and discards both the source and everything it derived from it.

Why persistent storage changes what the software actually is

In a persistent AI application, user interactions, source documents, and generated outputs are typically written to persistent storage somewhere. That enables analytics and historical lookups, and it also changes what the software actually is. The moment an application stores your data, it inherits the liabilities of a system of record, whether anyone designed it to be one or not.

For sensitive operational data, financial records, or proprietary IP, that's a real cost: a bigger attack surface, more governance overhead, and the risk that customer content gets reused somewhere down the line, including for model training if a provider's policies allow it.

Feature Persistent AI Application Zero-Retention AI Application
Data Lifecycle Ingest → Store → Index → Analyze → Retain Ingest → Process → Analyze → Return → Discard
Compliance Scope Broad; continuous auditing, access reviews, and lifecycle management of stored data. Reduced; by design, because less customer data is persistently retained and therefore subject to ongoing governance.
Model Training & Secondary Use May retain customer data for product improvement or analytics, depending on provider policy. Customer content is excluded from training and secondary use, contractually and technically.
Infrastructure Persistent cloud storage, vector databases, long-term archival systems. Ephemeral compute, controlled temporary storage, restricted persistence paths.

This paper covers what it actually takes to build the right column: the engineering controls that prevent accidental persistence, the failure modes that undo a zero-retention claim without anyone noticing, and the business case that follows once a security team can stop worrying about a database that doesn't exist. Same pipeline discipline behind how I build AI features generally, just applied to the specific problem of never keeping what you were only supposed to process. Next in this series: the distinction that gets glossed over most often.


This is the first piece in a series adapted from a longer white paper. Download the PDF.


Rosemarie Withee has spent thirteen years helping operations teams get real work out of their software, first Microsoft 365, now AI. She’s written six books for Wiley and builds AI products at Portal Integrators.