Claude Code Agents Negotiate API Contracts Without Orchestration Framework

Agent Coordination Without Prescribed Workflows
A demonstration shows Claude Code agents coordinating across machines without orchestration frameworks or workflow engines. The setup uses just two messaging tools: send_message and list_participants, plus a system prompt per agent.
A manager agent broke down work and assigned tasks, but what happened next wasn't scripted. The two developer agents began negotiating API contracts with each other before writing any code. They discussed and agreed on endpoint shapes, response formats, and CORS headers through peer-to-peer negotiation, then built their respective components in parallel.
Technical Implementation
The bridge implementation is approximately 190 lines of TypeScript. A WebSocket broker relays messages between agents, while MCP (Model Context Protocol) channels push these messages into each agent's conversation inline. The system runs in Docker containers configured with non-root users for security.
This approach demonstrates emergent coordination where agents autonomously negotiate technical specifications rather than following predetermined workflows. The agents handled the entire API contract negotiation process without human intervention after the initial task assignment.
📖 Read the full source: r/ClaudeAI
👀 See Also

Challenges and Lessons from Developing an ML Trading System with Claude
Developing a complex ML trading system using Claude Opus 4.5 revealed integration issues with multiple ML engines, emphasizing the importance of thorough verification during the development process.

Using Claude's Free Version to Auto-Update Notion Research Databases
A developer built a system using Claude's free tier to automatically structure and save research into Notion databases. The workflow takes raw research notes and formats them into structured database entries with consistent fields, categories, and summaries.
5 Prompts to Add an ARAM Map to LMAO: Opus 4.8 Builds a Full Game Mode
A developer shares the exact 5 prompts used with Claude Opus 4.8 to add a single-lane ARAM map to LMAO, including map sizing, transparency for trees, and hidden champion randomization.

Claude AI Guides User Through Car Sunroof Repair with Urethane Glass Adhesive
A user repaired a 2012 Ford Fusion sunroof that blew open on the highway by following Claude's step-by-step guidance to clean rust and apply urethane glass adhesive, avoiding a $1500 replacement on a $5000 car.