Built with Jev
Jev does not write sentences, so the interesting question is what people put around it. These are the projects where a decision model replaced part of a loop — a browser step, a trade, a compaction — ordered by how many people starred them.
Stars and last push read 2026-09-22 18 described 18 with a page of their own
- GitHub
GitHub · page
browser-use/jev-ultrafast
Fastest and cheapest web agent
The browser agent we read line by line for the resources column: Jev picks the next action from an indexed space instead of emitting free-form clicks. The most-starred build in this list, and the one with the clearest engineering write-up.
7.1 s one flight search, start to finish repository README
- GitHub
GitHub · page
OpenByteInc/QuantDinger
Open-source AI Trading OS, agent trading, and vibe trading, with Jev System One integration. Research, build Python strategies, backtest, and paper/live trade across crypto, stocks, and forex. Launch your own multi-tenant trading SaaS with built-in user management, billing, payments, and settlement.
An open-source trading OS. It is here because its own description puts the decision loop at the centre rather than a chat window; the strategy numbers are the author's, and we have not audited them.
- GitHub
GitHub · page
tamaratran/fast-jev-compaction
Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim.
A Claude Code plugin that replaces the compaction step with a Jev call. Small, unglamorous, and among the highest-starred entries here — the pattern tends to show up in tooling before it shows up in products.
- GitHub
GitHub · page
TheoLeeCJ/SemIf
Semantic ifs from open models, on a 3090 at home. Independent; not affiliated with Jev or TypeSafe.
Semantic conditionals, run on open models on a single 3090. This is the closest thing in the list to a drop-in replacement for an if-statement, which is the plainest statement of what the idea is for.
- GitHub
GitHub · page
jaredpalmer/kev
tiny Jev-like family of decision models built on top of Qwen3.5 you can train and run on your own
The Kev family: the same decide-and-act shape rebuilt on Qwen3.5 instead of the hosted API. It is also the build whose Hacker News thread trended, and the clearest sign that the pattern travels between models.
118 ms one 101-token request on Kev-4B in bf16 — Kev's own local model, not Jev repository README
- GitHub
GitHub · page
jev-chat/jev-chat-jarvis
装在手机上的对话副驾:在微信 / QQ / X / 飞书里读懂对方、给出候选回复、一键填入输入框,发不发由你。非侵入,只读屏幕,不 hook 不改包。
A phone-resident assistant that reads chat threads and proposes replies. The description is the author's and is written in Chinese; we have not run it, so nothing here is a claim about how well it works.
- GitHub
GitHub · page
jarrodwatts/jev-trader
One AI trade decision every Monad block. Jev on Kuru MON-USDC.
One trade decision per Monad block, made by Jev — the most literal reading of the model in this list, a decision every few hundred milliseconds with real money behind it.
~300 ms the budget for one buy or sell decision repository README ~18 ms one RPC read of the order book, on the public endpoint repository README
- GitHub
GitHub · page
TianyuCodings/NanoJev
A nano replica of Jev: parallel decisions, dynamic candidates, and an end-to-end training pipeline.
A small replica of the mechanics: parallel decisions, dynamic routing. Useful as the readable version of the architecture if you are not going to work through the paper.
- GitHub
GitHub · page
reticlehq/reticle
AI agents can generate code, but still struggle to understand what they build. Reticle brings Jev-style machine-native runtime perception to web & desktop applications.
File this one under roadmap, which is where Reticle puts Jev: the README says plainly that nothing ships against it yet. The case is still worth reading, because it is the only project here that names the decisions it would route — is this page settled, is this finding worth chasing — and then says why a 70–500ms typed answer beats an LLM there.
176 ms checking a 2.6-second time-gated transition instead of waiting it out repository README, image alt text
- GitHub
GitHub · page
awlevin/typesafe-computer-use
Computer use for about $0.0002 a step: OCR the screen, classify the next action with TypeSafe, click. macOS.
Computer use for about $0.0002 a step, on macOS: OCR the screen, classify the next action with TypeSafe, click. Python 3.12 with an MIT licence and a CI badge, and the price per step is in the repository description rather than buried in a table. We have not run it.
302–380 ms one full step at p50, of which ~280–350 ms is the decision repository README
- GitHub
GitHub · page
kitfunso/hippo-memory
Biologically-inspired memory for AI agents. Decay, retrieval strengthening, consolidation. Zero runtime deps, SQLite, MCP. Benchmarked retrieval with an opt-in TypeSafe Jev reranker.
The most carefully reported Jev result in this list, including its own negative: an opt-in reranker takes R@1 from 0.41 to 0.62 on a private 300-query store at about $0.0004 a recall, the margin held in 20 of 20 seeds — and three graded tests still did not beat the free local cross-encoder. Off by default.
- GitHub
GitHub · page
Sac-Y/Jev-cu
No description published.
The one repository in this queue with no published description, and the one that states its design constraint most plainly: text goes in and screenshots do not, a local policy gate blocks the sensitive actions, and Codex does the reading and clicking. The README is in Chinese.
- GitHub
GitHub · page
devagrawal09/jev-review
A staged code-review workflow and local dashboard built with TypeSafe Jev.
Read the README for the pipeline rather than the dashboard: a Null risk matrix, then Choice and Score file profiles, evidence selection, mechanism classification, severity, and a conditional Choice that routes which reviewer sees it. Orchestration stays in code and Jev only answers the bounded judgements — which is the pattern to copy.
- GitHub
GitHub · page
rmalde/minecraft-agent
Astra planner and JEV controller for Minecraft, with native recording, tested routes, and run verification.
A planner picks the goal and Jev picks the action, and then the repository publishes the run: nether-final-08 finished in 8 minutes 43.300 seconds against 14 minutes for the previous attempt, with the routes and a read-only sensor kept separate from the game. End-to-end times for a Jev loop are rare enough to be worth the row.
8 min 43 s one Nether run, start to finish repository README
-
GitHub · page
thruwire/foreman
Software factory foreman based on TypeSafe's Jev model
Puts the decision model above the coding agent instead of inside it: a Codex or OpenCode worker does the engineering, and Foreman independently asks whether the ticket is finished, the tests exist and the requirements were met. The separation of the worker from the thing that checks the worker is the pattern most of our field notes end up describing.
- GitHub
GitHub · page
featherless-ai/simple-jev
Turn any open model into a classifier/jev endpoint
A different route to the same output contract: read the next-token logits for each question and assemble choices, rubric scores or truth values, with no classifier head and no training. Served as a playground, which makes it the quickest way to see the shape of a Jev answer without a key.
- GitHub
GitHub · page
wfzyx/von
The open-source System One decision model. Sub-15ms, non-autoregressive, local drop-in alternative to TypeSafe Jev.
The open substitute, published with its own comparison against the model it substitutes: 72.0% macro on a 49-task suite against TypeSafe's 96.6%, and 9.00 kills against 5.62 in ViZDoom — a clear loss on accuracy and a win on the real-time loop. Its GitHub description says sub-15ms and its README headline says sub-25ms; both numbers are the publisher's.
sub-25 ms per inference — the open substitute's own claim, not Jev's repository README
- GitHub
GitHub · page
superagents-lab/jev-search
Search the web with TypeSafe's Jev: source selection, query understanding and relevance ranking. Built with Search1API.
Search where Jev chooses the sources, the time range and the terms, and then ranks what comes back — links and snippets with visible relevance scores, no generated answers. There is a live instance, so this is the one row in the column you can check in a browser without cloning anything.
What this column does not have
A verdict on which of these is good. Star counts order the list and nothing else — they say how many people noticed, not whether the thing works. Where we read the code, the note says so; everywhere else it says the description is the author's.
Source: GitHub search API Numbers are the authors'; the sentence is ours Built something? Send it over