Skip to main content
The Unspoken AI Gap

The Unspoken AI Gap·03·

Your data does not need to visit the AI. The AI can move in.

Banning public AI failed. The real answer is bringing the AI to your data: how retrieval and vector databases actually work, what providers really promise, and the safeguards that matter.

Illustration: AI-generated, art-directed by the author.

TL;DR · 20 seconds

  1. Bans failed (28% of orgs to 7% in a single year); the working answer is private AI: your store, your permissions, a stateless rented model.
  2. All major providers contractually promise not to train on your data, but check retention defaults and abuse-monitoring tiers.
  3. Vector stores are not magic security: embeddings can be reversed, and your real risk is your own broken permissions.

Remember how the Samsung story ends. Not with the ban.

In 2023, after engineers pasted confidential code into ChatGPT, Samsung banned public AI tools on company devices. That part everyone quotes. Six months later came the part almost nobody quotes: Samsung unveiled Gauss, its own in-house generative AI, and rolled it out to employees (CNBC, November 2023). The company that wrote the most famous AI ban in corporate history concluded that the answer was not "no AI." It was "our AI."

The rest of the market followed the same arc. Cisco has asked the same question every year, counting organizations with a generative-AI ban in force: 27% in its 2024 benchmark, 28% in 2025, and just 7% by the 2026 edition. That is a one-year fall, not a slow drift. (The larger 75% figure from the shelfware story counted organizations banning *or considering* a ban; Cisco counts bans actually in force, which is why the two numbers sit so far apart.) The study does not editorialize about why, but the reason is the least surprising one in this whole subject: blanket bans proved impossible to enforce. I wrote about that failure in shadow AI. This one is about the thing that works instead.

The bans collapsed

Share of organizations with an outright ban on public generative AI.

View as table
YearBan share
202528%
20267%

Source: Cisco Data Privacy Benchmark, 2024 and 2026 editions. Outright bans on public generative AI, share of organizations surveyed.

What "bring the AI to your data" actually means

Strip the vendor language away and a private AI setup is three pieces:

The model is a rented brain. It reasons, writes, and answers. The critical thing to understand is that in an enterprise setup the model is stateless: it does not remember your questions, and it does not absorb your documents into itself. It processes what you hand it and returns an answer.

The retrieval layer is a librarian. When someone asks "what did we agree with the Riverside client about payment terms," the system does not hope the model somehow knows. It searches your document store, finds the three relevant passages, hands them to the model, and says: answer from these. That technique has a clumsy name, retrieval-augmented generation, but the idea is just open-book exam instead of memory test.

The data store is where your knowledge lives, and this is where the term "vector database" comes in. Here is the whole concept in plain language: a vector database stores your documents as coordinates on a giant map of meaning. Two sentences that mean similar things sit close together on the map, even if they share no words. "The client is unhappy about the invoice" and "Riverside disputed the billing" land near each other. So when a question comes in, the system finds neighbors by meaning, not by keyword matching. That is the entire trick. It is why the assistant can find the right passage in fractions of a second, even across millions of documents.

Put together: your documents stay in your store, the librarian fetches only what a question needs, and the rented brain answers from what it was handed. Nothing about this requires your data to live inside someone else's product.

The data never leaves. The answer does.

How one question moves through a private AI setup, start to finish.

Inside your wallsRetrievalRented, stateless

Illustrative flow, not measured. The technique is retrieval-augmented generation: your documents stay in your store, the model only ever sees what a question needs.

This is not exotic anymore. In a Snowflake-sponsored survey of organizations already using generative AI, 71% were augmenting models with their own data through retrieval. Among adopters, this is simply how it is done.

What the providers actually promise

The major platforms have converged on the same contractual core, and it is worth knowing it is contract, not vibes:

  • AWS Bedrock: your inputs and outputs "are never shared with model providers or used to train base models."
  • Microsoft Azure OpenAI: prompts and outputs "are NOT available to OpenAI" and are not used to train models.
  • Google Vertex: customer data is not used to train foundation models by default; the models are frozen.
  • Anthropic's commercial terms: no training on customer content, flat out.

Two honest footnotes belong next to that list. First, "not trained on" is not the same as "never seen by anyone": Azure, for example, runs abuse monitoring by default, meaning flagged prompts can be reviewed by authorized humans unless you request the modified tier. Second, defaults matter: some platforms cache inputs briefly for performance unless you configure zero retention. Neither footnote is a scandal. Both are the kind of thing your rollout should check on purpose rather than discover later.

Turn on company AI and the first thing it audits is who could already see what.

Now the part vendors will not lead with

A vector database is not magic security, and pretending otherwise is how the next generation of leaks happens.

Three things the research says out loud:

