What it is
Jevbridge is a TypeScript adapter that exposes TypeSafe Jev's typed probabilistic decisions (noul, choice, score) to LLMs like Codex, Claude, Grok, and OpenCode via MCP and ACP, enabling routing, gating, scoring, and computer-use action selection.
How it uses Jev
Jevbridge evaluates a state against mixed Choice, Score, and Noul questions using Jev (or an LLM/heuristic backend). Results are confidence-gated into execute/confirm/escalate/abort actions, which code branches on to control tool calls and computer-use clicks.
Primitives:choicescorenoul
Technique worth stealing
Confidence gates: peaked distribution executes, middling confirms, destructive actions require independent safety check.
Try it
node --experimental-strip-types src/cli.ts eval support-route
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricyes0.84
- Shows a System One patternno0.21
- Handles uncertaintyno0.04
- Measuredno0.04
- Runnableyes0.93
- Worth recommendingno0.22
- Model replicano0.06
- Problem scopescore on a 0–2 scale1.09
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.