· Daniel Schleipfer · AI · 5 min read
Why ChatGPT Does Not Know Your Company Knowledge
ChatGPT knows a lot about the world. About your company, it knows nothing. Here is how to make internal knowledge accessible to AI.

ChatGPT can write poems, generate code, and answer historical questions. But ask it how your company handles complaints, and you get a generic answer that has nothing to do with your actual process.
This is not a flaw. It is a design decision. ChatGPT was trained on publicly available text. Your internal documents, emails, process descriptions, and hard-won experience were not part of it.
The Knowledge Problem in Mid-Sized Companies
In most mid-sized companies, the most important knowledge sits in three places:
1. In the heads of experienced employees. The sales director who has known for 15 years which customer gets which terms. The design engineer who knows from experience which material works for which application. None of this knowledge is documented anywhere.
2. In scattered documents. SharePoint folders with 10,000 files. Mailboxes with years of correspondence. PDF manuals that have not been updated since 2018. The information exists. But no one can find it in a reasonable amount of time.
3. In systems that do not talk to each other. The ERP systemEnterprise Resource PlanningCentral business software for accounting, inventory management, production, and more.knows the order data. The CRM knows the customer history. The ticketing system knows the support cases. But no single system knows everything at once.
The result: employees spend hours pulling together information that is already there. A widely cited McKinsey study puts the share of working time that knowledge workers spend searching for internal information at nearly a fifth.
What ChatGPT Cannot Do
ChatGPT and other general-purpose language models (LLMs)Large Language Models: large language models trained on vast amounts of text. They understand and generate text, but they have no knowledge of your specific company data.have two fundamental limits:
They do not know your data. No public language model has access to your internal documents. If you ask ChatGPT about a specific product data sheet, at best it invents a plausible-sounding answer. At worst, it delivers wrong information with great conviction.
They cannot tell relevant from irrelevant. Even if you paste documents into the chat, the model has no way of knowing which information is current, which is outdated, which applies to this customer, and which applies to another.
How Company Knowledge Becomes Accessible to AI
The solution is not “give ChatGPT access to our data.” The solution is a dedicated application that accesses your data in a targeted way.
The technical approach for this is called RAG (Retrieval-Augmented Generation)Retrieval-Augmented Generation: the AI first searches your documents and then formulates an answer based on the information it finds. Your data never leaves your infrastructure in the process.. The principle:
Step 1: Prepare the data. The relevant documents are indexed. That means they are put into a format the AI can search. Similar to a search engine for your internal data.
Step 2: Find what is relevant. When an employee asks a question, the application first searches the indexed documents and finds the relevant passages.
Step 3: Formulate the answer. A language model formulates an answer based on the information it found. Not based on general knowledge. Based on your data.
Step 4: Cite the sources. Every answer includes references to the original documents. That lets the employee check the answer and dig deeper when needed.
What This Changes in Practice
Before: A new sales hire asks a colleague what terms apply to a particular customer. The colleague spends 20 minutes searching their mailbox and finds the last quote.
After: The new hire puts the question to the AI application. In 10 seconds they get a summary of the current terms with references to the framework contract and the last three quotes.
Before: A field service technician is at a customer site and needs information from the product documentation. They call the office. The colleague searches SharePoint.
After: The technician asks the AI application on their tablet.
What It Costs
An AI-based knowledge application for a company with 200 to 2,000 employees costs:
- One-time: 25,000 to 50,000 euros (depending on the number of data sources and the complexity of the integration)
- Ongoing: 1,000 to 2,000 euros per month (hosting and API usage)
- ROI period: 4 to 8 months
The ongoing costs depend on how intensively the system is used. The more employees use it, the higher the API costs. But also the higher the benefit.
Data Protection: Your Data Stays With You
A common concern: “If we use AI, our data goes to OpenAI or Google.”
With a custom application, that is not the case. There are two routes:
Option 1: API with a data processing agreement. Providers like OpenAI and Anthropic offer enterprise agreements that guarantee your data is not used for training.
Option 2: Local models. Open-source modelsOpen-source language models such as Llama (from Meta) or Mistral that run on your own infrastructure. No data leaves your network.can be run on your own infrastructure. No data leaves your network. For many use cases, the quality is more than sufficient.
The First Step
Your company knowledge is your competitive advantage. Making it accessible is not an IT question. It is a strategic decision.
Where does the most unused knowledge sit in your organization? 30 minutes, no commitment.



