Pull-request review gate
Jev evaluates a pull request against bounded review questions before results reach the user.
PR GATES AND ROUTERS
Jev inside coding agents: reviewing diffs against fixed checks, choosing models per turn, deciding what stays in context.
PR gates, routers and review tools that turn a code question into a typed decision.
Jev evaluates a pull request against bounded review questions before results reach the user.
Per-turn routing chooses a model, reasoning depth and speed mode for Codex.
Jev scores which tool calls and results remain relevant before context is compacted.
A model or agent route is chosen from a fixed catalog based on the current task.
An agent skill for finding and designing bounded Jev decisions in software.
A prompt asks coding agents to inventory every bounded semantic decision where Jev might replace a heavier model call.
An early community roundup of repositories and Jev experiments.
Vercel benchmarked the auto-mode safety reviewer of its fx coding agent with Jev in place of GPT Luna and says it is likely to become the default.
Screens agent tool calls for destructive, exfiltration, privilege-escalation and off-task actions using Jev probabilities, ships as an npm package and a Claude Code PreToolUse hook, and logs an audit trail.
A Claude Code plugin that asks Jev which standing rules and codebase maps are relevant to the current prompt or file edit, injects only those, and falls back to all rules if the API is down.
Jev scores file and folder names so an ensemble of walkers is allocated across the most probable paths; a Bun CLI with recursive and multi-walker modes and JSON traces.
A Claude Code hook where Jev decides whether a task goes to Haiku, an Opus sub-agent, or an external harness such as Codex or OpenCode.
Wires Jev into five decision points of a coding-agent harness; the main test is failure triage on 102 real provider-API failures from session logs.
A router where Jev decides which LLM should serve each incoming request; the same author hosts a Pac-Man page where Jev chooses a direction at every junction.
A step-by-step code-review workflow built on Jev with a local dashboard, listed in the Studio Yebisu roundup.
Routes Claude Code tasks to a cheaper or more suitable model based on a Jev decision; listed in the Studio Yebisu roundup.
Foreman watches coding agents and uses Jev to continuously assess progress, completeness, tests, drift and verification, intervening when needed.
A preview of browser automation for OpenCode powered by Jev plus its browser-use CLI, framed around speed; the demo video sits in Neriousy's post and dax's root post.
skillbox reads the query and returns the relevant agent skills immediately with Jev, instead of agents spending many turns searching for them.
A Claude Code and Codex CLI plugin that intercepts Bash output above roughly 10K estimated tokens, chunks it and asks Jev which lines are still needed, dropping progress logs and boilerplate.
A local MCP server that runs Jev "packs" (code audit, PR review, GUI automation) for Cursor, Claude Code and Codex.
An experimental protocol where a worker agent sends requirements, code and test results to Jev, which returns an evidence verdict for the team-lead agent before results are accepted.
A quick credential and secret-detection experiment with Jev; the author reports consistent results across runs.
Bounded TypeSafe Jev workflows for coding agents: small-model judgments combined with deterministic workflows so coding work stays bounded, from the author of jev-review.
Born from Claude Code changing an auth check to return true with tests still passing: eight risk axes scored by Jev in one request, with one optional re-inspection before the agent declares done.
For the Pi coding agent: every code edit is checked by Jev against the repository's Markdown rules (agents.md and friends) so the agent stops ignoring them.
Uses Jev to enforce the project rules linters cannot catch — the judgment calls in a style guide — on a coding agent's output.
Speeds up Pi coding-agent workflows by letting a decision model pick which files matter and cache requests; the author also tried DiffusionGemma in place of Jev and documents the results in VALIDATION.md.
An autorouter that lets Jev pick both the model and the reasoning effort for each Codex turn — 'I cannot use codex the same anymore'.
An extension for bentlegen's hunk that classifies the files in a diff (core, tests, docs…) with Jev and reorders the review so the important changes come first.
Split like gpu-lexer, classify every token with Jev, render Shiki-compatible tokens to HTML and ANSI — a language-agnostic highlighter, experimental only.
A simple real-time bug checker built with Jev for people who still code by hand; it also underlines inaccurate English sentences.
Every tool result is judged by a System One model before it enters Claude Code's context, so noise never gets a chance to bloat the window.
Deterministic hooks decide, Jev advises: an append-only ledger with zero runtime dependencies that blocks an agent's 'done' until there is evidence.
Jev as a decision layer for the Pi coding agent: a measured tool-call gate plus a jev_ask tool for typed, calibrated answers; distinct from madeye/pi-jev.
An X Article on wiring Jev into a Claude Code workflow for cheaper, faster agents.
An X Article on putting Jev as a gate in front of Grok Build and measuring the cost difference on identical tasks.