llm-council
v1.0.1Orchestrate multiple open-weight LLMs via Fireworks AI to deliberate on queries using Karpathy's LLM Council concept. Models respond individually, rank each other's responses, then a Chairman synthesizes the best answer. Powered entirely by fast, affordable open-weight models on Fireworks.
by DAIR.AI600updated 2 weeks ago
Source
git clone https://github.com/dair-ai/dair-academy-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/llm-council/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/llm-council/SKILL.md
Skills1
Orchestrate multiple open-weight LLMs via Fireworks AI to deliberate on queries. Models respond individually, rank each other's responses, then a Chairman synthesizes the final answer. Use this skill when the user wants multiple AI perspectives, consensus-building, or the "LLM Council" approach inspired by Karpathy. Powered by fast, affordable open-weight models on Fireworks.
Manifests1
{
"name": "llm-council",
"description": "Orchestrate multiple open-weight LLMs via Fireworks AI to deliberate on queries using Karpathy's LLM Council concept. Models respond individually, rank each other's responses, then a Chairman synthesizes the best answer. Powered entirely by fast, affordable open-weight models on Fireworks.",
"version": "1.0.1",
"author": {
"name": "DAIR.AI"
}
}