GitPedia

Council of high intelligence

18 AI personas deliberate your hardest decisions across multiple LLM providers. Aristotle, Feynman, Kahneman, Torvalds & more — structured multi-round deliberation with genuine model diversity. One command: /council

From 0xNyk·Updated June 22, 2026·View on GitHub·

18 AI personas deliberate your hardest decisions across multiple LLM providers. One command. The project is written primarily in Shell, distributed under the MIT License license, first published in 2026. Key topics include: ai-agents, claude, claude-code, decision-making, deliberation.

Latest release: v1.1.0
May 21, 2026View Changelog →

Council of High Intelligence

<p align="center"> <img src="assets/header.jpeg" alt="Council of High Intelligence" width="800"> </p> <p align="center"> 18 AI personas deliberate your hardest decisions across multiple LLM providers. One command. </p> <p align="center"> <a href="https://github.com/0xNyk/council-of-high-intelligence/releases"><img src="https://img.shields.io/github/v/release/0xNyk/council-of-high-intelligence" alt="Release"></a> <a href="https://github.com/0xNyk/council-of-high-intelligence/stargazers"><img src="https://img.shields.io/github/stars/0xNyk/council-of-high-intelligence" alt="Stars"></a> <a href="https://creativecommons.org/publicdomain/zero/1.0/"><img src="https://img.shields.io/badge/license-CC0-blue" alt="License"></a> <img src="https://img.shields.io/badge/Claude_Code-skill-blueviolet" alt="Claude Code Skill"> <img src="https://img.shields.io/badge/Codex-skill-black" alt="Codex Skill"> <img src="https://img.shields.io/badge/members-18-orange" alt="18 Members"> </p> <details> <summary><strong>Table of Contents</strong></summary> </details>

Quickstart

Claude Code

bash
git clone https://github.com/0xNyk/council-of-high-intelligence.git cd council-of-high-intelligence ./install.sh

Then in Claude Code:

/council Should we open-source our agent framework?
/council --quick Should we add caching here?
/council --duo Should we use microservices or monolith?

Codex

bash
git clone https://github.com/0xNyk/council-of-high-intelligence.git cd council-of-high-intelligence ./install.sh --codex

Then in Codex:

/council Should we open-source our agent framework?
/council --quick Should we add caching here?
/council --duo Should we use microservices or monolith?

Why This Works

A single LLM gives you one reasoning path dressed up as confidence. Ask it a hard question and you get a fluent, structured, wrong answer. The council gives you structured disagreement instead:

  • Get genuinely different perspectives — polarity pairs force real tension (Socrates destroys assumptions; Feynman rebuilds from first principles). Multi-provider routing spreads members across Claude, OpenAI, Gemini, and Ollama so you get actually different reasoning, not costume changes on one model
  • Catch wrong questions early — the Problem Restate Gate makes every member reframe the question before analysis begins. If 3 members restate your question differently, the question was the problem
  • Know what the council can't answer — verdicts lead with Unresolved Questions and Recommended Next Steps, not with confident-sounding consensus. What the council doesn't know matters more than where it agrees
  • Prevent groupthink — dissent quotas, novelty gates, and counterfactual prompts enforce genuine disagreement. If >70% agree too early, two members are forced to steelman the opposing view

Why not just ask Claude directly? A single prompt gives you one model's confident best guess. The council gives you 3-18 independent analyses from different intellectual traditions, forces them to challenge each other's claims, and synthesizes a verdict that surfaces disagreement rather than hiding it. It's the difference between asking one advisor and convening a board.

The 18 Council Members

