Mnemos AI
Back to blog
Security
April 10, 2026 · 9 min read

Permission-aware AI is the only kind that ships

Enterprises don't fail to adopt AI search because the answers are wrong. They fail because the answers include things the asker should not see.

SK
Sora Kim
CISO

Every enterprise AI product I have evaluated has the same demo failure mode. The vendor shows a query that asks something innocuous, the model produces a beautifully written answer, and somewhere in that answer is a sentence that reveals a piece of information the asker should not have. The reaction in the room is uniform — the CISO crosses their arms, the legal counsel writes something down, and the deal becomes a six-month security review.

The pattern is not a model problem. It is a retrieval problem. Most AI search products perform a similarity search over a tenant-wide vector index and then try to filter out restricted documents on the way out. The filter is implemented in the prompt, or in a post-hoc check, or in an output classifier. None of those work reliably, because the model has already seen the restricted content. The model is creative. The model finds a way.

Mnemos enforces access before the model sees a candidate. ACLs inherit from your source systems and Mnemos roles, are evaluated against the asker's effective scope, and the restricted candidates are dropped from the candidate set entirely. The model literally cannot reveal what it never received. We pair this with an audit ledger that records what was retrieved, what was filtered, and why — so when the CISO asks 'how do I know it is working' the answer is 'here is yesterday's filter log.'