Skip to main content

Consilium

Consilium is a multi-model AI debate system where 5 LLMs discuss, critique, and refine answers through iterative rounds — then synthesize a final verdict.

The Idea

Instead of trusting one AI model, ask five. Let them debate. The truth emerges from disagreement.

Models

ModelProviderStrength
Claude Sonnet 4AnthropicNuance, synthesis
GPT-4oOpenAIGeneral reasoning
DeepSeek ChatDeepSeekAlternative viewpoints
Gemini 2.5 FlashGoogleSpeed, analysis
Grok 3 MinixAICreative thinking

How a Deep Consilium Works

Modes

ModeEndpointDescription
SinglePOST /ask/:providerAsk one model
ParallelPOST /consiliumAll 5 answer, no debate
DeepPOST /consilium/deep2-5 rounds of debate
StreamPOST /consilium/deep/streamReal-time SSE updates
SynthesisPOST /synthesizeClaude generates final verdict

Web UI

Available at consilium.reincarnatiopedia.com — a single-page app with real-time streaming, session history, and color-coded responses per model.

Storage

  • SQLite for persistent session history
  • In-memory cache of last 50 sessions for fast retrieval