← Latest papers
🤖 AI

When Does Combining Language Models Help? A Co-Failure Ceiling on Routing, Voting, and Mixture-of-Agents Across 67 Frontier Models

This paper argues that the performance gains of multi-model LLM systems like routing and voting are fundamentally capped by the "co-failure rate" (the frequency with which all models fail simultaneously), a metric that standard correlation measures miss and which often limits ensemble accuracy to that of the single best model unless a strong query-level routing signal is present.

Original authors: Josef Chen

Published 2026-06-26
📖 6 min read🧠 Deep dive

Original authors: Josef Chen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Idea: Why "More Voices" Doesn't Always Mean "Better Answers"

Imagine you are a manager trying to solve a difficult puzzle. You have a team of 67 different experts (AI models) to choose from. The common advice in the tech world is: "Don't just pick the smartest person; ask a group and vote on the answer. If they disagree, the group is usually smarter than any single person."

This paper argues that this advice is often wrong. Sometimes, asking a group of experts actually gives you the same answer as asking just the single best expert, but at a much higher cost. In fact, on hard problems, the whole group might fail together, and no amount of voting can fix that.

The Two Main Problems

The authors found that combining models hits a "glass ceiling" (a limit you can't break through) for two main reasons.

1. The "All-Wrong" Ceiling (The Common Blind Spot)

Imagine you ask 67 experts a very tricky math question.

  • The Old Belief: If the experts are diverse, they will make different mistakes. If Expert A is wrong, Expert B might be right.
  • The Reality: On hard, open-ended questions (like complex math or coding), all 67 experts often get the exact same question wrong at the same time. They share a "blind spot."

The paper calls this β\beta (Beta): the rate at which every single model fails on the same question.

  • The Rule: No matter how you combine them (voting, routing, or cascading), your accuracy can never be higher than 100% minus β\beta.
  • The Analogy: Imagine a group of 67 people trying to find a hidden key in a room. If they all look in the same wrong corner (because they were all taught the same wrong thing), asking all of them won't help. You will never find the key, no matter how many people you ask.

2. The "Correlation Trap" (The Wrong Metric)

Currently, companies decide whether to use a group of models by looking at ρ\rho (Rho), which measures how often two models make the same mistake.

  • The Trap: The paper proves that ρ\rho is a terrible predictor of the "All-Wrong" problem. You can have two models that seem very different (low correlation) but still fail together on the hardest questions.
  • The Analogy: It's like checking if two weather forecasters agree on whether it will rain tomorrow. They might disagree 90% of the time. But if a massive hurricane hits (a hard problem), they might both get it wrong. Checking their daily agreement doesn't tell you if they will both fail when the big storm comes.

The Two Regimes: When to Combine, When to Stop

The paper divides tasks into two distinct "worlds" or regimes:

World A: The "Ceiling-Bound" Tasks (Open-Ended Math & Code)

  • What happens: These are hard problems with no multiple-choice options.
  • The Result: The "All-Wrong" rate (β\beta) is high. The experts all fail together.
  • The Lesson: Combining models here is useless. You cannot beat the single best model because the whole group is stuck in the same blind spot. The paper found that on these tasks, the "All-Wrong" rate was about 2.5 times higher than what standard math predicted.

World B: The "Realizability-Bound" Tasks (Science & Multiple Choice)

  • What happens: These are tasks where the answer is clear or there are options to choose from (like a multiple-choice test).
  • The Result: The "All-Wrong" rate is near zero. The experts rarely fail together.
  • The Lesson: Here, there is room for improvement. The experts disagree on the answers, so a smart system could theoretically pick the right one. However, the paper found that current "router" systems (AI that decides which model to use) are too dumb to actually find these differences. They miss the opportunity.

The "Format" Surprise

The authors did a cool experiment with science questions (GPQA).

  • When asked as Multiple Choice, the models rarely all got it wrong.
  • When asked as Free Response (stripping away the options), the models suddenly started failing together at a high rate.
  • The Takeaway: It's not the topic (science) that causes the failure; it's the format. Open-ended questions trigger the "All-Wrong" blind spot.

The Economic Lesson: Diversity vs. Quality

The paper also tested a common idea: "If you mix a smart model with a dumb but diverse model, you get a better result."

  • The Finding: This is usually false. If the "dumb" model is too different, it often votes for the wrong answer, dragging the smart model down.
  • The Exception: Diversity only helps if the models are of equal quality. If you mix a group of models that are all equally smart but make different types of mistakes, then combining them works. But if you mix a genius with a novice, the novice usually hurts the team.

Summary: What Should You Do?

  1. Stop trusting the "Pairwise Correlation" number. It tells you nothing about whether the whole group will fail together.
  2. Check for the "All-Wrong" rate (β\beta). Before you build a complex system of multiple models, check if they all fail on the same hard questions. If they do, you have hit a ceiling. No amount of voting will break it.
  3. Don't just add more models. Adding more models to a group that already shares a blind spot is like adding more people to a search party that is looking in the wrong room. It doesn't help.
  4. Focus on the "Format." If you are asking open-ended questions, expect the models to fail together. If you can turn them into multiple-choice questions, you might unlock the ability to combine them effectively.

The Bottom Line: On today's hardest open-ended tasks, the "best" models are so similar that they fail together. Combining them rarely beats the single best model unless you have a very specific signal to know which model is right for which question. The magic isn't in the number of models; it's in finding models that fail in different ways.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →