Akashic addresses the inefficiency of replaying full conversation histories in LLM agents by organizing context into bounded chunks and modeling semantic relationships between them. This approach preserves cross-chunk evidence without repeatedly rewriting the entire history, reducing prefill costs and context limit exceedances. The system further employs hardware-software co-design to co-locate likely co-retrieved chunks, optimizing memory access patterns for improved serving efficiency.
- MemAttention chunks context to avoid full-history replay, lowering prefill costs.
- Semantic modeling across chunks preserves relevant evidence without bloat.
- Hardware-software co-design co-locates frequently retrieved chunks for speed.
- Mitigates context limit issues and quality degradation from irrelevant content.