Show HN: Claude-smart – Make Claude Code self-improve from every session(github.com)
github.com
Show HN: Claude-smart – Make Claude Code self-improve from every session
https://github.com/ReflexioAI/claude-smart
5 comments
I try to test it out, two questions, (1) how do I know what are extracted and saved. (2) What are applied during my chat with Claude code, how I do know the applied memory improve task executed by Claude code?
there is a dashboard that you can use by running /claude-smart:dashboard command
if there is any applied learnings, there will be a visual hint in the claude code response and show cite the exact learnings in the dashboard as well.
you could also ask claude code how does claude-smart learning helped your response to explain to you
you could also ask claude code how does claude-smart learning helped your response to explain to you
[deleted]
[deleted]
The idea is memory alone does not prevent claude code to make the same mistake twice. It should be able to capture user corrections and turn into learnings that are generalized across different use cases and projects
We have done benchmark against other memory based solutions and found that memory based solution almost never capture any user correction but just storing user mentioned facts. In addition, our context footprint is a fraction of what claude-mem has, which make claude-smart super context efficient.
Try install it with ``` npx claude-smart install ```
and let us know what you think, your feedback is hugely appreciated!