Juror-AI Offers Open-Source GitHub PR Review Agent
TL;DR. Juror-AI released an open-source GitHub action that automates pull request reviews using multiple large language models. - The tool runs within a user's GitHub Actions environment, ensuring code privacy and direct cost visibility. - It combines outputs from various LLMs to identify defects and deduplicate findings using a referee system. - Users configure the tool by dropping a workflow file into their repository and adding API keys for chosen LLM providers.
- Juror-AI introduces an open-source GitHub Action for automated PR reviews.
- It supports parallel reviews from multiple frontier LLMs, such as OpenAI and Anthropic models.
- The system runs on GitHub Actions runners, keeping code within the user's environment.
- A deduplication mechanism combines similar defect reports from different models.
- Users manage their own API keys, providing transparency on inference costs.
Sources
- Show HN: Open-Source Greptile Alternative — github.com
- paullitvak.com — paullitvak.com