Everybody builds one. And, then they usually figure out that making the model fill its context with a bunch of memories hurts performance more often than it helps.
Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
11–20 of 49 posts
Re: Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
#12Given the abundance of vaguely similar local-first AI memory layers, it might be a good idea to add a "Why Mnemo" section right at the top of README.md to explain why folks should consider using it.
> Most LLMs forget everything the moment a conversation ends. mnemo fixes that
Even the opening line of the README is obviously very out of date. Might be true if you’re raw-dogging a model or using a basic agent SDK
Re: Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
#13Re: Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
#14Given the abundance of vaguely similar local-first AI memory layers, it might be a good idea to add a "Why Mnemo" section right at the top of README.md to explain why folks should consider using it.
Or just wait a week and whatever’s built into your harness de jour will be as good or better than whatever homebrew solutions are out there > Most LLMs forget everything the moment a conversation ends. mnemo fixes that Even the opening line of the README is obviously very out of date. Might be true if you’re raw-dogging a model or using a basic agent SDK
LLMs do not have memory and these "memory" systems that everyone makes don't change that fact. They just clutter up context with probably irrelevant noise. I don't want the LLM to remember everything I've ever said and try to make every project align with often contradictory or unrelated facts, rules, guidelines, practices, whatever, because when it tries it gets messier and makes worse software.
I don't want the LLM to be my friend and remember my birthday. I have it write plans, developer docs, test suites, and static analysis into every project. That's the "memory". It's compatible with every agent, it's in their native tongue (Markdown and code), and it's focused on the specific project.
Re: Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
#15Everybody builds one. And, then they usually figure out that making the model fill its context with a bunch of memories hurts performance more often than it helps.
Re: Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
#16Given the abundance of vaguely similar local-first AI memory layers, it might be a good idea to add a "Why Mnemo" section right at the top of README.md to explain why folks should consider using it.
Re: Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
#17Given the abundance of vaguely similar local-first AI memory layers, it might be a good idea to add a "Why Mnemo" section right at the top of README.md to explain why folks should consider using it.
Or just wait a week and whatever’s built into your harness de jour will be as good or better than whatever homebrew solutions are out there > Most LLMs forget everything the moment a conversation ends. mnemo fixes that Even the opening line of the README is obviously very out of date. Might be true if you’re raw-dogging a model or using a basic agent SDK
Re: Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
#18Everybody builds one. And, then they usually figure out that making the model fill its context with a bunch of memories hurts performance more often than it helps.
That's why I always ask: got benchmarks?
Re: Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
#19Is there any relevance with another tool call mnemon?
Re: Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
#20for a while i used Obsidian but it was not very good with hosted tools like claude.ai then i moved to a combination of Linear and Notion. Still using Linear but Notion ended up being a royal pain: it is built for humans not agents. It is block based and when multiple agents use it there is a lot of corruption in the process.
I wanted a markdown only, notion built for agents that can work with multiple agents so built one: markbase.cloud
feel free to try and use it. i think it's useful