You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: content/1.start-here/1.what-is-basic-memory.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ AI: [Makes a note in its own memory to keep notes annotated with semantic inform
254
254
255
255
## Seeing into the black box
256
256
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.
258
258
259
259
-**See what your AI sees** - Every piece of context is a file you can read
260
260
-**Edit what your AI knows** - Modify, delete, or reorganize knowledge anytime
Copy file name to clipboardExpand all lines: content/1.start-here/5.why-basic-memory.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Why Basic Memory
3
3
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.
4
4
---
5
5
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.
7
7
8
8
So why Basic Memory?
9
9
@@ -15,14 +15,14 @@ Because none of these solve the whole problem. They each handle a piece of it, b
15
15
16
16
### 1. Built-in AI memory
17
17
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."
19
19
20
20
**Where it falls short:**
21
21
22
-
-**Short-form only.** ChatGPTmemories 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.
26
26
27
27
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.
Copy file name to clipboardExpand all lines: content/6.concepts/0.vs-built-in-memory.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,17 @@ For a broader comparison of Basic Memory with all the alternatives — including
11
11
12
12
## What each tool offers
13
13
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
+
14
19
**Claude Code** has two built-in systems:
15
20
-**CLAUDE.md files** — Instructions you write for how Claude should work in a project. Coding standards, build commands, architectural conventions.
16
21
-**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.
17
22
18
23
**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.
20
25
-**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.
21
26
22
27
**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:
|**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 |
38
44
|**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 |
40
46
|**Setup**| Automatic | One-time MCP connection |
41
47
42
48
### In practice
43
49
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
+
44
52
**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.
45
53
46
54
**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