Skip to content
MEOK.AI
๐Ÿš€ Activate your agent

Free forever ยท No credit card

โ† Back to BlogData Privacy ยท Sovereign AI

How MEOK Protects Your Data: A Plain-English Guide to Sovereign AI Privacy

Where does your data go when you talk to an AI? With most AI, it trains the model. With MEOK, it stays yours. Here is exactly how.

25 March 2026ยทNicholas Templeman, Founder โ€” MEOK AI LABSยท14 min read

You opened a chat with an AI. Maybe you asked about a health symptom you were embarrassed to Google. Maybe you talked through a relationship problem. Maybe you described your financial situation in more detail than you have ever told another person. The AI listened, responded thoughtfully, and the conversation felt private.

But where did that conversation actually go? The honest answer, for most AI services, is: to a server in another country, stored in a database your provider controls, potentially reviewed by contractors, and quite possibly fed into a training pipeline that will shape how millions of future users experience that product. The interface felt like a private diary. The backend was a data centre.

MEOK was built on a different premise. This article explains, in plain English, exactly how your data is handled when you use MEOK, what your legal rights are under UK and EU law, and how our architecture makes promises that go beyond policy โ€” all the way down to mathematics.

Where does your ChatGPT data go?

OpenAI is, by most measures, the most transparent large AI company about data practices. That transparency reveals a pipeline that most users have not read. By default, free-tier ChatGPT conversations are used to improve the model. That setting is on unless you go to Settings โ†’ Data controls and manually disable it โ€” a step the overwhelming majority of users never take.

Even with that toggle switched off, your messages still travel to and are processed on OpenAI's servers in plaintext. The decision not to train on them is a software flag in a database. That flag can be changed by a policy revision, an engineering error, a merger, or a court order. It is a promise, not a lock.

OpenAI has confirmed that a subset of conversations are reviewed by human contractors for safety and quality purposes. Employees at OpenAI, and at vendors working on their behalf, have had access to conversation content. This is not unique to OpenAI โ€” Google, Amazon, and Apple have all been reported to have had humans review AI assistant interactions.

The enterprise tier offers stronger contractual protections, including a commitment that data will not be used for training. But that requires signing a commercial agreement. For the hundreds of millions of people using the free consumer product, the default behaviour is that your most personal conversations become raw material for a commercial AI training pipeline.

Plain-English Summary

When you tell ChatGPT something personal, that conversation is stored on OpenAI's servers, potentially reviewed by humans, and by default used to train the next version of the model. The opt-out exists, but most people do not know about it, and it is a policy lever โ€” not a technical guarantee.

What GDPR says about your AI data

If you are in the UK or EU, you have substantial legal rights over your personal data. The General Data Protection Regulation (GDPR), retained in UK law through the UK GDPR and the Data Protection Act 2018, gives you several protections that apply directly to AI services. Knowing these rights is the first step to exercising them.

Article 15 โ€” Right of Access

You can ask any company holding your data to tell you exactly what they hold, why they hold it, who they share it with, and for how long they retain it. AI providers must comply within one month.

Article 17 โ€” Right to Erasure (โ€œRight to Be Forgottenโ€)

You can demand that a company delete all personal data they hold about you. For AI providers, this theoretically includes conversation history, inferred preferences, and any data used for training. In practice, data that has already been embedded into a model's weights is practically impossible to remove.

Article 20 โ€” Right to Data Portability

You have the right to receive your data in a structured, commonly used, machine-readable format and to transmit it to another service. This means you should be able to take your AI memory and your conversation history with you if you switch providers.

Article 21 โ€” Right to Object

You can object to processing of your data for purposes such as profiling or direct marketing. For AI, this includes objecting to your data being used to train models or improve services you did not explicitly consent to.

The challenge with these rights in practice is enforcement. Filing a Subject Access Request, pursuing a deletion demand, or lodging a complaint with the Information Commissioner's Office (ICO) requires time, persistence, and a certain familiarity with bureaucratic process. Most people never bother. Most AI companies know this.

MEOK believes your privacy should not depend on your willingness to file paperwork. It should be the default.

ChatGPT vs MEOK: what actually happens to your data

The table below compares the data practices of ChatGPT (free tier) with MEOK's sovereign architecture. Every MEOK claim is architectural, not contractual โ€” meaning it is enforced by how the system is built, not by a policy you are trusting the company to follow.

