On-device AI agents need RAG, but memory budgets are extremely small. EPIC, a framework by Lee, Kim, and Gong (ICML 2026), focuses on user preferences as a compact and stable form of personal context. Instead of compressing everything, it only retains preference-relevant information from raw data, and during retrieval it steers toward preference-aligned context.
Reported results
Across four benchmarks — conversation, debate, explanation, and recommendation:
- Index memory reduced by 2404x
- Preference-following accuracy improved by 20.17 percentage points
- Retrieval latency reduced by 33.33x
- Data sources: Where are user preferences extracted from — does this require active user annotation?
- Drift: How does the system adapt when preferences change over time — do incremental updates preserve consistency?
- Privacy: If a user's preferences are themselves privacy-sensitive, do the preference representations stored in the index also need protection?
In on-device experiments, memory footprint stayed under 1MB, and streaming updates cost only 29.35ms per query.
Open questions
References
1. Lee, C., Kim, J., & Gong, T. (2026). *From Volume to Value: Preference-Aligned Memory Construction for On-Device RAG*. arXiv:2605.18271 [cs.CL]. 2. Shi, W., et al. (2024). *RAG on Mobile: On-Device Retrieval-Augmented Generation*. arXiv. 3. Yao, Y., et al. (2024). *PersonalLM: Personalizing Large Language Models with User-Specific Data*. ACL.