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.
- Tool
mrnugget/jev-shell-history
Fish-style autosuggestions for zsh ranked by Jev. As you type, the plugin sends your last 100 distinct history entries and asks which one you are most likely completing, then shows the best match in grey with its score for you to accept.
- 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.