A Council of LLMs visualized as Knights of the Round Table. Multiple AI models deliberate on your questions through a 3-stage process inspired by Karpathy's llm-council.
- Initial Responses - Each knight (LLM) provides their perspective on your question
- Peer Review - Knights anonymously rank each other's responses
- Synthesis - King Arthur synthesizes all perspectives into a final verdict
| Knight | Model | Personality |
|---|---|---|
| King Arthur | llama-3.3-70b-versatile |
Wise ruler who synthesizes viewpoints |
| Sir Lancelot | openai/gpt-oss-120b |
Strategic, bold, action-oriented |
| Sir Gawain | qwen/qwen3-32b |
Diplomatic, balanced perspectives |
| Sir Percival | moonshotai/kimi-k2-instruct |
Idealistic, spiritually-minded |
| Sir Galahad | meta-llama/llama-4-scout-17b-16e-instruct |
Morally rigorous, principled |
- 3D visualization of knights around the Round Table
- Visual feedback showing which knight is currently "speaking"
- Rankings showing which knight's response was most valued by peers
- Expandable responses to see each knight's full answer
- Final synthesized answer from King Arthur
- React Native + Expo
- React Three Fiber (3D rendering)
- Groq API (LLM inference)
- TypeScript
-
Clone the repo
-
Install dependencies
npm install
-
Create
.envfile with your Groq API keyEXPO_PUBLIC_GROQ_API_KEY=your_api_key_here -
Start the app
npx expo start
Sign up at console.groq.com to get your free API key.
MIT