GPT-6 Astra's Computer Use Is Ridiculously Good
Five ways Mark Kashef points Codex's computer use at apps that have no API, from flight searches to phone settings.
September 5thTypeSafe's Jev swaps free-form generation for a constrained classifier: give it facts, a question, and the only answers it's allowed to return, and it answers with a confidence score instead of a guess.
Jev is a constrained-answer classifier, not a generative model: you predefine the allowed answers to a question and it returns one of them with a confidence score, which makes it cheaper and more deterministic than an LLM for bounded decisions like routing, fact-checking, and judging.
Jev, built by TypeSafe, is a decision model rather than a generative one: you feed it facts, a question, and a fixed set of allowed answers (yes/no, multiple choice, or a score), and it returns one of those answers plus a confidence level. Because the output is a label instead of generated text, you only pay for input tokens, and the response is deterministic instead of varying between runs like a standard LLM. The video walks through ten uses, including fact-checking claims at scale, routing support tickets and AI requests, contract review, healthcare triage, and financial alert sorting, then closes with pricing (about $0.0042 per 10,000 input tokens) and a free public 'Ask Jev' playground to try it.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Jev takes facts, a question, and a predefined set of allowed answers, and returns one of them with a confidence score, unlike a standard LLM which regenerates a slightly different answer every run.

Jev works like a classic machine-learning classifier (the cat-vs-dog example), except it's generalized: you supply the question and the choices instead of retraining it for each new task.

Three question shapes cover most uses: does X meet a requirement, which option should I choose, and what should happen next, each with a fixed, inspectable answer set.

Using a second LLM as a judge to catch a first model's mistakes doesn't guarantee accuracy, since judges often share the same blind spots and compound errors and cost instead of fixing them.

A standard LLM call bills for input and output tokens and regenerates from scratch every time; Jev only bills for input tokens because its output is a predefined label.

The Jev request is just facts, a question, and allowed answers; demoed against a hotel cancellation policy to determine whether 'free cancellation' actually means a cash refund.

Ten use cases begin: fact-checking claims at scale, routing customer support tickets without a model inventing a nonexistent category, and flagging low-confidence contract reviews for human review.

A classifier can act as a model router, sending each incoming request to the right model family, addressing the failure mode where routers quietly downgrade requests to cheaper models.

Swapping a bounded classifier call in for a full reasoning step or a browser-agent's screen analysis cuts the time and tokens spent re-deciding the same thing.

Healthcare triage and finance alert sorting round out the use cases; pricing is about $0.0042 per 10,000 input tokens, scaling linearly with volume.

Use a full LLM for generation (writing, code, explanation); use a classifier for a bounded decision with predefined outcomes, or pair the two so the LLM creates and the classifier checks.

The public Ask Jev playground shows the constraint live: an open-ended question returns 'not enough information,' while a bounded yes/no question returns a labeled answer with a confidence percentage.
Most of what people ask an LLM to do isn't generation at all, it's picking between known options, and a constrained-answer classifier does that job cheaper and more consistently.
“With something like Jev you create what's called the solution space, where you tell it what are the possible answers it can pick from.”
“If for whatever reason judge number one hallucinates, then you add another judge, you can start to compound the exact same error and cost not only time, but tons of tokens in the process.”
“For one request of 10,000 input tokens, because you only pay for input, not input and output like a language model, you will pay around 0.0042.”
“What typically happens with the language model is it takes a screenshot and then it does the equivalent of boiling the ocean every single time to see where is the downloads button.”
“Do human beings breathe oxygen? And we're in the yes or no format. It should be above, there we go, 97% sure that the answer is yes.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
A tweet about a 'new type of foundation model' is the cold open, but the real subject is narrower and more useful than that framing suggests: a tool that doesn't generate anything, it just decides. Mark Kashef spends the next twelve minutes making the case that most of what people ask an LLM to do isn't generation at all, it's picking between options, and that a cheaper, deterministic classifier can do that job better.
You define upfront exactly which answers Jev is allowed to return, and every response is constrained to that set with a confidence score attached.
Adding a second or third LLM judge to catch a first model's hallucination doesn't guarantee truth, since the judges tend to share the same blind spots and can compound the original error while adding latency and cost.
Every Jev question is framed as one of these three fixed formats, which is what makes the output classifiable instead of generative.
Because a classifier's output is a predefined label rather than generated text, you pay only for input tokens: about $0.0042 per 10,000 input tokens, or roughly $42 per 100,000 requests of that size.
“I'm going to make the last website I showed you and this one along with another guide that you can feed to your language model to help it use the API if you already have access, down in the second link in description below.”
Soft CTA folded into the outro pointing to the free Jev Starter Kit and Ask Jev playground, followed by a standard like-and-comment ask, rather than a hard sell.
00:00
00:14
00:24
00:33
00:43
00:53
01:04
01:12
01:21
01:31
01:41
01:50
02:01
02:10
02:19
02:29
02:39
02:48
02:58
03:07
03:17
03:27
03:36
03:46
03:56
04:05
04:15
04:25
04:34
04:44
04:53
05:03
05:13
05:22
05:32
05:42
05:51
06:01
06:11
06:20
06:33
06:40
06:49
06:59
07:08
07:18
07:28
07:37
07:47
07:57
08:06
08:14
08:25
08:35
08:45
08:52
09:04
09:14
09:20
09:33
09:43
09:52
10:02
10:11
10:21
10:31
10:40
10:48
11:00
11:09
11:19
11:29
11:38
11:48
11:53
12:07
12:17
12:26
12:34
12:44Add Modern Creator as a preferred source and Google shows you more of our breakdowns in Search, Top Stories, and AI Overviews. It only changes what you see, and you can undo it in your Google settings anytime.
Five ways Mark Kashef points Codex's computer use at apps that have no API, from flight searches to phone settings.
September 5thA 36-minute blueprint for moving a personal AI agent stack into a locked-down, compliance-ready AWS environment — built over a month and nearly 10 million tokens.
June 25thA 9-minute system for mining your JSONL session logs, measuring the behavioral gap between Fable and any other model, and injecting a distilled playbook at every session start.
June 14thSix composable agent patterns from Anthropic's own internal masterclass, with live prompts and honest advice on when to skip workflows entirely.
June 3rdA 39-minute walk-through of Anthropic's new Claude Certified Architect exam guide, translated from a 40-page PDF into five domains, three demos, and five rules.
March 22ndA 25-minute operating manual for non-technical Claude Code agent teams - six of the seven use cases have nothing to do with code.
February 22nd