The deployment of Large Language Models (LLMs) offers huge efficiency benefits. However, the way these models process data often poses a risk. How do you ensure you benefit from the power of AI without violating the privacy of your customers or your trade secrets? This guide will help you get started.
1. What data should you share and what should you not?
The golden rule is simple: treat public AI chatbots as if you were talking to a random passerby on the street. Data that ends up in the cloud can theoretically be used to train the model further, meaning your data could end up with competitors or hackers.
Never enter into public models:
- PII (Personally Identifiable Information): Names, national identification numbers, medical records, or customer email addresses.
- Trade secrets: Unannounced products, quarterly financial figures, or strategic plans.
- Security data: API keys, raw passwords, or internal server architectures.
Safe to share: Having generic marketing texts edited, explaining programming concepts, or structuring anonymized datasets (from which all identifiable factors have been removed).
2. The Trade-off: Local vs. Cloud
The AI landscape can be roughly divided into two storage/processing methods. Your choice here determines your privacy standard.
Cloud (Public models)
Think of ChatGPT, Claude, or Gemini (via the web interface). You have fast, smart models at your disposal, but data processing takes place on the AI company's servers. Easily accessible, but with a higher privacy risk unless strict Enterprise contracts have been signed.
Local (On-Premises)
By running models (such as Llama 3 or Mistral) on your own hardware or local network, the data never leaves your premises. You don't pay per token, and there are no 'Terms of Service' reading along. However, it does require a suitable computer (often with a powerful graphics card).
3. Essential Settings in the Cloud
Are you using cloud solutions anyway? Then adjust your settings immediately. Most providers now offer the option to keep your data out of the 'training loop'.
- Turn off chat history: In systems like ChatGPT, you can disable the 'Chat history & training' option in the Settings > Data Controls menu.
- Use the API: Almost all major LLM providers state in their API terms that data submitted via the API is not used for training. Therefore, consider using a frontend that works via the API instead of the consumer website.
4. Free Privacy-Conscious Tools by Name
Want to get started more securely right away? Consider these specific and free-to-use tools that put privacy first:
- Ollama: An open-source tool that allows you to run powerful AI models entirely locally (on your own Mac, Windows, or Linux machine) with a single command. Absolute privacy.
- LM Studio: Just like Ollama, but with a visual and user-friendly interface. You download models, run them locally, and chat with them without an internet connection.
- DuckDuckGo AI Chat: Provides access to popular models but acts as an anonymous shield. DuckDuckGo guarantees that chats are not logged and are not used for training.
Discover our AI Consultancy & Implementation services →