Free Wizard Migrates ChatGPT History to Claude Projects — Key Lessons on Token Limits and RAG

✍️ OpenClawRadar📅 Published: April 30, 2026🔗 Source
Free Wizard Migrates ChatGPT History to Claude Projects — Key Lessons on Token Limits and RAG
Ad

A developer built a free migration wizard that moves ChatGPT conversation history into Claude Projects, addressing the common pain point of years of context locked in ChatGPT. The tool is available at quitgpt-memory-kit.vercel.app and requires no code — it was built using Claude itself.

Key Technical Lessons

  • Token limits are per-file, not per-size: A clean 26MB JSON file can still trigger "knowledge exceeds maximum" errors. The fix isn't compression or summarization — it's splitting the data by topic into 4-5 separate files, each fitting within the limit.
  • Claude uses RAG for large Project files: It doesn't read the entire file at once. Therefore, queries must be specific: "What did we discuss about the Q2 launch strategy" works much better than "what did we talk about last month."
Ad

What the Wizard Does

The step-by-step wizard handles the export from ChatGPT and imports it into Claude Projects, automatically classifying and organizing conversations. The author is open to questions about the classification logic or handling large exports.

Who It's For

Developers using AI coding agents who have accumulated history in ChatGPT and want to leverage Claude's project memory without losing context.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support
Tools

Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support

A developer built a Power Automate MCP server that expanded from 12 to 108 tools, covering Dataverse CRUD via OData, SharePoint management via Graph, Power Apps versioning, environment administration, and cross-platform support for Windows, macOS, and Linux.

OpenClawRadar
Voygr Launches Business Validation API for Fresh Place Intelligence
Tools

Voygr Launches Business Validation API for Fresh Place Intelligence

Voygr's Business Validation API checks if businesses are operating, closed, rebranded, or invalid by aggregating multiple data sources and detecting conflicting signals. The team is building an infinite, queryable place profile that combines accurate place data with fresh web context like news, articles, and events.

OpenClawRadar
Pilot Protocol: A P2P Network Stack for AI Agents Built with Claude
Tools

Pilot Protocol: A P2P Network Stack for AI Agents Built with Claude

A developer built Pilot Protocol, a pure user-space peer-to-peer virtual network stack in Go specifically for autonomous AI agents, enabling direct communication without centralized infrastructure. The protocol uses UDP multiplexing, NAT traversal, and end-to-end encryption, with benchmarks showing 89 MB/s local throughput and 2.1 MB/s cross-continent WAN throughput.

OpenClawRadar
🦀
Tools

TextGen (text-generation-webui) Becomes Native Desktop App with Portable Builds

TextGen, the open-source alternative to LM Studio, has evolved from a web UI to a no-install desktop app for Windows, Linux, and macOS with portable builds, full privacy, and advanced quantization support.

OpenClawRadar