-
Notifications
You must be signed in to change notification settings - Fork 0
Arena Mode
github-actions[bot] edited this page Feb 28, 2026
·
1 revision
Arena Mode runs the same prompt through multiple AI providers simultaneously and presents the results side-by-side so you can pick the best answer or merge outputs.
- You send a prompt in Arena Mode (toggle in session settings or via
clawd session --arena) - The daemon dispatches the request to 2-4 configured providers in parallel
- Each response streams into a separate panel in the desktop app
- You choose a winner, merge hunks, or discard all and retry
- Compare code quality between Claude, Codex, and GPT-4 on the same refactor
- Evaluate model regression when switching provider versions
- Get consensus on architectural decisions — agree = confident, disagree = needs human input
Planned for Sprint GG. Requires multi-session dispatch in the daemon + arena layout in the desktop app.
ClawDE · GitHub · MIT License
ClawDE
Getting started
Reference
- Architecture
- Daemon-Reference
- Folder-Structure
- Providers
- Multi-Account
- Security
- Features
- Features/Daemon
- Features/Session-Manager
- Features/Mode-System
- Features/Repo-Intelligence
- Features/Projects
- Features/Remote-Access
- Features/Desktop-App
- Features/Provider-Knowledge
- Features/Coding-Standards
- Roadmap
Branding
Contributing