Watch AI models debate! Instead of dry benchmarks, watch two LLMs argue it out and decide who wins.
- Watch different AI models debate each other
- Choose from various models (e.g., GPT-4o, Claude 3 Sonnet, Gemini 1.5 Flash, Grok 3, Grok 3 Mini)
- Assign unique personalities to each debater (e.g., Pirate, Butler, Sassy Drag Queen, etc.)
- Control the "spiciness" or intensity of the debate
- Vote on which argument you think is better
- Browse and view previously saved debates
- Simple, clean interface focused on the debate
- Clone the repository
- Install dependencies:
pnpm install
- Create a
.env.localfile with your API keys:NEXT_PUBLIC_OPENAI_API_KEY=your_openai_key NEXT_PUBLIC_GOOGLE_GENERATIVE_AI_API_KEY=your_google_key NEXT_PUBLIC_ANTHROPIC_API_KEY=your_anthropic_key NEXT_PUBLIC_XAI_API_KEY=your_xai_key - Run the development server:
pnpm dev
- Enter a debate topic
- Select the models for each debater
- Assign a personality to each debater
- Choose the desired "spiciness" level
- Click "Start AIgument" and watch the debate unfold
- Use the "Next Round" button to continue
- Vote on which argument you think is better
- (Optional) Save the debate to view later
- Next.js
- TypeScript
- Tailwind CSS
- Vercel AI SDK
- OpenAI API
- Google Generative AI API
- Anthropic API
- xAI API
