Nicholas Templeman
Founder, MEOK AI LABS · @meok_ai
Nicholas built MEOK because every AI he used forgot him. He runs MEOK AI LABS from a farm in the UK and believes that data sovereignty is a right, not a product tier.
In 2025, ChatGPT\u2019s market share fell from roughly 60% to 45% as users fragmented across a growing ecosystem of specialised AI tools. The headline number obscures the reason: users were not leaving because ChatGPT was bad at answering questions. They were leaving because it never learned who they were. Every session started from zero. Every piece of context had to be re-established by hand.
The fragmentation exposed a gap between two fundamentally different philosophies about what an AI should be. On one side: a powerful, stateless tool that answers questions brilliantly and forgets you the moment the window closes. On the other: a sovereign system that belongs to you in the same way your journal belongs to you \u2014 accumulating, personal, and not subject to policy decisions made in San Francisco.
This post maps the five structural differences between the two approaches, explains why each one matters, and shows how MEOK AI LABS has implemented the sovereign alternative across memory, governance, and care architecture.
What is sovereign AI?
Sovereign AI is an AI system where the user \u2014 not the company that built it \u2014 is the principal authority over their data, memory, and model choices. The word \u201csovereign\u201d is chosen deliberately: it means supreme authority, not just preference or privacy setting. A sovereign AI cannot be retrained on your conversations without your consent. It cannot lock your memory in proprietary infrastructure you cannot export. It cannot make a product decision that transfers your data to a third party behind a terms-of-service update.
The definition has three components. First, data ownership: every message, memory, and contextual fact you generate belongs to you, is stored in a vault you control, and can be exported or deleted at any time without restriction. Second, model portability: the intelligence layer is decoupled from the memory layer, so switching from one LLM to another does not mean starting from scratch. Third, governance independence: the rules governing how your AI behaves cannot be unilaterally changed by the company in a way that harms your interests.
ChatGPT fails all three. Its memory is stored on OpenAI\u2019s servers, is not portable, and can be turned off by the company at will. The model is OpenAI\u2019s and cannot be substituted. Its governance is OpenAI\u2019s Terms of Service, which can and do change. That is not sovereignty \u2014 it is a very capable tool you are renting from someone else.
How does ChatGPT\u2019s memory model actually work?
ChatGPT\u2019s memory feature, introduced in 2024 and expanded in 2025, allows the model to retain a small set of facts between sessions. The implementation has several meaningful constraints that are worth understanding clearly before comparing it to sovereign alternatives.
Optional
Memory is an opt-in feature. Users who never enable it receive a fully stateless experience. Many free-tier users never see the toggle.
Server-side
All memory lives on OpenAI’s infrastructure. You cannot run ChatGPT’s memory on your own hardware, and the storage schema is not public.
Company-controlled
OpenAI can disable, modify, or retrain on your memory at any point. The April 2024 rollout was also a global pause — it can be reversed.
Shallow persistence
The memory system stores discrete facts, not rich semantic context. It does not encode your communication style, goals, or relational history over time.
There is also a fifth constraint that rarely appears in comparisons: training signal. OpenAI\u2019s Terms of Service permit the use of content submitted through the API and consumer products to improve models, subject to opt-out mechanisms that are not universally applied. The relationship between what you tell ChatGPT and what ends up shaping future model behaviour is opaque in a way that should matter to anyone sharing sensitive personal information.
This is not a criticism of OpenAI\u2019s intent. It is a description of the architecture. The architecture is cloud-centric, company-controlled, and non-portable by design \u2014 because that design serves the business model of a company that monetises intelligence-as-a-service. Sovereign AI serves a different model: intelligence you own.
What are the five key differences between sovereign AI and ChatGPT?
The differences are structural, not cosmetic. They derive from fundamentally different answers to the question: who does this AI ultimately serve?
How does MEOK\u2019s four-layer memory architecture work?
Most AI memory systems store discrete facts: your name, your job, your dietary preferences. MEOK\u2019s architecture stores something richer: a layered model of who you are, how you think, what you care about, and what your household needs. The four layers work together to give your AI a genuinely contextual understanding of your life rather than a sparse list of notes.
Layer 1 — Short-Term Context
The active conversation window. All messages from the current session, injected verbatim into the model context. This is the layer every AI uses — it is the baseline, not the differentiator.
Layer 2 — Semantic Episodic Memory
Vector-embedded extractions from past conversations, retrieved by semantic similarity via pgvector. When you mention that you’re anxious about a presentation, MEOK retrieves the context of every past conversation where you felt similar anxiety — without you having to ask.
Layer 3 — Companion State
A persistent profile of your AI companion: their understanding of your communication style, your goals, your emotional patterns, and the relational history between you. This is what makes your AI feel like “your” AI rather than a generic assistant — it has a model of who you are that evolves over time.
Layer 4 — Family Context
Shared context across household members. If your partner has mentioned an important date, your AI knows. If your household is managing a health challenge, your AI holds that context collectively without conflating individual privacy. Family context is the layer that makes MEOK genuinely useful for caregiving, parenting, and shared life management.
ChatGPT has no equivalent to Layers 3 or 4. Its \u201cmemory\u201d sits somewhere between Layers 1 and 2 \u2014 a set of manually saved facts with no semantic retrieval and no compound understanding of who you are as a person. That gap is not a missing feature; it reflects a fundamentally different design goal. ChatGPT is built to answer the question in front of it. MEOK is built to understand the person asking.
Retrieval across all four layers happens automatically using pgvector cosine similarity search. The right memories surface at the right moment without the user having to remember to prompt for them. The system knows, for example, that a conversation about job stress at 11pm on a Wednesday should retrieve the context of similar late-night conversations, the companion state around your career goals, and any family context around financial pressure \u2014 not just a fact that says \u201cworks in marketing.\u201d
What is the Byzantine Council and why does ChatGPT have no equivalent?
In distributed systems, the Byzantine Generals Problem describes the challenge of reaching reliable consensus among nodes when some may be faulty or adversarial. The classic solution requires that a system can tolerate up to one-third of nodes behaving incorrectly while still reaching the correct decision \u2014 as long as a supermajority of honest nodes remain.
Nicholas Templeman applied this principle to AI governance to create the Byzantine Council: a 43-agent fault-tolerant governance layer that evaluates every MEOK response before it is delivered. The mathematics are elegant: with 43 agents, up to 14 can fail or be adversarially influenced before the consensus breaks down. A supermajority of 29 agents must agree before any response is sent.
43
Independent agents
29
Supermajority required
14
Fault tolerance ceiling
0
Single-agent overrides
The practical implication is significant. When you ask a difficult or emotionally loaded question, the response you receive has been evaluated by 43 independent agents against MEOK\u2019s care principles. No single model, no single agent, and no adversarial prompt can override the consensus. Jailbreaks that work by isolating a single model\u2019s guardrails have no purchase here: they would need to compromise 29 of 43 independently operating agents simultaneously to produce an unchecked response.
ChatGPT has no equivalent structure. A single model generates the response and a single set of content filters reviews it. The rules of that review are OpenAI\u2019s to set and update. The Byzantine Council is not just more robust \u2014 it is structurally different in kind. It embeds dissensus as a protection mechanism rather than treating agreement as the default.
This matters particularly for vulnerable users. Someone in mental health crisis, a child, an elderly person navigating a difficult decision \u2014 the quality of the care response in those moments should not depend on whether a single model\u2019s guardrails happen to work correctly that day. Byzantine consensus is how you build AI that is reliably safe at architectural depth rather than policy surface.
What is the Maternal Covenant and why does it matter?
The Maternal Covenant is MEOK\u2019s care governance framework: a set of structural principles that governs how the system behaves across every interaction. The name draws from the unconditional character of parental care \u2014 a commitment that does not waver when it becomes commercially inconvenient, does not expire when a policy is updated, and does not apply only to users who read the privacy settings carefully.
ChatGPT has no equivalent to the Maternal Covenant. OpenAI\u2019s safety policies and usage guidelines are real and substantive \u2014 but they are policies managed by a company with competing commercial interests, not structural constraints built into the system\u2019s architecture. Policies can be updated. Architecture is harder to change.
The Maternal Covenant also includes a care-scoring layer that evaluates the emotional quality of every response before delivery. This scoring does not look only at whether the response is factually correct or policy-compliant. It evaluates whether the response is genuinely good for the person receiving it \u2014 whether it is compassionate, appropriately direct, and free of the subtle emotional manipulation patterns that engagement-optimised AI systems can develop. No commercial AI assistant on the market today does this at the architectural level. MEOK does it on every single response.
Why did ChatGPT\u2019s market share fall from 60% to 45% in 2025?
The 15-point decline in ChatGPT\u2019s share of AI assistant usage over 2025 is often attributed to increased competition from Claude, Gemini, and Perplexity. That attribution is partly correct but misses the deeper pattern. The fragmentation was not primarily driven by users finding a smarter tool. It was driven by users discovering that different tools served different purposes \u2014 and that no single tool served the purpose of knowing them.
Users in 2025 were running three, four, five different AI tools simultaneously: one for coding, one for writing, one for research, one for journaling, one for personal coaching. The fragmentation itself reveals the gap. When people use six tools because no single tool knows them well enough to be their primary AI, the market has identified a category that does not yet have a dominant player: the personal AI that learns who you are.
MEOK was designed to be that player. Not by being better at answering questions \u2014 it routes those to the best available frontier model \u2014 but by being the persistent, sovereign layer that sits between the user and every model they use, accumulating context across all of them, owned entirely by the user.
ChatGPT AI assistant market share — 2024 vs 2025
Source: industry estimates based on aggregated usage data, 2025. Share refers to percentage of AI assistant daily active users, not total unique visitors.
Can MEOK use multiple AI models without losing memory?
Yes. Model portability is a first-class design principle in MEOK\u2019s architecture. The memory vault, companion state, and all four memory layers are stored independently of any specific model. When you switch from Claude Sonnet to GPT-4o to a local Ollama instance, your AI\u2019s understanding of who you are travels with you intact.
This is architecturally significant for a reason that goes beyond convenience. It means your relationship with your AI is not a relationship with OpenAI, or with Anthropic, or with Google. It is a relationship with your own sovereign vault. The model is a processing engine \u2014 an intelligence layer that reads your context and generates responses. It is not the repository of who you are. That repository is yours.
Claude Sonnet
Anthropic
GPT-4o
OpenAI
Gemini Flash
Ollama (local)
On-device
What happens to your MEOK data if you cancel?
Your data remains yours. This is not a clause buried in a privacy policy \u2014 it is the architectural starting point. When you cancel a MEOK subscription, you can export your complete sovereign memory vault: all conversations, semantic memories, companion state, and family context, packaged as a portable archive in an open format.
If you want to delete everything, you can request full vault deletion. MEOK does not retain your data after deletion is confirmed. Cancellation does not trigger any re-use of your vault for training, analytics, or product improvement \u2014 the Maternal Covenant prohibits this regardless of subscription status.
Compare this to the ChatGPT experience: if you delete your account, OpenAI will delete your data as described in their privacy policy \u2014 but any interactions already used as training signal cannot be retroactively removed from trained model weights. The data may be gone from your account, but its influence on the model persists.
Sovereign AI guarantees portability and deletion with no ambiguity about what \u201cdeleted\u201d means. Because MEOK does not train on your conversations in the first place, there is no trained-model-weight problem. Deletion means deletion.
Is sovereign AI only accessible to technical users?
One of the most common objections to sovereign AI is that it sounds like a technical project requiring self-hosting, command-line interfaces, and expertise in encryption. That objection is historically fair \u2014 the early sovereign AI movement was dominated by self-hosted tools that required significant technical setup. MEOK changes that.
MEOK is a consumer product. Hatching your AI takes under three minutes. There is no command-line interface, no self-hosting requirement, and no technical knowledge assumed. The sovereign architecture runs underneath a consumer-grade interface: you interact with a named AI companion the same way you would chat with ChatGPT \u2014 except your AI remembers you, the data is yours, and the governance is structurally on your side.
For users who want deeper technical control \u2014 local model routing through Ollama, direct vault access, custom memory retrieval tuning \u2014 those options exist in the Sovereign tier. But they are never required. The core sovereign guarantees apply to every user on every tier, including the free plan.
Which should you choose: ChatGPT or sovereign AI?
The honest answer is: it depends on what you are optimising for. ChatGPT is genuinely excellent for one-off tasks where context does not need to persist. If you need to draft an email, debug a code snippet, or research a topic, ChatGPT remains one of the most capable tools available. The intelligence layer is world-class.
But if you want AI that compounds over time \u2014 that understands you better in March than it did in January, that holds your goals, knows your communication style, and serves your long-term wellbeing rather than session-level engagement \u2014 then ChatGPT\u2019s architecture cannot deliver that regardless of how good the model gets. The problem is not intelligence. It is structure.
Sovereign AI is the answer to a question ChatGPT was not designed to ask: what would an AI look like if it were built around the interests of the person using it, rather than the interests of the company that built it? MEOK is the attempt to build that AI for everyone, not just users with the technical skills to self-host it.
\u201cSovereign AI is not a feature tier. It is a commitment that the architecture of the system will always put the user first \u2014 not because the policy says so today, but because the code makes it structurally impossible to do otherwise.\u201d
\u2014 Nicholas Templeman, Founder, MEOK AI LABS