Abstract
Third in the Project Hydra series. The first two articles laid out the dream and the diagnosis. This one is about naming the slice I picked and committing to ship it as my final-year project. The slice has a Greek word behind it, a cognitive-science insight underneath it, and a deadline next April.
---
Welcome back.
Article #1 sketched the dream, an AI that genuinely knows you, doesn't reset every morning, doesn't ship your data to somebody else's database. Article #2 was the diagnosis. Every shipping personal AI today fails at memory, and they all fail at the same step. The consolidation step. The moment the AI compresses your recent conversation into longer-term memory, that compression can hallucinate, and the hallucination poisons everything downstream.
I closed article #2 by naming the slice I would build first. The fact-checker for consolidation. The one component that, if you get it right, makes the rest of Hydra possible.
This article is about what happened to that slice next.
It got a name.
---
What the Slice Is, In Plain Language
If you haven't read the earlier articles, here is the slice in one paragraph.
Every time the AI compresses recent conversation into structured long-term memory, an automated check tears the new memory apart claim by claim and asks: did the user actually say this? Claims that aren't supported by the original conversation get flagged. Bad consolidations get rejected before they corrupt anything. Without this check, the long-term memory silently fills with confidently asserted falsehoods over weeks and months. With it, the assistant's memory of you stays honest.
That is the slice. Narrow, specific, defendable.
---
A Funny Thing About Memory
Here is the part I keep coming back to.
When you remember a conversation you had three months ago, you don't replay a video file. You reconstruct. Some pieces are vivid, where you were sitting, what they said about their kid. Most are not. Your brain does not store the full transcript. It stores fragments and structures and tags, and at the moment of remembering it assembles a plausible whole from those pieces.
Sometimes the assembly is faithful. Sometimes it isn't. Eye-witness research is depressing reading.
But the system works. You hold years of friendships without drowning in their full transcripts because you never tried to. The brain has four functional memory tiers, each with its own region and its own job, and they cooperate to produce something that feels continuous but is actually being reassembled, on demand, from durable storage every time you think.
| In the brain | In ANAMNESIS |
|---|---|
| Working memory, prefrontal cortex (the current moment held in active focus) | Working memory: the active conversational turn |
| Episodic memory, hippocampus (raw experience indexed by time and context) | Episodic memory: every turn stored verbatim in a vector database |
| Semantic memory, distributed cortical networks (distilled facts and beliefs) | Semantic memory: structured pages with explicit cross-links, like a personal wiki |
| Procedural memory, basal ganglia and cerebellum (learned skills and habits) | Procedural memory: a small fine-tuned model that learns your voice |
The hippocampus consolidates the day's experience while you sleep. Episodes that mattered get migrated into structure. Fragments fade. By morning the raw experience has been turned into something you know.
That is what current AI doesn't do. It tries to hold everything in working memory, hits the limit, throws the older parts away, and never builds the structure. There is no consolidation step. There is no faithfulness check.
ANAMNESIS gives an AI assistant that consolidation step. And then it adds the part the brain doesn't actually have: an automatic check on whether the consolidation was honest.
---
The Name
So why "ANAMNESIS."
Plato had a theory of memory I read about somewhere along the line and forgot the source of, which is appropriate given the topic. The theory was that we don't acquire knowledge so much as recover it. The knowledge is already there, buried in the soul, and what feels like learning is actually a kind of remembering. The Greek word for it was anamnesis. The recovery of knowledge that was always there.
The system does exactly that. The episodes were always there. The semantic page is recovered from them, structured from fragments, in the same way the brain recovers a memory by assembling pieces around a context cue.
The name is a Greek philosophy reference to a cognitive-science process embedded in a software system. I like that the etymology actually works. I also like that it sounds like a system you would name, not a marketing label someone slapped on a chat app.
I checked. Nobody else in the AI memory space has taken it.
---
Why It's the FYP
The slice is also a good final-year project, which is why it is the one I am shipping in academic year 2026 to 2027.
The reasons are practical. The FYP has bounded scope: deliverables, deadlines, a thesis, a viva. Hydra as a vision does not. The slice is small enough to actually finish in 44 weeks. The contribution is measurable, a benchmark and a comparative evaluation produce real numbers. The gap in the literature is real and named by multiple published sources. The work touches every Computer Science subfield I want to grow into during this final year: machine learning, NLP, information retrieval, evaluation methodology.
When the slice graduated from "thing I am building inside Hydra" to "thing with its own scope, its own timeline, and its own deliverables", giving it its own name was the next move. ANAMNESIS is what makes it a project I can defend on its own merits, separate from the Hydra vision it lives inside.
Hydra is the multi-year programme. ANAMNESIS is what ships in April.
---
What's Next
The supervisor email goes out this week. The first chapter of the thesis is due in early July. The proof of concept is due in December. The final submission is on 1 April 2027.
If you have been following Project Hydra, you now know what I am building first. The slice has a name. The name has a story. The story has a deadline.
The date on this post is the date the flag was planted.
---
Series so far:
Welcome back to the series.
---
