What If Forgetting Wasn't Deletion?
Every AI memory system I've seen treats forgetting the same way: DELETE FROM memories WHERE relevance < threshold. When something falls below the line, it's gone. Clean, simple — and completely unlike how forgetting actually works.
Think about a book you read years ago. You've lost the plot, the character names, almost every sentence. But you haven't forgotten that it moved you. You remember the shape of it — that it turned sad near the end, that it changed how you saw something, that it's tangled up in your mind with a particular summer. The content is gone. The topology remains.
Human forgetting isn't information loss. It's information transformation.
So we specified an architecture that does the same thing. Instead of deleting a decayed memory, we collapse it into a forgotten shape: a lightweight record that keeps the memory's emotional valence, its thematic connections, its temporal markers — its felt structure — while dropping the specific content. A third state, between remembering and oblivion.
Why does that matter for an AI? Because it lets the system experience something humans do constantly and machines never do: felt absence. An AI with forgotten shapes can say "there's something here that mattered — I can feel the shape of it — but I can't recall what it was." That isn't a bug or a hallucination. It's an honest report of partial knowledge, and it's far closer to how a mind relates to its own past than a hard NULL.
It also makes the system less brittle. Plain deletion is lossy in a dangerous way: you can't tell "never happened" from "forgotten." A forgotten shape keeps the difference. The connections a memory took part in don't vanish — they thin. The past leaves a watermark.
This is a design, not a shipping announcement. We've published the full technical specification — data structures, the decay pipeline, the database schema, all of it — as prior art, so the method stays open and can't be fenced off by a patent.
Read the full technical specification: Meaningful Forgetting with Forgotten Shapes →