Ask HN: Have you noticed an improvement in AI responses with memory disabled?

3 hours ago

I use Claude on the $20/mo plan, mainly for research, "rubber duckying," and as an idea soundboard (I was using Fable for this but am now relegated to Opus 4.8 or Sonnet 5), and recently noticed a severe downturn in Opus 4.8 response quality in high-context situations. To attempt to remedy this, I disabled the memory system (now labeled "Legacy" even though to my knowledge there is no replacement).

With this setting disabled, aside from the slight tedium of inputting the necessary context each time for task continuations, I have noticed a drastic improvement in response quality and accuracy—I'm one of those shmucks who whined a bit after Opus 4.7 came out, and my theory is some change was made to increase memory context that resulted in a decrease in actual response quality. In general, I wonder if the high-context abilities of SOTA thinking models are overstated.

As a brief anecdote, I was working through a research task with upwards of 30 prompts. Switching to a new chat and condensing the gist of the discussion into a single new prompt yielded superior results than continuing to prompt the prior chat, despite (or due to, I would argue) the prior conversation's wealth of context on the subject.

Aside: I wish that "project" and "chat" memory were separate settings. Disabling memory boosts the capabilities of chat, but severely nerfs projects by disabling their internal memory, leading the model to grope around for files each time you ask it to reference one. I suppose a hacky solution could just be to create a project for everything, but this seems tedious.

Is this a known phenomenon? Have recent changes exacerbated things? Any thoughts and tips are appreciated. Thanks!

It's same for me. I decided I want to control this somehow, at least the procedure of how memories are collected, and where. To be able to see them, process them, share them, mention them and outside of Claude storage, in my format.

I work in Cowork with a filesystem I control, or in Claude Code and also with Codex.

I instructed Claude and Codex to checkpoint into my external memory: keep a session journal in a fixed format markdown with front matter (date of creation, summary, keywords, status, links to related entries) and the body of such entry is the actual context and important notes, including also links to relevant files. (porbably what Claude or Codex could write in its own memories) and add such record to a common journal index. Notes are captured when I ask, and periodically if agent feels that we have some "milestone" in conversation. This means I now can ask Claude to make the "handoff" from such jounrals (give the filesystem links of the needed journals + the additional information) to "onboard" the other agent. I then simply place this in new chat and the agent onboards itself. I also can pick the needed articles myself and ask the agent to start from <these specific files> or let it search there ("start where I talked about.. on last week.."). Agents can search in this "context articles cloud" very efficiently. These "articles" are "memos" and are stored in one place on my file system organized by month when they were created and then by topics on which the agent was asked to work. They contain links to the project's relevant files, links to other notes in this knowledge base, and contextual information, real "context articles". Perhaps how agent would store it in their memories but now it stores in mine :) This also nice place for me to see that all, notes have clean visual organization and recognizable names. This really helps me.