A tour of TypeSafe AI's new decision-making model, Jev, and the eight things people already built with it in its first week: email sorting, ad blocking, instant video clipping, and more.
Jev is not a text-generation model. It is a decision engine that scores structured yes-or-no and classification questions at a fraction of a cent, and that speed and cost advantage, not raw intelligence, is what makes it useful.
Who This Is For
Read if. Skip if.
READ IF YOU ARE…
You build tools or automations and want to know what a decision-only AI model is actually good for, distinct from chat models like Claude or GPT.
You're evaluating whether a cheap, fast classification model could replace an expensive general-purpose model call somewhere in your pipeline.
You want concrete examples of what people are already shipping with a brand-new model in its first week, not just a spec sheet.
SKIP IF…
You're looking for a coding assistant or a writing tool. Jev is explicitly bad at both.
You want a technical explainer of how the model works under the hood. This is a use-case tour, not an architecture breakdown.
TL;DR
The full version, fast.
Jev is a new AI model from TypeSafe AI, built by ex-OpenAI researcher Diogo Almeida, designed to make structured decisions fast and cheap rather than to generate text. It costs about 4.2 cents per million input tokens, with unlimited free output tokens, a price its maker claims is up to 238 times cheaper on input than Claude. The video tours eight things people built with it in its first week: detecting AI-written 'slop' on websites, an ad and cookie-banner blocker, an email inbox that sorts by importance instead of arrival time, a fuzzy find-in-page tool, a webpage that assembles itself from a component library in real time, a tool that clips long videos into topic-based cuts in under two seconds, a color-palette generator, and an emoji matcher. The throughline: Jev doesn't replace chat models, it's a cheap decision layer for structured problems chat models are too slow or expensive to solve at volume.
Free for members
Chat with this breakdown — free.
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.
Cold open comparing Jev's moment to the early days of ChatGPT, promises an explanation of what it is plus a run of things people have already built with it.
00:30 – 03:29
02 · What Is Jev?
Explains the TypeSafe AI blog post announcing Jev, walks through a structured JSON decision prompt (is a hot dog a sandwich, resolved 73 percent true), states when Jev works best (defined decisions, clear context) versus when it isn't a fit (text generation, unstructured questions, personal advice), then demonstrates the speed-over-intelligence tradeoff with a timed blitz chess match against Claude Fable 5.1 and covers pricing.
03:29 – 04:14
03 · Detecting AI Slop
Shows an AI slop detector built on Jev scoring anthropic.com at 26 percent AI slop, breaking down the specific signals it checked.
04:14 – 05:17
04 · Blocking Ads and Website Clutter
Demos Unclutter, a Chrome extension by @thekitze that uses Jev to auto-clean ads, cookie banners, upsells, and pop-up dialogs off any page it loads, BYOK and open source.
05:17 – 06:31
05 · Sponsor: Zapier
Zapier added Jev as a native app in its automation builder. Demos wiring a Google Calendar new-event trigger into a TypeSafe Jev action that decides whether to accept or decline the invite by set criteria, usable across Zapier's 9,000-plus integrations.
06:31 – 07:03
06 · Prioritizing Emails
Shows a tweet from @jnnnthnn: an inbox concept that sorts by importance instead of chronological order, built with Jev, sorting 100 emails by priority in under half a second.
07:03 – 07:49
07 · Smarter Find-in-Page Search
Demos a fuzzy find-in-page Chrome extension by @Saboo_Shubham_ that matches meaning instead of the exact typed string, tested against Apple's terms and conditions page.
07:49 – 08:34
08 · Building Web Pages in Real Time
Shows a generative-UI demo (json-render plus Jev, by @ctatedev) assembling a working dashboard interface from a pre-built component library in milliseconds, picking layouts and fields based on what the user needs.
08:34 – 09:16
09 · Instantly Clipping Videos
Demos Clip Fast, a tool by @BurhanUsman that scans a 90-plus minute video and cuts a topic-specific clip in under two seconds for about two cents.
09:16 – 09:52
10 · Generating Color Palettes
Shows a tweet from @mattdesl demoing Jev generating color palettes from plain text prompts like tomato, neon tokyo, browser, and Mario characters.
09:52 – 10:38
11 · Finding the Right Emojis
Shows a tweet from @heystefan_ demoing Jev matching typed phrases to the emojis that represent them, then Berman closes with a pointer to a deeper follow-up video on Jev.
Atomic Insights
Lines worth screenshotting.
Jev costs about 4.2 cents per million input tokens and gives output tokens away free and unlimited, a price point its maker claims is up to 238 times cheaper on input than Claude.
Jev is not a text-generation model. It resists open-ended writing, personal advice, and code, and is built only to make structured yes-or-no and classification decisions.
In a timed five-minute blitz chess match, Jev beat Claude Fable 5.1 not by playing better chess, but because its near-instant moves meant Fable ran out of clock time first.
Given a JSON prompt with explicit true-or-false criteria, Jev resolved 'is a hot dog a sandwich' as 73 percent true, showing it scores a decision rather than just answering it.
An AI slop detector built on Jev scored anthropic.com at 26 percent AI slop by checking named signals like stock fonts and templated page structure, not a vibe.
A Chrome extension called Unclutter uses Jev to strip ads, cookie banners, upsells, and pop-up dialogs from any page it loads, using the reader's own API key to stay close to free.
A developer sorted 100 emails by actual priority instead of arrival time in under half a second using Jev, a task most email clients still handle by chronological order alone.
A fuzzy find-in-page Chrome extension built on Jev matches what a search means instead of the exact string typed, unlike the browser's built-in Ctrl-F, which only does literal keyword matching.
A tool called Clip Fast used Jev to scan a 90-plus minute video and cut a topic-specific clip in under two seconds for about two cents, work that used to mean manually scrubbing a transcript.
Jev can assemble a working webpage in under a second by choosing from a pre-built library of buttons, fields, and fonts, but it can't design new components. It arranges, it doesn't build.
Zapier added Jev as a native app, so it can sit inside any of Zapier's 9,000-plus integrations and make a decision, such as auto-accepting or declining a calendar invite by set criteria.
Takeaway
A decision engine, not a chatbot.
WHAT TO LEARN
Jev's entire value comes from being fast and cheap enough to make structured decisions at a volume and price no general chat model can touch, not from being smarter than one.
02What Is Jev?
A model built only to make structured decisions can answer tens of thousands of yes-or-no or classification questions in the time a general chat model answers one, because it skips the work of generating language.
Writing a decision-only prompt means supplying explicit true-or-false criteria up front, not just asking the question and hoping the model infers your standard.
Raw intelligence and usefulness aren't the same thing: a model can lose at chess and still win the match, because speed alone changes what a task requires.
03Detecting AI Slop
Judging whether content feels AI-written can be automated by scoring specific, named signals like stock fonts and templated layout, instead of relying on a reader's gut reaction.
04Blocking Ads and Website Clutter
A tool that classifies page elements as ad, cookie banner, upsell, or legitimate content can strip the junk automatically, because that classification is a decision problem, not a generation problem.
Running your own API key through a tool you install keeps a service close to free to operate, since you're paying pennies of usage instead of the tool's owner subsidizing everyone's traffic.
06Prioritizing Emails
Sorting a list by actual importance instead of arrival time is a per-item classification task, and once that classification is cheap enough, defaults like an inbox in chronological order stop making sense.
07Smarter Find-in-Page Search
A search tool that matches meaning instead of an exact string only needs to work at good-enough speed to replace keyword search entirely, once judging each match costs next to nothing.
08Building Web Pages in Real Time
A decision model can assemble an interface by picking from a fixed library of pre-built components, but it can't design new components. It arranges existing parts, it doesn't build from scratch.
The same model that fails at open-ended code generation can still produce a working, personalized interface in under a second, because arranging is a much narrower decision than writing.
09Instantly Clipping Videos
Turning a long video into a short, topic-specific clip in seconds is possible once deciding whether a segment matches a topic becomes a cheap, per-segment judgment instead of a full rewatch.
10Generating Color Palettes
A model doesn't need to generate images to demonstrate visual understanding. Mapping a word to the colors that represent it is itself a decision task.
11Finding the Right Emojis
Matching a phrase to the emojis that represent it is the same underlying skill as sorting emails or finding page text: judging relevance between a query and a set of options.
Glossary
Terms worth knowing.
Jev
A decision-making AI model from TypeSafe AI, announced September 2026, built to score structured yes-or-no and classification questions instead of generating open-ended text.
TypeSafe AI
The company behind Jev, founded by ex-OpenAI researcher Diogo Almeida, described in the video as an AI lab building intelligence that acts rather than just chats.
AI slop
The generic, formulaic look of a webpage or piece of writing produced or over-assisted by AI: stock fonts, templated layouts, and boilerplate phrasing.
BYOK (bring your own key)
A tool that requires the user to supply their own API key for the AI model powering it, instead of the tool's maker paying for every user's API calls.
Generative UI
An interface assembled dynamically at the moment of use by an AI choosing from a library of pre-built components, rather than being hand-coded once and reused for every visitor.
Fuzzy search
A search method that matches on meaning or approximate phrasing rather than requiring an exact text string, unlike standard keyword-based find tools.
“Jev is everywhere and it is the most exciting AI that I have seen in a long time.”
strong opening claim, sets the stakes for the whole video→ TikTok hook↗ Tweet quote
03:02
“Jev is really good when you can describe the type of decision you want to make, when you can provide really clear context and structured questions.”
clean one-line definition of the entire model category→ IG reel cold open↗ Tweet quote
03:02
“If you put Jev up against Fable in a game of chess with a time limit, Jev will most likely win just because Fable takes so long to process each step and Jev can make a decision nearly instantly.”
“Jev is 4.2 cents per million input tokens and free for output tokens, unlimited output tokens, absolutely free.”
the pricing claim every downstream use case depends on→ TikTok hook↗ Tweet quote
The Script
Word for word.
Read-along
Don't just watch it. Burn it in.
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.
17px
analogy
Jev is everywhere and it is the most exciting AI that I have seen in a long time. It really does feel like the early days of ChatGPT where we had this thing that was so powerful and so raw and people are trying to figure out how to get the most out of it. And so I'm going to try to explain today not only what is Jev, but also how to use it, how to think about it, what it's good at, what it's not good at.
And then I have a bunch of demos of things that people have already built with Jev. All right. So first, what is Jev?
Jev came out just a few days ago, and it is a new type of artificial intelligence that is basically just a really awesome decision maker. But it's more than that. What really sets it apart is that it can make.
thousands, tens of thousands, hundreds of thousands of decisions incredibly quickly and incredibly inexpensively. And if all of this still sounds very hand wavy, stay around because I'm going to give you some actual concrete details about what this thing actually can do. So here is a very basic example of how Jev works.
You have questions and you're structuring this as JSON. So the instructions or basically the prompt is, is hot dog a sandwich? Okay, you give it criteria, basically how to think about the question, how to know whether yes it is or no it's not a sandwich.
And so true, a sandwich is a food dish where a filling such as meat, cheese, vegetables, or spread is placed between structural starch. False, the food has no bread enclosing a filling or uses only a single slice of bread or uses a non -bread wrapper such as a tortilla, wafer, or cookie. Then...
Up here, we can actually go further. What is food? And then we have the definition.
And so with all of this, if we run it, is hot dog a sandwich? 73 % true. So it would resolve as true here.
And so Jev is really good when you can describe the type of decision you want to make, when you can provide really clear context and structured questions. You check all of those boxes, Jev can be incredible for your use case. But there are things that it's not good at.
For example, it's not a text generation model. You're not going to ask it an unstructured question expecting an answer. For example, you're not going to ask it for advice about how to talk to your boss about something.
It's just not going to work that way. And you're not going to ask it to write code for you either. It's not that good at writing code.
But something it could be really cool for is if you have a large library of front end UI assets and you want to create a front end dynamically, it can actually choose from that UI library and put together an entire web page for you. But it just requires that you have a bunch of buttons that it can select from a bunch of input fields that it can select from fonts and everything else.
And then it can put together an incredible website for you in less than a second. So if you put Jev up against Fable in a game of chess, Fable will win. However, if you put Jev up against Fable in a game of chess with a time limit, Jev will most likely win just because Fable takes so long to process each step and Jev can make a decision nearly instantly.
And so most likely, even though Jev wouldn't have won the game with no time limit, because the time limit will run out on Fable, Jev will win. So here's the first example. It is...
Quite a good slop detector. So if you think that a website or some kind of creative writing has been written by AI, you can actually have Jeff check it for you. And there's this website made with jeff .com that has a bunch of different examples and demos of really cool things that have been built with Jeff.
So that's where I'm pulling this from. So we checked anthropic .com and it is 26 % AI slop, mostly handmade, mostly humans, but. there is some slop there and that's to be expected they are obviously using the cloud models to write some of their content to say the very least and it actually breaks down specifically what it's looking for and why it determined that a part of the website was slop this is another incredible use case for jev i really don't understand how this didn't go more viral than it did it only got 36 000 views but this is by kitsy and it's unclutter a smart ad plus slot blocker with Jev.
It is nearly instant. And as you can see, it works incredibly well. So it auto cleans websites as soon as it loads from all ads, cookie banners, upsells and BS dialogs.
You plug in your own key and it again is nearly free. And I should actually talk about the pricing for a second. Jev is 4 .2 cents per million input tokens and free.
for output tokens, unlimited output tokens, absolutely free. And so what's actually happening when you load a website is it's sending all of the elements to Jev with a description of how to determine whether something is spammy or annoying and Jev will make that decision and then it will remove all of those elements. Very simple.
Very cool. The next one is actually the sponsor of this video. It's Zapier.
I've been working with them for a while. They actually added Jev into the Zap platform. So if you're building any type of automations, you can use Jev right in the workflow to make decisions for you.
So, for example, let's create a new workflow. And when you come down here to actions, if you just search for Jev. There it is.
Type safe, Jeff. Now you can use that as an app in Zapier. So you could take any of the over 9000 different apps that they already integrate with and connect them in different ways and have Jeff make decisions between those connections.
And so, for example, I can say, OK, every time I get a new calendar invite, Jeff. decide whether I should accept it or not. And I'll give it a bunch of criteria as to how it decides that, but now it'll automatically either accept or decline it.
And obviously this is a very simple use case, but you can get as sophisticated with. all of the over 9000 different apps as Zapier has to offer. This is one of the coolest use cases that I've seen for Jeff and Zap Connect 2026, which is their annual conference, just happened.
Check out my link down below to see what's possible with next gen Zaps and Jeff. All right. Here's another example of what Jeff can do really well.
Typically, email clients are sorting in chronological order, meaning the last emails coming in are the ones that you see. And I've built things in Grokbot to help me prioritize the emails I should respond to. But Jev can do that basically instantly.
Thousands of emails can be sorted by what it believes is the priority. in response. And so that's what this guy built right here.
And 100 emails getting sorted in under a half of a second. Here's another great use case, actually valuable. You know how you can do find in page on browser.
So if I type like that and I type find, it'll highlight the words. I use this all the time. Super useful, but it is keyword matching based.
So if the exact thing you type isn't on the page, it's not going to show up now. This product manager from Google put together a fuzzy search version of it, and typically it would be quite slow, but now it's extremely fast. You just type in whatever you want to find on the page.
It doesn't have to be exact. You just have to type in kind of what you're looking for, and it will highlight on the page exactly where to find it. And of course, it's open source.
It's free. You can bring your own key. It's just.
Awesome. OK, and you remember at the beginning of the video how I said it's not good at writing code, but if you have a preconfigured library of UI elements, it can actually build a web page very quickly for you dynamically. This is what I mean.
On the left, we have a page rendering and on the right we have Jeff doing it in real time dynamically. And look how fast that is. It basically decides, OK, based on what this user is looking for.
What should the website look like? Do they need a forum? What information do they need?
Do they need to sign in, which is what we're seeing here? And it's all extremely fast. But again, it's not building it from scratch.
It's just choosing from a bunch of different UI elements and putting them all together in the right way. OK, and this next one we might be using pretty soon. This is an example of Jev.
Clipping a 90 plus minute video into multiple clips based on whatever you type in in under two seconds. So here's an example. This is called clip fast.
You type YRL works. It is scanning the entire video, probably the transcript and finding all of the right clips and instantly clipping them. Then one click.
You can just download it so easily. I mean, this is the type of use case that speed really unlocks. OK, I have two more left and not all of them have to be super high value.
Sometimes they can just be awesome and cool to watch. Here's an example. So here is Jev understanding color palettes.
You literally can type anything and it will put together what it believes the color palette is. So here's 80s disco, 80s pop. retro, here's browser, like what a browser looks like, and here's what Bowser looks like, here's Mario, here's Luigi, Wario.
So it knows what colors are associated with each of these world knowledge entities. Here's the blue screen of death, the matrix, the beach, so really cool, just an awesome demo. And then last, we have a pile of emojis at the bottom and you can just start typing something, anything, and it will decide which emojis are most associated with what you're typing.
So here I need to lose weight. Of course, it has healthy food emojis. Starting a band.
There it is. We have instruments. So kind of fun, quirky, simple, but I think it's really cool.
So go check out Jev. Start using it. It is.
nearly free. They give you $5 in credits to start out and it is just so much fun to play around with to see what's possible. So hopefully these examples gave you some inspiration about building something yourself.
And I made another video going over in depth what Jev really can do and what it is and check that out right here.
The Hook
The bait, then the rug-pull.
Berman compares the moment to the earliest days of ChatGPT: something powerful and raw that nobody has fully figured out yet. Before the demos start, he draws a hard line around what this new model is, and is not, actually for.
Frameworks
Named ideas worth stealing.
01:44concept
Structured Decision Prompt
Instead of an open-ended question, define the decision as a JSON object: state the instruction, then give explicit true and false criteria the model should check against. Jev returns a confidence score against that rubric rather than a free-text answer.
Steal forany pipeline step that currently calls a general chat model just to classify or approve something
CTA Breakdown
How they asked for the click.
VERBAL ASK
05:17product
“It's Zapier. I've been working with them for a while. They actually added Jev into the Zap platform.”
Mid-video sponsor block tied directly into the video's own subject: instead of a generic ad read, Berman demos Jev running as a native Zapier action, so the sponsor segment doubles as another use-case demo.
Add 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.
Add to Preferred SourcesOpens your Google source preferences with us pre-loaded. Tick the box and you're done.
ChatGPT co-inventor Diogo Almeida ships a model that's 200x faster and effectively free, but Matthew Berman's own chess test shows it losing on skill, only surviving the clock.
How one MacBook running Claude Opus 4.6 replaced a CRM, a security firm, a content team, and a personal chef -- with the exact prompts to copy every piece.
The mystery model that took over OpenRouter turns out to be a Chinese open-weights release that nearly matches frontier intelligence for a few cents a task.
A 'dot' release plays out like a full generational leap: two five-to-seven-day unsupervised coding runs, a sponsor benchmark, and a live pricing and capability standoff against a rawer, higher-ceiling rival model.