AgentFigureDomainDefault ModelPolarity
council-aristotleAristotleCategorization & structureopusClassifies everything
council-socratesSocratesAssumption destructionopusQuestions everything
council-sun-tzuSun TzuAdversarial strategysonnetReads terrain & competition
council-adaAda LovelaceFormal systems & abstractionsonnetWhat can/can't be mechanized
council-aureliusMarcus AureliusResilience & moral clarityopusControl vs acceptance
council-machiavelliMachiavelliPower dynamics & realpolitiksonnetHow actors actually behave
council-lao-tzuLao TzuNon-action & emergenceopusWhen less is more
council-feynmanFeynmanFirst-principles debuggingsonnetRefuses unexplained complexity
council-torvaldsLinus TorvaldsPragmatic engineeringsonnetShip it or shut up
council-musashiMiyamoto MusashiStrategic timingsonnetThe decisive strike
council-wattsAlan WattsPerspective & reframingopusDissolves false problems
council-karpathyAndrej KarpathyNeural network intuitionsonnetHow models actually learn and fail
council-sutskeverIlya SutskeverScaling frontier & AI safetyopusWhen capability becomes risk
council-kahnemanDaniel KahnemanCognitive bias & decision scienceopusYour own thinking is the first error
council-meadowsDonella MeadowsSystems thinking & feedback loopssonnetRedesign the system, not the symptom
council-mungerCharlie MungerMulti-model reasoning & economicssonnetInvert — what guarantees failure?
council-talebNassim TalebAntifragility & tail riskopusDesign for the tail, not the average
council-ramsDieter RamsUser-centered designsonnetLess, but better — the user decides
<details> <summary><strong>Polarity Pairs</strong> — members are chosen as deliberate counterweights</summary>
  • Socrates vs Feynman — Destroys top-down vs rebuilds bottom-up
  • Aristotle vs Lao Tzu — Classifies everything vs structure IS the problem
  • Sun Tzu vs Aurelius — Wins external games vs governs the internal one
  • Ada vs Machiavelli — Formal purity vs messy human incentives
  • Torvalds vs Watts — Ships concrete solutions vs questions whether the problem exists
  • Musashi vs Torvalds — Waits for the perfect moment vs ships it now
  • Karpathy vs Sutskever — Build it, observe it, iterate vs pause, research, ensure safety first
  • Karpathy vs Ada — Empirical ML intuition vs formal systems theory
  • Kahneman vs Feynman — Your cognition is the first error vs trust first-principles reasoning
  • Meadows vs Torvalds — Redesign the feedback loop vs fix the symptom and ship
  • Munger vs Aristotle — Multi-model lattice vs single taxonomic system
  • Taleb vs Karpathy — Hidden catastrophic tails vs smooth empirical scaling curves
  • Rams vs Ada — What the user needs vs what computation can do
</details>

Three Deliberation Modes

Full Mode (default)

3-round structured deliberation: independent analysis → cross-examination → final positions.

/council Should we open-source our agent framework?
/council --triad strategy What's our competitive moat?
/council --full What is the right pricing model?

Quick Mode (--quick)

2-round rapid analysis for simpler decisions. No cross-examination.

/council --quick Should we add caching here?
/council --quick --triad shipping Should we release today?

Duo Mode (--duo)

2-member dialectic using polarity pairs. Great for exploring tensions.

/council --duo Should we use microservices or monolith?
/council --duo --members torvalds,ada Is this abstraction worth it?
<details> <summary><strong>Pre-defined Triads</strong> — 20 domain-specific 3-member combinations</summary>
DomainTriadRationale
architectureAristotle + Ada + FeynmanClassify + formalize + simplicity-test
strategySun Tzu + Machiavelli + AureliusTerrain + incentives + moral grounding
ethicsAurelius + Socrates + Lao TzuDuty + questioning + natural order
debuggingFeynman + Socrates + AdaBottom-up + assumption testing + formal verification
innovationAda + Lao Tzu + AristotleAbstraction + emergence + classification
conflictSocrates + Machiavelli + AureliusExpose + predict + ground
complexityLao Tzu + Aristotle + AdaEmergence + categories + formalism
riskSun Tzu + Aurelius + FeynmanThreats + resilience + empirical verification
shippingTorvalds + Musashi + FeynmanPragmatism + timing + first-principles
productTorvalds + Machiavelli + WattsShip it + incentives + reframing
founderMusashi + Sun Tzu + TorvaldsTiming + terrain + engineering reality
aiKarpathy + Sutskever + AdaEmpirical ML + scaling frontier + formal limits
ai-productKarpathy + Torvalds + MachiavelliML capability + shipping pragmatism + incentives
ai-safetySutskever + Aurelius + SocratesSafety frontier + moral clarity + assumption destruction
decisionKahneman + Munger + AureliusBias detection + inversion + moral clarity
systemsMeadows + Lao Tzu + AristotleFeedback loops + emergence + categories
uncertaintyTaleb + Sun Tzu + SutskeverTail risk + terrain + scaling frontier
designRams + Torvalds + WattsUser clarity + maintainability + reframing
economicsMunger + Machiavelli + Sun TzuModels + incentives + competition
biasKahneman + Socrates + WattsCognitive bias + assumption destruction + frame audit
</details> <details> <summary><strong>Council Profiles</strong> — pre-built panels for different needs</summary>

classic (default)

All 18 members with domain triads above. Best for broad deliberation.

exploration-orthogonal

12-member panel for discovery and "unknown unknowns" reduction:

  • Socrates, Feynman, Sun Tzu, Machiavelli, Ada, Lao Tzu, Aurelius, Torvalds, Karpathy, Sutskever, Kahneman, Meadows
  • Profile triads: unknowns, market-entry, system-design, reframing, ai-frontier, blind-spots

execution-lean

5-member panel for fast decision-to-action:

  • Torvalds, Feynman, Sun Tzu, Aurelius, Ada
  • Profile triads: ship-now, launch-strategy, stability
</details>

Multi-Provider Auto-Routing

The council automatically detects installed LLM providers and distributes members across them for genuine model diversity — zero config required.

/council --triad decision Should we accept this acquisition offer?

Supported providers (auto-detected):

