RDLTR

Short for Read Later. Save links from any browser or phone. Click to save, read to clear. The full tour

One topic. Every takeSeek and you shall find

Reading up on retrieval-augmented-generation

2 deep · digging since apr 29

  • memory.cobanov.dev favicon
    How AI Agent Memory Works

    An interactive essay explains how agent memory systems work through context windows, embeddings, and retrieval architectures to overcome LLM statelessness.

  • softwaredoug.com favicon
    Can agents replace the search stack?

    Using a basic BM25 or e5 retriever with an LLM agent can achieve 0.289→0.453 NDCG on Amazon ESCI by reasoning over queries, but this approach fails on passage retrieval where the embedding model already knows best.