← Latest papers
💬 NLP

Council Mode: Mitigating Hallucination and Bias in LLMs via Multi-Agent Consensus

This paper introduces "Council Mode," a novel multi-agent consensus framework that mitigates hallucinations and biases in Large Language Models by routing queries through a triage classifier, generating parallel responses from diverse frontier models, and synthesizing them via a structured consensus mechanism, resulting in significant improvements in factual accuracy and reduced bias variance.

Original authors: Shuai Wu, Xue Li, Yanna Feng, Yufang Li, Zhijun Wang

Published 2026-04-06
📖 5 min read🧠 Deep dive

Original authors: Shuai Wu, Xue Li, Yanna Feng, Yufang Li, Zhijun Wang

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 "Council Mode": How to Stop AI from Lying (Without Getting a PhD)

Imagine you ask a super-smart AI a tricky question, like "Who invented the lightbulb?" or "What's the best treatment for a broken leg?" Sometimes, the AI gives you a confident, smooth-sounding answer that is completely made up. This is called a hallucination. It's like a student who didn't study for the test but writes a very convincing essay anyway.

This paper introduces a clever new system called Council Mode. Instead of asking just one AI for the answer, it asks a whole "council" of different AIs to debate it out, then picks the best version.

Here is how it works, broken down into simple steps with some fun analogies.


1. The Problem: The "Single Expert" Trap

Think of a single Large Language Model (LLM) like a genius but slightly arrogant professor.

  • They know a lot, but they have blind spots.
  • If they don't know the answer, they might just make something up to save face because they are so confident.
  • If they have a bias (e.g., they only read books from one country), their answers will be skewed.

The paper argues that relying on just one "professor" is risky.

2. The Solution: The "Council of Experts"

The Council Mode is like hiring a panel of judges instead of just one.

  • The Setup: You don't ask one AI. You ask three different AIs at the same time (e.g., one from OpenAI, one from Google, one from Anthropic).
  • The Analogy: Imagine you are trying to solve a mystery.
    • AI #1 is a detective who loves technology.
    • AI #2 is a historian who loves old books.
    • AI #3 is a scientist who loves lab reports.
    • If you ask them all, "Who invented the lightbulb?", they might all agree. But if they disagree, the system knows to be careful.

3. The Three-Step Process

Step 1: The Bouncer (Intelligent Triage)

Before the council even meets, a quick "bouncer" checks your question.

  • The Analogy: If you ask, "What's 2+2?", the bouncer says, "No need to call the whole council! I'll just tell you it's 4."
  • This saves time and money. Only the hard, tricky questions get sent to the full council.

Step 2: The Parallel Debate (Expert Generation)

For the hard questions, the system sends the prompt to three different AIs simultaneously.

  • The Analogy: It's like sending three different journalists to the same crime scene. They write their own reports independently.
  • Because they are different "species" of AI (trained on different data), they make different mistakes. If AI #1 makes a mistake, AI #2 might get it right.

Step 3: The Editor (Consensus Synthesis)

This is the magic part. A fourth AI (the "Editor") reads all three reports and writes the final story.

  • The Analogy: Imagine the Editor is a wise old librarian.
    • Agreement: If all three say "The sky is blue," the Editor writes, "The sky is blue."
    • Disagreement: If AI #1 says "The sky is green" and AI #2 says "The sky is blue," the Editor notices the conflict. It doesn't just pick a winner; it explains why they disagree and checks the facts.
    • Unique Findings: If AI #3 says something no one else mentioned (like "The sky looks green at sunset"), the Editor keeps that interesting detail.
  • The final output isn't just a "majority vote." It's a nuanced, fact-checked summary that highlights where everyone agrees and where they fight.

Why Does This Work? (The Magic Math)

The paper uses a simple probability trick.

  • If one AI has a 20% chance of lying (hallucinating), that's bad.
  • But the chance that three different AIs all lie about the exact same thing at the exact same time is tiny (like 0.2% or less).
  • The Metaphor: It's very unlikely that three different people, from different backgrounds, would all accidentally tell the same lie. If they all say the same thing, it's probably true. If they disagree, the system catches the lie.

The Results: What Did They Find?

The researchers tested this against the best single AIs available (like GPT-5.4 and Claude Opus 4.6).

  • Less Lying: The Council Mode reduced "hallucinations" (lies) by 36%.
  • More Truth: It scored much higher on tests designed to see if the AI tells the truth.
  • Less Bias: Because it mixes different AIs, it doesn't lean too hard in one political or cultural direction. It's more balanced.
  • The Trade-off: It takes a little longer (about 8 seconds instead of 3) because it has to wait for three AIs to talk and then for the Editor to write. But for important questions, the extra time is worth it for the accuracy.

The Bottom Line

Council Mode is like moving from a "One-Man Show" to a "Town Hall Meeting."
Instead of trusting one voice that might be wrong or biased, it listens to a diverse group, checks their work, and synthesizes the best possible answer. It turns AI from a confident liar into a careful, fact-checking team.

In short: If you want the AI to be right, don't ask one expert. Ask a committee.

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 →