LLM COUNCIL
An LLM council sends one prompt to several frontier models in parallel, has them review each other's answers anonymously, and synthesizes a final answer. Andrej Karpathy's open-source llm-council repo made the pattern famous. Council AI runs the same architecture as a hosted app — no API keys, no setup.
An LLM council is a setup where multiple frontier language models answer the same prompt in parallel, review each other's answers — anonymized, so no model knows who wrote what — and a chairman (or moderator) model synthesizes the reviewed answers into one final response. The pattern went mainstream in November 2025 when Andrej Karpathy open-sourced llm-council (github.com/karpathy/llm-council, ~23.3k GitHub stars as of July 2026): a reference implementation where models answer, rank each other's anonymized responses, and a Chairman model writes the final synthesis, all routed through OpenRouter. The repo is deliberately minimal — you clone it, supply your own API keys in a .env file, and get no persistence or memory between sessions. Council AI is an independent productization of that same architecture: parallel answers, anonymized cross-review, and moderator synthesis, plus a consensus score on every answer, persistent memory, and a hosted app (web + iOS) with zero setup, from $19.99/month. To be clear about the relationship: Karpathy has no affiliation with Council AI — the architecture he open-sourced is the architecture Council runs as a product. Below: how each works, an honest repo-vs-hosted comparison (the repo wins on free and hackable), and the benchmark evidence on whether councils actually beat single models.
An LLM council replaces the single-chatbot loop with a three-stage pipeline:
The payoff is error de-correlation: a hallucination from one model rarely survives review by four models trained on different data. Where the council agrees, confidence is earned; where it splits, you've found the genuinely hard part of your question.
In November 2025, Andrej Karpathy published llm-council — an open-source web app implementing exactly this pipeline. It went viral (~23.3k GitHub stars as of July 2026) and effectively named the category. What it does:
What running it requires: cloning the repo, installing dependencies, creating a .env file, and supplying your own OpenRouter API key — you pay per token on your own account. What it deliberately leaves out: persistence and memory (each session starts from zero), mobile apps, and integrations. It's a reference implementation, not a product — and per its commit history it hasn't been developed since November 2025.
Council AI is an independent productization of the same architecture. The pipeline is the one described above — parallel answers from frontier models, anonymized cross-review so no model knows who wrote what, and moderator synthesis — with the additions you'd expect from a product:
One thing this page won't claim: endorsement. Karpathy is not affiliated with Council AI and has never promoted it. The honest description is that the architecture he open-sourced is the architecture Council runs as a product.
And where the repo genuinely wins:
If you're a developer who wants to own the pipeline, clone the repo. If you want the pattern as a daily tool — with memory, current models, and nothing to maintain — that's what the hosted version is for.
The honest answer: yes on deep research and verification-heavy work, measurably — and no, not everywhere.
On OpenRouter's DRACO deep-research benchmark, fused multi-model panels scored 69.0 versus 65.3 for the best solo model (Claude Fable 5) — and roughly 75% of that lift came from the synthesis step, not merely from having more answers to choose from. That result matches the council thesis: the value isn't ten answers, it's the structured reconciliation of ten answers.
The limits are just as real. Single strong models still win at pure coding speed — a council adds latency a tight edit loop doesn't want — and at creative writing, where synthesis tends to sand off the distinctive voice a single model produces. Councils earn their overhead when a wrong answer is expensive: research synthesis, code review, contracts, decisions. For casual chat, one good model is enough.
A pipeline where multiple frontier models answer the same prompt in parallel, review each other's answers anonymously (no model knows which lab wrote what), and a chairman or moderator model synthesizes a final answer. The pattern went mainstream via Andrej Karpathy's open-source llm-council repo in November 2025.
No — Council AI is an independent productization of the same architecture: parallel answers, anonymized cross-review, moderator synthesis. Karpathy is not affiliated with Council AI and doesn't endorse it. The architecture he open-sourced is the architecture Council runs as a hosted product.
Yes — clone github.com/karpathy/llm-council, add your own OpenRouter API key to a .env file, and pay only per-token costs on your own account. The tradeoff is the setup work and what the repo leaves out: no memory, no persistence, no mobile app, and no maintenance since November 2025.
On verification-heavy work, evidence says yes: on OpenRouter's DRACO deep-research benchmark, fused multi-model panels scored 69.0 vs 65.3 for solo Claude Fable 5, with ~75% of the lift coming from the synthesis step. But single models still win at pure coding speed and creative writing — councils pay off when being wrong is expensive.
OpenAI (GPT-5.6 Sol/Terra/Luna, GPT-5.5, GPT-5.4), Anthropic (Claude Fable 5, Opus 4.8, Sonnet 5, Haiku 4.5), Google (Gemini 3.5 Flash, 3.1 Pro), xAI (Grok 4.5, 4.3), DeepSeek (V4 Pro, V4 Flash), Alibaba (Qwen3.7-Max, Qwen3-Coder), Mistral (Large 3, Codestral), Moonshot (Kimi K3), and Z.ai (GLM-5.2). The lineup is curated and refreshed as labs ship new models.
Council AI plans start at $19.99/month (Plus), which includes every premium model and councils of up to 7 models per chat, with a monthly budget cap so costs stay predictable. Higher tiers raise the budget and council size, and Ultra adds the personal RAG library and MCP server.