A pillar guide · ~14 min read
AI Tools and Privacy: The 2026 Guide
You use ChatGPT for work, Claude for writing, Gemini in Gmail, Copilot in your IDE. Each of them is quietly learning who you are. None of them are owned by you. This guide is the honest version of what each major AI tool actually does with your data in 2026 — training, memory, deletion, export, sharing — what most people get wrong about "private" AI, and what a defensible privacy posture looks like if you take this seriously.
What "AI privacy" actually means in 2026
Privacy is not one thing. When a vendor says "we take privacy seriously," they could mean any of five very different things — and the differences are where you get hurt. A useful checklist:
- Training. Will my content be used to train future models?
- Retention. How long is my content stored, and where?
- Access. Which humans — at the vendor, at sub-processors, under court order — can read my content?
- Portability. Can I export everything in a format I can use elsewhere?
- Deletion. Can I actually remove it, and is "removed" verifiable?
Every vendor scores differently on each axis. A product can be excellent on training (Enterprise tiers) and terrible on access (broad employee-review of "flagged" conversations). A product can be excellent on portability (great export) and weak on retention (90-day undelete window you didn't ask for). Hold this checklist in your head as we walk through the big four.
The big four, honestly
ChatGPT (OpenAI)
On Free and Plus, content is used to improve models unless you turn off the "Improve the model for everyone" toggle in Settings → Data Controls. Memory is on by default and stores both things you said explicitly and things the model inferred about you. Chats are retained for 30 days after deletion for abuse review. Team, Enterprise, EDU, and API traffic are contractually excluded from training and have additional controls. Export is one-click ZIP. Memory deletion is row-by-row. Honest summary: best deletion controls of the big four, opaque memory inference, training-by-default on the tier most people use.
Claude (Anthropic)
Anthropic does not train on consumer chat content by default — a meaningful and underappreciated difference from OpenAI. Projects keep notes per-project, which contains blast radius. Retention is 30 days for deleted content. Export exists but is less polished than OpenAI's. Honest summary: the strongest default training posture of the big four, weaker tooling around memory inspection and export.
Gemini (Google)
Gemini Apps Activity is on by default and Google explicitly warns not to enter confidential information. Reviewed conversations may be retained up to three years and seen by human reviewers. Workspace-tier Gemini is excluded from training and follows your workspace's data residency. Memory integrates across Search, Gmail, Maps, and YouTube history, which is the largest cross-product surface of any AI vendor. Honest summary: highest convenience, broadest data surface, most aggressive human-review window of the big four.
Copilot (Microsoft)
Microsoft 365 Copilot is governed by your tenant's data controls — content stays inside your Microsoft 365 boundary and is not used to train foundation models. Free Copilot (the consumer Bing-based product) is closer to ChatGPT Free in posture. GitHub Copilot training is opt-out for individuals and opt-out by default for business. Honest summary: strong enterprise story, fragmented consumer story, very different answers depending on which Copilot.
What "good" looks like: a buyer's checklist
If you're evaluating any AI product that touches personal data, these are the eight commitments to look for. (We hold ourselves to all eight — see our privacy promise — but the checklist applies to any vendor, not just us.)
- Your content is never used to train any AI model — theirs or any provider's. Stated contractually, not just on a landing page.
- Sensitive data is encrypted with a key only you control, so the vendor can't read it even if compelled.
- Everything is encrypted at rest and in transit, isolated per-account, never blended.
- No ad targeting or third-party analytics on content. Minimal app-level analytics only.
- No sale or sharing, ever. Government requests disclosed unless legally prohibited.
- One-click full export in a format you can take elsewhere.
- One-click permanent delete — actually wipes rows, not soft-delete.
- Two-factor authentication available from day one.
A vendor that meets all eight is rare. A vendor that meets six and tells you honestly which two they miss is better than a vendor that claims ten and weasels on every one.
How Konshus is built for this
Konshus is a memory Vault, not a chatbot. That architecture choice is what lets us hit the eight commitments above. A few specifics that matter for privacy:
- Per-artifact private mode. Flag any source as private and it stops feeding distillation and exports — without losing the artifact itself.
- Member-in-loop atoms. Every fact the system extracts about you is Confirm / Edit / Reject before it counts. No silent inferences, no inference-dressed-as-fact problem (the topic of this piece).
- Full JSON export, always. Available from day one on every tier, including the free Ember tier. Your data, ready to walk.
- Hard delete with audit row. 7-day grace period (so you can undo), then the rows actually go. Every privacy action is logged so you can see what happened.
- Never used to train. Contractually, with every provider we touch. The atom layer uses cheap providers under no-training contracts; synthesis uses frontier models statelessly.
- Reversible delegated access. Share specific layers of your Konshus with a partner, child, executor, or doctor — and revoke instantly. This is one of the four U.S. provisional patents filed in 2026 (full claim list at /patent).
The Vault model is also why we can promise thecloud inference, local-owned memory pattern. The frontier models stay stateless — they don't accumulate a private picture of you on someone else's server. The picture of you lives in your Vault, where you can read it, edit it, export it, or delete it.