18K+ STARS FOR AN AI THAT DOESN’T CHAT OR WRITE.
It just makes the call.
That’s JEV.
You give it a state and a question, it returns a decision, and your code handles the execution.
That simple idea is already being used across browser agents, coding tools, trading, tax software, databases, and mobile automation.
10 projects already live:
JEV-ULTRAFAST
Predicts the next browser click.
18K+ GitHub stars.
github.com/browser-use/jev-u…
FAST-JEV-COMPACTION
Decides which tool calls Claude Code should keep and which ones it should drop.
6.5K+ stars.
github.com/tamaratran/fast-j…
JEV-CHAT-JARVIS
Reads a chat screen and ranks possible replies without ever sending one.
github.com/jev-chat/jev-chat…
TYPESAFE-COMPUTER-USE
Lets software control a Mac for roughly $0.0002 per step.
github.com/awlevin/typesafe-…
MOBILE-JEV
Brings the same decision loop to a real Android phone.
github.com/droidrun/mobile-j…
JEV-REVIEW
Reviews a git diff and returns risk, evidence, and severity.
github.com/devagrawal09/jev-…
JEV-TRADER
Makes a buy, sell, or hold decision on every Monad block.
github.com/jarrodwatts/jev-t…
TAX-DOC-CLASSIFIER
Classifies IRS page types for roughly $0.001.
github.com/kyotofin/tax-doc-…
PG-JEV
Lets you ask questions about Postgres tables in plain English.
github.com/realZachi/pg-jev
KILLMYIDEA
Evaluates a startup idea and tells you whether to kill it, fix it, or ship it.
github.com/monteduro/killmyi…
The interesting part is that JEV is not trying to do everything itself.
It sits between the current state and the next action.
That is why the idea is interesting.
JEV makes the decision.
Your software does the work.