Switch to Claude without starting over
TL;DR Highlight
Anthropic wants to import user context and preferences from other AI services (like ChatGPT) into Claude — a cross-platform memory portability play.
Who Should Read
Users interested in AI assistant personalization and data portability, and product folks thinking about user context as a competitive moat vs. portable infrastructure.
Core Mechanics
- Anthropic is exploring a feature to let users import their conversation history, preferences, and context from other AI services into Claude.
- The idea is to reduce the friction of switching to Claude by bringing accumulated context (preferences, communication style, recurring topics) with you.
- This is a direct counter to the 'lock-in via context accumulation' dynamic where users stay with one AI service because it knows them well.
- Technical challenges: different services store context in incompatible formats; privacy implications of cross-service data transfer; verifying the authenticity of imported data.
- If successful, this shifts the competitive dynamic from 'whose AI knows you best' to 'who has the best underlying model and features' — a more level playing field for challengers.
Evidence
- The feature concept was described in Anthropic product discussions/announcements, signaling it's at least in active consideration if not development.
- HN commenters were divided: some welcomed portability as pro-user, others noted that accumulated context is a legitimate competitive differentiator AI companies have invested in building.
- Privacy-focused commenters raised concerns about what data would be transferred, how it would be stored, and whether this creates new attack vectors.
How to Apply
- If you're building AI products with long-term user context, treat context portability as a coming industry norm — design your context storage with export formats in mind now.
- For users: document your key preferences, communication styles, and recurring context manually (in a simple text file) regardless of whether any AI supports import — this makes switching less painful today.
- Product teams should think about what context truly differentiates their experience (can't be trivially imported) vs. what's table-stakes personalization (preferences that should be portable).
Code Example
# Memory extraction prompt provided by Anthropic (paste into your existing AI)
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.Terminology
Related Papers
Claude-real-video - any LLM can watch a video
YouTube URL이나 로컬 영상 파일에서 장면 변화 기반으로 핵심 프레임만 추출하고 음성 전사까지 해서 LLM에게 넘겨주는 오픈소스 도구. Claude는 영상 파일을 못 받고, ChatGPT는 자막만 읽고, Gemini는 고정 1fps 샘플링이라는 한계를 모두 우회한다.
ReContext: Recursive Evidence Replay as LLM Harness for Long-Context Reasoning
128K 토큰 컨텍스트에서 모델 내부 attention 신호로 핵심 증거만 추출해 재주입하면 추론 정확도가 24.6% 오른다.
Single and Multi Truth Data Fusion using Large Language Models
여러 소스의 충돌하는 데이터를 GPT-4o-mini 프롬프트로 병합하면 기존 비지도 방법보다 일관되게 F1 점수가 높다.
Multilingual Reasoning Cascades Need More Context
번역 cascade 파이프라인에서 원본 질문을 마지막까지 유지하면 추가 학습 없이 다국어 성능이 크게 오른다.
Less Back-and-Forth: A Comparative Study of Structured Prompting
체크리스트 형식으로 프롬프트를 구조화하면 LLM 답변 품질도 높아지고 토큰도 적게 쓴다.
Training-Free Cultural Alignment of Large Language Models via Persona Disagreement
재학습 없이 각 나라의 도덕적 가치관에 맞게 LLM 출력을 조정하는 추론 시점 기법 DISCA 제안
Using Claude Code: The unreasonable effectiveness of HTML