0xNyk

0xNyk/council-of-high-intelligence

Shell MIT AI & ML Single maintainer risk

18 AI personas deliberate your hardest decisions across multiple LLM providers. Structured multi-round deliberation, confidence-weighted verdicts, genuine model diversity. Install as a Claude Code plugin — one command: /council

3.4k stars
305 forks
active
GitHub +395 / week
Tracked from 1k stars · Jun 27 → 3.4k today (3×)

3.4k

Stars

305

Forks

10

Open issues

5

Contributors

v1.2.0 04 Jul 2026

AI Analysis

Council of High Intelligence is a multi-agent AI deliberation system that routes questions across 18 distinct AI personas spanning multiple LLM providers (Claude, OpenAI, Gemini, Ollama) to generate structured disagreement and confidence-weighted verdicts. It serves teams and decision-makers who need to validate reasoning on complex decisions through genuine model diversity and structured debate rather than relying on single-model outputs. This tool is specialized for deliberative analysis wo...

AI & ML Developer Tool Discovery value: 5/10
Documentation 8/10
Activity 9/10
Community 8/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 7/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

multi-agent-debate llm-routing decision-support prompt-engineering ai-consensus
Actively maintained Well documented MIT licensed Niche/specialized use case Popular Production ready
Deep Analysis · Based on README and public signals
2w ago

Multi-LLM deliberation framework routing 18 AI personas across providers for structured decision analysis

Council of High Intelligence is a shell-based orchestration tool that routes decision queries to 18 simulated AI personas (Aristotle, Feynman, Kahneman, Torvalds, etc.) distributed across multiple LLM providers (Claude, OpenAI, Gemini, Ollama). Designed for teams making high-stakes decisions, it structures disagreement rather than consensus, using polarity pairs and dissent quotas to surface reasoning conflicts. Adoption appears concentrated in AI-native teams and Claude ecosystem users; real-world production usage not verified.

Origin

Launched March 2, 2026 by 0xNyk. Represents a trend toward multi-agent deliberation systems and epistemic diversity in LLM applications. Emerged as Claude Code and Codex environments matured, enabling slash-command integration patterns.

Growth

179 stars gained in last 7 days (as of June 27, 2026) suggests strong recent interest among early adopters. Repository is only ~4 months old with active maintenance (last push June 27, 2026). Growth trajectory indicates adoption among developers exploring multi-model reasoning patterns, though absolute star count (1,179) places it below established agent orchestration projects like agent-teams-ai (1,418 stars) and claude-octopus (3,697 stars).

In production

Adoption not verified. README demonstrates intended use cases (open-sourcing decisions, caching strategy, architecture choices) but contains no case studies, testimonials, enterprise deployment reports, or documented production usage. GitHub activity (stars, forks) suggests interest among developers, but conversion to actual use is undocumented.

Code analysis
Architecture

Appears to be a shell-based command dispatcher that integrates with Claude Code and Codex environments via `/council` slash commands. Based on README, implements three deliberation modes (implied: full council, quick, and duo modes). Likely routes requests to multiple LLM providers with persona-specific prompting. Multi-provider auto-routing mentioned but implementation details not visible from README.

Tests

Not documented in README. No test framework or CI/CD pipeline mentioned.

Maintenance

Last push June 27, 2026 (2 days before analysis date) indicates active maintenance. Repository is 4 months old, suggesting early-stage project with responsive iteration. No evidence of stalled development. Frequency of updates not documented, making it unclear if this is sustained maintenance or initial launch activity.

Honest verdict

ADOPT IF: You are making high-stakes decisions within a Claude Code or Codex environment, value epistemic diversity and visible disagreement over consensus, and want structured deliberation without engineering multi-agent orchestration from scratch. AVOID IF: You need production-grade error handling, monitoring, audit trails, or are already invested in Python-based LLM stacks (LangChain, LlamaIndex). MONITOR IF: You are prototyping decision support systems or exploring multi-persona reasoning—watch for documentation of real-world deployments and expansion beyond Claude ecosystem.

Independent dimensions

Mainstream potential

4/10

Technical importance

6/10

Adoption evidence

2/10

Risks
  • Adoption concentrated in niche (Claude ecosystem, decision support). Limited cross-provider testing documented. Unclear if multi-provider routing actually produces genuinely different reasoning or merely distributes API calls.
  • Shell-based implementation may limit portability to Windows or non-bash environments. No container or language-agnostic packaging mentioned.
  • No documented error handling, rate-limiting recovery, or fallback strategies for LLM provider outages.
  • Persona quality depends entirely on prompt engineering. README does not explain how persona prompts were validated or compared to alternatives.
  • Early-stage project (4 months old). Risk of abandonment if maintainer priorities shift. Contribution patterns and community engagement not documented.
Prediction

Likely remains a niche tool for AI-native teams exploring epistemic diversity in decision-making. Potential growth if persona library expands and Claude ecosystem adoption increases, or if documented case studies prove ROI on complex decisions. May influence broader multi-agent frameworks to adopt dissent-quota and polarity-pair patterns, but unlikely to displace general-purpose agent orchestration tools.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

Shell
81.5%
Python
18.5%

Information

Language
Shell
License
MIT
Last updated
6d ago
Created
4mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

nyldn

nyldn/claude-octopus

Claude Octopus is a multi-LLM orchestration tool that runs tasks across up to...

3.8k Shell Dev Tools
777genius

777genius/agent-teams-ai

Agent Teams AI is a desktop application that orchestrates multiple AI agents to...

1.6k TypeScript AI & ML
zts212653

zts212653/clowder-ai

Clowder AI is a framework for orchestrating multiple large language models...

2.1k TypeScript AI & ML
2aronS

2aronS/Duel-Agents

Duel Agents is a routing layer for IDE plugins (Claude Code, Cursor, Codex CLI,...

975 TypeScript AI & ML
sigoden

sigoden/aichat

AIChat is an all-in-one LLM CLI tool written in Rust that unifies access to 20+...

10.2k Rust AI & ML
vs. alternatives
claude-octopus

Larger ecosystem (3,697 stars). Both shell-based, both Claude-focused. claude-octopus likely serves broader automation use cases; Council is explicitly optimized for decision deliberation with philosophical personas.

agent-teams-ai

TypeScript-based multi-agent framework (1,418 stars). More general-purpose agent coordination. Council is narrower (decision support) but includes explicit dissent mechanisms and persona diversity; agent-teams likely more flexible for arbitrary agent tasks.

LangChain / LlamaIndex

Established Python frameworks for multi-model orchestration. Council is shell-native and lighter-weight. LangChain/LlamaIndex offer production maturity, broader integrations, and established production patterns; Council offers simpler onboarding and decision-specific UX.

OpenAI Swarm

Simpler agent handoff pattern. Council provides structured deliberation with enforced disagreement; Swarm focuses on sequential agent coordination. Different problem framing.

AnthropicConsole / Claude Projects

Native Claude environments with multi-turn capabilities. Council adds explicit persona structuring and cross-provider routing; Console/Projects offer tighter integration but less deliberation structure.