BACK_TO_FEEDAICRIER_2
Nuggets adds holographic memory, persistent recall
OPEN_SOURCE ↗
YT · YOUTUBE// 21d agoOPENSOURCE RELEASE

Nuggets adds holographic memory, persistent recall

Nuggets is an open-source AI assistant that stores conversational facts with holographic reduced representations, then promotes frequently recalled facts into permanent context. It also layers on proactive messaging through a Telegram/WhatsApp gateway, so the assistant can check in and remind you instead of waiting for prompts.

// ANALYSIS

Hot take: this is a rare memory project that changes the storage primitive instead of just bolting retrieval onto a chat UI. The HRR approach is clever and lightweight, but the real test will be whether it stays understandable and reliable as the memory graph grows.

  • Pure TypeScript plus local JSON storage makes the memory engine unusually small and portable compared with vector-db-heavy assistants.
  • The 3+ recall promotion rule is a practical way to surface durable facts, but it can also ossify bad memories if the assistant over-promotes noise.
  • Telegram and WhatsApp support make the assistant feel active, which is where persistent recall becomes actually useful.
  • The project’s differentiator is the holographic memory model, not just “AI with memory,” which gives it a more interesting technical angle than most assistant demos.
  • For developers, the appeal is experimentation: you can inspect the memory engine, tweak the promotion logic, and see how far a non-RAG memory system can go.
// TAGS
nuggetsllmagentautomationopen-sourceself-hosted

DISCOVERED

21d ago

2026-03-21

PUBLISHED

21d ago

2026-03-21

RELEVANCE

8/ 10

AUTHOR

Github Awesome