So how can businesses ensure their deleted AI memories are 100% deleted? What's the fix?
Zhao: We tested a “full purge,” which erases both the original text and the summary file. It works, and secret leakage drops close to zero. The other approach is what we call “tombstone redaction,” similar to a government document mask, where you replace the sensitive data in the summary with a placeholder, so that information can never be leaked again, even from inside the summary. Both methods—a full deletion or masking the sensitive information—bring leakage down close to zero.
If a company needs to comply with "right to be forgotten" requests for an AI agent's memory, is a standard deletion process likely sufficient?
Zhao: The real question is: when a user clicks the delete button, does their system actually delete everything, including the AI-generated summaries that might still contain the key information? That's the question every company needs to ask its vendors. They need a good gating system in place to actually verify that. This is part of why we pursued this research—to help provide a genuinely secure, trustworthy AI system.
For a business leader deploying agents that remember sensitive customer or employee data, what's the one design decision they should insist their engineering teams get right?
Zhao: Enterprise AI companies need some kind of short-fact summarization system at the memory-creation level, combined with a multi-layer gating system plus a good deletion system. That's required to make sure sensitive data isn't stored or leaked into the AI system. Never store the raw, unedited chat conversation anywhere.
Any final thoughts?
Zhao: Enterprises need a mechanism for summarization that also masks key information, doesn't store it anywhere else, and includes a gating mechanism as part of the process. That's what makes a memory system genuinely trustworthy for enterprise AI customers.
This research was conducted by Lei Chen, Guilin Zhang, and Kai Zhao, under the supervision of Xu Chu, head of AI Research at Workday.