A Decision Engine, Not a Chatbot
TREE NEWS reports: A new AI model called Jev has gone viral in developer communities over the past weekend — not because it chats, writes essays or generates code, but because it does something far narrower and, its creators argue, far more useful for automation: it makes decisions. Built by TypeSafe AI, a startup co-founded by Diogo Almeida, who helped invent ChatGPT while at OpenAI, Jev outputs typed probabilistic judgments instead of text. Give it unstructured input, and it returns a probability, a choice from a predefined list, or a score — with no hallucinated prose.
TypeSafe claims Jev is up to 193.6 times faster and 444.6 times cheaper than current frontier large language models on automated workflow tasks. Input pricing is $0.042 per million tokens, with output tokens free. Demand briefly overwhelmed the API at launch. The model is now open to all users, with a $5 sign-up credit worth roughly 120 million tokens.
Why Speed and Cost Matter for the Agent Economy
The economics are the story. Traditional LLMs generate tokens sequentially, one after another, which is why they take seconds to minutes to respond. Jev samples all outputs in parallel within a single query, cutting end-to-end latency to 70–500 milliseconds versus 3–329 seconds for frontier models. For AI agents that must make hundreds of thousands of micro-decisions daily — which button to click, whether a tool result is valid, which context to discard — that gap compounds into a structural cost advantage.
TypeSafe is also emphasizing calibration. Its RLCD training method aims to make the model’s stated confidence match reality: if Jev says something is 80% likely, roughly 80% of such cases should occur. That lets developers route tasks automatically — above 90% confidence executes directly, 70–90% goes to a stronger model for review, below 70% goes to a human.
Market Implications
- AI infrastructure and inference: If judgment-layer models like Jev gain traction, demand could shift from giant general-purpose models toward specialized, high-throughput inference. That pressures pricing power at frontier labs on commodity tasks while expanding the total volume of AI calls.
- Semiconductors and cloud: Cheaper, faster inference lowers the cost per automated decision, which historically expands usage rather than shrinking it. Compute demand could rise even as per-token economics fall.
- Enterprise software and SaaS: Vendors selling workflow automation, content moderation, ad tech and customer routing could see margins improve if they swap expensive LLM calls for decision models. Incumbents that have priced AI features around frontier-model costs may face repricing.
- Startup funding: TypeSafe raised a $40 million seed round led by DCVC. A successful category — “System One” decision models — would validate a new investment thesis distinct from the foundation-model arms race.
Investor Takeaways
The Jev launch is a reminder that the AI trade is not monolithic. The market has rewarded scale and general capability, but the next wave of value may accrue to whoever makes AI cheap and reliable enough to run unattended. Investors should watch three things: whether developers adopt decision-layer models at scale, whether frontier labs respond with cheaper specialized offerings, and whether calibration becomes a standard requirement in enterprise AI procurement. The claim of “zero hallucinations” is narrower than it sounds — it means no format errors, not no mistakes — but the underlying shift toward probabilistic, confidence-aware automation is real and investable.




