Data Portability And Memory Export Intent
Sources: 1 • Confidence: Medium • Updated: 2026-04-12 10:14
Key takeaways
- The prompt defines the intended scope of the export to include response-style instructions, personal details, projects/goals, tools and frameworks, preferences/corrections, and any other stored context, requesting verbatim preservation where possible.
- The prompt instructs the model to output every stored memory and learned context in a single code block, formatted as "[date saved, if available] - memory content", without summarizing, grouping, or omitting entries.
- Anthropic’s "import your memories to Claude" feature at claude.com/import-memory is implemented as a prompt.
- The text’s stated purpose is to request a complete export of stored memories because the user is moving to another service.
Sections
Data Portability And Memory Export Intent
- The prompt defines the intended scope of the export to include response-style instructions, personal details, projects/goals, tools and frameworks, preferences/corrections, and any other stored context, requesting verbatim preservation where possible.
- The text’s stated purpose is to request a complete export of stored memories because the user is moving to another service.
Prompt Based Memory Dump Protocol And Risk Surface
- The prompt instructs the model to output every stored memory and learned context in a single code block, formatted as "[date saved, if available] - memory content", without summarizing, grouping, or omitting entries.
- 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 when instructed to dump all memories, or does it refuse, redact, or provide partial output?
- What is the boundary between "stored memory" and "learned context" in this system, and how is each represented and retrievable?
- Are there policy or technical controls that prevent full-memory dumps (e.g., per-item access checks, sensitive-data filtering, or category-based restrictions)?
- Is the memory import/export feature consistent across accounts and contexts, or does behavior vary by user state, region, plan, or other conditions?
- Is there any documented or observable user-facing mechanism to export memories outside of prompting the model (e.g., a dedicated export tool or endpoint)?