From assistant, to digital self, to continuity
The route we're taking toward a digital self you own — the research behind it, the problems still open, and the other roads the industry is trying.
Contents
Why we publish a research roadmap
The tools keep getting smarter, and most of them are built to answer one question: what else can AI do for a person? Gedo’s research program starts from a different one: can AI keep a person?
Keep the way you think. Keep the people and things you care about. Keep the values behind the choices you make, one ordinary day at a time — the part of you that no feed, no chatbot, no productivity tool ever bothered to hold on to.
This page sets out our answer in the form of an engineering plan: the route we have chosen, the published research it rests on, the problems that remain genuinely open, and the alternative routes the industry is pursuing. It also serves as our long-term product roadmap — what has shipped, what is in development, and what remains, honestly, research.
How to read this page
Every forward-looking statement carries a stage label: Today (live and in daily use), Underway (partially live), or The long road (future tense only — without exception). Where the research is unsettled, or where the evidence runs against our position, this page says so explicitly. Sources are cited throughout so that every claim can be verified.
We publish this roadmap for two reasons. Entrusting a system with years of individually approved memory is a significant decision, and anyone making it is entitled to see the full route rather than only its destination. A route written down with citations is also a form of self-discipline: it obliges us to keep every commitment specific and falsifiable.
The route at a glance
One road, three stages. Each stage is useful in its own right, and each — with your line-by-line approval — produces precisely the material the next stage requires. This coupling is the core of the design: every stage is both a product and the foundation of the one that follows.
An assistant that truly knows you
Most tools record tasks. Gedo records a life. You use it to think clearly, set direction, and grow; it uses every step to know you better.
- Four-layer memory: episodes, entities, state, narrative — with provenance on every line
- Confirm-to-save: nothing enters memory without your explicit OK
- Nightly consolidation, like a sleeping brain distilling the day
A self that represents you
When memory runs deep enough, knowing you can start to travel — the same consented core, exposed through new surfaces.
- Public persona that answers for you, behind red lines you set — live
- Portable memory: .gmp export and an MCP endpoint into any AI you trust — live
- Your own twin model, trained only on samples you approve — coming soon
- Digital-world errands handled in your name — ahead, future tense
Something of you that lasts
Not an upload — an accumulation. Every memory you approve, every answer you correct, is one small act of preservation, checked by the only qualified reviewer: you.
- Continuity as a habit, not a miracle — built while you are here to verify it
- For the living: never a reconstruction of someone who is gone
- Future tense only; the order of the road does not reverse
Not a miracle — a habit.
The remainder of this page presents the technical case for this route: why each stage is feasible, what the published research indicates, and why we advance it step by step rather than by leaps.
Stage 1 · An assistant that truly knows you
Status: today — live and in daily use. The foundation of everything that follows is memory — the layer that the current generation of AI systems has largely deferred.
The memory problem
Large language models are stateless: each conversation starts from zero, and a bigger context window is not a memory. The evidence here is unusually consistent. Models retrieve well from the start and end of a long context but degrade sharply in the middle — the "lost in the middle" effect[6]. Follow-up work found that every one of eighteen frontier models tested degrades as input grows, even on trivially simple tasks — "context rot"[7]. And on sustained multi-session interaction, commercial assistants drop roughly 30% in accuracy, with knowledge updates and temporal reasoning the weakest abilities[8]. Remembering a person is a data-modeling problem, not a context-size problem.
What the field converged on
Between 2023 and 2026, agent-memory research — from the generative-agents memory stream[1] and MemGPT’s virtual-context management[3] to cognitive-architecture work[4] and a wave of neuroscience-inspired systems — converged on a handful of principles:
- Keep episodes, derive the profile. Raw, timestamped experience is ground truth; the semantic layer (facts, entities, your evolving portrait) should be derived from it, and re-derivable — extraction-only pipelines that discard the original context lose information you cannot get back[4][5].
- Consolidate offline. A separate, idle-time process that distills episodes into patterns — the way sleep consolidates memory — improves quality and cuts serving cost several-fold on predictable queries[12]. Reflection-style abstraction has been core since the first generative agents[1].
- Supersede, never silently overwrite. Facts about a person change. Systems that model temporal validity — this was true, then it stopped — outperform ones that destructively update, and they preserve the audit trail[13].
- Forget deliberately. Memory that only grows degrades under interference; decay-and-reinforcement policies date back to the earliest companion-memory work[11].
How Gedo builds it
Gedo’s four-layer memory implements these principles — with one deliberate deviation. Nearly every system in research and production writes memory autonomously: the model decides what to add, update, or delete about you[14][15]. Gedo makes the write path user-approved instead. The AI extracts candidate memories from conversation; each awaits your confirmation before it is stored. This single design choice provides three properties the literature identifies as necessary: provenance (every memory traces to a moment you approved), contamination resistance (incorrect or stale facts are rejected at write time, and your corrections are themselves training signal), and verifiability — the property on which stage three depends entirely.
What we deliberately do not claim
Public memory benchmarks currently face a credibility problem: headline scores on the standard long-conversation benchmark have been publicly disputed between vendors, with corrections spanning twenty percentage points[9]. We therefore do not advertise benchmark scores. Internal evaluation follows the five-ability taxonomy of LongMemEval[8] — extraction, multi-session reasoning, temporal reasoning, knowledge updates, and abstention — on data shaped like real usage.
Stage 2 · A self that represents you
Status: underway — partially live. Representation is not a separate system; it is the same consented memory core, exposed through additional surfaces. Two of the four surfaces below are live today; one is coming soon; one remains firmly in the future tense.
The evidence that a faithful self is possible
The strongest results in the field come from Stanford’s line of work. In 2023, twenty-five prompted agents in a sandbox town produced believable, coordinated social behavior[1]. In 2024, the same group built generative agents of 1,052 real people from two-hour interviews: on canonical social surveys, the agents matched each person’s answers at about 85% of that person’s own consistency with themselves two weeks later[2]. Two details of that study bear directly on our route. First, rich first-person material is the active ingredient — interview-grounded agents beat demographic profiles by more than ten points, and combining data modalities scored highest. Second, humans only replicate their own answers about 81% of the time — so "indistinguishable from you" is the wrong promise. The honest, achievable target is: as consistent as you are with yourself.
This is precisely why stage one is not a detour. Months of approved memories, corrections, and structured self-assessments constitute exactly the "rich first-person data" this research identifies as the primary fidelity lever — accumulated with consent, in the course of daily use, rather than extracted in a laboratory session.
Context or weights: the order of the two
Should a digital self reside in retrieved context or in personal model weights? The comparative evidence is clear on sequencing: retrieval over a user’s own history yields roughly +15% on personalization benchmarks, per-user fine-tuning alone about +1% — yet the combination outperforms both, and the value of personal weights grows as history deepens, capturing voice and style that retrieval cannot express[17][16]. Gedo is therefore memory-first today, with the twin model — your own model, coming soon — as the selective second step: trained only on samples you approve, under a separate revocable consent, exclusively on our own infrastructure. More like you — never "a perfect clone."
One more research result quietly shapes this architecture. Machine unlearning — removing one person’s data from a trained shared model — does not reliably work; in one striking result, a model that had "forgotten" retained 21% of the target knowledge, and simple 4-bit compression brought 83% of it back[18][19]. That is why your data never enters shared weights. Memory rows delete exactly. A personal adapter deletes exactly. Revoking twin consent physically deletes both the data and the model — deletion you can reason about, not deletion we promise to approximate.
Known failure modes, and our countermeasures
- Personas drift. Models measurably lose their persona within roughly eight conversational rounds as attention to the original instruction decays[21]. A represented self must therefore be re-grounded in your actual memory at every turn — a property a retrieval-first architecture provides by construction.
- Assistants flatter. Preference-trained models bend toward whoever they’re talking to[20]. A persona that answers for you must hold your positions under a stranger’s pushback; ours anchors to your recorded views and hard red lines you set at publish time.
- Summaries flatten. Personas mediated by trait labels drift toward a stereotype of someone like you; grounding in your own words and episodes resists caricature better than any label[22].
- Fidelity has no metric. Every published attempt to measure "sounds like me" finds models below human baselines, with style the weakest axis[23][24]. Our evaluation harness therefore makes you the judge — the only ground truth that exists for this question.
Stage 3 · Something of you that lasts
Status: the long road — future tense only. Some call this digital immortality. We use a quieter and more accurate word: continuity. Not the science-fiction upload — that requires technology nobody has. Continuity is what a decade of approved, corrected, consolidated memory quietly becomes: a digital counterpart of how you think, taking shape while you are here to check its work.
That final clause carries the entire design. Verifiability during one’s lifetime is the one property no after-the-fact reconstruction can possess — and it exists only if the assistant came first. This is why the order of the road does not reverse.
Findings from research and from the market
The ethics literature draws one line through this whole territory: whose data, and consented when? Researchers at Google DeepMind and CU Boulder proposed classifying "AI afterlives" by provenance and timing — self-created while alive versus reconstructed by others after death[25]. The Cambridge study that anchors the field examined the harm scenarios — personas inserting advertising in a loved one’s voice, children left talking to a parent’s bot, survivors unable to switch it off — and called for disclosure, adult-only interaction, dignified retirement procedures, and consent captured in life[26].
Commercial history points in the same direction. Products positioned around death have consistently failed or repositioned: the pioneer of filmed legacy testimony entered bankruptcy in 2024, and the most prominent "legacy AI" startup pivoted in 2025 toward serving the living, having found that its users wanted a lifetime digital self rather than a memorial. The legal picture is equally clear about how little protection exists: EU data-protection rights largely end at death, and only a small number of jurisdictions — France’s post-mortem data directives being the most instructive model — allow a person to set binding rules in advance.
The boundary: Gedo is for the living
We are not building digital ghosts, and we will not market to grief. Gedo accompanies you now; a digital self emerges as the by-product of a life being lived well — first a good assistant, only then a true digital self. If continuity features ever ship, they will be built on consent and directives you record while alive, with disclosure always on — and they stay future tense until then.
Industry routes
The industry broadly agrees on the destination — an AI that deeply knows its user — while disagreeing, in concrete and testable ways, on the route. Five alternative routes are currently being pursued at significant scale. Each contains something worth learning from; several have also produced instructive failures.
Long-context maximalism
frontier labsIf context windows grow large enough — "your whole life in the prompt" — dedicated memory becomes unnecessary. The most prominent statement of this position envisions a trillion tokens of context holding every conversation, book, and email of a person’s life.
Architecturally simple; in-context retrieval keeps improving; no memory pipeline to maintain or trust.
Ambient capture
screen recorders, AI pendantsRecord everything you see, hear and do; perfect memory falls out of total capture, with zero effort from you.
Nothing is missed; recall of detail is genuinely strong; user effort is zero.
The trust record is consistently poor: the flagship screen-recorder required a year of security redesigns before shipping; both prominent pendant startups were acquired by trillion-dollar platforms within eighteen months — one discontinuing European service overnight — and bystanders never consented to any of it. Capture without an explicit consent step has repeatedly failed in public.
Implicit platform memory
big-lab assistantsThe assistant quietly learns you from every chat; personalization should be invisible, automatic, and effortless.
Frictionless at hundreds of millions of users; quality improving fast; free.
What the system believes about you, and why an answer changed, cannot be fully inspected; separate spheres of life bleed into one another; and the profile is entangled with the platform’s ecosystem — in one case, explicitly with advertising. Inspectability is being retrofitted under regulatory pressure; ownership is not offered.
Clone-first
expert-clone & companion platformsBypass the assistant stage: capture a persona directly — from uploaded content and recorded likeness — and present it to an audience in your place.
Proved real demand for "a self that answers for you," with real creator revenue; photoreal voice and video are now rentable infrastructure.
PKM / second brain
notes tools with AI layersYou curate your knowledge in documents you own; AI becomes a layer over your notes.
The strongest existing practice of inspectable, portable, user-owned memory — the ownership pole of the whole industry.
It knows only what is deliberately typed into it: no conversational capture, no consolidation, no identity layer, nothing that answers as you. A vault of notes is an archive, not a counterpart.
Route comparison
| Route | Memory comes from | Inspect & edit | Take it with you | Builds toward |
|---|---|---|---|---|
| Long-context maximalism | Everything in the prompt — the window is the memory | No structured memory to inspect | Raw logs at best | One frontier model that re-reads your life each time |
| Ambient capture | Always-on screen / audio recording | Rarely — capture precedes consent | Weak; the custodian can change overnight | Perfect recall of everything you did |
| Implicit platform memory | A background profile learned from your chats | Partially — summaries editable after the fact | Improving, but asymmetric | Convenience and retention for a general assistant |
| Clone-first | A corpus you upload; style over history | Varies by platform | Mostly locked in-platform | A public character that performs like you |
| PKM / second brain | Notes you write yourself | Fully — the memory is the document | Strong (plain files) | A knowledge base with AI on top |
| Gedo | Memories you approved, one line at a time | Fully — every memory readable, editable, deletable | Full export (.gmp) + a live memory endpoint | A digital self you own, verified against your life |
The rationale for our route
Our route is more expensive than the alternatives in the one currency most products optimize: user effort. Consented capture gathers less data than ambient capture, and confirmation adds a step that silent profiling omits. We accept this trade deliberately, for two reasons. First, the field’s research on transparency converges on a single finding: users trust memory they can see, edit, and trace — a property the implicit-memory platforms are now retrofitting under pressure, and one our architecture provides by construction. Second, the deeper goal — a self that represents you, and eventually one that lasts — is credible only if every layer beneath it has been verified by you. That property cannot be retrofitted.
One strategic position follows directly: memory must not function as a lock-in mechanism. While the industry spent early 2026 in a portability race under regulatory pressure, Gedo ships full export and a live memory endpoint rather than asymmetric import funnels — a digital self that cannot leave with its owner is not owned. Retention should rest on the quality of the counterpart we build, not on the cost of leaving.
The open problems
A roadmap that lists only features is marketing. What follows are the eight problems we consider load-bearing for the entire route, each labeled with its current standing. Two are open research questions that no one — ourselves included — has solved.
Memory that stays true for years
Thousands of similar memories interfere; facts go stale; people change their minds. Retrieval alone cannot tell "no longer true" from "highly relevant"[8]. We consolidate nightly, supersede instead of overwriting, and keep provenance on every line — and we test hardest on knowledge updates and temporal reasoning, the two abilities the benchmarks show are weakest.
Measuring "sounds like you"
There is no accepted metric for fidelity to a specific person; models score below human baselines on every benchmark that tries, and style is the weakest axis[23][24]. Our harness makes you the judge: occasional repeat questions establish your own consistency baseline — the same normalization the strongest research uses[2] — and your digital self is held to it.
A personal model from a small corpus
Research says retrieval beats fine-tuning until personal history runs deep — then weights capture voice that retrieval cannot[17]. The twin (coming soon) trains only on samples you approve, on our own infrastructure. The open question we share with the field: graduating consolidated memory into weights without staleness or deletion liability.
Forgetting that actually forgets
Machine unlearning cannot reliably remove a person from shared weights — "forgotten" knowledge has resurfaced after simple compression[18][19]. So your data never enters shared weights. Memory rows delete exactly; a per-user model deletes exactly; revoking twin consent physically deletes both data and model.
Representing you without flattering everyone
Preference-trained assistants drift toward agreeing with whoever they talk to[20]. A persona answering for you must hold your positions under a stranger’s pushback. We anchor personas in your recorded views and hard red lines, and treat drift under conversation as a regression to test — not a curiosity.
A self that ages with you
You will change; a faithful snapshot slowly becomes an unfaithful fossil. Nobody has published a years-long study of a personal model tracking its person — the timescale exceeds the field’s age. Our bets: keep the self model-independent so it survives model churn, and make your ongoing corrections the aging mechanism.
A self that cannot be faked or stolen
Anything built to sound like you is, by construction, an impersonation primitive. Our personas ship behind red lines and always disclose they are AI — the direction EU transparency rules now mandate. The industry-wide unsolved part: cryptographically binding a persona to verifiable, revocable authorization from the person it represents.
Acting in your name
Agent reliability decays sharply with task length[28], and a mistake made as you is worse than a mistake made for you. Errands stay future tense until confirmation gates and checkpoints make them safe. The measured horizon of reliable agent work keeps doubling — the boundary will move, and we will move it carefully.
Where we honestly are
Today, Gedo stands between stage one and stage two. The assistant is real and in daily use. The persona already speaks for people; memory already travels to other AIs. The personal model is coming. Acting on your behalf — and everything past it — is still road ahead.
SHIPPED
- Four-layer memory with confirm-to-save
- Nightly consolidation
- Import your past: ChatGPT / Claude / Gemini exports, documents, links
- Public persona behind red lines you set
- Full memory export (.gmp) and hard delete
- Live memory endpoint + MCP connectors into other AIs
- Proactive daily agents: morning brief, care check-ins, reflection
IN DEVELOPMENT
- Twin model v1 — opt-in, trained only on approved samples, on our own infrastructure
- Fidelity harness — you as the judge, against your own consistency baseline
- Deeper insight engines over dimensions, entities and narrative
- Clients on every device
RESEARCH HORIZON
- Delegated digital-world errands, behind confirmation gates
- Year-scale drift tracking between you and your digital self
- Continuity directives: consent, access and retirement rules you set while you live
We won’t pretend the far end is near. This road takes years, and parts of it wait on research that does not exist yet. Our plan is simply to keep paving it — and to keep this page honest as we do.
The pact that makes the route possible
A thing that will one day mirror your mind has only one acceptable owner: you. This is not merely a value; it is a load-bearing engineering constraint. The architecture choices above (memory outside shared weights, provenance on every line, exact deletion) exist so that these four promises can be kept literally:
- Export everything, anytime — a portable .gmp memory pack; take it to any AI.
- Real deletion — hard-delete any single memory or the whole account; no soft-delete, no leftover backups.
- Pause memory with one switch; mark any single memory invisible to the AI.
- No training without your separate consent — including your own twin model; revoke anytime, and revoking physically deletes both the data and the model.
The more it becomes you, the more it must belong to you. No one entrusts themselves to a place they do not own — and the route described on this page depends on that trust being structurally justified, not merely promised.
References
The principal works cited on this page. Inclusion does not imply endorsement in either direction: several of these papers argue against aspects of our route, and are cited for precisely that reason.
- [1]Park, J.S. et al. (2023). Generative Agents: Interactive Simulacra of Human Behavior. arXiv:2304.03442
- [2]Park, J.S. et al. (2024). Generative Agent Simulations of 1,000 People. arXiv:2411.10109
- [3]Packer, C. et al. (2023). MemGPT: Towards LLMs as Operating Systems. arXiv:2310.08560
- [4]Sumers, T. et al. (2023). Cognitive Architectures for Language Agents. arXiv:2309.02427
- [5]Pink, M. et al. (2025). Position: Episodic Memory is the Missing Piece for Long-Term LLM Agents. arXiv:2502.06975
- [6]Liu, N. et al. (2023). Lost in the Middle: How Language Models Use Long Contexts. arXiv:2307.03172
- [7]Hong, K., Troynikov, A. & Huber, J. (2025). Context Rot: How Increasing Input Tokens Impacts LLM Performance. Chroma Research
- [8]Wu, D. et al. (2024). LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory. arXiv:2410.10813
- [9]Maharana, A. et al. (2024). Evaluating Very Long-Term Conversational Memory of LLM Agents (LoCoMo). arXiv:2402.17753
- [10]Jiménez Gutiérrez, B. et al. (2024). HippoRAG: Neurobiologically Inspired Long-Term Memory for LLMs. arXiv:2405.14831
- [11]Zhong, W. et al. (2023). MemoryBank: Enhancing Large Language Models with Long-Term Memory. arXiv:2305.10250
- [12]Lin, K. et al. (2025). Sleep-time Compute: Beyond Inference Scaling at Test-time. arXiv:2504.13171
- [13]Rasmussen, P. et al. (2025). Zep: A Temporal Knowledge Graph Architecture for Agent Memory. arXiv:2501.13956
- [14]Chhikara, P. et al. (2025). Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory. arXiv:2504.19413
- [15]Xu, W. et al. (2025). A-MEM: Agentic Memory for LLM Agents. arXiv:2502.12110
- [16]Tan, Z. et al. (2024). Democratizing LLMs via Personalized Parameter-Efficient Fine-tuning (OPPU). arXiv:2402.04401
- [17]Salemi, A. & Zamani, H. (2024). Comparing Retrieval Augmentation and Parameter-Efficient Fine-Tuning for Privacy-Preserving Personalization of LLMs. arXiv:2409.09510
- [18]Maini, P. et al. (2024). TOFU: A Task of Fictitious Unlearning for LLMs. arXiv:2401.06121
- [19]Zhang, Z. et al. (2024). Catastrophic Failure of LLM Unlearning via Quantization. arXiv:2410.16454
- [20]Sharma, M. et al. (2023). Towards Understanding Sycophancy in Language Models. arXiv:2310.13548
- [21]Li, K. et al. (2024). Measuring and Controlling Instruction (In)Stability in Language Model Dialogs. arXiv:2402.10962
- [22]Cheng, M., Piccardi, T. & Yang, D. (2023). CoMPosT: Characterizing and Evaluating Caricature in LLM Simulations. arXiv:2310.11501
- [23]Wang, X. et al. (2024). InCharacter: Evaluating Personality Fidelity in Role-Playing Agents through Psychological Interviews. arXiv:2310.17976
- [24]Samuel, V. et al. (2024). PersonaGym: Evaluating Persona Agents and LLMs. arXiv:2407.18416
- [25]Morris, M.R. & Brubaker, J.R. (2024). Generative Ghosts: Anticipating Benefits and Risks of AI Afterlives. arXiv:2402.01662
- [26]Hollanek, T. & Nowaczyk-Basińska, K. (2024). Griefbots, Deadbots, Postmortem Avatars. Philosophy & Technology 37, 63
- [27]Peng, T. et al. (2025). Twin-2K-500: A Dataset for Building Digital Twins of Over 2,000 People. arXiv:2505.17479
- [28]METR (2025). Measuring AI Ability to Complete Long Tasks.
- [29]Shi, H. et al. (2024). Continual Learning of Large Language Models: A Comprehensive Survey. arXiv:2404.16789
- [30]Knodel, M. et al. (2024). How To Think About End-To-End Encryption and AI. arXiv:2412.20231
From assistant, to digital self, to continuity — slow, but every step counts.
— The GEDO team
GEDO PTE. LTD.