Putting a Decision Model Like JEV in Production: Thresholds Are Margins, Not Accuracy
sven_ai · x · 2026-09-24
A hands-on engineering checklist for safely wiring TypeSafe AI's "System One" decision model JEV (early access Sept 15, open registration Sept 20) into production traffic. JEV consumes only state + questions and returns typed answers with calibrated probabilities; the vendor's claim that RLCD training makes higher confidence mean higher accuracy only holds in aggregate.
Key points:
- Threshold calibration: the documented confidence formula (n × pmax − 1) / (n − 1) measures distribution concentration (a margin), not answer correctness; Noul exposes a 0–1 belief you threshold directly.
- Tier thresholds by action cost: the circulating defaults (>0.9 auto-execute, 0.5–0.9 ask or escalate, <0.5 human) are only a starting point — read operations can run at 0.5, money-touching actions need 0.9, and irreversible actions require extra human confirmation; the docs themselves admit thresholds are use-case-specific.
- Includes typesafe-sdk setup and routing code examples, plus guidance on logging and replay evaluation.
More from coding & agent
- The whole voice agent demo cost ~$0.02: KugelAudio at $0.035/min, Gladia $0.75/hr — tobowers · 2026-09-24
- A real-time voice agent with zero US servers: Gladia STT, Gemma 4 on Scaleway, KugelAudio TTS — tobowers · 2026-09-24
- Devs add 10x more test harnesses just to slow down AI coding agents — cjimti · 2026-09-24
- Screenshot-annotated web edits tested with Ling-3.0: only 2 of 3 runs passed — alifcoder · 2026-09-24
- Claude directory approved an MCP submission in just 5 minutes — devenbhooshan · 2026-09-24
- Usage resets land before rest days, forcing devs into all-night AI coding sessions — cjimti · 2026-09-24