Settings

Theme

Show HN: Claude Memory – Long-term memory for Claude

github.com

76 points by deshraj a year ago · 24 comments

Reader

twothamendment a year ago

I was really hoping that this was about Claude remembering that it has already crawled every page we have and downloaded every image many times over!

ggnore7452 a year ago

Side note: I feel like ChatGPT's long-term memory isn't implemented properly. If you check the 'saved memories,' they are just bad.

  • deshrajOP a year ago

    100% agree. I have seen similar issues related to both quality and performance of ChatGPT Memory feature.

    Shameless plug: We have been working on this problem at Mem0 to solve the long-term memory problem with LLMs. GitHub: https://github.com/mem0ai/mem0

imranq a year ago

Nice. I think in the future this could be way better if everything was local and didn't require a API key. As far as I can tell mem0 is a fancy retrieval system. It could probably work pretty well locally with simpler models

  • deshrajOP a year ago

    Yes, you can run Mem0 locally since we have open sourced it but would need some more work to have a server up and running to be able to interact with Claude. GitHub: https://github.com/mem0ai/mem0

    • Eisenstein a year ago

      I think you misunderstood what the parent commenter meant. I believe they were talking about running the AI locally, like with llamacpp or koboldcpp or vllm.

      I checked your documentation and the only way I can find to run mem0 is with a hosted model. You can use the OpenAI API, which many local backends can support, but I don't see a way to point it at localhost. You would need to use an intermediary service to intercept OpenAI API calls and reroute them to a local backend unless I am missing something.

chipdart a year ago

I'm a long time Claude user.

Instead of long-term memory I'd be happy if it had short-term reliability. I lost count the number of times this week that Claude failed to process prompts because it was down.

  • Tostino a year ago

    Completely agree on the reliability front...but I don't think mentioning it on some guy's 3rd party GitHub project is going to help all that much with that.

    • chipdart a year ago

      Yes, fair enough. I was just venting some frustration on how brittle and unstable Claude is proving to be. For all the warts that ChatGPT have, at least in comparison is reliable and rock-solid. Outputting higher-quality results in synthetic benchmarks might be nice but it's meaningless if the service is unusable.

  • kromem a year ago

    Are you using mobile?

    I've noticed a bug where long conversations timeout on new sends on mobile because of processing time, but in reality the prompt is sent and responded to, it just doesn't show up until you leave and return to the conversation.

  • pigeons a year ago

    How long has claude been around, I didn't know there were long time users

    • jasonjmcghee a year ago

      Checked my email and I signed up / started using it 18 months ago. Not sure how early I was.

quantadev a year ago

I always wonder what the heck people are thinking when they invent some cool AI feature and implement it for one specific LLM since we already have the technology/libraries to make most anything you want to do be able to work with most any LLM. (For you pedantic types, feel free to point out the exceptions).

Personally I use LangChain/Python for this, and that way any new AI features I create therefore easily work across ALL LLMs, and my app just lets the end user pick the LLM they want to run on. Every feature I have works on every LLM.

  • BoorishBears a year ago

    I wonder what the heck you're going on about when this is literally a Chrome extension that hooks into the DOM of a specific LLM's frontend.

    Doubly baffling since the underlying project does support LLMs and this is clearly just a showcase piece.

    • quantadev a year ago

      I trusted their README file. If it's incorrect about supporting just Claude don't blame me, blame them.

      • subeadia a year ago

        You completely misunderstood the comment you are replying to.

        • quantadev a year ago

          He misinterpreted my post as saying "Use LangChain in the Browser".

          And so now your interpretation of things is that I misinterpreted his misinterpretation. Great work and thanks for your helpful insights.

decide1000 a year ago

Where can I download the Firefox extension?

  • deshrajOP a year ago

    It only support Chrome for now. I built this in few hours quickly to solve my problem. Happy to accept contributions to the repository if someone builds it.

    • decide1000 a year ago

      Thanks, I misunderstood. I thought it was a commercial product. Thanks for your effort.

      • bubaumba a year ago

        You were right, "Built using ...". It's a commercial project. Must be hard to lift such things off the ground.

  • shmatt a year ago

    Just ask Claude to convert it

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection