More like this
- Article
[AINews] Jev: a System One Model that only decides/classifies/routes/scores
AI News daily roundup leading with the Jev launch, summarising RLCD and TypeSafe's 20-200x speed and 40-400x cost claims. Frames Jev as part of a broader move toward task-specialised models.
- Alternative
ModernBERT
Modernized BERT encoder used as the backbone for fast fine-tuned classifiers and rerankers. The non-generative baseline Jev's cost and latency claims are usually measured against. Star count is GitHub's rounded display figure.
- Project
superagents-lab/jev-search
Web search in plain language where Jev chooses sources, time ranges and search terms, then scores each result for relevance, with retrieval through Search1API. Returns links and snippets with visible relevance scores and editable filters, and writes no answers.
- Project
blink
Codebase search that finds files matching a natural-language request through repeated Jev-guided passes over a directory tree.
- Alternative
open-jev: one-pass option scoring with local models
Independent reimplementation inspired by jevlike that scores pre-written options in one batched forward pass by log-probability over a local Gemma 3 4B, shipping an HTTP server, CLI and a TypeSafe System One API implementation.
- Tool
shiftynick/jev-axi
Agent-ergonomic CLI for Jev with pick, rate, check, rank, triage and guard subcommands, meant for agents offloading snap judgments from the shell.