Skip to content

Use Cases

What the community is building with Jev, five days in. Stars are point-in-time (2026-09-20) and moving fast. Every entry was checked to exist and to genuinely use TypeSafe's Jev.

Flagship demos

ProjectWhat it does
browser-use/jev-ultrafast10.1kBrowser agent: one Jev call picks both action and target element; an LLM is only called to type text. Zürich→London flight booked in 7.1 s end-to-end
OpenByteInc/QuantDinger11.8kOpen-source AI trading OS with a documented Jev pre-trade decision module
vercel/eve5.3kVercel's agent framework ships Jev as the default model in its evaluate path
tamaratran/fast-jev-compaction4.5kClaude Code plugin replacing summary-based compaction with per-item Jev keep/drop decisions — context stays verbatim (156k→62k tokens demo)
typesafe-ai/skills853Official agent-skills package for building with the System One API

Browser & desktop agents

ProjectWhat it does
Sac-Y/Jev-cu391Jev picks element/action/risk inside Codex Computer Use — text-only, no screenshots
wy-coliney/jev-browser-use217"Jev clicks, Codex thinks and verifies" — 5–10× faster browser ops
jkudish/jev-browser164Browser-use driven by Jev decisions
moritzkremb/jev-voice-browser134Voice-controlled real browser; intent+target in ~300 ms per spoken word
savka777/jev-use39Mac computer-use via Accessibility API + voice input
skeptrunedev/jev-recruiter33LinkedIn recruiting agent that browses profiles and saves candidates
kevinbadi/jev-voice27whisper.cpp local STT + one Jev call per macOS command
Ying-Kai-Liao/jev-browser29LLM plans, Jev decides; library + CLI + MCP server
razaanstha/ulka18Experimental browser agent via Vercel AI Gateway

Mobile use — Android / iOS agents & testing

ProjectWhat it does
droidrun/mobile-jev248Standalone Android agent (Mobilerun): Uber ride SFO→Golden Gate in ~21 s / 9 actions
SomeshSampat2/jev-android-super0On-device Kotlin/Compose agent; "open YouTube and subscribe to MrBeast" in 17 steps / ~32 s, ships an APK
antiyro/jevdroid3Typed Python framework for Android over ADB; Jev reads the accessibility tree, 314 ms median decision latency
gokulnair2001/Convoy2Semantic E2E testing for iOS/Android/web: YAML natural-language steps, Jev matches intent → control
jaewgwon/jevis1Dart package on Flutter integration_test: describe a goal, Jev picks the next action
ufec/jev-block-android-ad3"JevNoiseGate": on-device notification/SMS noise filter, fail-open, codes never uploaded
Baran3575/jev-voice-android0Turkish voice-command app; one parallel Jev call → dial/SMS/alarms, confidence-gated at 0.60
mkruglikov/droidjev0Screenshot-free emulator clicker porting the jev-ultrafast pattern to ADB
Xopher00/jevdevice0MCP server controlling a real Android phone; Jev picks targets from the live accessibility tree
InfamousCube/JevPilot1Cross-platform computer-use app (Windows + Android APK), released binaries
Clueless-Creations/jev-ios-ultrafast0iOS Simulator runner with step verification and multi-simulator suites
aldouus/jevium0Natural-language UI goals executed via Appium or Chrome

Games

ProjectWhat it does
fhshaik/typesafe-mario289Plays Super Mario Bros from structured emulator RAM — no screenshots
standardagents/jevpilot102Three.js driving simulator with Jev autopilot, hosted demo
rmalde/minecraft-agent75Astra plans, Jev controls, with route verification
sorrycc/typesafe-snake18Snake, one Choice per tick — by UmiJS creator sorrycc
ickas/battleship-vs-jev060-game study with live probability heatmaps; hybrid Jev ≈ density baseline
pokertools-arena1No-limit Hold'em bench seating Jev vs OpenAI-compatible models
atarikcaliskan/jevball33D football where all 22 players are separate Jev calls
AbdelStark/heist-one6Browser stealth game; Jev makes guard judgments while deterministic code owns the world

More: typesafe-chess · jev-plays-pokemon · tetris-jev · jevs-kitchen-chaos · tsai-civ2

Dev tools & agent infrastructure

