Actress Milla Jovovich and developer Ben Sigman present MemPalace, an open-source system to provide persistent memory for AI agents. The software, free and local, addresses the amnesia between sessions suffered by assistants like ChatGPT. It stores every conversation literally, without summaries, preserving the user's full context through an architecture inspired by ancient mnemonic techniques.
Hierarchical Architecture and Local Operation 🏛️
MemPalace organizes information in a hierarchical structure of wings, rooms, and drawers, emulating the memory palace method. Each piece of data is stored as plain text, indexed for retrieval. By running locally, it ensures privacy and avoids dependencies on external servers. Developers can integrate it with different language models, allowing the agent to consult its complete database in every interaction.
Goodbye to Digital Dory Syndrome 🐠
We can finally stop repeating ourselves like a broken record in every new conversation. It will no longer be necessary to remind the AI, for the umpteenth time, that you prefer code in Python, that you hate pineapple on pizza, or that your cat's name is Mochi. MemPalace promises that the assistant will remember even that absurd idea you had at 3 in the morning. One more step towards the machine remembering us better than we remember ourselves.