chorus  by chorus-codes

Multi-LLM code review for AI-generated code

Created 4 months ago
530 stars

Top 59.8% 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

4 weeks ago

Responsiveness

Inactive

Pull Requests (30d)
1
Issues (30d)
0
Star History
0 stars in the last 30 days

Explore Similar Projects

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

codev by cluesmith

0.3%
286
AI-powered OS for human-agent software co-development
Created 11 months ago
Updated 1 day 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 avante-corp

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