Skip to content
Zenteck
Latest
AI Tools

Jev: the new non-LLM AI model speeding up automation

Por Alex da Cruz1 min read0 comments
Jev-the-new-AI-model-without-language-for-automation
A

Alex da Cruz

Alex da Cruz is a full-stack developer based in São Paulo, Brazil. He works with React, TypeScript and automation, and uses AI daily to solve real problems in code and operations — not as a demo. He has run an e-commerce operation end to end, and now builds and maintains the automation pipeline behind this blog. He writes about what he actually tests.

Ver perfil →

Segundo o TechCrunch, o ex-pesquisador da OpenAI Diogo Almeida lançou o Jev, um modelo da TypeSafe que abandona a geração de texto em favor de decisões probabilísticas.

Why did the creators skip human language?

Large language models optimize for human speech, which makes them inefficient for software automation. Jev outputs calibrated decisions rather than words. Because developers predefine the exact output structure, the model cannot hallucinate text.

How much faster is Jev in practice?

Engineering teams report massive efficiency jumps. Vercel replaced OpenAI's Luna model with Jev for safety classification tasks and achieved results 5 to 18 times faster. Meanwhile, Bryo AI tested Jev against Gemini for email sorting, finding Gemini 10 to 20 times more expensive.

Input tokens on Jev are metered by the billion rather than the million, while output tokens are entirely free. This pricing structure allows developers to use Jev for real-time model routing and monitoring other AI agents without inflating operational budgets.

Sources

  1. A new kind of AI model from a ChatGPT inventor is thrilling developerstechcrunch.com

Frequently asked questions

What is Jev?
Jev is a transformer-based model developed by TypeSafe that outputs probabilities and calibrated decisions instead of generating human text.
Why does Jev not hallucinate?
Because the model does not output open-ended text and users predefine the allowable outputs, text hallucination is entirely eliminated.
How does Jev's pricing work?
According to TechCrunch, output tokens are completely free, and input tokens are measured by the billion rather than the million.