Top
Best
New

Posted by mateenah 2 days ago

Show HN: Recall – Local project memory for Claude Code(github.com)
134 points | 84 commentspage 3
kage18 2 days ago|
Love to see people creating such projects, i'm truly passionate about Coding Agent Memory myself.

Have you thought on making it collaborative memory across your teammates working on the repo? how does your framework handle stale memory, when someone changes the code that breaks the memory store?

mateenah 2 days ago|
Thank you for the encouragement. Currently there is no way to handle stale memory and I didnt think about the teammates angle...good point I will need to think about it and see if I can build something around it.
hmontazeri 2 days ago||
Working on a project connected through multiple repos I have a project level MD file to explain each repo.

Then I let Claude create a hook it self that at the end of each conversation it starts a hook to add important stuff automatically to memory if relevant. That’s it…

gste 2 days ago||
CLAUDE.md is already a good system for context window management for all the same reasons that version control management of code is good.

And keeping a local copy of everything you ever told Claude in your context window is bad for the same reasons keeping a local copy of your code called My_Code_v3_final.zip is bad.

dools 2 days ago||
If I need context for a session then that is output from a previous session, otherwise I find any “memory” functionality cumbersome.

I saw /graphify recently which cuts down on exploration cost and seems more appealing (although I haven’t tried it yet)

alansaber 2 days ago||
Nothing wrong with a toy project.
cadamsdotcom 2 days ago||
Exciting to see hooks used for automation.

But if I may, the need to manually update the context is a huge hurdle.

Automation like this is limited unless no human has to remember it. So perhaps you can save context during the PreCompact and Stop hooks.

prima-facie 2 days ago||
This whole project assumes that --resume replays full transcript, is that actually true? Is there no caching going on?
zihotki 2 days ago||
Are there any benchmarks/evals to back the claims? Or how do you know that it helps reducing waste?
jvidalv 2 days ago|
They don’t. It’s all based on FOMO. Like superpowers, the more the better.

My advice: the best claude is the raw claude, with some custom tailored skills. That’s it, no plugins.

drivebyhooting 2 days ago|
Why would you want a simple summarizer instead of frontier AI doing the summarization for you?
iwontberude 2 days ago|
Bc frontier models are expensive and summarization is basic af
drivebyhooting 2 days ago||
Compaction already drops nuanced and salient information. I wouldn’t want any additional amnesia from overly simplistic summarization.
More comments...