NewsLab
Apr 29 12:11 UTC

MenteDB – open-source memory database for AI agents (Rust) (github.com)

20 points|by mentedb||2 comments|Read full story on github.com

Comments (2)

2 shown
  1. 1. solarkraft||context
    Has anyone made a comprehensive overview of these? A lot of memory solutions keep springing up but I’m not even entirely sure what to evaluate them by (without hands on experience).
  2. 2. mentedb||context
    I'm biased since I built this, but the things I'd look at: how memories are stored (flat text vs typed), what happens when info conflicts (does it detect contradictions or just store both), and whether it runs locally or cloud only.

    My take is that pure memory is just one piece. What I'm really trying to build is a cognitive engine. Typed memories, contradiction detection, pain signals when you're about to repeat a mistake, decay and reinforcement. Less "store and retrieve" and more how memory actually works.

    There's an interactive demo at https://demo.mentedb.com if you want to see it in action.