chorus  by chorus-codes

Multi-LLM code review for AI-generated code

Created 3 weeks ago

New!

488 stars

Top 62.6% on SourcePulse

GitHubView on GitHub
Project Summary

Summary

Chorus addresses the challenge of subtle errors in AI-generated code by enabling multi-LLM peer review. It targets developers who use AI coding assistants, offering a way to catch AI blind spots before shipping code. The primary benefit is enhanced code quality and reduced risk of production bugs, achieved at zero additional cost by leveraging existing AI subscriptions.

How It Works

Chorus orchestrates 2-4 different AI LLMs to review code changes in parallel, requiring unanimous agreement before approval. It leverages users' existing AI subscriptions (e.g., Claude Pro, ChatGPT Plus, Gemini Advanced) by driving their respective CLIs headlessly. This local-first approach ensures code never leaves the user's machine, and by using diverse AI vendors, it mitigates the risk of shared biases and blind spots inherent in single-model reviews.

Quick Start & Requirements Installation involves npm i -g chorus-codes (requires Node.js >= 20). Prerequisites include at least one AI CLI (e.g., @anthropic-ai/claude-code, @openai/codex, @google/gemini-cli) or an OpenRouter API key. Setup proceeds with chorus init to detect and wire up AI tools, followed by chorus start --ui to launch the web interface. Further details are available on the website (https://chorus.codes), roadmap ([./ROADMAP.md](https://github.com/chorus-codes/chorus/blob/main/ROADMAP

Health Check
Last Commit

14 hours ago

Responsiveness

Inactive

Pull Requests (30d)
79
Issues (30d)
13
Star History
494 stars in the last 27 days

Explore Similar Projects

Starred by Peter Norvig Peter Norvig(Author of "Artificial Intelligence: A Modern Approach"; Research Director at Google).

codev by cluesmith

1.1%
273
AI-powered OS for human-agent software co-development
Created 8 months ago
Updated 15 hours ago
Starred by Alex Yu Alex Yu(Research Scientist at OpenAI; Cofounder of Luma AI), Will Brown Will Brown(Research Lead at Prime Intellect), and
7 more.

avante.nvim by yetone

0.1%
18k
Neovim plugin emulating Cursor AI IDE for AI-driven code assistance
Created 1 year ago
Updated 2 days ago
Feedback? Help us improve.