The Stone Owl
Senior Developer
Code Quality Expert
15+ years experience. Focuses on maintainability, best practices, and long-term sustainability.
GeneralistMulti-agent code review · Now in session
AI Council is a multi-agent code review engine that reviews your code as you write it. Six specialized agents debate every change, vote with confidence scores, and hand down one reasoned ruling, so what you ship is the best it can be. Pair it with any model and the Council makes it smarter.
The Verdict
$ ai-council review --diff --branch=main --pretty
Code follows best practices, well-structured.
No security vulnerabilities detected.
Consider memoizing the expensive computation.
const result = useMemo(() => compute(data), [data]);
Good separation of concerns.
Logic is sound, edge cases handled.
Capabilities
6 specialized AI agents with unique perspectives collaborate to review your code, ensuring comprehensive coverage.
When agents disagree, they engage in structured debates to defend their positions before the final ruling.
Each vote includes confidence levels. Low-confidence agents automatically abstain, ensuring meaningful votes.
Focus on security, performance, architecture, or general sanity with specialized agent configurations.
Use in CI mode with exit codes for automated pipelines. Block merges on low confidence or rejections.
When agents vote REVISE or REJECT, they can provide concrete code fix examples with syntax-highlighted, prettified output.
Opt-in pre-review pipeline extracts code units via tree-sitter AST and ranks them with CodeBERT embeddings for focused agent context.
Auto-discovers Neo4j, Memgraph, or HTTP graphs and injects neighborhood context around changed files, fail-open so reviews never break.
File-by-file review with structured findings: line-specific issues, severity levels, fix suggestions, and automatic project-rule injection.
Two-pass Claude Agent SDK pipeline: overview scan then deep per-file review with full codebase access via Read, Grep, and Glob.
Native integration with Claude and Cursor via MCP protocol. Review code directly from your favorite AI tools.
The Bench
Six members, six distinct perspectives on every line of code you bring before them.
The Stone Owl
Code Quality Expert
15+ years experience. Focuses on maintainability, best practices, and long-term sustainability.
GeneralistThe Obsidian Sentinel
Security Specialist
Identifies vulnerabilities, threat modeling, authentication issues, and secure coding practices.
SpecialistThe Clockwork Head
Performance Specialist
Analyzes algorithmic complexity, resource usage, bottlenecks, and optimization opportunities.
SpecialistThe Temple
Architecture Specialist
Evaluates design patterns, scalability, separation of concerns, and system boundaries.
SpecialistThe Twin Crystals
Alternative Reasoning
Powered by Google Gemini. Challenges assumptions and provides unique system-level perspectives.
ChallengerThe Boulder
Practical Problem Solver
Balances perfectionism with shipping. Sometimes "good enough" is the right answer.
GeneralistProcedure
Run ai-council with your git diff or code snippet. The council receives your changes for review.
Each agent reviews from their unique perspective. Specialists check domain relevance before voting.
Agents vote APPROVE, REVISE, or REJECT with confidence scores. Low confidence triggers abstention.
If Gemini dissents from majority, agents engage in structured debate defending their positions.
The Judge synthesizes all votes and debates into a final recommendation with rationale.
Commission
One license. Six agents. Instant key. You bring your own model keys; your diffs never touch our servers. Checkout is handled securely by LemonSqueezy.
Already retained? Use My Account to update billing, seats, or retrieve your key.
Per seat, billed monthly
Standard
The full six-agent bench, including deepReview.
$4.99
Premium
Everything in Standard, plus agent mode.
$5.99
Pick Standard or Premium at checkout. Your key usually arrives within a minute.
Inquiries
A multi-agent code review engine. Six specialized AI agents, covering code quality, security, performance, architecture, and more, review your changes as you write them, debate disagreements, vote with confidence scores, and hand down one reasoned ruling. It runs from the CLI, in CI, or inside Claude and Cursor via MCP.
Yes. The Council sits alongside any model you code with and supplements it with structured, multi-perspective judgment. It integrates with Claude and Cursor through the MCP server, works with any editor through the CLI, and blocks merges in any CI pipeline via exit codes.
Yes. You bring your own Anthropic, OpenAI, or Gemini keys, and your license key unlocks the Council itself. At least one of OpenAI or Gemini is required; see the installation guide for setup.
No. Reviews run on your machine, and your diffs go directly from your machine to the model providers you configure with your own keys. We never receive, see, or store your code. See the privacy policy for details.
Email support@ai-council.tech and we'll respond within one business day. Licensing and billing questions are handled through My Account.
Install via npm, add your license key, and bring every diff before the bench.
Purchase License# Install globally
npm install -g @mugzie/ai-council
# Set your license key
export AI_COUNCIL_LICENSE_KEY="your-key"
# Start reviewing!
ai-council review --diff --pretty