Back to News
RSS feedwww.theregister.com

TypeSafe’s Jev brings structured AI decisions to developers

Summary

TypeSafe’s Jev, released the previous week, is an LLM-based decision model designed to return predefined typed decisions, probability distributions, and confidence levels rather than free-form text. Developers have used it to build utilities for prose rewriting, spreadsheet urgency scoring, virtual clothing try-ons, game automation, and other experiments; an emulator-style CPU project led to the joking term “JevOps.” Jev exposes three primitives through an API: Choice, Score, and Noul, a probability score for truthfulness between 0 and 1. Because the model cannot freely structure its response, developers must define schemas and candidate options in advance and break broader tasks into narrower questions. TypeSafe says responses can arrive in as little as 150 milliseconds, while pricing is $0.042 per million input tokens with no output-token charge; one clothing demo reportedly cost $0.0011 per decision and took about 620 milliseconds. Potential uses include recruiting, screening scientific papers, automating software that normally requires human review, and routing tools or MCP calls. The main unresolved issue is accuracy: public benchmarks are limited, and commentators disagree about how broadly Jev should be used beyond static, self-contained classification tasks. A 10,000-call probe suggested that Jev may calculate decision probabilities directly from an LLM’s internal representations instead of predicting output text, but that interpretation remains an external inference. Supporters see the model as evidence of demand for fast, repeatable, moderately intelligent systems rather than ever-larger frontier models.