Methodology
MultipleChat runs a collaborative mode in which a user's prompt is sent to multiple frontier models in parallel, and the responses are displayed side-by-side. The user then chooses which response to continue with, copy, or refine. This produces a continuous stream of behavioral preference data — users vote with their workflow, not with a survey.
Q2 2026 covers all collaborative-mode comparisons between April 1 and June 30, 2026, where at least three frontier models returned valid responses to the same prompt. Total: 50,142 comparisons across 11 task categories from ~8,400 unique users. {{MOCK}}
Task categorization was performed automatically by Gemini Flash, then spot-validated on a 500-prompt sample (κ = 0.81 agreement with two human reviewers). Categories: writing, coding, summarization, translation, reasoning, factual Q&A, math, research, creative, conversational, structured extraction.
Win criterion. A "win" is recorded when the user (a) continues the conversation thread with that model's response, OR (b) explicitly copies/saves that response within 90 seconds of receiving the parallel outputs. Ties are split. Prompts where no continuation occurred within 5 minutes are excluded from win-rate calculations but retained for hallucination and latency metrics.
Hallucination flagging. A response is flagged as a hallucination candidate when (a) it contains a citation or factual claim that fails programmatic verification against authoritative sources, OR (b) the user invokes the "regenerate" function with a prompt indicating factual concern (e.g. "that's wrong", "fact check"). Flags are reviewed for false-positive rate on a 200-response random sample.
What we exclude. Prompts containing PII, prompts under 8 tokens, prompts where any model errored mid-stream, and the first 100 comparisons of any new user (warmup bias). The raw prompt text never leaves MultipleChat's servers — only the aggregated outcome.
Headline results — Q2 2026
Win rate = share of head-to-head comparisons where this model's response was chosen by the user. All values {{MOCK}} — replace with aggregated MongoDB output.
| Model | Overall win rate | Comparisons | Avg latency | $ / 1k wins | Hallucination flag rate |
|---|---|---|---|---|---|
| ChatGPT (GPT-5.5) 🏆 #1 overall | 28.7% | 50,142 | 2.4s | $9.80 | 4.2% |
| Claude Opus 4.6 | 27.9% | 50,142 | 3.1s | $11.40 | 5.1% |
| Grok 4.5 | 21.9% | 50,142 | 1.9s | $5.90 cheapest/win | 9.4% |
| Gemini 3.1 Pro | 20.6% | 50,142 | 2.8s | $8.20 | 6.7% |
| Perplexity Sonar | 0.9%* | 12,408 | 3.6s | $14.10 | 3.1% lowest |
*Perplexity Sonar competes only on research/factual queries — its overall share reflects category mix, not capability gap.
Per-task breakdown
This is the central finding: there is no overall winner anymore — there are per-task winners. The variance is large enough that picking by task instead of by brand changes outcomes materially.
| Task category | Winner | Win rate | Runner-up | Hallucination risk | n |
|---|---|---|---|---|---|
| Writing (long-form, essays, prose) | ChatGPT | 52% | Claude (29%) | Low | 9,840 |
| Coding (refactoring, debug, scaffolding) | Claude | 61% | ChatGPT (24%) | Low | 11,222 |
| Summarization (docs, transcripts) | ChatGPT | 44% | Gemini (31%) | Medium | 5,608 |
| Translation (CJK, Romance, Slavic) | Gemini | 48% | ChatGPT (27%) | Low | 3,114 |
| Reasoning (multi-step, logic) | ChatGPT | 41% | Gemini (33%) | Medium | 4,890 |
| Factual Q&A (verifiable claims) | Claude | 58% | Perplexity (19%) | Low | 6,201 |
| Math (calculation, proofs) | ChatGPT | 46% | Gemini (28%) | Low | 2,455 |
| Research (multi-source synthesis) | Perplexity | 51% | Claude (24%) | Low | 3,808 |
| Creative (fiction, brainstorm) | Gemini | 45% | Grok (28%) | n/a | 1,920 |
| Conversational (chat, advice, casual) | ChatGPT | 49% | Claude (26%) | Low | 1,084 |
| Structured extraction (JSON, tables) | Claude | 54% | ChatGPT (29%) | Low | 9,442 |
The #1 overall model (ChatGPT) wins five categories — writing, summarization, reasoning, math and conversational — but loses coding, factual Q&A, structured extraction, translation, creative and research. A team that always picks ChatGPT is leaving a ~28% quality gap on the table compared to per-task routing.
Cost per quality unit
Win rate × inference cost gives the real comparison: how much does it cost to get one acceptable answer? {{MOCK}}
Grok dominates this chart. At ~$5.90 per 1,000 wins, it costs roughly half the average and 40% less than the most expensive model. For a team running 100k queries/month, the swing between always-Claude and Grok-default-with-fallback is approximately $11,000/month in inference cost.
The expensive answers are the rare ones. Perplexity Sonar's $/win looks high because it only competes on research tasks (where its win rate is 51%); on a per-task-it-actually-wins basis, it is competitive.
Hallucination findings
2026 hallucination rates have improved materially — frontier models now sit between 3% and 19% depending on task, down from 15–45% in 2024 — but the reasoning-model paradox remains the most counter-intuitive finding of the year.
The reasoning-model paradox. Independent research showed OpenAI's o3 reasoning model hallucinating on the PersonQA factuality benchmark at 33% — more than double its non-reasoning predecessor o1 at 16%. Our data replicates the pattern inside MultipleChat: when users send simple factual questions to reasoning-tier models, hallucination flags rise 2.1× compared to non-reasoning siblings. {{MOCK}}
Where this matters. Don't use reasoning models for atomic factual lookup. Use them for multi-step problems where their thinking is the value. The same model that solves a hard math proof correctly will confidently misremember a CEO's name.
Domain risk persists. Independent 2026 studies report 6.4% hallucination in legal queries, 10–20% in medical, and up to 33% in RAG-based legal tools. Our equivalent flags in the legal/medical categories of our dataset sit at 7.2% and 12.4% respectively. Use these models for drafting, not for final-step diagnosis. {{MOCK}}
Where the frontier models disagree most
Cross-model agreement (semantic similarity of paired responses) is the inverse of disagreement. Low agreement signals that you should not trust any single model's answer in that category. {{MOCK}}
| Task category | ChatGPT ↔ Claude | ChatGPT ↔ Gemini | Claude ↔ Gemini | Disagreement rank |
|---|---|---|---|---|
| Math | 91% | 89% | 87% | Lowest disagreement |
| Coding | 74% | 71% | 78% | Low |
| Translation | 69% | 68% | 72% | Low |
| Summarization | 61% | 58% | 64% | Medium |
| Reasoning | 54% | 49% | 56% | Medium-High |
| Writing (creative) | 38% | 34% | 41% | High |
| Subjective / opinion | 27% | 22% | 29% | Highest — never trust a single answer |
When ChatGPT and Gemini agree 89% of the time on a math problem, you can trust either. When they agree 22% of the time on a subjective question, you need a human — or a multi-model orchestrator that surfaces the disagreement explicitly.
Optimal routing strategy (Q2 2026)
Based on this quarter's data, the routing matrix that maximizes quality / cost / latency for most teams:
| Task | Primary | Fallback | Use when |
|---|---|---|---|
| Long-form writing | ChatGPT | Claude | Voice & tone matter |
| Coding (any) | Claude | ChatGPT | Default coding stack |
| Summarization | ChatGPT | Gemini | Large input docs |
| Translation | Gemini | ChatGPT | Non-English target |
| Reasoning | ChatGPT | Gemini | Multi-step problems |
| Factual Q&A | Claude | Perplexity | Verifiable claims |
| Math | ChatGPT | Gemini | Accuracy critical |
| Creative | Gemini | Grok | Brainstorming / fiction |
| Conversational | ChatGPT | Claude | General chat |
| Structured extraction | Claude | ChatGPT | JSON / schema output |
| Research (multi-source) | Perplexity | Claude | Needs citations |
| High-volume cheap tasks | Grok | ChatGPT | Cost-sensitive batch |
MultipleChat's Collaborative AI mode automates this routing — sending each query to the optimal model and surfacing the disagreement when models meaningfully diverge.
Limitations and honest caveats
Self-selection bias. Our users are productivity-oriented professionals using a multi-model platform — they may differ from the general public. We over-index on coding, writing and research; under-index on casual chat and roleplay.
The "win" signal is behavioral. A user continuing with model X's response means that response was good enough to use, not necessarily the best possible. We trade verifiability against authenticity — the LMSYS arena gets more deliberate votes, we get more honest ones.
Model versions move fast. "Claude" in this dataset means whatever Anthropic was serving on each measurement day — we record specific build IDs in the downloadable dataset. The headline numbers will shift when new versions ship.
We sell access to these models. MultipleChat charges for access to all five vendors and has no contracted preference. We have an obvious incentive to make the case for a multi-model platform — which we explicitly do. We do not have an incentive to favor any single vendor.
How to cite this benchmark
Dataset, methodology and visualizations are released under CC-BY 4.0. Attribution required, commercial reuse permitted.
The Q3 2026 edition publishes Friday, October 16, 2026. Subscribe to be notified, or follow @ai_multiplechat.