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

Ephemeral OpenClaw setups with network sandboxing and auto-teardown
A setup that boots OpenClaw inside an ephemeral VM with a network egress allowlist, injects API keys into RAM-backed storage, and includes a 2-hour auto-teardown. All LLM calls are recorded to SQLite for replay.

Browser Harness: Giving LLMs raw CDP access to self-correct browser tasks
Browser Harness strips away browser frameworks, giving LLMs direct CDP websocket access and letting them write missing tools mid-task. Demonstrated by self-inventing an upload_file() function.

PinchBench Results: First OpenClaw-Specific AI Coding Agent Benchmark
The first OpenClaw-specific benchmark, PinchBench, ranks 32 AI models by success rate, cost, and speed, with Google's Gemini-3-Flash-Preview leading at 95.1% success for $0.72.

Open Source Knowledge Base Server and Multi-Agent Orchestrator for Persistent AI Memory
A developer built a custom MCP server on a private VPS to give Claude, Codex, and Gemini persistent memory across sessions, with a knowledge base server that ingests Obsidian vaults and a multi-agent orchestrator called Daniel for failover.