HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deshraj

no profile record

Submissions

[untitled]

1 points·by deshraj·4 mesi fa·0 comments

Show HN: Claud-ometer – See your Claude Code usage, costs, and sessions locally

github.com
1 points·by deshraj·5 mesi fa·0 comments

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

github.com
76 points·by deshraj·2 anni fa·23 comments

Show HN: Slack AI – Privately chat with your unstructured Slack data

twitter.com
9 points·by deshraj·3 anni fa·0 comments

comments

deshraj
·anno scorso·discuss
Congratulations, Emir and Waleed! This is exactly the kind of OSS tooling I’ve been waiting for. I’ve spent countless hours wrestling with multi-step agent workflows hidden inside monolithic prompts, and every iteration felt like shooting in the dark. Having a drag-and-drop, executable graph with built-in branching, loops, and observability is a game-changer.
deshraj
·2 anni fa·discuss
Ah I see. We do support running Mem0 locally with Ollama. You can checkout our docs here: https://docs.mem0.ai/examples/mem0-with-ollama
deshraj
·2 anni fa·discuss
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
deshraj
·2 anni fa·discuss
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
deshraj
·2 anni fa·discuss
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.
deshraj
·2 anni fa·discuss
Yes, it won't scale well. I have used postgres exactly the way you specified in my past job and it didn't scale well after a certain point.
deshraj
·2 anni fa·discuss
Thanks for the question. Here's how Mem0 differs from ChatGPT memory:

1. LLM Compatibility: Mem0 works with various AI providers (OpenAI, Anthropic, Groq, etc.), while ChatGPT memory is tied to OpenAI's models only.

2. Target Audience: Mem0 is built for developers creating AI applications, whereas ChatGPT memory is for ChatGPT users.

3. Quality and Performance: Our evaluations show Mem0 outperforms ChatGPT memory in several areas:

    - Consistency: Mem0 updates memories more reliably across multiple instances.

    - Reliability: ChatGPT memory can be inconsistent with the same prompts, while Mem0 aims for more consistent performance.

    - Speed: Mem0 typically creates memories in about 2 seconds, compared to ChatGPT's 30-40 seconds to reflect new memories.
4. Flexibility: Mem0 offers more customization options for developers, allowing better integration into various AI applications.

These differences make Mem0 a better choice for developers building AI apps that need efficient memory capabilities.
deshraj
·2 anni fa·discuss
We already support the feature of inclusion and exclusion of memories where the developer can control what things to remember vs not remember for their AI app/agent. For example, you can specify something like this:

- Inclusion prompt: User's travel preferences and food choices - Exclusion prompt: Credit card details, passport number, SSN etc.

Although we definitely think that there is scope to make it better and we are actively working on it. Please let us know if you have feedback/suggestions. Thanks!
deshraj
·2 anni fa·discuss
Thanks yding! Definitely agree with the feedback here. We have seen similar things when talking to developers where they want:

- Control over what to remember/forget - Ability to set how detailed memories should be (some want more detailed vs less detailed) - Different structure of the memories based on the use case
deshraj
·2 anni fa·discuss
Thanks for the feedback! Yes, we are definitely planning to add support for other graph datastores including Memgraph and others.
deshraj
·2 anni fa·discuss
Hey, Deshraj from Mem0 team. Right now you cannot change the “user” you are chatting as yet but we can definitely make it happen. Will ship this update later today. :)