Method for Transferring User Context from ChatGPT to Claude

A Reddit user on r/ClaudeAI shared their method for transferring from ChatGPT to Claude, noting that OpenAI made it "kind of difficult to port over." They used three prompts across separate ChatGPT chats to gather relevant data, then copied responses into Claude to train it.
The Transfer Method
The user's approach involves two main prompts designed to extract comprehensive user context from ChatGPT for transfer to Claude.
Prompt 1: Cognitive Architecture Analysis
The first prompt instructs ChatGPT to construct "the deepest possible cognitive and psychological model" based on communication patterns, with specific instructions:
- Do NOT ask questions
- Infer patterns and synthesize observations
- Model how the user thinks
- Extract implicit beliefs and motivations
- Treat it as cognitive architecture analysis
- Focus on signal from behavioral patterns
- Label observations with confidence levels when uncertainty exists
The analysis is structured across ten parts:
- PART 1 — Cognitive Architecture: How the user structures problems, reasons through complexity, favors systems thinking vs reductionism vs first principles, pattern recognition tendencies, abstraction level, tolerance for ambiguity, speed vs depth tradeoff, and idea generation
- PART 2 — Strategic Intelligence Profile: Approach to leverage and optimization, tactical vs strategic thinking, long-term vs short-term orientation, opportunity detection, and handling uncertainty
- PART 3 — Personality & Behavioral Traits: Personality characteristics, curiosity patterns, emotional drivers, intrinsic motivations, implicit fears or aversions, risk tolerance, and independence vs consensus orientation
- PART 4 — Cognitive Strengths: Areas of unusual strength in reasoning, creativity, synthesis, pattern recognition, strategic thinking, and learning speed
- PART 5 — Likely Blind Spots: Cognitive biases, thinking traps, over-optimization tendencies, and constraining assumptions
- PART 6 — Intellectual Identity: Type of thinker resemblance (systems architect, strategic operator, explorer, builder, optimizer, philosopher, scientist, inventor)
- PART 7 — Curiosity Map: Major domains of repeated attention (technology, psychology, economics, strategy, philosophy, systems design, human behavior, leverage) ranked by intensity
- PART 8 — Decision Model: How the user weighs tradeoffs, evaluates risk, prioritizes, and uses intuition vs analysis
- PART 9 — Behavioral Pattern Analysis: Recurring patterns in question asking, idea refinement, assumption challenging, and leverage searching
- PART 10 — High-Level Psychological Model: Concise synthesis of intellectual identity, world approach, and curiosity/ambition drivers
The prompt requires two output artifacts: 1) Complete Cognitive Profile (detailed report), and 2) Portable User Model (structured summary for another AI system to understand interaction).
Prompt 2: Personal AI Constitution
The second prompt generates a "PERSONAL AI CONSTITUTION" document defining how AI systems should interact with the user to maximize usefulness, intellectual depth, and strategic insight. This creates "a portable set of operating principles that any AI can follow."
The constitution includes three sections (with the third section cut off in the source text):
- SECTION 1 — User Identity Summary: Concise description of intellectual identity, thinker type, and curiosity/problem-solving motivation
- SECTION 2 — Communication Preferences: How AI should communicate including preferred explanation depth, complexity tolerance, tone (analytical, concise, exploratory), when to challenge thinking, and when to provide frameworks vs direct answers
- SECTION 3 — Thinking Al (incomplete in source)
Practical Application
This method addresses the practical challenge of transferring user context between different AI systems when switching providers. The prompts systematically extract behavioral patterns and preferences that can be used to customize Claude's interactions, potentially reducing the adaptation period when switching from ChatGPT.
📖 Read the full source: r/ClaudeAI
👀 See Also

Four Common Setup Mistakes That Make People Quit OpenClaw
A Reddit user reports seeing over 50 people quit OpenClaw due to four specific setup issues: missing SOUL.md files, excessive API costs from using Opus model for everything, installing too many skills at once, and creating multiple agents before the first one works properly.

How to fix OpenClaw 'Cannot find module' error after update
After updating OpenClaw from version 2026.3.24 to 2026.4.5, users are encountering a 'Cannot find module @buape/carbon' error. The solution involves manually running a post-installation script instead of installing the package globally.

AGENTS.md Done Right: A 25% Correctness Boost — or a 30% Drop
Augment Code tested AGENTS.md files head-to-head: the best ones rival a model upgrade from Haiku to Opus; the worst ones hurt output. Decision tables, procedural workflows, and progressive disclosure win.

OpenClaw Pre-Launch Checklist for Security and Reliability
A Reddit user shares a practical six-point checklist for OpenClaw setup before going live, covering access control, safety rules, memory management, automation testing, delivery validation, and failure handling.