ProviderCLIExec Method
Anthropic (Claude)nativesubagent (always available)
OpenAIcodexcodex exec
Googlegeminigemini -p
Ollama (local)ollamaollama run
NVIDIA NIMNVIDIA_API_KEY envopenai_compatible_api
Cursorcursor-agentcursor-agent -p

NVIDIA NIM (build.nvidia.com) exposes 130+ open-weight models (DeepSeek, Kimi, MiniMax, GLM, Qwen, Nemotron) via an OpenAI-compatible endpoint. Free tier: 1,000 credits, 40 RPM. Detection requires only export NVIDIA_API_KEY=nvapi-... — no CLI binary needed. See configs/provider-model-slots.nim.example.yaml for a sample seat allocation.

Cursor CLI (cursor.com/cli) is a model aggregator — one binary (cursor-agent) serves GPT-5.x, Claude, Gemini, and Grok families through a single CURSOR_API_KEY (or cursor-agent login). Members route via headless read-only mode (cursor-agent -p --mode ask --model <id>). Install with curl https://cursor.com/install -fsS | bash. Because Cursor can serve claude-* models, pick cross-family Cursor models (e.g. gpt-5.4-high, gemini-2.5-pro, grok-4) when a seat needs to add diversity rather than duplicate Anthropic bias. List live IDs with cursor-agent --list-models. See configs/provider-model-slots.cursor.example.yaml for a sample seat allocation.

How routing works:

  1. Polarity pairs are separated across providers (hard constraint)
  2. Members spread evenly across available providers
  3. Per-member provider_affinity in frontmatter used as tiebreaker
  4. If any provider fails, automatic fallback to Claude

Flags:

  • --no-auto-route — disable auto-routing, use Claude-only defaults
  • --dry-route — print the routing table without running the council
  • --models [path] — manual override with YAML config (see configs/provider-model-slots.example.yaml)

Deliberation Protocol

Full mode runs 7 steps: provider routing → problem restate gate → independent analysis → cross-examination → enforcement scan → final positions → verdict synthesis. Verdicts lead with what the council doesn't know.

<details> <summary><strong>Full protocol details</strong></summary>

Full Mode (7 steps)

  1. Provider Detection & Routing — auto-detect providers, assign members
  2. Problem Restate Gate — each member restates the problem + provides an alternative framing before analysis begins
  3. Round 1: Independent Analysis (blind-first) — all members analyze in parallel (400 words max)
  4. Round 2: Cross-Examination — members challenge each other (300 words, must engage 2+ others)
  5. Post-Round Enforcement — dissent quota, novelty gate, agreement check, anti-recursion (single pass)
  6. Round 3: Final Crystallization — 100-word position statements
  7. Verdict Synthesis — leads with Unresolved Questions and Recommended Next Steps

Quick Mode

  1. Problem Restate + Rapid Analysis — reframe + analyze in parallel (200 words max)
  2. Final Positions — 75-word crystallization

Duo Mode

  1. Problem Restate + Opening Positions — reframe + state positions (300 words)
  2. Direct Response — engage opponent's claims (200 words)
  3. Final Statements — 50-word positions

Enforcement Mechanisms

  • Anti-recursion prevents Socrates from infinite questioning
  • Dissent quota + novelty gate + counterfactual pass prevent premature convergence
  • Tie-breaking uses 2/3 majority with domain expert weighting
  • All verdicts include a Follow-Up section for outcome tracking
</details>

Installation

Installs 18 council agents plus skill files for Claude and/or Codex.

bash
./install.sh # Claude install (default) ./install.sh --codex # Claude + Codex skill install ./install.sh --codex-only # Codex-only install ./install.sh --claude-dir /path/to/.claude # Non-default Claude config directory ./install.sh --codex-dir /path/to/.codex # Non-default Codex config directory ./install.sh --dry-run # Preview without writing ./install.sh --copy-configs # Also install model routing templates

Restart your target client(s) after installing. Run ./scripts/council-simulation-checklist.sh to validate. Try the demo session pack to test all modes.

Requirements

  • Claude Code CLI (required for Claude usage)
  • Codex (required for Codex skill usage)
  • Agent/subagent support in your client (enabled by default)

Optional providers (auto-detected for multi-provider routing):

Contributing

Contributions welcome. Read the contribution guidelines first.

Support the Project

If you find this project useful, consider supporting my open-source work.

Buy Me A Coffee

Solana donations

BYLu8XD8hGDUtdRBWpGWu5HKoiPrWqCxYFSh4oxXuvPg

License

CC0

To the extent possible under law, the authors have waived all copyright and
related or neighboring rights to this work.


<p align="center"> <a href="https://star-history.com/#0xNyk/council-of-high-intelligence&Date"> <img src="https://api.star-history.com/svg?repos=0xNyk/council-of-high-intelligence&type=Date" alt="Star History" width="400"> </a> </p>

Contributors

Showing top 3 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from 0xNyk/council-of-high-intelligence via the GitHub API.Last fetched: 6/22/2026