Top
Best
New

Posted by alash3al 2 days ago

Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do(alash3al.github.io)
73 points | 28 commentspage 2
dennisy 2 days ago|
Congratulations on the launch!

There is lots of competition in this space, how is your tool different?

bobkb 1 day ago||
There is already memory palace ?
alash3al 2 days ago||
Platform memory is locked to one model and one company. Stash brings the same capability to any agent — local, cloud, or custom. MCP server, 28 tools, background consolidation, Apache 2.0.
clutter55561 2 days ago|
Isn’t “memory” just another markdown file that the LLM reads when starting a new session?

I keep two files in each project - AGENTS (generic) and PROJECT (duh). All the “memory” is manually curated in PROJECT, no messy consolidation, no Russian roulette.

I do understand that this is different because the vector search and selective unstash, but the messy consolidation risk remains.

Also not sure about tools that further detach us from the driver seat. To me, this seems to encourage vibe coding instead of engineering-plus-execution.

Not a criticism on the product itself, just rambling.