1How does prefix KV caching reuse work across requests, and how does hit rate affect TTFT and cost?
2How are short-term and long-term memory tiered (working memory vs external vector store)?
3How do retrieval services (RAG) integrate with memory services, trading off relevance vs latency?
4How to control long-session cost (window trimming, summarization, cached prefixes)?
5How are prefix caches invalidated and rebuilt when system prompts or history change?