Council is a multi-agent deliberation system that orchestrates 5 frontier LLMs to answer complex questions without confirmation bias.
A single AI model has confirmation bias — it tends to reinforce assumptions in the prompt, agree with the user, and present a single coherent narrative that hides genuine uncertainty. When you ask Claude, GPT, or Gemini the same hard question, each gives you a confident answer that reflects its own training biases.
Council queries 5 different model families simultaneously, has them anonymously peer-review each other, then synthesizes the strongest reasoning while preserving genuine disagreements. The result is an answer that surfaces tension rather than hiding it.
| Agent | Provider | Why |
|---|---|---|
| Claude Code | Anthropic | Deep reasoning, tool use (chairman) |
| GPT-4.1 | OpenAI | Broad knowledge, speed |
| Gemini 2.5 Pro | Different training distribution | |
| DeepSeek V3 | DeepSeek | Chinese + English perspective |
| Llama 4 Scout | Meta | Open-weight, different alignment |
Based on 15 academic papers. See PAPER.md for the full literature review.
Open source: github.com/danlex/council
127 automated tests. 42 bugs found and fixed across 4 review rounds.