Prompt-Mediated Memory Portability And Extraction Protocol
Sources: 1 • Confidence: Medium • Updated: 2026-03-08 21:21
Key takeaways
- The prompt instructs the model to output every stored memory and learned context in a single code block using an entry format of "[date saved, if available] - memory content" and to avoid summarizing, grouping, or omitting entries.
- Anthropic's "import your memories to Claude" feature at claude.com/import-memory is implemented as a prompt.
- The prompt defines the requested scope of memories/context to include response-style instructions, personal details, projects/goals, tools/frameworks, preferences/corrections, and any other stored context, requesting verbatim preservation where possible.
- The text requests a complete export of stored memories because the user is moving to another service.
Sections
Prompt-Mediated Memory Portability And Extraction Protocol
- The prompt instructs the model to output every stored memory and learned context in a single code block using an entry format of "[date saved, if available] - memory content" and to avoid summarizing, grouping, or omitting entries.
- The prompt defines the requested scope of memories/context to include response-style instructions, personal details, projects/goals, tools/frameworks, preferences/corrections, and any other stored context, requesting verbatim preservation where possible.
- The text requests a complete export of stored memories because the user is moving to another service.
Feature Implementation Detail: Memory Import Implemented As A Prompt
- Anthropic's "import your memories to Claude" feature at claude.com/import-memory is implemented as a prompt.
Unknowns
- Does the target system actually return stored-memory records verbatim and completely when given the specified extraction prompt?
- What policy and technical controls (if any) prevent full-memory dumps, sensitive personal data disclosure, or cross-user data exposure in the memory feature?
- What is the precise meaning of "implemented as a prompt" for the claude.com/import-memory feature (prompt-only behavior versus prompt plus backend enforcement)?
- What portion of the requested 'learned context' is actually persisted memory versus inferred profile information synthesized at response time?
- Is there any direct operator/product/investor decision readthrough supported by the corpus beyond general watchfulness about memory export/import behavior?