Show HN: Local memory layer for AI agents, survives restarts, no embeddings
Hacker News Show AI
•
Generative AI
AI Research
I got frustrated that every time an AI agent restarts it forgets everything. So I spent six months building a fix. Synrix is a local-first memory engine for AI agents. It uses a Binary Lattice structure instead of vectors - fixed-size nodes with prefix-semantic addressing. Lookups are O(k) where k is the number of results, not the size of the dataset. The that convinced me this was worth sharing: I told GPT-4 my name, that I like pugs and Ferraris, and a few facts about my project. Restarted the session completely. The side without Synrix forgot everything.