How many are we up to now? Has to be hundreds of them.
Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
31–40 of 87 posts
Re: Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
#32I’m certainly on the lookout for something like this and I’m happy to see your account has published software from before the LLM boom as well. I guess I’d like some kind of LLM-use-statement attached to projects: did you use an LLM to generate this, and if so, how much and what stages (design, build, test)? How carefully did you review the output? Do you feel the quality is at least what you could have produced by y…
There are many ways to use an LLM to generate a piece of software. I base most of my projects these days around sets of Markdown files where I use AI first to research, then plan and finally track the progress of implementation (which I do step-wise with the plan, always reviewing as I go along). If I was asked to provide documentation for my workflow those files would be it. My code is 99% generated, but I take care…
Re: Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
#33I’m certainly on the lookout for something like this and I’m happy to see your account has published software from before the LLM boom as well. I guess I’d like some kind of LLM-use-statement attached to projects: did you use an LLM to generate this, and if so, how much and what stages (design, build, test)? How carefully did you review the output? Do you feel the quality is at least what you could have produced by y…
What's the point? You can make good or bad software, with or without LLMs. Do you ask a carpenter if they use a hammer or nail gun? Did they only use the nail gun for the roof and the deck? If you care that much and don't have a foundation of trust, you need to either verify the construction is good, or build it yourself. Anything else is just wishful thinking.
Re: Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
#34Re: Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
#35I clicked this thinking “oh, cool, someone finally made a portable version of the Claude.ai* memory system!” Spoiler, no, it’s not it at all, it’s just a “store”/“remember” memory system… as opposed to the Claude.ai memory system, where it doesn’t make the model actively have to write memories on its own, but rather has a model in the background go through your chat history and generate a summary from it. I’ve found…
Re: Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
#36I clicked this thinking “oh, cool, someone finally made a portable version of the Claude.ai* memory system!” Spoiler, no, it’s not it at all, it’s just a “store”/“remember” memory system… as opposed to the Claude.ai memory system, where it doesn’t make the model actively have to write memories on its own, but rather has a model in the background go through your chat history and generate a summary from it. I’ve found…
I agree. silent agent doing agentic things async is what would be helpful, not requiring a modification to the main prompt
Re: Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
#37I clicked this thinking “oh, cool, someone finally made a portable version of the Claude.ai* memory system!” Spoiler, no, it’s not it at all, it’s just a “store”/“remember” memory system… as opposed to the Claude.ai memory system, where it doesn’t make the model actively have to write memories on its own, but rather has a model in the background go through your chat history and generate a summary from it. I’ve found…
Re: Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
#38Wow another day, another memory system for AI agents! How many are we up to now? Has to be hundreds of them.
Re: Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
#39Re: Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
#40I clicked this thinking “oh, cool, someone finally made a portable version of the Claude.ai* memory system!” Spoiler, no, it’s not it at all, it’s just a “store”/“remember” memory system… as opposed to the Claude.ai memory system, where it doesn’t make the model actively have to write memories on its own, but rather has a model in the background go through your chat history and generate a summary from it. I’ve found…