Claude-Mem
An AI that takes notes on other AI's work in real-time
114 followers
An AI that takes notes on other AI's work in real-time
114 followers
Transform ephemeral AI conversations in REAL-TIME as a permanent, searchable archive. Visualize development timelines, track decisions across commits, and collaborate with your team.


Claude-Mem
@az_ne This resonates with project work, what’s the most surprising thing Claude remembered that changed your process?
Claude-Mem
@masump the most surprising thing is that it just “continues”
The surprise was that single sentences of what Claude did, in a timeline list, made such a massive impact on quality and performance overall.
@az_ne Congrats on the launch Alex, this is sharp work. Upvoted. I am co founder of bestofweb .site and after your launch if you want more visibility you are welcome to join and introduce Claude Mem to our founder community.
DiffSense
I usually store research conversations as markdown. And give it to an AI to then implement in the code. Is this what this sort of does, but more automatically? Or how doe sit work?
Claude-Mem
@conduit_design no this takes notes in the background while you work.
You build with Claude code, and in background in real-time Claude-Mem uses anthropic’s agent-sdk to essentially run another Claude code alongside, that watches live, generates observations.
Then a timeline of the work u did plus id’s for the full observations so Claude can look stuff up if it needs to. But it barely ever needs to.
DiffSense
Sounds very cool. Altho I dont full understand it. That said it might be because I use Cline. Cline makes a kind of task list in markdown as it works to keep track. might be related.
Claude-Mem
@conduit_design This isn't a task list... but Cline is one that needs to be on my radar! :)
DiffSense
@az_ne for sure! I sort of get it. Its sort of a context mem sidekick that helps you when you transition between context windows. I would probably get it if i used claude. But I never have. My flow is run cline in 3 ide's Let the agents work on the same codebase at the same time on differnt problems. For hard problems let them work on different branches on the same problem. Costs 100$ a day full throttle, but productivity is wild. I run cursor, vscode, and antigravity, but all of them with cline as the driver.
Swytchcode
Wow! This is really amazing idea.
So does it stay inside an IDE as an observer or inside a Git repo?
Claude-Mem
@chilarai the plugin runs a worker that queues tool use responses and prompts, that generates observations
Worker is on :37777
There’s an http api in there
And then search-server is an mcp file that is routed to the http API to stay DRY and offer ability to use MCP anywhere
Swytchcode
@az_ne cool!
Helploom
Pretty cool! How do I get in touch with you?
Does this work with the browser version of Claude code?
It's frustrating, indeed, having to cross your finger and hope Claude will stay on topic as it changes sessions. I've learned to keep a close on the tokens counts and to save my project requirements on an .md file. I after miss the sessions, though! Thanks for Claude-Mem, @az_ne ! You would think that those guys developing the Claude's LLM would have thought about this before, but they might be too busy optimizing the LLM.
When using Claude-mem for testing, it seems that the token consumption is quite fast, right?