AI Jury
“Five AIs. One window. Disagreement is priceless.”
A side-by-side multi-model chat UI. You type one prompt; Claude, GPT, Gemini, Grok, and DeepSeek each answer in their own column. You see at a glance where they agree, where they diverge, and which one is bluffing.
Debate Mode is three sequential rounds on demand. Round 1: parallel answers. Round 2: each model critiques the others anonymously. Round 3: a moderator you pick synthesises the final answer from everything above. The transcript is preserved so you can audit who said what.
Pure vanilla JavaScript — no framework, no bundler, no build step. Hand-written index.html + app.js + styles.css, deployed straight to Cloudflare Pages. You bring your own API keys; they live in localStorage and never touch a backend you don't own.
It exists because copy-pasting the same question into five tabs and diffing answers by hand is slow and lossy. Watching them argue against each other turned out to be the most useful signal — you learn the shape of the disagreement, not just the consensus.