More like this
- Alternative
SetFit: efficient few-shot text classification
Fine-tunes Sentence Transformer embeddings plus a lightweight head for high-accuracy classification from a handful of labeled examples, with no prompting. The standard cheap alternative to an LLM classification call when the label set is fixed. Star count is GitHub's rounded display figure.
- 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.
- 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.
- Project
GiesN/typesafe-jev-workflow
Async LangGraph workflow that sends an email to Jev, gets back a typed Choice of invoice or general, and routes it to a demo handler. Ships 10 labeled mock emails, and an API failure stops the run rather than assigning a fabricated intent.
- Tool
binnash/typesafe-sdk (PHP/Laravel)
PHP and Laravel SDK for TypeSafe AI's Jev model series, distributed on Packagist as binnash/typesafe-sdk.
- Project
cephalization/jev-triage
Multiplayer triage dashboard for public GitHub repositories, where a System One model answers a fixed set of typed questions per issue: what kind, how severe, how urgent, whether it duplicates another, and what a maintainer should do next. People correct the answers, corrections are shown back on later runs, and nothing is written back to GitHub.