Hacker News·3 min read·hard

Jev Based Code Review

N
namanbhulawat
Jev Based Code Review
✦AI Summary

Jev is a new tool designed to help developers review code generated by AI agents by classifying changes into priority levels. It aims to reduce the cognitive load of reviewing large, AI-generated pull requests by filtering for critical issues.

Why it matters

As AI-generated code becomes more common, tools that manage the quality and review process are essential for maintaining software stability.

✦Dive DeeperCreate a free account to unlock

Most PRs that are generated by agents today get YOLO merged because its hard for human mind to comprehend when your agent just suddenly shows up with 230 file changes. This is an attempt to reduce the mental burden by classifying each change in a review to P0, P1, P2. Only P0 are shown by default. The priorities are configurable. The diffs are also show using a natural language. The original code is one toggle away.

It runs on your computer, for reviewing your own coding agent's PRs, and posts nothing to GitHub.

git clone https://github.com/egma-ai/jev-code-reviewer.git cd jev-code-reviewer npm install npm run demo Open http://127.0.0.1:4731/demo for the replay, which makes no provider calls, or load the extension (below) and open the demo PR's Files changed page .

Needs the GitHub CLI signed in ( gh auth login ) and a local clone whose origin is the PR's repository.

Continue reading on Headlinne

Create a free account to read the full article.

Read full article →
technologystartups
✦

Get smarter about the news

Sign up free for a feed built around what you actually care about, Dive Deeper research on any story, and the full text of every article.

Create free account

Already have an account? Sign in