Jev Classifier Demo in TurboCode
Amir Kodro tried TypeSafe's Jev in TurboCode as a classifier that takes state in text form and returns booleans, numbers, or strings from a collection.
Amir Kodro@AmirKodro𝕏
Gave Jev by TypeSafe a spin in TurboCode. Jev has gotten a lot of attention recently for being a fast classifier, or what TypeSafe calls a 'System One Model', taking state in the form of text and returning booleans, numbers, strings from a collection, etc. Short demo below. https://t.co/e1gMheNTM8
Also filed under Triage & routing
- Jev-Assisted Codex Model and Effort Routing
The project provides Jev-assisted model and reasoning-effort routing for local Codex Desktop and CLI.
- Plain-English Gmail Filter Judge
The project uses Jev (TypeSafe) to judge Gmail filters written in plain English.
- Framework-Agnostic Jev Intent and Tool Router
Huzeyfe_dev built a lightweight, framework-agnostic intent and tool router using TypeSafe’s Jev decision model to speed up agent loops.
- MCP Tool Router with Jev and MCTS
Harness-router is a lightweight tool router that uses Jev for fast tool selection and Monte Carlo Tree Search for harder multi-step decisions. It uses MCP as the tool interface and falls back when routing is uncertain.