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

Open-source structural hallucination checker for AI agent pipelines
A new open-source tool provides four suppressors to catch structural failures in AI agent pipelines, including grounding enforcement, prompt injection detection, JSON validation, and tool response verification. Available as both a REST API and MCP server with a free tier of 500 requests/month.

Windows System Tray Monitor for Claude Code Quota
A Windows system tray application that monitors Claude Code usage with a color-coded icon, auto-refreshes quota data every 5 minutes via Anthropic's OAuth API, and provides detailed dashboards showing hourly, daily, weekly, and monthly usage patterns.

Eä: A SIMD Compiler for Python Written in Rust
A developer built Eä, a compiler for SIMD kernels in ~12k lines of Rust that generates shared libraries and Python wrappers from .ea files, achieving 6.6× speedups over NumPy without ctypes or build systems.

TestThread: Open Source Testing Framework for AI Agents
TestThread is an open source testing framework for AI agents that runs tests against live endpoints, provides pass/fail results with AI diagnosis, and includes features like semantic matching, PII detection, and CI/CD integration.