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

Graphthulhu MCP Server Gives AI Agents Knowledge Graph Memory for Logseq/Obsidian
Graphthulhu is an open-source MCP server that provides AI agents with read-write access to Logseq or Obsidian vaults, storing memory as structured pages with properties and links instead of vector embeddings. After one month, the system generated 404 pages with 1,451 cross-references.

Throttle Meter: Open-Source Claude Code Usage Meter for macOS
Open-source macOS menu bar app that reads local Claude Code logs to show real-time 5-hour and weekly usage, with threshold notifications and token-saving hooks. Also has a €19 commercial sibling with Exact mode (reads claude.ai's internal API via Safari).

EctoLedger: Open-source microVM sandbox for local AI agents with terminal access
EctoLedger is an open-source runtime firewall and ledger that provides microVM isolation for local AI agents with terminal access, running four prevention layers before executing commands in Apple Hypervisor.framework (macOS) or Firecracker microVM (Linux) environments.

Local Tool Visualizes Claude Code Session Data
A Python script reads Claude Code session data stored locally in ~/.claude/ and generates a scroll-driven visualization with D3.js charts showing daily activity, project breakdown, tool usage, and coding rhythm heatmaps.