How to Use AI With Your Privacy Intact
OpenAIâs ChatGPT, Anthropicâs Claude, Googleâs Gemini, and their countless smaller competitors have become therapists, sounding boards, and virtual confession booths for millions of people around the world. Almost all of those AI models are set by default to collect and store that highly private data with, in many cases, no restrictions on how itâs shared or sold, used to further train the tools, or handed over to any lawsuit plaintiff or law enforcement agency that demands it through a legal process. âYou have this intelligent thing staring back at you, and youâre basically telling it, one question at a time, every possible thing there is to know about your life,â says Matt Green, a privacy- and security-focused computer science professor at Johns Hopkins University. âYou're giving it this huge profile on you.â A decade ago, text messages represented perhaps the most personal, sensitive data that most people shared from their devices, says cryptographer and software developer Moxie Marlinspike. The surveillance dangers invited by unprotected texting are what pushed him in 2014 to create Signal, the end-to-end encrypted messenger now used by well over a hundred million people. Now, he says, that critical point of privacy vulnerability has shifted to peopleâs interactions with AI. âThose same things I was concerned about with messaging are happening in the AI space, but several orders of magnitude more significantly,â says Marlinspike. âPeople are integrating AI into their personal lives. They talk with it about their deepest insecurities, their finances, their health, their relationships.â So earlier this year, Marlinspike launched Confer, an AI chatbot designed to allow users to ask it anything while preserving their privacy, using cryptography to technically prevent the serviceâs own server from being able to surveil or log their conversations. âConfer is designed to be a service where you can explore ideas without your own thoughts potentially conspiring against you someday,â he wrote in a blog post introducing it. Marlinspikeâs private AI tool is, in fact, just one standout among a new generation of AI services that promise to remedy the pervasive privacy invasion that these chatbots represent. Some advertise that they never record conversations as a policy. Others offer to anonymize them. A few, like Confer, seek to create actual technological guardrails that restrict their own access to usersâ secrets. The result of that nascent competition to create less surveillance-prone AI is a growing crowd of tools, often ones that offer confusing assurances for users as they seek to adopt an increasingly unavoidable technology without losing control of their secrets. Hereâs WIREDâs guide to using AI with your privacy intact. Zero Data Retention When you start typing into one of the big three AI chatbotsâChatGPT, Claude, or Geminiâitâs safest to start with a baseline expectation of approximately zero real privacy from anyone who is determined to access your conversation records and has a legal path to obtaining them. That includes the owner of the service, advertisers or other companies they partner with, contractors who help fine-tune the systems, law enforcement agencies, or even someone who manages to subpoena the records as part of a civil lawsuit. The simplest, strong exception to that rule is a contract between youâor more likely, your employerâand an AI provider that legally prevents them from retaining those records, a provision thatâs come to be known as zero data retention, or ZDR. OpenAI, Anthropic, and Google all offer ZDR policies for their enterprise versions, which when enabled generally require that they immediately delete records of usersâ interactions with a chatbot as soon as theyâre processed. Even these ZDR policies, which are only available for paid enterprise and developer accounts rather than for average users, have significant exceptions. Anthropic, for instance, doesnât offer ZDR for its most sophisticated âMythos-classâ models like Fable 5.1, due to what it describes as the potential for misuse like scamming or hacking and even âautonomous misbehavior,â such as AI agents independently hacking targets to carry out their unwitting usersâ requests, as has occurred in several high-profile AI-driven breaches. OpenAI also announced last month that its ZDR implementations will analyze user activity prior to deletionâon the customerâs systems rather than its own, it saysâand, if it detects abuse, flag it for the customer organization. OpenAI says its system, known as Private Safety Processing, will even alert OpenAIâs staff if it detects abuse in some cases, though without revealing the content of the conversation to them. Google, too, warns that it logs some Gemini prompts for abuse monitoring even with ZDR enabled, but without the userâs Google ID or IP address includedâthough that âsanitizedâ data can in some cases still pinpoint a particular person when the request itself includes identifiable information. Policies, Promises, and Proxies Regardless of those protections and exceptions, the paid, enterprise-level, contractual promises of ZDR are out of reach for the vast majority of non-corporate AI users. Instead, many consumer-targeted AI services ask us to settle for the far weaker, pinky-swear promises theyâve made not to log our conversations. Privacy-focused cloud services company Proton, for instance, offers the AI chatbot Lumo, which it describes as âAI where every conversation is private.â That privacy, however, isnât based on the technical guarantees of end-to-end encryption, like Protonâs other services such as Proton Mail and Proton Drive. Instead, it simply promises not to log usersâ conversations, and users have to trust that Proton will adhere to that privacy policyâwhich, in Protonâs case, is at least backed by the companyâs long track record as a privacy-focused company. âA promise is not as good as a mathematical guarantee,â Yen told WIRED in an interview last month, âbut a promise made by the right people is still actually quite substantial.â Other privacy-focused AI services like Venice.ai and Duck.ai, the AI chatbot offered by long-running private search engine DuckDuckGo, offer similar vows about keeping no logs of your conversations. Both services, however, relay your chat requests to other services such as Claude or ChatGPT, essentially acting as a proxy for your conversation that limits what information the underlying AI model can collect about you. (Duck.ai lets the user choose which third-party model theyâre using. Venice.ai appears to automatically route conversations to different services based on the request, without always making clear to the user which one itâs using, as well as answering queries with an AI model hosted on its own infrastructure in some cases. Venice.ai also touts other privacy features, like using âtrusted execution environmentâ systems to cryptographically prevent logging of conversationsâmore on that belowâbut when WIRED attempted to reach out to Venice.aiâs staff to ask more questions about these privacy features, its AI response bot only repeatedly referred us to a nonworking email address.) Using an anonymity proxy offers some privacy protection compared with using ChatGPT or Claude directly. Yet when they relay your requests to those services, Duck.ai and Venice.aiâs own promises about their retention of data become significantly less meaningful, points out Johns Hopkinsâ Green. Thatâs because your chat messages can still be collected by that underlying AI model and, even stripped of any identifying metadata, those messages can often contain identifiable information. Ask about the best coffee shops in your neighborhood, for instance, and youâve immediately revealed information about where you live, Green points out. âAll that stuff tied together is basically a fingerprint for you,â says Green. Trusted Execution Environments and On-Device AI Far better than privacy promises, policies, or anonymizing relays are actual technological restrictions that prevent an AI service from reading your conversationsâa guarantee that the service not only does not snoop on or record your chats, but that it cannot. Thatâs where cryptography comes in. Unlike encrypted messaging or storage, where the server hosting a service never sees any unencrypted data, interactions with an AI model canât yet be truly end-to-end encrypted like a Signal or WhatsApp conversation. Currently, working AI models can only process unencrypted prompts. So instead, some AI services are offering the next best thing, whatâs known as a trusted execution environment, or TEE. In that system, the server running the AI model uses a hardware setupâmost often Nvidiaâs Confidential Computingâin which the userâs queries are processed on isolated hardware, and the server can cryptographically prove that the rest of the system has no access to that segregated enclave of secrets. Confer, the private AI chatbot launched by Signal creator Moxie Marlinspike, uses that Nvidia-based TEE setupâ along with an authentication system based on passkeys and open-source code that anyone can auditâto offer what are perhaps the strongest consumer-level privacy protections currently available in an AI chatbot. Meta, too, uses a TEE to offer a more private version of the Meta AI chatbot included in WhatsAppâa privacy system that Conferâs Marlinspike has said he is helping Meta to develop. Start typing into the âAsk Meta AI or Searchâ bar in your WhatsApp app, and an âAskâ button will appear on the right side of the text field with the Meta AI logo. Tap it and then tap the speech bubble with a lock that appears on the top right of that Meta AI chat screen, and youâll enter a new chat screen thatâs protected with a TEE system, which Meta says prevents it from keeping any record of it. That Incognito system is by no means truly end-to-end encrypted like the rest of WhatsAppâs messaging, but it appears to be Metaâs attempt at integrating AI into WhatsApp while approximating the privacy promises it offers to users in their conversations with other humans. Unlike the Meta AI integrated into WhatsApp, Metaâs newer AI agent called Muse doesnât yet offer a TEE-based privacy system. Instead, it promises only to run in a segregated virtual machine (VM) in the cloud, where Meta says its ad systems wonât be able to access your data and you can opt out of your data being used to train Metaâs AI. The company says, however, that itâs working on releasing Muse Confidential VM later this year, which Meta tells WIRED âis intended to cryptographically and verifiably prevent Meta from accessing dataâ in a userâs Muse virtual machine. Apple also offers a privacy-preserving AI system of its own design with some TEE-like properties, what it calls Private Cloud Compute (PCC), to enforce its promise that it canât read usersâ conversations with its Apple Intelligence AI service. When you ask Apple Intelligence or Siri a query thatâs processed on its servers, your personal device cryptographically checks that the server is running an unaltered version of Appleâs PCC code, which is designed to keep no logs and isolate your data from any remote access. (Itâs also possible to ask Apple Intelligence or Siri to query ChatGPT or other third-party AI services. When you do, just as with other tools that relay your queries, you wonât get that same PCC level of protection, but Apple will also check with you before sending your request to a third-party service.) For most simple queries, however, Apple uses a more limited, on-device AI model that doesnât share any of your secrets beyond your phone, computer, or smartwatch, but also isnât as fully featured as a typical server-based model. On that note, there are plenty of other AI tools that run locally on your computer, too, such as Ollama, LMStudio, or LocalAI. All of them ensureâby the simple fact that no data ever leaves your computerâa level of privacy thatâs tough to obtain with any cloud-based AI tool. But Green warns that what you gain in privacy with locally hosted artificial intelligence, you lose in, well, intelligence. Expect these self-hosted AI tools to be frequently stumped and to hallucinate far more often than the modern, cloud-hosted AI models most users are accustomed to. âYou can run these on any laptop,â Green says. âTheyâre just dumb as rocks.â The Price of Privacy That intelligence-versus-privacy question is, of course, just one of the trade-offs that privacy-conscious AI users face as they choose their preferred tool. Price is another. Confer, for instance, uses a freemium model, charging $34.99 a month for its cheapest tier after users run out of the roughly 20 to 25 queries a day it offers for free. Thatâs more than the $20 a month Claude and ChatGPT charge for their cheapest paid tiers. But Marlinspike says that price premium in fact captures the actual cost of running an AI model without the subsidies that come from an expectation of future profits from data collection or advertising. âItâs more expensive, but it's the real cost,â Marlinspike says, âwhereas other paid providers are subsidizing the cost with monetization of our data in one way or another.â Given the serious energy and hardware costs of running frontier AI models, the advent of more privacy-preserving AI raises the question of how companies that donât monetize user data will sustain themselves, Green notes. Without those data-collection-driven profits, he says, itâs not yet clear whether companies that provide more private AI services will find a sustainable business modelâor whether some will eventually give up or even undermine their data protection promises down the road. In other words, AI that doesnât exploit your data is possible. But it may be far pricier than you think. âIf you want real privacy,â Green says, âyou might have to pay for it.â