# How AI Agents Remember Across Sessions With Persistent Memory

> A teaser for a video on building AI agents with memory across sessions. It lists topics like memory stores and prompt caching without showing how.

Published: 2026-05-25
URL: https://daniliants.com/insights/in-28-minutes-he-shows-exactly-how-agents-can-remember-acros/
Tags: ai-agents, agent-memory, context-management, prompt-caching, claude

---

## Summary

A TikTok teaser hyping a separate 28-minute video about building AI agents with persistent memory across sessions. It only lists topics (memory stores, self-improving "dreaming" memory, 95% cache hit rate) without explaining how to implement any of them.

## Key Insight

- Promotional clip, no actual technique shown. The transcript is a topic list, not a tutorial.
- Concepts name-dropped: per-session memory stores (read/write across sessions), agents that "dream" to refine their own memory overnight, and high prompt-cache hit rates (claimed 95%) to keep costs low.
- Only verifiable number is the 95% cache-hit claim, attributed to the unnamed source video, not demonstrated here.