I have a request: can this text be even more AI generated?
We built a persistent agent memory layer on Elasticsearch with 0.89 recall
31–40 of 55 posts
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#32Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#33Earlier quoted context omitted.
I’m literally laughing at the root comment’s idea of proposing we replace ES with SQLite and imagining how that architecture review would go. Not everyone is doing MB/GB scale workloads.
that would be a pretty frail architecture too, I think I recall ES even saying not to rely on it for data persistence. Every time I've worked with ES it was always backed by some other database used as a source of truth.
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#34- Hybrid recall + reranker: Two searches merged, then re-scored for best matches
- Supersession: Old facts get hidden, new ones take their place
- Decay: Recent or often‑used memories get a score boost
- DLS: Each user only sees their own documents
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#35Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#36Summary of the article ( https://pastebin.com/aawJfrF6 ) since the original one is like reading an academic paper filtered through an LLM that hates human readers. It seems like a cool approach. Don't know if it's novel but it's much smarter than "shove markdown files into directories".
Is it, though? I mean, is there evidence "bunch of markdown files" is bad while "database the model has to be instructed how to use" is good? `rg` is fast as hell. Markdown is the LLMs native tongue. It does require maintenance of the Markdown files to keep them current, but maybe explicit management is fine. The models can do the grunt work.
BMDF (Bunch of Markdown Files) can be checked into the git repo, they travel to any developer on the project without any setup or special auth, any agent and any model can read them with no special tools to install, and humans can easily poke around and read them, too. And, they can be part of the PR review process, documenting the code and intentions.
I can't come up with good arguments for why a database or search index would be better than documentation in Markddown for any of my projects.
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#37is there any proof that all these shenanigans impove agent performance
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#38is there any proof that all these shenanigans impove agent performance
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#39Summary of the article ( https://pastebin.com/aawJfrF6 ) since the original one is like reading an academic paper filtered through an LLM that hates human readers. It seems like a cool approach. Don't know if it's novel but it's much smarter than "shove markdown files into directories".
> but it's much smarter than "shove markdown files into directories". Is it, though? I mean, is there evidence "bunch of markdown files" is bad while "database the model has to be instructed how to use" is good? `rg` is fast as hell. Markdown is the LLMs native tongue. It does require maintenance of the Markdown files to keep them current, but maybe explicit management is fine. The models can do the grunt work. BMDF…
Re: We built a persistent agent memory layer on Elasticsearch with 0.89 recall
#40Summary of the article ( https://pastebin.com/aawJfrF6 ) since the original one is like reading an academic paper filtered through an LLM that hates human readers. It seems like a cool approach. Don't know if it's novel but it's much smarter than "shove markdown files into directories".
> but it's much smarter than "shove markdown files into directories". Is it, though? I mean, is there evidence "bunch of markdown files" is bad while "database the model has to be instructed how to use" is good? `rg` is fast as hell. Markdown is the LLMs native tongue. It does require maintenance of the Markdown files to keep them current, but maybe explicit management is fine. The models can do the grunt work. BMDF…
tl;dr https://www.elastic.co/search-labs/blog/agent-memory-elastic...