{"slug": "typesafe-ais-new-models-work-with-machines-not-humans", "title": "TypeSafe AI’s new models work with machines, not humans", "summary": "TypeSafe AI, a startup founded by former OpenAI researcher and RLHF co-inventor Diogo Almeida, launched Jev, an LLM that returns a defined decision plus its probability in a concise response instead of generating verbose natural-language tokens, with latency of 70 milliseconds to 500 milliseconds versus several seconds for the general-purpose LLMs TypeSafe tested. Almeida wrote in a blog post that Jev takes the current state of a task or workflow as input and is aimed at automated workflows that need categorical answers, such as which tool to invoke or whether a request should be approved. Independent technology consultant David Linthicum said the model could let enterprises reserve general-purpose LLMs for tasks that require them and cut the prompt, schema, validation, retry, and guardrail overhead engineers build around free-form outputs.", "body_md": "Today’s large language models are verbose, even if they’re being asked to recommend a simple decision, driving up usage costs through the sheer volume of tokens they consume or generate. Enterprises looking to incorporate AI into automated workflows will want something less verbose — both because machines are often just looking for a categorical answer, and because automated workflows are likely to result in far greater volumes of decisions, and thus token consumption, than human-mediated workflows.\n\nTypeSafe AI, a startup founded by former OpenAI researcher and [RLHF](https://openai.com/index/learning-from-human-preferences/) co-inventor [Diogo Almeida](https://www.linkedin.com/in/diogomda/), thinks it can help with a new LLM, [Jev](https://docs.typesafe.ai/introduction), which generates responses that can be consumed directly by software applications or other AI models as part of an automated workflow: which tool to invoke, which action to take next, whether a request should be approved, or when a task should be handed off to another model.\n\nJev takes the current state of a task or workflow as input and returns a defined decision, along with the probability of that decision, in a concise response rather than generating a long sequence of tokens to express an answer in natural language, Almeida wrote in a [blog post](https://typesafe.ai/blog/introducing-system-one-models-and-jev).\n\nIn addition to being cheaper, he said, Jev can respond faster because it does not have to generate text tokens sequentially, with latency ranging from 70 milliseconds to 500 milliseconds compared with several seconds for the LLMs TypeSafe tested.\n\nThat could give IT leaders more headroom in their AI budgets, allowing them to scale agentic workloads, said [David Linthicum](https://davidlinthicum.com/), an independent technology consultant.\n\n“Most enterprises are using general-purpose LLMs as a universal intelligence layer, even when the application only needs a fast, bounded decision. That is like using a full enterprise service bus to answer a yes/no routing question,” Linthicum said.\n\n“Combine that with the dynamics of an agentic workflow, where a single task can trigger many model calls, the cost and latency of using a general-purpose LLM for every decision can quickly add up. A Jev-like model that can handle some of the bounded decisions of the workflow through probabilistic function calls gives enterprises a way to reserve the general-purpose LLMs for the parts that actually require them,” he said.\n\nThat division of labor between the models could also reduce the engineering work enterprise teams need to undertake to make general-purpose LLMs usable in automated workflows, he said.\n\nToday, engineers may have to build layers of prompts, schemas, validation, retries, guardrails, and exception handling around general-purpose LLMs to make their free-form outputs reliable enough for software to consume, Linthicum said. “Models such as Jev, which return outputs that can be consumed directly by software or another model, could reduce that overhead for many routine decisions in a workflow,” he added.\n\nThe benefits could extend to developers as well, particularly in how they structure agentic workflows. Instead of treating every step as a prompt-and-response interaction, developers could break an agentic application into a series of smaller decisions with defined outputs, allowing application code to determine what happens next based on the model’s response, he said.\n\nThat approach could make the control flow more explicit and easier to test, said [Advait Patel](https://www.linkedin.com/in/advaitpatel93), senior site reliability engineer ([SRE](https://www.infoworld.com/article/2257232/what-is-an-sre-the-vital-role-of-the-site-reliability-engineer.html)) at Broadcom, because developers would be putting more workflow logic back into code rather than embedding it in prompts.\n\nHowever, there are tradeoffs to consider, said [Stephanie Walter](https://www.linkedin.com/in/slwalter/), practice lead of AI stack at HyperFrame Research.\n\n“Because Jev is designed to return a defined decision rather than an open-ended response, developers have to specify questions, possible outputs, thresholds, and escalation paths in advance for that part of the workflow, which could be a significant task,” she said.\n\nThe way that Jev returns each decision also adds another concern.\n\nJev attaches a probability to each decision, but developers still need to determine what that probability means for a particular workflow and whether it can be relied on in production, Walter said.\n\nFor CIOs, that could raise reliability concerns when evaluating Jev for production workloads.\n\nThey would need to validate the model’s accuracy and calibration on their own data, including how it performs as that data changes over time, Walter noted.\n\nSpecifically, for enterprises in regulated industries, using Jev could draw questions around auditability, according to [Paul Chada](https://www.linkedin.com/in/paulchada/), cofounder of agentic AI startup Doozer AI.\n\n“A probability can show how confident a model was in a decision, but it does not explain why the model made that decision. That distinction could matter when enterprises need to explain or defend automated decisions to regulators or auditors,” Chada said.\n\nAdditionally, CIOs would also need to weigh the risks of adopting a specialized model from an early-stage vendor, including security, data residency, service-level commitments, and potential vendor dependency, Patel said.\n\nThose concerns extend to deployment, with Jev currently offered as a hosted service in a single region, Patel added.\n\nThese concerns are also likely to shape how quickly enterprises adopt Jev, analysts pointed out.\n\n“Enterprises are likely to start with internal automation and other workloads where the cost and performance benefits can be measured without impacting critical workloads,” Patel said.\n\nHowever, that doesn’t necessarily mean that enterprises will replace general-purpose LLMs with Jev-like models altogether.\n\n“Ideally, Jev could sit alongside general-purpose models in a workflow, with the latter handling open-ended reasoning, summarization and interaction and the former handling frequent structured decisions such as routing, scoring, verification, policy checks and workflow orchestration,” Linthicum said.\n\nJev is currently maintaining a waitlist for companies interested in trying it out. The model, according to Almeida, is priced at $0.042 per million input tokens, while output tokens are, TypeSafe said, “too cheap to meter.”", "url": "https://wpnews.pro/news/typesafe-ais-new-models-work-with-machines-not-humans", "canonical_source": "https://www.infoworld.com/article/4223468/typesafe-ais-new-models-work-with-machines-not-humans.html", "published_at": "2026-09-17 16:03:46+00:00", "updated_at": "2026-09-17 16:26:58.859845+00:00", "lang": "en", "topics": ["large-language-models", "ai-agents", "ai-startups", "ai-products", "ai-infrastructure"], "entities": ["TypeSafe AI", "Diogo Almeida", "Jev", "OpenAI", "David Linthicum", "Advait Patel", "Broadcom"], "alternates": {"html": "https://wpnews.pro/news/typesafe-ais-new-models-work-with-machines-not-humans", "markdown": "https://wpnews.pro/news/typesafe-ais-new-models-work-with-machines-not-humans.md", "text": "https://wpnews.pro/news/typesafe-ais-new-models-work-with-machines-not-humans.txt", "jsonld": "https://wpnews.pro/news/typesafe-ais-new-models-work-with-machines-not-humans.jsonld"}}