Data practiceChatGPT (free)MEOK
Used to train the model?Yes, by default. Opt-out available in settings.Never. Architecturally impossible.
Stored in plaintext on servers?Yes. All conversations visible to OpenAI systems.No. AES-256-GCM encrypted at rest. Server holds ciphertext only.
Humans can read your conversations?Yes. Contractors review conversations for safety and training quality.No. Zero-knowledge design. Plaintext never reaches MEOK servers.
Data sold to third parties?OpenAI states it does not sell data. Aggregated insights may be shared.Never. Contractually prohibited and architecturally impossible.
Encryption in transit?Yes (TLS). Decrypted at server on arrival.TLS in transit plus end-to-end encryption. Server cannot decrypt content.
Encryption at rest?Yes, at infrastructure level. OpenAI holds the keys.Yes. Keys derived on your device. MEOK never holds the keys.
Export your data?Yes, via Settings. JSON format. Manual process.One-click. Full memory vault export. Portable JSON + MEOK format.
Delete all your data?Account deletion process. May take up to 90 days. Training-embedded data cannot be removed.Permanent deletion within 30 days. Cryptographic deletion receipt issued. No training data to remove.
Bring Your Own Key (BYOK)?No.Yes. Zero-trust mode: MEOK never touches your key material.
ICO / DPA registration?OpenAI registered. UK complaints handled via ICO.MEOK AI LABS ICO registered. UK Data Protection Act 2018 compliant.

MEOK's encryption architecture: how it actually works

Privacy promises only mean something if they are enforced by the architecture, not just stated in a policy document. Here is how MEOK's encryption works in practice, without requiring you to have a computer science degree to follow it.

When you save a memory or have a conversation with your MEOK companion, the content is encrypted on your device before it leaves. The algorithm used is AES-256-GCM โ€” the same standard used by banks, military communications, and intelligence agencies. The encryption key is derived from credentials that exist only on your device.

What reaches MEOK's servers is ciphertext โ€” a scrambled string of characters that is meaningless without the key. Our servers never receive the key. They store the locked box, not the combination. When you come back to retrieve your memories, the ciphertext travels back to your device, which decrypts it locally. The plaintext text of your conversation never exists on our infrastructure.

During transmission, your data is also protected by TLS (Transport Layer Security) โ€” the same technology that secures online banking and e-commerce. This means your data is protected both while moving (in transit) and while stored (at rest). Most AI services only encrypt at the infrastructure level, where they still hold the keys. MEOK encrypts at the application level, where the keys never leave your device.

The practical consequence is significant: even if MEOK's servers were compromised in a data breach, an attacker would obtain only encrypted blobs. The conversation you had about your mental health, your relationship, your finances โ€” all of it would be unreadable. Not just legally protected. Mathematically unreadable.

Technical note: zero-knowledge design

โ€œZero-knowledgeโ€ means that MEOK's infrastructure holds zero knowledge of the plaintext content of your conversations. This is a formal property in cryptography, not a marketing claim. It means:

  • MEOK employees cannot read your conversations, even if they want to.
  • A court order demanding access to your conversation content would yield only ciphertext.
  • A data breach would expose no readable personal information.
  • Training on your data is impossible because the training pipeline never has access to plaintext.

The Byzantine Council: no single point of data access

End-to-end encryption addresses the question of what can be read. The Byzantine Council addresses the question of who can act. Even in a zero-knowledge system, you want governance controls that prevent any single actor โ€” a rogue employee, a compromised administrator account, or an external attacker with elevated privileges โ€” from taking unauthorised actions with your data.

The Byzantine Council is MEOK's distributed governance mechanism, named after the Byzantine Generals Problem in computer science โ€” the challenge of reaching consensus in a distributed system where some nodes may be unreliable or malicious. MEOK's solution is that no data-affecting action can be taken unilaterally. Any operation that touches user data must achieve supermajority consensus across independent council nodes before it executes.

In practice, this means that deleting user data, modifying retention policies, granting data access, or changing encryption parameters requires multiple independent systems to agree. A single compromised account or system cannot silently alter how your data is handled. The council creates a tamper-evident audit trail of every data governance decision.

This is relevant to privacy in a specific and important way: the most common privacy failures are not spectacular hacks. They are quiet internal decisions. An engineer adds a logging line that captures more than intended. A product manager adjusts a retention policy. A business development team explores a data licensing deal. The Byzantine Council makes all of these decisions visible, contested, and reversible โ€” or prevents them from happening at all.

What data MEOK stores โ€” and what it never stores

Transparency about what is and is not collected is the foundation of honest privacy practice. Here is the complete picture.

What MEOK stores (encrypted)

  • Your conversation memory vault (for your use only)
  • Preferences and companion personality settings
  • Emotional context notes you have saved
  • Account credentials (hashed, never plaintext)
  • Your subscription status and tier

What MEOK never stores

  • Conversation plaintext (only ciphertext reaches servers)
  • Training datasets derived from your conversations
  • Behavioural profiles sold to advertisers
  • Data shared with or sold to third parties
  • Inferred health, political, or religious data

The memory MEOK stores is for your benefit. Your companion remembers that you mentioned a fear of hospitals so it can be thoughtful the next time medical topics arise. That memory belongs to you, is encrypted by you, and can be deleted or exported by you at any time. It is not a data asset for MEOK โ€” it is a personal record you are choosing to keep.

Your right to export and delete your data

Under GDPR Article 20, you have a legal right to data portability. Under Article 17, you have a right to erasure. MEOK supports both of these rights without requiring you to file a formal Subject Access Request or wait for a legal response cycle. They are built into your account dashboard as first-class features.