Embeddings are the text. A 2023 Cornell paper showed that short text (32-token inputs) can be reconstructed from its embeddings with 92% exact recovery; the same method also recovered full personal names from clinical notes. Those coordinates on the meaning map are not anonymized data. Treat the vector store with the same seriousness as the documents themselves.

Retrieval can be attacked. Research on enterprise RAG systems has demonstrated prompt injection through planted documents and leakage through retrieval caches. If a document can talk to your AI, a malicious document can too.

And the failure you will actually meet is neither of those. The typical real-world incident in corporate AI search is mundane: the assistant surfaces a document the employee technically had access to all along, through some overshared folder or ancient sharing link, and now it is one question away instead of buried. The AI did not break your permissions. It revealed that your permissions were already broken.

Which is why the real safeguarding checklist is boring, and boring is a compliment in security:

  1. 01Mirror your permissions into retrieval. The librarian must check who is asking before fetching. If access control does not travel with the documents into the AI layer, you have built a leak with a chat interface.
  2. 02Log every query and every retrieval. You cannot coach or investigate what you cannot see. This is also, quietly, the end of shadow AI: sanctioned convenience plus visibility.
  3. 03Clean the house before the housewarming. An AI rollout is the best permissions audit your company will ever run. Fix the overshared folders first.
  4. 04Set retention deliberately. Zero where you can, short where you cannot, documented either way.
  5. 05Pilot one workflow with a number attached. Same rule as every AI rollout: pre-registered success metric, a date, and a public kill switch.

The AI did not break your permissions. It revealed they were already broken.

What it costs, roughly

For scale: the big off-the-shelf suites run about $20 to $30 per user per month before you customize anything. A private retrieval deployment for a mid-sized company is not a data center project anymore; it is a managed cloud project, typically standing on the same platforms listed above, sized to your document volume and seat count. The honest cost driver is rarely the technology. It is the permissions cleanup and the training, the same two line items every AI project tries to skip.

The difference between the companies that banned AI and the companies that built something worth using is not budget. It is that one group treated "where does our data go" as a reason to stop, and the other treated it as the first requirement to engineer for. That is the whole argument for the specialist: a generic assistant handed to everybody cannot answer that question per department, because nobody scoped it to a department in the first place.

So here is the test, and it costs nothing to run: if your team could ask an assistant that already knows your documents, inside your walls, would anyone still be pasting your contracts into a public chatbot at midnight? The honest answer tells you whether you have a data problem or a product problem.

Sources (11)
  1. 01Samsung ban: Forbes (Siladitya Ray, reporting Bloomberg), May 2 2023 [series-canonical source, see SERIES_BIBLE]; Samsung Gauss launch: CNBC Nov 8, 2023 + Samsung Newsroom
  2. 02Cisco 2024 Data Privacy Benchmark (27% banned; 2,600 professionals, 12 countries): newsroom.cisco.com · Cisco 2026 edition (28% in 2025 falling to 7% in 2026, a one-year move; the "unenforceable" reasoning is author inference, corroborated by third-party analyses): cisco.com trust-center PDF
  3. 03Snowflake/ESG survey Apr 2025 (71% of gen-AI-adopting orgs use RAG; vendor-sponsored, adopters-only sample): snowflake.com press release
  4. 04AWS Bedrock security page (verbatim no-training promise): aws.amazon.com/bedrock/security-privacy-responsible-ai/
  5. 05Microsoft Learn, Azure OpenAI data privacy (not available to OpenAI; abuse-monitoring caveat): learn.microsoft.com/en-us/azure/ai-foundry/responsible-ai/openai/data-privacy
  6. 06Google Cloud data governance (not used to train; frozen models; caching default caveat): docs.cloud.google.com
  7. 07Anthropic Commercial Terms (no training on customer content): anthropic.com/legal/commercial-terms
  8. 08Vec2Text, Morris et al., EMNLP 2023 (92% exact recovery of 32-token inputs): arxiv.org/abs/2310.06816
  9. 09ConfusedPilot, UT Austin 2024 (RAG injection and cache leakage): arxiv.org/abs/2408.04870
  10. 10Copilot oversharing mechanism (permissions, not hacking): petri.com + userfront.com practitioner analyses
  11. 11Pricing anchors: Microsoft 365 Copilot $30/user/mo (microsoft.com); ChatGPT Business $20/user/mo annual, $25 monthly (openai.com; cut from $25 annual on Apr 2, 2026)

The Unspoken AI Gap

Get each part as it drops.

One fact-checked piece at a time on what is really happening as companies adopt AI. No spam, unsubscribe in one click.

Wagner also does this inside other people's companies. Talk to him about yours.

More in this series