Multi-Agent Debate App Built with Claude, ElevenLabs, and Flux

A developer has created a multi-agent debate application powered by Claude. The app allows users to pick two personas and a topic, then Claude generates arguments for each side in character. An AI judge scores the debate and picks a winner.
Key Features and Implementation
The app integrates three main components:
- Claude: Handles the core debate logic, generating arguments for each persona based on the selected topic.
- ElevenLabs: Provides voice synthesis to give the debate an auditory dimension.
- Flux: Generates images to enhance the visual presentation, making it feel like a real debate show.
Example Debates
The developer mentioned several example debates that users can try:
- Tesla vs. Edison on electricity
- Pineapple on pizza debate
- Batman vs. Sherlock Holmes
Access and Development
The app is available for free with no sign-up required at hottakeai.app. This was built as a solo side project by a developer who credits Claude with doing "all the heavy lifting" for the debate generation.
📖 Read the full source: r/ClaudeAI
👀 See Also

CrabMeat v0.1.0: A Security-First Agent Gateway That Doesn't Trust the LLM with the Security Boundary
CrabMeat v0.1.0 is a WebSocket gateway for agentic LLM workloads that enforces security at the architectural level: capability ID indirection, effect classes, IRONCLAD_CONTEXT pinned instructions, tamper-evident audit chain, streaming output leak filter, and no YOLO mode.

Qwen 3.5 Chat Template Release with 21 Bug Fixes for Agent Workflows
A developer has released a fixed chat template for Qwen 3.5 models, addressing 21 bugs including tool calling crashes, parallel call separation, and agent loop stability. It's a drop-in replacement tested on llama.cpp, Open WebUI, vLLM, and other platforms.

InsForge: A Backend Semantic Layer for Claude Code Agents
InsForge exposes six backend primitives—authentication, Postgres database, S3-compatible storage, edge/serverless functions, model gateway, and site deployment—as structured components that Claude Code agents can inspect and configure via MCP instead of guessing API integrations.

Developer Tests Apple Intelligence for On-Device Clipboard Tasks
A developer built a clipboard manager using Apple Intelligence's Foundation Models framework, finding it reasonable for everyday tasks like short summaries and rewrites but limited on ambiguous language and detailed work.