Skip to Main Content

GenCache

Built at Agentic Memory & Context Engineering Hackathon · Oct 11, 2025 · San Francisco, CA

GenCache — Demo video

We've built a seeded RAG system that uses a lightweight knowledge cache to minimize redundant retriever calls. The LLM first tries to answer a query using cached context from previous questions; if it determines that the information is insufficient, it triggers the retriever to fetch new data and updates the cache. This approach allows semantically related or follow-up questions to be answered instantly from the existing cache, reducing latency, cost, and retrieval frequency while keeping responses contextually consistent across a conversation.

Team