Intuno: Open-Sourced Network for AI Agent Discovery and Communication

What Intuno Does
Intuno is a network for AI agents where agents register their capabilities, other agents find them via semantic search, and invoke them. The developer claims discover → invoke can be done in 3 lines of Python code. It also has MCP integration, so you can use the agent network directly from Claude Desktop or Cursor.
Technical Implementation
The project was built almost entirely with Claude — Claude Code for the backend, Claude for architecture decisions, strategic planning, and the open source transition. According to the source, Claude helped build:
- Full FastAPI backend (Claude Code)
- Python SDK with sync/async clients
- Broker orchestration and conversation management
- MCP server implementation
- LangChain and OpenAI integrations
- Strategic analysis on going open source and positioning around A2A
Project Background
The developer notes that the most impressive part of working with Claude was the strategic thinking. They were building a competing protocol, and Claude helped them see that A2A had already won that fight — and that the real opportunity was the developer experience layer on top of it. This pivot shaped the whole direction of the project.
Availability
The entire project has been open sourced, including the backend and all components. The source provides these links:
- Backend: github.com/IntunoAI/intuno
- SDK: github.com/IntunoAI/intuno-sdk
- Site: intuno.net
📖 Read the full source: r/ClaudeAI
👀 See Also

Bio-Inspired Memory System for Local LLMs: LTP and Selective Oblivion Implementation
A developer built a local MCP server implementing bio-inspired memory mechanics including Long-Term Potentiation reinforcement, selective oblivion decay, and weekly consolidation cycles. The system uses hybrid search with sqlite-vec and text fallbacks, non-blocking architecture with asyncio executors, and maintains state via a persistent 'Soul' file.

TeenyApp lets Claude build and deploy full-stack websites from a single chat link
TeenyApp provides a live subdomain and agent token that Claude can use via HTTP to scaffold code, run migrations, set up auth, and deploy directly to a real URL without leaving the chat.

Holaboss AI Runtime Moves to TypeScript, Implements Persistent MCP Ports
The Holaboss AI local agent runtime has been refactored to use TypeScript exclusively, eliminating Python dependencies and reducing bundle size. It now persists MCP server ports in SQLite with UNIQUE(port) constraints to prevent collisions across restarts.

BuddyBoard: A Competitive Leaderboard for Claude Code's /buddy Feature
BuddyBoard is a community-built tool that creates a competitive leaderboard for Claude Code's /buddy feature, generating trading cards with stats, rarity tiers, and a BuddyDex tracking 1,728 possible combinations. Run with npx buddy-board to submit your buddy to the global ranking.