Sharing of confidential company data such as customer names, prices, or quantities of products with chatbot services (ChatGPT / Claude / Gemini) might be perceived as a security risk by the company management. For this reason, in the OFFISEEK production planning platform, chatbots are deployed inside the infrastructure and data is not sent outside.
There are arguments that you’re exposing your company's sensitive data similarly as you’re using cloud email such as Gmail. However, there is one big difference. Gmail is used mainly for STORING data. However, LLMs are AI models that are GENERATING content based on previously seen data.
Due to security risks, the following could occur:
If companies would want to deploy agents locally, they should keep in mind that such models require GPUs in order to run quickly. Running the same prompts on CPUs might take several minutes for each prompt. In other words, deploying custom models might become expensive, as GPUs are required.
Imagine you want to ask the AI daily 10 questions about your internal company data. F.e. you’re having a manufacturing company and you would want to consult the production plan and energy consumption with the AI.
For external APIs (ChatGPT, Claude or Gemini), the calculation could be following:
Totaling 34$ monthly.
At OFFISEEK, we are offering a SaaS platform for production planning. All customers' data is living inside our cloud infrastructure. And based on our philosophy, we do not want the data to be shared with 3rd party services.
That is why we are deploying AI agents directly to our infrastructure. At the same time, we are trying to optimize AI costs by generating answers only once a day and being able to use cheaper resources.
In Offiseek, customers can choose what data will be shared with the AI agents. The customer might want to query only some data or some date period. The following datasets can be selected:
Based on the separated context, the AI agent knows what data to use for answering the prompts.
In OFFISEEK you can set up questions about the selected data and the platform will overnight generate responses with daily, weekly or monthly periodicity.