devwithjev
Submit a build

Enforce CLAUDE.md With Jev

The build uses Jev to check Claude’s final replies and edits against rules in CLAUDE.md. It sends violations back to Claude to fix in the same turn.

Open source cost~$0.045 per 1,000 checkstime348ms p50
erkamyaman in r/JevAI@erkamyaman
I used Jev to make Claude actually follow my CLAUDE.md, checked on every turn in ~350ms CLAUDE.md is context, not a constraint. It holds for a few turns, then a handler shows up with raw SQL in it and a failing test quietly becomes it.skip. Nothing checks the output against the rules you wrote. So I added the check. A Stop hook takes the final reply, a PostToolUse hook takes each edit, and every rule in your CLAUDE.md becomes one typed yes/no question in a single Jev request. All rules answered in parallel, anything over the threshold goes back to Claude with the rule quoted, and it fixes it in the same turn. Benchmark (59 labeled examples, 19 rules): 93.3% precision, 93.3% recall, 348ms p50, ~$0.045 per 1,000 checks. What it's bad at is in the repo too: exact characters, dataflow rules l
Sep 23, 2026Reddit postsView on Reddit
A Stop hook checks final replies, and a PostToolUse hook checks edits. The author reports benchmark results from 59 labeled examples covering 19 rules.

Also filed under Tools & apps

  • jev-sec-audit Flags Risky npm Packages

    jev-sec-audit uses Jev, a System 1 model built for fast decisions, to flag risky npm installs. It runs as one step in GitHub Actions and is open source.

  • Google Icons Search Tool

    Roman Khrupa built a tool that searches Google Icons using JEV (Laya-MLX).

  • Query workload classifier for Postgres

    A desktop app that uses Jev to classify your entire query workload and tell you which queries to EXPLAIN ANALYZE first.

  • AI Slop Finder for X

    Utkarsh Singh built an AI-slop finder for X using Jev. A content script extracts tweet text, sends it through a backend API to Jev, and displays the resulting AI-slop score as a badge on the tweet.