ProjectWhat it does
thruwire/foreman413"Software factory foreman" orchestrating dev work via Jev
devagrawal09/jev-review376Staged code-review workflow + local dashboard driven by Jev judgments
gargpratyush/jev-router229Routes each Claude Code task to the cheapest adequate model
NiazMorshed2007/jev-review175Local-first MCP plugin for continuous quality review
lakeday-org/perch161Semantic code linting with Jev
tamaratran/jev-pruner119Trims long Bash output before the model sees it
uehaj/jev-semgrep103"grep by meaning" with composable AND/OR meaning queries
BillionsBobby/JevRouter98Routes models, tools, and subagents
y0usaf/pi-jev101Decision layer for the Pi agent: tool-call gate + jev_ask
vinilana/jev-eval-agent95Measures steps saved when Jev (not the LLM) picks tools
0xNatoshi/jev-codex-router76Per-turn model / reasoning-depth routing for Codex
Dicklesworthstone/skillranker76Rust CLI ranking agent skills from live session context
mrnugget/jev-shell-history68Fish-style zsh autosuggestions ranked by Jev
vinilana/jev-gateway61Local gateway where Jev makes tool-choice for Codex/Claude Code/OpenCode
w3cj/jev-chat49Tool-calling chatbot with no LLM — Jev picks intent/tool/args each turn
EliaAlberti/jev-rules39Per-prompt rule selection for coding agents
shiftynick/jev-axi17Agent-ergonomic CLI: gates risky calls, screens injection, triages build logs
GhalebDweikat/winnow28Context sieve judging every tool result before it enters Claude Code's context
fatwang2/jev-review-action1Reusable GitHub Action: Jev reviews PR/submission classifications

More: jev-lint · commit-miner · jegrep · blink · jev-cli · jeff · yoshi · ActionJev · typesafe-migration-guard

Guardrails, moderation & security

ProjectWhat it does
kitze/unclutter138Browser extension for Jev-powered page-clutter removal with reusable rules
DevMortimer/pi-warden99Guardrails for the Pi coding agent; Jev judges irreversibility and steers
trungdq88/youtube-sponsor-detection74Finds sponsor reads in videos and skips them
realZachi/typesafe-adblock58Chrome extension asking Jev "is this DOM element an ad?"
RafalWilinski/vibecheck42Vibe-checks your X posts before you send them
brainstormity/Jev-Moderation-Bot36Discord bot: real-time spam/scam filtering and escalation
jomatsu/pi-jev-auto-mode17Semantic auto-approval of bash commands
leepokai/jev-guard11Risk-scores every tool call with session context

More: pi-jev-sentinel · jev-prompt-sentry · jev-pii-guardrail · Jeeves · jev-comment-triage · jev-sec-bench

Search, RAG & classification

ProjectWhat it does
superagents-lab/jev-search260Full web-search pipeline: source selection, query understanding, ranking
brainstormity/Jev-X-Sentiment-Analysis8050–1000 crypto tweets → Buy/Sell/Hold terminal
kbhuw/jev-sift46Batch classification MCP — "classify first, read selectively"
zhuyansen/jev-search-rerank-eval4zh/en rerank eval, 9,831 pairs: Jev ≈ bge-m3 alone, RRF fusion +0.090 NDCG
samdotmak/jev-recall15Relevance-not-embedding memory filter

More: invalidate · jev-curate · jevmail · jev-reranking · jev-rerank-bench · reranker

Finance & compliance

ProjectWhat it does
jarrodwatts/jev-trader1.4kOne AI trade decision every block on Monad, by an ex-thirdweb engineer
kyotofin/tax-doc-classifier281IRS tax-form page classifier: 261 form types, 100% strict accuracy at ~$0.001/page
aowang-ai/jev-trade30Live Jev trader on Hyperliquid
myc0576/SmartMoney-Cub24Trading journal + typed-judgment review harness

More: Jev-Trades · jev-A-share-trader · jev-transaction-guard · system1-fraud-interceptor

Robotics, IoT & smart home

ProjectWhat it does
rokbenko/quackd217One CLI for robot fleets with per-robot decision models
RomanSlack/jev-drone81Camera-only autonomous quadrotor in MuJoCo; Jev at 2.5 Hz decides "what the situation means" while code owns control
AboveColin/HA-Jev27Home Assistant integration with token-budget kill switch
arielweinberger/jev-autopilot5Jev flies a drone point-to-point in a random city

Databases & data tooling

ProjectWhat it does
realZachi/pg-jev228PostgreSQL extension: ask tables questions in plain language
pithings/advocaat85Typed client for asking AI questions about your data
giuliosmall/pg_typesafe79PG extension for categorical classification
jexp/neo4jev43Jev navigates a Neo4j graph by classifying neighbouring relations (by Neo4j's Michael Hunger)

More: jevql · vgi-typesafe (DuckDB) · sqlite-jev

SDKs, MCP & integrations