cd /news/ai-agents/jev-computer-use · home topics ai-agents article
[ARTICLE · art-136198] src=dev.to ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Jev & computer-use

A developer has released jev-computer-use, an open-source project that applies typesafe.ai's Jev system-one model to browser and computer-use automation. The project treats agent logic as state machines, feeding structured state and goals to Jev's typed decision interface rather than a text-generation interface, which the developer argues suits local, low-reasoning decisions like form handling and OS accessibility. The developer notes Jev is trained on 100% synthetic data, runs non-deterministically, and that its confidence score is a derived metric tightly coupled to classification scores.

by read2 min views6 publishedSep 21, 2026

Current work: jev-computer-use My TL for the last few days has been taken over by Jev, a system one model from typesafe.ai. So i applied for the waitlist and got in.

To me a interesting use-case for this kind of model is on browser/computer-use, lot of decision to be taken which may not need long reasoning before doing so, the UX improves with the speed we get and automations feel right.

Checkout the jev-ultrafast by browser-use. Take a general purpose model (GPT / Claude), the lifecycle of a understand user request looks like:

This is useful when the task isn't fully known in advance, involves long reasoning and time. But think of structured inputs like forms or OS accessibility, the decisions of what needs be done given a goal is more local than you think.

This could be very simply put as a classifier. The model accepts a state and questions returns a typed decision. A state is your structured text input and questions have three primitives:

General purpose LLMs are also capable of it but the main difference here is - jev exposes a decision interface rather text generation interface, give the context and decision to make, received a typed result.

Think of making your agent logic as state machines, give that state, goal and the choices it can trigger, this works really well.

There are multiple ways to do this:

I'm currently experimenting on this: [jev-computer-use](https://github.com/sarang-pratham/jev-computer-use)

A example computer-use flow:

Although the model is refreshing in the age of LLMs, i think the magic lies in the data, they do claim they are a data research company first and it's been trained on 100% synthetic data.

There is one more strong claim on almost no hallucination, being type safe does not guarantee that.

If you think this run deterministically, NO, same prompt gives you different probabilities every run. Confidence score is a derived metric which is tightly coupled with the classification scores. So it may not be the right measure for whatever you are doing and you are are open to come up with any definition for the confidence using the probabilities list.

── more in #ai-agents 4 stories · sorted by recency
── more on @jev 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/jev-computer-use] indexed:0 read:2min 2026-09-21 ·