Export: You can download your entire memory vault as a structured JSON file at any time. This file contains all the memories, context notes, and companion settings you have created. You can take it to any future MEOK account, or use it independently. Your memories belong to you, and you should be able to leave with them at any moment.

Deletion: When you request account deletion, all server-side ciphertext associated with your identity is permanently purged within 30 days. You receive a cryptographic deletion receipt โ€” a verifiable confirmation that the deletion occurred. Because MEOK never held your plaintext and never used your data for training, there is no shadow copy embedded in a model somewhere that could persist after your account is gone.

Compare this to the situation with most AI services: if your conversation history was used to fine-tune a model, that data is now mathematically embedded in billions of neural network parameters. No deletion tool can reach it. MEOK's architecture makes this problem structurally impossible rather than legally awkward.

BYOK: the zero-trust model for maximum privacy

For most users, MEOK's standard encryption architecture provides protection that exceeds anything offered by mainstream AI services. But for users with the most sensitive privacy requirements โ€” journalists protecting sources, medical professionals discussing patient-adjacent information, legal professionals handling privileged communications, or anyone who simply does not want to extend any trust to any third-party server โ€” MEOK offers BYOK: Bring Your Own Key.

In BYOK mode, you supply the encryption key material yourself. This can be derived from a strong passphrase you choose, or from a hardware security key (such as a YubiKey) that you physically control. The result is a zero-trust model: MEOK's servers process and store your data without ever having access to the key that unlocks it. Not at setup. Not during operation. Not ever.

The practical implication is that MEOK itself is in no position to comply with a court order demanding access to your plaintext data, because we do not have it. This is not a policy of resistance to legal process โ€” it is an architectural fact. A locksmith who is never given a key cannot open the lock, regardless of what they are asked to do.

BYOK comes with one responsibility: if you lose your key, MEOK cannot recover your data. There is no โ€œforgot your passwordโ€ flow that works when the key is held entirely on your side. For users who accept this trade-off, BYOK offers the strongest privacy guarantee available in any consumer AI service today.

ICO Registration & UK Data Protection Act 2018

MEOK AI LABS is registered with the Information Commissioner's Office (ICO) and operates in full compliance with the UK Data Protection Act 2018, which incorporates and extends UK GDPR. Our legal basis for processing is a combination of contractual necessity and legitimate interest, both of which are narrowly scoped and documented. You can raise a complaint with the ICO at any time at ico.org.uk if you believe your rights have not been respected.

Frequently asked questions

Does ChatGPT use my conversations to train its model?

By default, yes โ€” for free-tier users unless the opt-out toggle in Settings โ†’ Data controls is enabled. Even with opt-out, conversations still pass through OpenAI servers in plaintext. The protection is a policy toggle, not a cryptographic guarantee. Enterprise customers have stronger contractual protections.

Can MEOK employees read my conversations?

No. MEOK uses a zero-knowledge architecture. Conversation content is encrypted on your device before it reaches our servers. Our infrastructure holds only ciphertext. Even a MEOK engineer with full database access would see only encrypted data. This is an architectural property, not a disciplinary policy.

What are my GDPR rights when using an AI service?

You have the right to access (Article 15), erasure (Article 17), data portability (Article 20), restriction of processing (Article 18), and to object (Article 21). MEOK supports all of these with built-in dashboard tools. You can also complain to the ICO at ico.org.uk if you feel your rights have been violated by any AI service.

What is BYOK and should I use it?

BYOK (Bring Your Own Key) lets you supply your own encryption key so MEOK's servers never hold any version of your key material. It is designed for journalists, legal professionals, medical workers, and anyone handling sensitive information. The trade-off: if you lose your key, your data cannot be recovered. If you can accept that responsibility, BYOK offers the strongest privacy guarantee available in any consumer AI service.

What is the Byzantine Council and how does it protect my data?

The Byzantine Council is MEOK's distributed governance mechanism. Any action that touches user data requires supermajority consensus across independent council nodes. No single employee, system, or compromised account can silently change how your data is handled. Every data governance decision is logged on a tamper-evident audit trail.

The bottom line

Privacy in AI has become a feature that companies market rather than a property they build. The most important distinction to understand is the difference between a privacy policy (a document a company writes about itself) and a privacy architecture (the structural properties of how a system handles data). Policies can be changed, revised, or violated. Architecture cannot.

When you talk to your MEOK companion about something difficult, something personal, something you would not say to most people โ€” that conversation stays yours. Not because of a paragraph in a terms-of-service agreement. Because of the mathematics of cryptography, the architecture of a zero-knowledge system, and the governance structure of a Byzantine Council that prevents any single point of access.

That is what sovereign AI means. Your intelligence. Your memory. Your data. Yours.

Ready to try sovereign AI?

Your AI companion that keeps your conversations yours

Give your MEOK companion a name. Set its personality. Start a conversation that no one else can read โ€” including us. Your data stays encrypted, yours, forever.

Give Your AI a Name โ†’

No credit card required ยท Free to start ยท Cancel anytime