Dev Reviews 287 Open-Source Jev Projects, Picks 20 That Show What It's Good At
chenrongwei · reddit · 2026-09-19
A Reddit author audited 287 open-source projects built around TypeSafe Jev (verifying each actually integrates it in source, not just README mentions) and picked 20 that best illustrate its use.
Key insight: Jev rarely writes code or does heavy reasoning. It sits inside loops answering small questions — which action, which file, keep or drop, safe or unsafe, route to which model.
Highlights:
- jev-ultrafast: Browser Use hands the DOM to Jev to pick actions; a generative model is only called when typing is needed. A Zurich→London Google Flights demo finished in 7 seconds. "Jev decides, code executes."
- fast-jev-compaction: Context compaction for Claude Code — Jev scores old tool calls for eviction while surviving text stays byte-identical, avoiding lossy summaries of paths and error messages.
- -render + Jev (Vercel Labs): picks from predefined UI components instead of streaming a UI spec — train-ticket demo dropped from 3.21s to 0.88s.
- typesafe-mcp / jev-mcp: expose Jev via MCP as a typed decision tool (Choice/Score/classification/reranking) callable by agents.
- SemDecide: a Unix-style CLI for semantic yes/no, classification and filtering — grep → jq → Jev → next step.
- Jev Codex Router: routes coding requests to cheaper or stronger models based on Jev's difficulty judgment.
- Winnow: a context garbage collector for coding agents handling large Read/Bash/Grep dumps.
More from coding & agent
- Claude Code Max overage pricing: 2 extra days could cost $925+ on top of $200/mo — julianharris · 2026-09-19
- Every builds personal benchmarks for every employee: 'Your taste is test data' — danshipper · 2026-09-19
- He wired his local agent into 1,100 factory contact forms via MCP — and got inquiries across 7 countries — Even_Resolution_8656 · 2026-09-19
- Jev Lands in ChainForge as LLM Judge, Matching Sonnet 5 Accuracy at Fraction of Cost — IanArawjo · 2026-09-19
- Reddit user seeks an autonomous agent that builds and tunes ComfyUI video workflows end-to-end — Hopeful-Election-783 · 2026-09-19
- Autonomous red/blue AI security loop with real SQLi, hash-chained logs, 16/16 scope denials — Strict-Result-7039 · 2026-09-19