Back to browse
GitHub Repository

Own your AI memory — import ChatGPT, Claude and Gemini exports, see what each AI knows about you. Checkpoint/restore and cross-model continuity for agents.

119 starsPython

See what ChatGPT knows about you that Claude doesn't

by tomtom1977·Jun 9, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Identity protection through compression cycles is clever, but agent memory is a crowded space.

Strengths
  • Principles and constraints survive context compression — exempt from every decay pass.
  • Cross-model memory reconstruction formats output for Claude XML, GPT sections, Gemini prose.
  • Zero external dependencies with local SQLite — no cloud lock-in or API calls required.
Weaknesses
  • Agent memory infrastructure already has Mem0, LangChain memory, and vector DB solutions.
  • Title promises ChatGPT vs Claude comparison but product is actually agent continuity infrastructure.
Category
Target Audience

Developers building long-running AI agents

Similar To

Mem0 · LangChain Memory · Letta

Similar Projects