4 comments

[ 0.21 ms ] story [ 18.6 ms ] thread
(comment deleted)
(comment deleted)
Hi HN, claude-smart is an open sourced claude code plugin that makes claude code self-improve.

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!

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?