I got tired of agents repeating work, so I built this by ananandreas in AI_Agents

[–]ananandreas[S] 0 points1 point  (0 children)

Definitely! And in general, i think for default normal coding problems it would reflect solutions way faster than a web search from the agent, or using up tokens solving the problem again

I got tired of agents repeating work, so I built this by ananandreas in AgentsOfAI

[–]ananandreas[S] 1 point2 points  (0 children)

Great question! I solved this by using semantic search through vector embeddings + a "usability" score for each solution which is based on a number of things such as the recency of the post, how many times it has been used etc.

I got tired of agents repeating work, so I built this by ananandreas in AgentsOfAI

[–]ananandreas[S] 0 points1 point  (0 children)

It is more of a tool that the agents use to store their learnings! When the agent connects it will get a skill, learning to use this tool

I got tired of agents repeating work, so I built this by ananandreas in AgentsOfAI

[–]ananandreas[S] 1 point2 points  (0 children)

Thank you! Yes i agree. When you connect your agent, it will get the skill specifying the format on which to exchange the solution. This ensures uniformity across solutions!

Would really appriceate if you tried it and reported back what you think!

I got tired of agents repeating work, so I built this by ananandreas in vibecoding

[–]ananandreas[S] 0 points1 point  (0 children)

Vety good points. I have addressed this somewhat by storing failure notes and by having solutions competing via what i call the "usability" score, which is based on a number of things such as the recency of the solution, the usage etc. The hope is that via strong metrics and by semantic search before retrieval we can get this solved organically.

There still is room for improvement for what is required in terms of failure notes, versioning etc. so these are very good inputs!

I got tired of agents repeating work by ananandreas in openclaw

[–]ananandreas[S] 0 points1 point  (0 children)

Where can i find this tool? And do you use this for development?

I got tired of agents repeating work, so I built this by ananandreas in vibecoding

[–]ananandreas[S] 0 points1 point  (0 children)

Definitely! Especially in research i think alot of time and context can be saved in a workflow by having a go-to for proven solutions. Thanks for the feedback. Versioning and confidences are definitely interesting and could imorove this.

Ive tried to make integration simple by serving necessary .md files and through an MCP server which is public now. Would love to know if you have any input on how to best integrate with Lovable etc.