Non-autoregressive System 1 decision engine. Typed choice, score and yes/no decisions over any text in a single forward pass, in 100+ languages, with a router that picks the right checkpoint per request.
jev-align
Calibrated alignment verifier for LLM responses and agent plans — powered by Jev
Project facts
- Relationship to Jev
- Research
- Evidence
- Code reference
- Language
- JavaScript
- License
- MIT
- Origin
- Original repository
- Repository status
- Not archived
- Created
- 2026-09-18
- GitHub stars
- 4
- Evidence checked
- 2026-09-24T08:40:10.508Z
- Metadata checked
- 2026-09-24T08:40:10.508Z
- Check status
- current
Stars measure the whole repository, including work unrelated to Jev.
Evidence and scope
Code reference records the linked documentation or source. JevHunt has not independently run or benchmarked this project.
const MODEL = process.env.JEV_MODEL ?? 'typesafe-ai/jev'; export async function jev(state, questions) { const r = await evaluate({ model: MODEL, state, questions, abortSignal: AbortSignal.timeout(90000) });
Evidence commit: f863f752cdf547d7c40ed5a31fe82bfa4013d42d
Discovered through: awesome-jev.
How we review →