Skip to main content

How to Keep Company Data Private When You Deploy AI

22 July 2026 | David and Goliath

Quick answer

Keeping company data private when you deploy AI means moving off free public tools and onto a private deployment, an environment or enterprise agreement that excludes your data from training the public model, combined with role-based access control, clear data residency, and audit logging of every query. Together, these controls turn AI from an open door into a governed internal capability that mirrors the access rules your organisation already has.

  • Public AI tools risk exposing company data through free-tier training use
  • Private deployment blocks your data from training the public model
  • Role-based access control and audit logging make AI accountable, not just capable
  • Data residency determines which laws and regulators apply to your information

Mentioned: David and Goliath, Secure AI Brain, Large Language Model, Retrieval Augmented Generation, Role-Based Access Control, Data Residency

Every organisation using AI at work is already making a data privacy decision, whether anyone has named it as one or not. Staff are pasting company information into free AI tools, and most leadership teams do not yet have a clear, deliberate answer for what should and should not leave the building. This guide sets out the real risks, what a genuinely private AI deployment looks like, and the specific controls, access, residency, and logging, that keep company knowledge inside your organisation while still making it useful.

What are the real risks of using public AI tools with company data?

The main risk of public AI tools is not a security breach, it is staff quietly pasting sensitive company information into a consumer chatbot that stores or reviews what it receives. Client details, financials, draft contracts, and internal strategy can leave the organisation with no record of where they went.

A large language model, or LLM, is the AI system that generates the response, and it is often trained or fine-tuned using real conversations sent to free or entry-level tiers. Some providers state clearly that free-tier inputs may be reviewed by human staff or used to improve future versions of the model. Once information is submitted, the organisation usually has little visibility or control over what happens to it next.

The deeper problem is scale, not any single incident. Every employee with a browser is a potential data exit point, and most organisations have no way to see what has already been shared. That is the gap a private, governed AI system is built to close.

What does private deployment actually mean?

Private deployment means the AI system runs inside an environment your organisation controls, or under enterprise terms that contractually stop your data being used to train the public model. This is different from an employee opening a free consumer chatbot in a browser tab with no contract in place at all.

In practice, private deployment can take a few different forms. Some organisations run the model on infrastructure they control, sometimes called self-hosting. Others use a large AI provider's enterprise tier, which offers contractual guarantees that inputs and outputs are excluded from training, along with stronger access and retention controls than the free consumer product.

David and Goliath's Secure AI Brain is built as this kind of private layer. It sits on private infrastructure with enterprise-grade model access, so your organisation's knowledge never has to pass through a public consumer AI product. That distinction, private infrastructure versus a public consumer app, is the starting point for every other control in this guide.

How do access control and role-based permissions protect company data?

Access control is the set of rules deciding who can see, edit, or query specific information inside a system. Role-based permissions apply those rules according to a person's job, not a single all-access account for everyone.

In a private AI knowledge system, this means a junior staff member's questions are answered only from the documents and workflows relevant to their role, while sensitive HR, financial, or client files stay restricted to people who already had that access before AI existed. The AI should mirror the existing permission structure, not create a new, wider audience for information that was previously locked down.

What is data residency and why does it matter for AI?

Data residency refers to the physical location where your data is stored and processed, and which country's laws apply to it as a result. For Australian organisations, this usually means confirming whether company information sent to an AI system stays within Australia or is processed offshore, and what that means under local privacy obligations.

Data residency matters because it determines which regulator has authority, which breach notification rules apply, and how quickly you can get a straight answer if something goes wrong. A vendor that cannot tell you plainly where your data is held and processed is not ready for a serious data governance conversation. For a fuller view of the regulatory backdrop, including the Privacy Act and sector-specific obligations, see our guide on AI governance for Australian businesses.

How do you stop your prompts from training public AI models?

You stop your prompts training public AI models by using a provider's enterprise or business tier, which contractually excludes your inputs and outputs from model training, rather than a free consumer tier that may not. The safest position is to read the specific data handling terms for the tier you are actually using, not the general marketing page.

It helps to separate training from a related but different feature called prompt caching. Prompt caching means temporarily storing part of a prompt so a system can respond faster and more cheaply to a repeated question or a reused block of prompt text. It is a performance mechanism, not a way of teaching the model new information, and a well governed deployment can use it for speed while still contractually excluding all data from training.

What is audit logging and why does it matter for AI systems?

Audit logging is the practice of recording who asked an AI system a question, what information it drew on, and what answer it gave, creating a traceable record after the fact. Without it, an organisation has no way to reconstruct what happened if sensitive information is queried, misused, or a decision made with AI input is later challenged.

A private, governed AI system should log queries and access at the same standard as any other system touching sensitive company data, not as an afterthought bolted on later. This matters for internal accountability as much as for external review. If a leader asks what the AI told a team about a client matter, there should be a record, not a guess.

How does retrieval augmented generation keep company data private?

Retrieval augmented generation, or RAG, is a method where an AI looks up relevant company documents at the moment of a question, then answers using what it finds rather than only its training memory. This keeps sensitive material inside your own private index instead of it being absorbed into a public model's general knowledge.

The documents an AI searches this way are usually held in a vector store, which is a specialised database built for meaning-based search rather than exact keyword matching. It works using embeddings, numerical representations of text that let the system find the passage most relevant to a question. Because the vector store sits inside your private environment, its contents are not published to the public internet or used to train a public model, and the passages retrieved to answer a question are sent to the model under the same enterprise terms that exclude them from training.

Systems like this also have a context window, which is the maximum amount of text an AI can weigh at once when answering a question. A larger context window helps when a single query needs to draw on a long policy document or contract, but the privacy protection comes from where the document is held and who can query it, not from window size alone.

What does a governed private knowledge layer look like in practice?

A governed private knowledge layer combines private model access, role-based permissions, data residency clarity, and audit logging into one system, rather than treating each as a separate project. It ingests your organisation's own documentation and workflows and answers questions from that governed base, under the access rules that already apply to the people asking.

A practical governed layer typically includes:

  • Private infrastructure or enterprise terms that exclude company data from training the public model
  • Role-based access so each person only queries what their role already permits
  • Documented data residency so you know where information is held and processed
  • Audit logging of queries and access for internal accountability
  • A private knowledge base built with retrieval augmented generation rather than open internet search

None of these controls are exotic. They are the same discipline organisations already apply to other sensitive systems, applied consistently to AI.

How does David and Goliath help organisations keep data private when deploying AI?

David and Goliath designs and builds Secure AI Brain, a private organisational intelligence system, so your company's knowledge is queryable by staff without ever passing through a public consumer AI product. We work through the same practices covered in this guide: private infrastructure, role-based access, data residency clarity, and audit logging, scoped to how your organisation actually operates.

We are honest about where Secure AI Brain is today: it is being built with a small number of design partners, and every deployment is scoped around your specific knowledge, workflows, and risk profile rather than a generic template. If your leadership team is also working through the wider regulatory picture, our AI governance guide for Australian businesses covers that ground in more depth.

If you want a plain look at where your organisation's AI use already creates data exposure, and what a private, governed alternative could look like, book a call with David and Goliath through the Secure AI Brain page. We will give you a straight view of what is realistic for your size and situation, not a sales pitch dressed up as a diagnostic.

Ready to move from reading to shipping?

Ten business days. Four modules. One agent live by the end.