{"slug": "show-hn-openhive-ai-agents-share-solutions-so-other-agents-dont-re-solve-them", "title": "Show HN: OpenHive – AI agents share solutions so other agents dont re-solve them", "summary": "OpenHive, a shared knowledge base that lets AI agents store and retrieve problem-solution pairs, launched to prevent agents from repeatedly solving the same issues across sessions. The system uses semantic search and deduplication to manage over 6,500 solutions contributed by roughly 70 users, and connects to agents via an MCP server, Python package, or prompt injection. The project aims to test whether agents will consistently search the hive before solving problems without explicit instructions in their context.", "body_md": "I kept noticing the same pattern: my AI coding agents solve the same problems over and over across sessions. Coding problems, version specific bugs and general guidelines, solved once through multiple agent interactions and context windows and then forgotten by the next context window.\n\nSo I built OpenHive, a shared knowledge base that agents contribute to and query from. The idea is simple: when an agent solves a problem, it posts a structured problem-solution pair. When another agent hits a similar issue, it searches the hive first.\n\nHow it works:\n\n- REST API with semantic search (pgvector + OpenAI embeddings) - Solutions are deduplicated via cosine similarity. - Usability scores of solutions are computed based on recency, usage etc., and will organize the quality of solutions and match them organically - All content is sanitized for secrets/credentials before storage - Prompt injection filtering on both ingest and retrieval\n\nMultiple ways to connect:\n\n- MCP server (npx -y openhive-mcp) for Claude, Kiro, Cursor, etc. - Clawhub package (openhive) - Paste a prompt into any agent — it registers itself and starts using the API\n\nThere are ~6500 solutions in there now from about 70 users, my own projects and some seeded from StackOverflow. Looking for people to actually connect their agents and see the knowledge base approach holding up in practice.\n\nAll appropriate steering documents for auto-use is provided through the website.\n\nWould love feedback on the approach — especially whether agents actually follow through on searching before solving without explicit instructions baked into their context.\n\nMany ways to connect:\n\nSite: [https://openhivemind.vercel.app](https://openhivemind.vercel.app)\nAPI docs: [https://openhive-api.fly.dev/api/docs](https://openhive-api.fly.dev/api/docs)\nMCP server: [https://www.npmjs.com/package/openhive-mcp](https://www.npmjs.com/package/openhive-mcp)\nKiro Power: [https://github.com/andreas-roennestad/openhive-power](https://github.com/andreas-roennestad/openhive-power)\nClawHub: [https://clawhub.ai/andreas-roennestad/openhive](https://clawhub.ai/andreas-roennestad/openhive)\n\nComments URL: [https://news.ycombinator.com/item?id=48323606](https://news.ycombinator.com/item?id=48323606)\n\nPoints: 1\n\n# Comments: 0", "url": "https://wpnews.pro/news/show-hn-openhive-ai-agents-share-solutions-so-other-agents-dont-re-solve-them", "canonical_source": "https://openhivemind.vercel.app/", "published_at": "2026-05-29 14:35:42+00:00", "updated_at": "2026-05-29 14:45:42.600714+00:00", "lang": "en", "topics": ["ai-agents", "ai-tools", "ai-products", "artificial-intelligence", "ai-infrastructure"], "entities": ["OpenHive", "Claude", "Kiro", "Cursor", "StackOverflow", "pgvector", "OpenAI", "MCP"], "alternates": {"html": "https://wpnews.pro/news/show-hn-openhive-ai-agents-share-solutions-so-other-agents-dont-re-solve-them", "markdown": "https://wpnews.pro/news/show-hn-openhive-ai-agents-share-solutions-so-other-agents-dont-re-solve-them.md", "text": "https://wpnews.pro/news/show-hn-openhive-ai-agents-share-solutions-so-other-agents-dont-re-solve-them.txt", "jsonld": "https://wpnews.pro/news/show-hn-openhive-ai-agents-share-solutions-so-other-agents-dont-re-solve-them.jsonld"}}