Viral Tool Lets AI Agents Debate Locally
A new open-source tool that lets AI agents like Claude and Gemini chat in a local 'room' is gaining traction with developers. The tool allows users to tag agents, assign roles, and have them debate or collaborate on tasks without cloud costs — a potential game-changer for building and testing multi-agent systems.
The "local debate" concept leverages frameworks like LangGraph, which orchestrates AI agents in a stateful, graph-based workflow. This approach provides more explicit control and easier debugging compared to conversational, message-passing frameworks like Microsoft's AutoGen, making it ideal for developers looking to build reliable, auditable multi-agent systems on their own machines. Running agents locally offers a direct response to the spiraling costs of cloud-based AI. Production-grade agentic systems can incur significant expenses from API calls, vector databases, and specialized observability platforms, with costs easily reaching $7,000-$21,000 per month for a single agent handling moderate traffic. Local-first tools shift this compute cost to a one-time hardware investment, eliminating recurring token and hosting fees. This trend toward local, cost-effective AI development is fueling a new wave of startups. In the NYC ecosystem, companies like Hebbia, Profound, and YC-backed startups such as Shaped and Model ML are actively hiring for AI and software engineering roles. These companies are building everything from AI-powered financial workspaces to real-time retrieval engines for search and feeds. The city's venture capital landscape is actively funding these developments, with major players like Lux Capital, Insight Partners, and Thrive Capital backing AI-focused companies. NYC-based VCs invested over $21.4 billion into AI companies between 2018 and 2022, and they often prioritize enterprise AI and startups that can demonstrate revenue within a year of their seed round. For engineers not ready to jump to a startup, this local-first approach is perfect for side projects. Successful indie hackers often find profit by solving a single, tedious problem with automation. For example, building a tool that only converts messy client emails into structured tasks or one that repurposes blog content for LinkedIn can be more lucrative than building a feature-heavy application. The key takeaway from profitable AI side hustles is that the real value is in the engineering, not just the AI model. Building a robust pipeline that handles edge cases, retries, and structured output is the defensible moat. Founders like Ramsri Goutham, who built two AI side projects to a combined $100k/year while working full-time, emphasize building distribution first by blogging and posting on social media about the problem you're solving.