Skip to content

Commit 4c8357d

Browse files
groksrcclaude
andauthored
Update built-in memory facts for ChatGPT and Claude (June 2026) (#23)
Claude now ships a real memory system for all users (auto-synthesized, viewable/editable memory summary, per-Project memory, chat search), and ChatGPT's saved memories are capacity-limited with chat-mediated updates. Update the vs-built-in-memory concept page, the Why Basic Memory page, and one overstated line on the What is Basic Memory page to match, keeping the honest differentiators: granularity, source, portability, and multi-tool access. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 111311c commit 4c8357d

3 files changed

Lines changed: 19 additions & 11 deletions

File tree

content/1.start-here/1.what-is-basic-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ AI: [Makes a note in its own memory to keep notes annotated with semantic inform
254254

255255
## Seeing into the black box
256256

257-
AI memory is typically opaque - you don't know what context the AI has or what it "remembers." Basic Memory makes this transparent.
257+
Built-in AI memory shows you a short digest at best - not the full context the AI draws on or how it got there. Basic Memory makes all of it transparent.
258258

259259
- **See what your AI sees** - Every piece of context is a file you can read
260260
- **Edit what your AI knows** - Modify, delete, or reorganize knowledge anytime

content/1.start-here/5.why-basic-memory.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Why Basic Memory
33
description: Your AI already has memory features. Here's why you still want a knowledge base you own — and how Basic Memory is different from the alternatives.
44
---
55

6-
Every AI tool is adding memory. Claude has CLAUDE.md and auto memory. ChatGPT remembers facts about you. Obsidian users have been doing this with markdown for years. And a new wave of startups is building memory-as-a-service on top of databases.
6+
Every AI tool is adding memory. Claude builds a memory summary from your chats, and Claude Code has CLAUDE.md and auto memory. ChatGPT remembers facts about you. Obsidian users have been doing this with markdown for years. And a new wave of startups is building memory-as-a-service on top of databases.
77

88
So why Basic Memory?
99

@@ -15,14 +15,14 @@ Because none of these solve the whole problem. They each handle a piece of it, b
1515

1616
### 1. Built-in AI memory
1717

18-
Claude, ChatGPT, Cursor, and others now ship with some form of memory. Claude Code has CLAUDE.md files and auto memory. ChatGPT has saved memories and reference chat history. These are useful for quick preferences — "I use TypeScript," "I'm vegetarian," "use 2-space indentation."
18+
Claude, ChatGPT, Cursor, and others now ship with some form of memory. Claude builds an editable memory summary from your chat history, with a separate memory for each Project. Claude Code has CLAUDE.md files and auto memory. ChatGPT has saved memories and reference chat history. These are useful for quick preferences and recurring context — "I use TypeScript," "I'm vegetarian," "use 2-space indentation."
1919

2020
**Where it falls short:**
2121

22-
- **Short-form only.** ChatGPT memories are single sentences. Claude Code's auto memory index caps at 200 lines. You can't store a detailed architecture decision, a meeting summary, or a research synthesis.
23-
- **Siloed.** Claude's memory only works in Claude. ChatGPT's only works in ChatGPT. If you use more than one AI tool, your knowledge is fragmented. A decision captured in Claude Code isn't available when you switch to Cursor or ChatGPT.
24-
- **Not searchable.** There's no semantic search, no knowledge graph, no way to ask "find everything related to our authentication approach" and get structured results.
25-
- **Not yours to keep.** If the platform changes its terms, shuts down, or you switch tools, your memories don't come with you.
22+
- **Capacity-limited.** ChatGPT's saved memories top out around 1,200–1,400 words total — once full, nothing new is saved until you delete entries. Claude keeps one rolling summary per account (plus one per Project). Claude Code's auto memory index caps at 200 lines. None of them can hold a detailed architecture decision, a meeting summary, or a research synthesis.
23+
- **Siloed.** Claude's memory only works in Claude. ChatGPT's only works in ChatGPT. Each one also learns only from its own conversations — it can't ingest your docs, repos, or existing notes. If you use more than one AI tool, your knowledge is fragmented. A decision captured in Claude Code isn't available when you switch to Cursor or ChatGPT.
24+
- **Search stops at chat history.** Claude can search past conversations and ChatGPT can reference chat history, but there's no semantic search over structured knowledge, no knowledge graph, no way to ask "find everything related to our authentication approach" and get structured results.
25+
- **Not yours to keep.** Your memories live in your account on that platform — they're not portable files. If the platform changes its terms, shuts down, or you switch tools, your memories don't come with you.
2626

2727
Basic Memory works alongside built-in memory — it doesn't replace it. Use built-in memory for preferences. Use Basic Memory for everything deeper. See [Basic Memory vs Built-in AI Memory](/concepts/vs-built-in-memory) for the detailed comparison.
2828

content/6.concepts/0.vs-built-in-memory.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ For a broader comparison of Basic Memory with all the alternatives — including
1111

1212
## What each tool offers
1313

14+
**Claude** (web, desktop, and mobile) has a memory system available to all users:
15+
- **Memory summary** — Claude automatically synthesizes a summary of you from your chat history, refreshed roughly every 24 hours. You can view and edit it (Settings → Capabilities → "View and edit memory"), or update it just by asking Claude in chat.
16+
- **Project memory** — Each Claude Project gets its own isolated memory space and summary.
17+
- **Chat search** — Claude can also search your raw conversation history. Controls include pausing memory, resetting it, and incognito chats.
18+
1419
**Claude Code** has two built-in systems:
1520
- **CLAUDE.md files** — Instructions you write for how Claude should work in a project. Coding standards, build commands, architectural conventions.
1621
- **Auto memory** — Notes Claude writes itself when it notices patterns or preferences. Stored in `~/.claude/projects/` as markdown files. The first 200 lines of `MEMORY.md` load into every session.
1722

1823
**ChatGPT** has two memory systems:
19-
- **Saved memories** — Facts you tell it to remember ("I'm vegetarian," "I live in San Francisco"). These persist until you delete them. ChatGPT may also save details on its own if they seem useful.
24+
- **Saved memories** — Facts you tell it to remember ("I'm vegetarian," "I live in San Francisco"). These persist until you delete them, and total capacity is limited to roughly 1,200–1,400 words — once full, nothing new is saved until you delete entries. ChatGPT may also save details on its own if they seem useful. The Manage Memories panel lets you view and delete entries; to change one, ask ChatGPT in chat.
2025
- **Reference chat history** — ChatGPT can look back at past conversations to pick up preferences and context. Unlike saved memories, these details change over time as ChatGPT decides what's most relevant.
2126

2227
**Cursor** has a "Memories" feature for storing brief preference strings and rules.
@@ -33,14 +38,17 @@ The best setup uses both. Here's how they complement each other:
3338
|---|---|---|
3439
| **Best for** | Quick preferences, tool-specific rules | Structured knowledge, decisions, research |
3540
| **Scope** | One AI tool | Every AI tool you use |
36-
| **Format** | Short text / instructions | Full markdown notes with semantic structure |
37-
| **Search** | None | Semantic, text, metadata, and tag search |
41+
| **Source** | That tool's own chats | Anything — chats, docs, your own writing |
42+
| **Format** | Short summaries / instructions | Full markdown notes with semantic structure |
43+
| **Search** | That tool's chat history | Semantic, text, metadata, and tag search |
3844
| **Connections** | None | Knowledge graph with typed relations |
39-
| **Portability** | Locked to one tool | Plain files, works everywhere |
45+
| **Portability** | Bound to your account | Plain files, works everywhere |
4046
| **Setup** | Automatic | One-time MCP connection |
4147

4248
### In practice
4349

50+
**Claude:** Let Claude's memory summary and project memory handle who you are and what you're working on — it builds that automatically, and you can edit it in Settings. Use Basic Memory for knowledge at a different scale: full notes, decision records, and research that one rolling summary can't hold, and that you can open in any other tool.
51+
4452
**Claude Code:** Use CLAUDE.md for project instructions ("use 2-space indentation," "run tests before committing"). Use auto memory for small learnings Claude picks up. Use Basic Memory for everything deeper — architecture decisions, API design notes, research, meeting summaries, project context that you want searchable and linked.
4553

4654
**ChatGPT:** Let ChatGPT's saved memories and chat history handle personal preferences — "I'm vegetarian," "I live in San Francisco." Use Basic Memory for structured knowledge — project documentation, decision records, research notes — especially anything you also need in your IDE or other AI tools.

0 commit comments

Comments
 (0)