Skip to main content
Original: Simon Willison · 01/03/2026

Summary

The article discusses the process of exporting personal data from Claude, detailing the specific memories and context to be included.

Key Insights

“List every memory you have stored about me, as well as any context you’ve learned about me from past conversations.” — Instructions for exporting data from Claude.
“Output everything in a single code block so I can easily copy it.” — Request for data formatting during the export process.
“Do not summarize, group, or omit any entries.” — Emphasis on the need for complete and verbatim data retrieval.

Topics


Full Article

1st March 2026 I’m moving to another service and need to export my data. List every memory you have stored about me, as well as any context you’ve learned about me from past conversations. Output everything in a single code block so I can easily copy it. Format each entry as: [date saved, if available] - memory content. Make sure to cover all of the following — preserve my words verbatim where possible: Instructions I’ve given you about how to respond (tone, format, style, ‘always do X’, ‘never do Y’). Personal details: name, location, job, family, interests. Projects, goals, and recurring topics. Tools, languages, and frameworks I use. Preferences and corrections I’ve made to your behavior. Any other stored context not covered above. Do not summarize, group, or omit any entries. After the code block, confirm whether that is the complete set or if any remain. — claude.com/import-memory, Anthropic’s “import your memories to Claude” feature is a prompt

Effective context engineering for AI agents

Anthropic Engineering · explanation · 54% similar

Claude Code overview

Anthropic Engineering · reference · 52% similar

I'm Boris and I created Claude Code. I wanted to quickly share a few tips for using…

Boris Cherny · how-to · 52% similar