Your instinct is right to be cautious. The privacy concerns with AI chatbots are real:
- Data retention — Most services keep your conversations and use them for training. Some indefinitely.
- Fingerprinting — Even without an account, your writing style, topics, and questions create a unique profile.
- Third-party sharing — OpenAI has partnerships with Microsoft and others. Data flows between entities.
- Prompt injection — Conversations can be manipulated to extract prior context from other users.
If you do want to try AI tools while maintaining privacy:
- Use local models (Ollama, llama.cpp) — nothing leaves your machine
- Jan.ai runs models locally with a nice UI
- Use temporary/disposable accounts if you must use cloud services
- Never share personal details in prompts
The general rule: if you wouldn't post it publicly, don't put it in a chatbot.
Interesting that Kagi is making their browser available on Linux. The key question is: does it actually respect privacy better than Firefox?
Firefox with the right configuration (Enhanced Tracking Protection strict mode, uBlock Origin, DNS-over-HTTPS) is already very solid. The main advantage of a WebKit-based browser would be rendering diversity — reducing the monoculture risk of everything being Chromium.
One thing worth checking with any new browser: what headers does it send, and how unique is its fingerprint? A privacy-focused browser that sends distinctive headers could actually make you more identifiable, not less.