Conversation Wrap-Up Memory
Conversation wrap-up memory is the habit of ending meaningful AI conversations with a structured summary containing decisions, next actions, metadata, and reusable context, then storing that summary in a long-term memory system such as Pinecone or Obsidian [src-059].
Key points
- Roberts treats every meaningful conversation as a candidate for archival memory, not something trapped in an individual chat thread [src-059].
- A wrap-up skill can summarize the conversation and index it into Pinecone, creating a searchable history across tools [src-059].
- Useful wrap-ups include decisions, action items, summaries, timestamps, and other metadata that can support later filtering or retrieval [src-059].
- The same concept can be implemented locally in markdown through Obsidian or the Karpathy LLM Wiki Pattern when human readability matters more than semantic search [src-059].
- This pattern turns long-term memory into a deliberate workflow rather than passive chat history [src-059].
Related entities
Related concepts
- Three-Layer AI Memory
- AI Memory Operating System
- Expert Knowledge Index
- LLM Knowledge Bases (Karpathy pattern)
- Stateless Agent Memory Pattern
Source references
- [src-059] Jack Roberts — “This Memory System just 10x’d Claude Code” (2026-05-03)