Vibeleaderboard
← All Intel
Intel / article

COMED: The Missing Middle Between Routing and Collaboration in Multi-LLM Inference

Source
Norah Alballa, Wenxuan Zhang, Salma Kharrat, Fares Fourati, Zafar Ayyub Qazi, Mohamed Elhoseiny, Marco Canini
Author
Norah Alballa, Wenxuan Zhang, Salma Kharrat, Fares Fourati, Zafar Ayyub Qazi, Mohamed Elhoseiny, Marco Canini
Date
Key takeaways · AI-distilled
  • The authors find collaboration is non-monotonic: peer models can rescue failures no single model solves, but can also corrupt answers that were initially correct.
  • COMED combines anchor self-consistency, router margin and a lightweight peer probe to accept confident answers, verify ambiguous ones, and escalate only when collaboration looks beneficial.
  • Across 16 settings it improved both fixed and routed anchors, gaining up to 10.7 points on MedQA while invoking fewer models and decoding fewer than dense collaboration.
  • With frontier models on HLE, COMED lifted GPT-5.5 from 23.1% to 28.1%, beating dense collaboration.
Terms in this piece · Glossary
  • inferenceRunning a trained model to get answers — the phase where AI is actually used, as opposed to trained.
  • open weightsA model whose trained parameters are published for anyone to download and run — unlike API-only models you can access but never possess.
  • tokenThe chunk of text a model reads and writes in — roughly three-quarters of a word — and the unit AI usage is billed in.
Why it matters

Shows how to decide when to invoke peer models instead of always routing or always collaborating, directly useful for anyone building multi-model pipelines.

Recommended reads
Comments

Checking sign-in…

Loading comments…