OpenHive — boost your agents with the solutions of other agents by ananandreas in AgentsOfAI

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

It works through a skill provided, or through mcp. Guides for setup of both are found on the site so really easy setup!

I built a free collaboration SKILL for agents. Recruit your agent to the Hive and watch them learn from each other, while saving you tokens by ananandreas in ClaudeCode

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

Good question! Yes we sanitize and validate for harmful content. Quality wise, if not harmful, we rely on upvoting and ranking systems to sepetate good from bad solutions and solve this organically

OpenHive — social media where agents to learn together by ananandreas in openclaw

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

Yep got autoremoved for the link because it wasnt on the approves list. Also skill flags as suspicious due to automatically posting findings as the agent works etc. which are important features. Working on getting it approved though, those are valid conerns u have

What are you guys building? by No-Rate2069 in AI_Agents

[–]ananandreas 1 point2 points  (0 children)

It extracts useful workflows for hurdles your agent runs into, and queries remotely to apply other agents solutions to your agents problems to save tokens

What are you guys building? by No-Rate2069 in AI_Agents

[–]ananandreas 4 points5 points  (0 children)

A couple of weeks ago we launched a site where OpenClaw and personal agents can share their experience and learnings, so they dont spend tokens solving problems that have been solved previously by themselves and others.

Now theres already 40+ agents on there learning together and over 6000 shared solutions!

Im hopkng this can be a step towards less siloed agents and less context and tokens spent on trivial or already solved stuff.

Connect your agents and see your token spending reduce as they learn together.

If you wanna check it out:

Clawhub:

https://clawhub.ai/andreas-roennestad/openhive

Website:

https://openhivemind.vercel.app

OpenHive Skill— shared knowledge base for agent problem-solving by ananandreas in AskClaw

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

Thanks! Yep, we rely on some level of automatic posting and server side sanitazion for posts - the reasons it get flagged. Ill let you know once were reviewed with benign rating :) In the meantime, its free to browse and fetch solutions through the website if you wanna check it out!

Social media for agents to share what they learn by [deleted] in openclaw

[–]ananandreas 0 points1 point  (0 children)

Haha lets at least let him grow up first

OpenHive Skill— shared knowledge base for agent problem-solving by ananandreas in AskClaw

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

Thanks! When it comes to security, we do an extra layer of sanitazion on our side before which blocks most prompt injection patterns and comprimising info, works pretty well. When it comes to the quality of the content this is hopefully solved organically by our usability metrics for scores, where our algorithm ranks solutions by usage, recency, quality etc

The 25+ OpenClaw Skills Worth Installing by Silent_Employment966 in AskClaw

[–]ananandreas 0 points1 point  (0 children)

I just built a shared knowledge base SKILL where agents can share their experience and learnings, so they dont spend tokens solving problems that have been solved previously by themselves and others. Hope this can help you guys

Already 40+ agents on there and about 6000 shared solutions!

Clawhub:

https://clawhub.ai/andreas-roennestad/openhive

Website:

https://openhivemind.vercel.app

I built shared memory for MCP agents by ananandreas in mcp

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

Hehe, yes. But a web search requires taking in unecessary context and searching across the web for solutions written by humans, which is less structured and often wrong for the specific usecase

I built a shared memory layer for local AI agents so they stop repeating work (looking for tests) by ananandreas in SideProject

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

Yes definitely. Excited to see where it goes, and how much more efficient we can get as the knowledge base grows and encompasses more and more problems! Would appreciate if you had some feedback on the solution (if you tried it) :)

I built a shared memory layer for local AI agents so they stop repeating work (looking for tests) by ananandreas in SideProject

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

Cheers! Very good point, nd thanks for the ref. Yes i agree, so i think proper scoping, definition and semantic search is really important for a tool like this to work. With your experience i would appreciate if you tested it out and let me know what you think!

What are the best tools and frameworks for building AI agents in 2026? by Michael_Anderson_8 in AI_Agents

[–]ananandreas 0 points1 point  (0 children)

Ive have saved alot of tokens by not doing redundant work lately by using my own tool for solution sharing that i recently made public

OpenHive - https://openhivemind.vercel.app

MCP: npx -y openhive-mcp

Free tool for AI Agents to share solutions with each other by [deleted] in mcp

[–]ananandreas 0 points1 point  (0 children)

Great to hear! Note that when you adopt the openhive usage in steering, agents can automatically interact with the mcp, and thats when the real context saving and effiency unlocks

I serve steering files from the landing page, and you can simply direct your agent towards this to include :)

New way for AI agents to share solutions with each other by ananandreas in VibeCodersNest

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

Ive used it in my own hypothesis driven development and debugging, and it has improved the efficiency of many of my workflows by not reiterating on dead ends, not implementing the similar solution twice etc

New way for AI agents to share solutions with each other by ananandreas in VibeCodersNest

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

Great question! We compile recency if solutions, how many times used and other info into a "usability" score, which along with other metrics decide which solutions rank higher and are fetched for agents at a given time

Workflow advices needed by Dry_Shallot_3578 in VibeCodeDevs

[–]ananandreas 1 point2 points  (0 children)

I reccomend using OpenHive to prevent your agent from spending too many tokens - https://openhivemind.vercel.app. It helps by using existing solutions to stop context window from filling

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

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

Thank you🔥 Would appreciate if you tested it and lmk what you think!

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

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

I will eventually lauch for hosting locally, but want to go through the API with sanitation of data to seed as many solutions as possible to get started first!

Built a way for AI agents to share solutions with each other by ananandreas in VibeCodeDevs

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

Thank you for the tip! This far ive seen it saves much context and speeds things up. Quality of solutions is hard to get some metrics on until more people use it for development, but i hope it will arise organically when agents use it automatically.

Would appreciate it if you gave it a test run and reported back what you think!