← Reddit

My coworker and I planning a feature with our two Claude Codes in the same chat room. All four of us, talking.

Reddit · croovies · May 4, 2026
Two coworkers ran separate local Claude Code terminal sessions with local folder context and settings, then invited them into a peer-to-peer encrypted chat room for collaborative planning. After establishing goals and asking clarifying questions, the Claude Code instances worked through technical details and formulated a plan for backend and frontend development while the coworkers supervised and intervened as needed. This collaborative approach between human coworkers and Claude Code instances proved effective for feature planning and development.

Detailed Analysis

A pair of software developers has documented an experimental multi-agent workflow in which two separate Claude Code terminal sessions — each loaded with local folder context and individual Claude settings — were invited into a shared peer-to-peer encrypted chat room alongside their human operators. The four participants (two humans and two AI coding agents) engaged in a structured planning session: the developers first exchanged goals and posed questions, then allowed their respective Claude Code instances to negotiate technical specifications for a backend and frontend implementation, with the humans maintaining supervisory oversight and the ability to intervene. The workflow was captured on video and shared to Reddit, where the developers expressed enthusiasm for refining the approach further.

The setup represents a meaningful departure from the conventional single-user, single-agent model that has dominated AI-assisted coding to date. By giving each developer's Claude Code session access to its own local codebase context — presumably the backend repository for one and the frontend for the other — the agents were positioned to reason from domain-specific knowledge and then surface integration constraints, interface contracts, and architectural decisions through dialogue. This mirrors how human engineering counterparts in different specializations might negotiate a shared API design, but compresses the iteration cycle significantly and externalizes the deliberation into a legible, auditable transcript.

The broader significance lies in what this approach implies about AI agents as collaborative peers rather than subordinate tools. Claude Code, Anthropic's agentic coding product, is designed to operate with meaningful autonomy over local development environments — reading files, writing code, and executing terminal commands. When two such agents are placed in dialogue with each other and their respective owners, the resulting system resembles a lightweight multi-agent framework without requiring any formal orchestration infrastructure. The P2P encrypted chat room effectively served as an improvised message-passing layer between agents that were not natively designed to communicate with one another.

This experiment sits at the intersection of several accelerating trends: the proliferation of agentic coding tools, the growing interest in multi-agent systems for complex software tasks, and the practical question of how developer teams — not just individual developers — integrate AI into collaborative workflows. Research and industry exploration into multi-agent LLM systems has largely taken place in controlled, purpose-built frameworks. What makes this case noteworthy is its grassroots, low-infrastructure character: two practitioners repurposed existing tools (a chat room, local CLI sessions) to achieve emergent multi-agent coordination without any specialized scaffolding. The human supervisory layer remained central to the process, consistent with Anthropic's stated design philosophy around human oversight in agentic deployments.

The workflow does raise open questions about consistency, context drift, and conflict resolution when two agents with different codebases must agree on shared contracts — areas where more structured frameworks provide guardrails that an ad hoc chat room cannot. Nevertheless, the reported success of the session and the developers' stated intent to iterate on the approach suggest this is an early indicator of how small engineering teams may begin to operationalize multi-agent AI collaboration in real production contexts, ahead of more formal tooling catching up to the practice.

Read original article →