On this page+
Every major LLM provider has either been caught training on user data, leaked conversations through a bug, or quietly updated terms to claim broader rights over your prompts. For casual use, that's a nuisance. For a personal AI that knows your lease, your contracts, and your family — it's unacceptable.
The point of this essay is not to scare you off cloud AI. It is to argue that the unit of trust for a personal assistant has to be the device, not the vendor — and to show what changes the moment you accept that.
A personal AI is, by definition, a system you give your most sensitive information to in exchange for help. Every architectural decision either widens or narrows the blast radius of that trust. Most of the products on the market today widen it by default.
The three privacy failure modes
1. Training contamination — your prompts become future model weights, and there is no realistic way to extract them once that has happened. 2. Replay leaks — bugs, insider access, or compromised credentials surface one user's chat history to another. 3. Vendor lock-in — your "memory" lives on someone else's servers and disappears, gets repriced, or gets repurposed the day they change their terms.
Each one looks like an edge case in isolation. Together they describe the steady-state risk profile of trusting a SaaS chatbot with the contents of your life.
A timeline of major LLM privacy incidents 2023–2026
March 2023 — ChatGPT conversation history bug. A Redis library bug exposed titles, first messages of conversations, and partial billing data of other users to a small percentage of paying subscribers. OpenAI took the service offline to patch it and disclosed publicly within a week.
April 2023 — Samsung internal source code leak. Samsung engineers pasted proprietary semiconductor code and internal meeting notes into ChatGPT to debug them. The company banned generative AI on internal systems within days and the incident became the canonical "do not paste secrets into a chatbot" cautionary tale.
June 2023 — Italian Garante temporary ban of ChatGPT. Italy's data protection authority briefly blocked ChatGPT, citing a lack of legal basis for processing personal data for training under GDPR Article 6. OpenAI restored service after publishing a clearer privacy notice and an opt-out form.
December 2024 — ScrapedIn / training-data extraction research. Multiple academic groups demonstrated that production LLMs could be coaxed into emitting verbatim training data — including email addresses, phone numbers, and code — given the right adversarial prompts. The papers became the empirical basis for the argument that "the model is the database."
February 2026 — voice-assistant misclassification disclosures. Three smart-speaker vendors disclosed that wake-word systems had been over-triggering for years, sending short audio clips to cloud transcription pipelines where they were retained for quality review. The pattern was not malicious; it was the result of building always-listening hardware on top of always-uploading defaults.
Each incident has the same structural cause: the trust boundary lives on someone else's server, and the user has no operational way to verify what is or is not stored.
On-device vs cloud: a technical comparison
| Dimension | Typical cloud LLM | YeongSil architecture |
|---|---|---|
| Storage location | Vendor's servers | Encrypted on device + your private bucket |
| Data transmission | Every prompt + context | Only the retrieved chunks for the current query |
| Training risk | Default opt-in for many providers | Never used to train, by contract and design |
| Deletion control | Vendor dashboard, vendor timeline | One-click local wipe, immediate |
| Offline capability | None for full responses | Wake word + cached answers work offline |
Two things matter most in that table. The storage location decides who is liable if there is a breach. The deletion control decides whether "delete my account" is a button or a support ticket.
What GDPR and Pakistan's PDPA mean for personal AI
Under the EU's General Data Protection Regulation, any "personal data" processed by an AI provider triggers obligations around lawful basis, purpose limitation, data minimisation, and the right to erasure. The practical implication for cloud LLMs is that every prompt containing a name, an email, or a document is in scope, and the provider must be able to delete it on request — across backups, training sets, and derived embeddings. That is operationally hard, which is why most providers offer "delete chat" but not "delete from future model weights."
Pakistan's Personal Data Protection Act (PDPA), finalised in 2025, mirrors the GDPR's core principles and adds a localisation requirement for "critical" personal data. For a device aimed at Pakistani families, hotels, and small businesses, that pushes the right architecture toward on-device storage with optional, user-chosen cloud sync — exactly the YeongSil default. It also makes "BYOLLM" — bring your own model key — a regulatory feature, not just a pricing tier: the user decides which jurisdiction processes their prompts.
How YeongSil's architecture handles each threat
Training contamination. YeongSil never trains on your data. When you connect a third-party LLM key, your prompts are sent to that provider under their terms — and we surface those terms in plain English at setup, so you know what you're consenting to. If you use the native YeongSil model, your data is excluded from training by contract and by the technical isolation of the inference path.
Replay leaks. Because documents are stored on the device, encrypted with a key derived from your account, a server-side breach of our infrastructure cannot expose another user's documents to you. The worst case is the loss of metadata (which documents exist, not what they contain), and we publish exactly that scope in our security documentation.
Vendor lock-in. Every document, transcript, and memory entry is exportable as a single zip file from the companion app. If YeongSil shuts down, your library walks with you. The device continues to function for local queries using whatever LLM key you have already connected.
What to ask any AI product in 2026
- Where does my data live, physically and legally?
- Is it used for training? Can I opt out by default, or only after I dig through settings?
- Can I export and delete everything in one click, including derived embeddings?
- What happens to my data if you go out of business or get acquired?
If a product cannot answer those four cleanly, you don't have an assistant. You have a leak waiting to happen.
Sources & further reading
- 01March 20 ChatGPT outage: here's what happened— OpenAI
- 02Samsung bans use of generative AI tools after ChatGPT leak— Bloomberg
- 03Italian Garante — provvedimento on ChatGPT— Garante per la Protezione dei Dati Personali
- 04Extracting Training Data from Large Language Models— Carlini et al., USENIX Security
- 05General Data Protection Regulation — full text— EUR-Lex
Be first to live with it.
Join 2,400+ people on the waitlist. Early members get 30% off launch price and priority shipping.
Keep reading
Why Personal AI Finally Needs a Body
Chatbots forget you. Smart speakers can't see. The next leap in AI isn't a bigger model — it's a device that lives with you, sees what you see, and acts on your behalf.
MarketThe 2027 AI Hardware Thesis: Why Investors Are Watching Standalone Devices
Smart glasses, AI pins, ambient assistants — the post-smartphone race is on. Here's the market thesis behind standalone, document-aware AI devices, and why the timing is now.