| name | multi-model-research |
| description | Orchestrate multiple frontier LLMs (Claude, GPT-5.1, Gemini 3.0 Pro, Perplexity Sonar, Grok 4.1) for comprehensive research using LLM Council pattern with peer review and synthesis |
| triggers | ["deep dive","research council","multi-model research","comprehensive research","council research"] |
| allowed-tools | Bash, Read, mcp__obsidian-vault__create_vault_file |
| version | 0.1.0 |
Multi-Model Research Agent
Implements Karpathy's LLM Council pattern for superior research through parallel queries, peer review, and chairman synthesis.
Architecture
Geoffrey/Claude (Native Council Member):
- Routes simple vs complex queries
- Calls external API orchestrator (
research.py)
- Provides my own research response
- Conducts peer review phase
- Requests GPT-5.1 synthesis (chairman)
- Saves final report to Obsidian
Python External API Orchestrator:
- Fetches responses from GPT-5.1, Gemini 3.0 Pro, Perplexity Sonar, Grok 4.1
- Returns JSON with all external responses
- I handle all orchestration and synthesis