-
Notifications
You must be signed in to change notification settings - Fork 3
Arena
phinn edited this page Jul 31, 2026
·
1 revision
🌐 Language: English | 中文
Arena is a deep analytics dashboard that lets you run the same prompt across multiple engines side-by-side and compare outputs.
- Sidebar ⋯ menu → Arena
| Section | Description |
|---|---|
| Diff view | Side-by-side comparison of two engine outputs with word-level diff highlighting |
| Judge | AI-judged comparison of which output is better |
| Select two | Choose which two engines/sessions to compare |
| Left / Right panels | The two selected outputs shown in parallel |
- Select two engines (e.g., Direct vs Claude Code) or two sessions.
- Send a prompt — the same prompt goes to both engines simultaneously.
- Compare outputs — Arena shows word-level diff, token counts, latency, and cost.
- AI judge — optionally ask the AI to judge which output is better.
| File | Purpose |
|---|---|
src/renderer/arena.ts |
Arena dashboard rendering, diff, judge logic |
src/renderer/styles.css |
Arena-specific styles |
src/shared/i18n.ts |
arena.* keys |
- Engines — the three engines and how they differ
- Session-Branching — branch a session to another engine