|
|
|
|
|
by Manoj58
358 days ago
|
|
hey, thanks for the article reference. i read it. that's the exact problem we've been solving! Context bloat vs. memory depth is the core challenge. our approach tackles this by being selective, not comprehensive. We don't dump everything into context - instead, we: - use graph structure to identify truly relevant facts (not just keyword matches)
- leverage temporal tracking to prioritize current information and filter out outdated beliefs
- structure memories as discrete statements that can be included/excluded individually
the big advantage? Instead of retrieving entire conversations or documents, we can pull just the specific facts and relevant episodes needed for a given query. it's like having a good assistant who knows when to remind you about something relevant without overwhelming you with every tangentially related memory. the graph structure also gives users more transparency - they can see exactly which memories are influencing responses and why, rather than a black-box retrieval system. ps: one of the authors of CORE |
|
I solved this by building holonically, same structure as you have it seems roughly, so I actually, through a ui can grab a holon and inject it into context including its children ( holon ~ nested heirarchy ), And I usually use semantic search so Ill add that in as well.
I have not added agentic memory flows yet, like when a model asks itself if it has what it needs and allows itself to look deeper.. have you?
I have agentic flows with other things, about 15 cascading steps between user and ai response, but have not done so with memory yet.
Im appreciating what you put together here.
Jonathan - Next AI Labs and IX Coach