Live data from Hacker News

Viewing profile — remembradev

remembradev

HN member
Joined
Sun, Mar 08, 2026, 1:22 PM UTC
HN karma
2
Public activity
9 items

About remembradev

Building Remembra - open-source semantic memory for AI agents.

https://remembra.dev | https://github.com/remembra-ai/remembra

Previously: DolphyTech (low-voltage + software)

Twitter: @remembradev Discord: discord.gg/Bzv3JshRa3

Recent public activity

  1. story
  2. comment
  3. comment
  4. comment
    Comment #47335139

    Great question on conflicts - this is something we spent a lot of time on. Remembra uses temporal edges on the knowledge graph. When you store contradictory info ("user prefers Pyt…

  5. comment
  6. story
  7. comment
    Comment #47321990

    Nice work on the hierarchy approach. The 5-level lazy loading is clever for keeping context small. We took a different path with Remembra - hybrid search (vector + BM25 keyword) in…

  8. comment
    Comment #47297334

    Interesting take on avoiding vectors. We landed somewhere in between with Remembra - hybrid search (vectors + BM25 fusion) but the real win came from entity resolution. The insight…

  9. comment
    Comment #47297329

    Great work on Engram. The consolidation and contradiction detection features are smart additions - episodic to semantic is exactly how human memory works. We've been working on a s…