Gotchaa Lab
Back to Blog
AIautomationSMETypeSafemalaysia

Jev AI Found Flights in 7 Seconds for US$0.0039, One Builder Reports

18 September 2026·4 min read·By Gotchaa Lab
Jev AI Found Flights in 7 Seconds for US$0.0039, One Builder Reports

TL;DR

  • Jev AI, released by TypeSafe on 15 September 2026, does not write. It picks from a list, gives a score or answers yes or no, and says how sure it is.
  • In a Browser Use demo, Jev chose every click on a Google Flights search in about 7 seconds while a small chat model typed only the city names. It searched, it did not book, and it was three repeats of one task.
  • The US$0.0039 is the builder's estimate from token counts at list price, not a bill. Jev's list price is US$0.042 per million input tokens, with answers free.
  • The rule worth copying now: a confident answer acts alone, an unsure one goes to a person, and the bar rises with the cost of a mistake.
  • Jev is days old, early access only, went down under demand, English-first, and its maker cannot prove the price is not subsidised. Test it before you trust it.

A builder at Browser Use had an AI search Google Flights, Zürich to London, in about 7 seconds, and the model that chose every click never wrote a word. That model is Jev AI, released by TypeSafe on 15 September. It doesn't write. It decides, and says how sure it is.

Jev picked each button and field. A small chat model typed only the city names. The builder, Gregor Zunic, put the cost at US$0.0039.

The finished Google Flights search in Browser Use's Jev demo, timer at 7.07 seconds Flights found in 7.07 seconds. Source: Browser Use on GitHub

The demo only searched, and it was "three repeats of one task," not a reliability test. The US$0.0039 is the builder's estimate from token counts, not a bill.

If you pay for AI automation, part of that bill isn't writing. It's small decisions.

What is Jev AI?

Jev AI gives one of three kinds of answer: a pick from a list, a score on a scale, or a yes-or-no with a probability.

TypeSafe lists ten kinds of decision it is built for, including scoring, routing and checking another AI's work. It costs US$0.042 per million input tokens, with answers free. (A token is a small piece of text, often part of a word.)

Two jobs where Jev could save time or money

You won't use Jev yourself; it sits inside software someone builds for you. The scores below are made up.

A dental clinic's WhatsApp

A patient writes:

"Hi doc, saya buat extraction yesterday. Sekarang bleeding tak stop. Normal ke?"

You don't want a general chatbot deciding that alone. Jev answers the questions you set:

WhatsApp message
      ↓
     Jev
      ↓
intent:
  appointment       0.01
  price_question    0.01
  medical_question  0.24
  urgent_issue      0.74

needs_human:  true   0.96
safe_for_bot: false  0.93
      ↓
Your software
      ↓
Alert staff now

Another patient writes "Hi nak tukar appointment Sabtu 3pm ke Ahad boleh?" and gets:

intent      = reschedule
confidence  = 0.99
needs_human = false

The booking system takes that one. TypeSafe's own customer-service test works this way: Jev reads the message, code decides what happens.

                ┌→ booking system
                │
WhatsApp → Jev ─┼→ staff
                │
                ├→ CRM
                │
                └→ chat AI → customer reply

A chat AI writes the reply: "Boleh 😊 Saya boleh bantu tukar appointment. Ahad ada slot 11 pagi dan 2 petang." Jev never writes Malay, but it must read it, and TypeSafe says non-English is "handled but not equally well," so test your real messages. Jev's job is one question: what is this, and what should the software do?

An aircon contractor's enquiries

Two enquiries arrive:

"Boss 2hp inverter Daikin berapa?"

"Hi, we're opening a 12,000 sqft restaurant in PJ. Need approximately 18 units including installation. Can someone come for site visit?"

For the second, Jev returns:

intent            → quotation
residential       → false
commercial        → true
lead_value        → HIGH
purchase_intent   → 0.94
needs_site_visit  → 0.91
spam              → 0.01

Then:

high-value lead
      ↓
create CRM lead
      ↓
assign senior salesperson
      ↓
WhatsApp the salesperson now

The "berapa?" message stays in the automatic flow. Your staff only get interrupted by enquiries that need them.

Sure acts alone, unsure goes to a person

TypeSafe's confidence guide lets confident answers act alone, sends unsure ones to a human, and adds:

Different actions within the same system should be gated at different levels depending on the consequences of getting it wrong.

A misread price question costs a minute. A missed bleeding patient costs far more. And the score is tuned across many answers, which TypeSafe says "does not guarantee that an individual answer is correct."

Jev is days old, in early access, and its maker can't prove the price isn't subsidised, so we wouldn't move a live workflow onto it yet. Splitting decisions from writing is worth doing now.

What to do this week

List three calls your staff make by hand every day, with each one's possible answers. Mark which could run alone and which must reach you, then ask whoever builds your systems whether a decision model could take them.

Gotchaa Lab builds AI automation for Malaysian businesses. Weighing an AI quote? Let's chat for an honest take.

References

  1. TypeSafe launch post
  2. TypeSafe docs: System One
  3. TypeSafe docs: Models
  4. TypeSafe docs: Use cases
  5. TypeSafe docs: Confidence
  6. Browser Use: jev-ultrafast
  7. @gregpr07 on X
  8. TypeSafe evals: Customer service

Share this article

Frequently Asked Questions

What is Jev AI?
Jev is an AI model from TypeSafe, released in early access on 15 September 2026. It does not write text. It reads what you give it and answers questions you set: a pick from a list, a score on a scale, or a yes-or-no probability. Picks and scores carry a confidence number from 0 to 1.
How much does Jev AI cost?
TypeSafe lists Jev 1.13 at US$0.042 per million input tokens, and output is free. TypeSafe also says it cannot prove the price is not subsidised, though it expects prices to fall. Treat it as a launch price that may change.
Did Jev AI book a flight in the Browser Use demo?
No. The demo searched Google Flights from Zürich to London and checked the route, date and results. The project says it does not select or book a flight, and that its test was three repeats of one task, not a general reliability benchmark.
Can Jev AI hallucinate or make mistakes?
Yes. Jev can only answer from the options you give it, but it can still pick the wrong one. TypeSafe says its confidence scores do not guarantee that an individual answer is correct, and lists weak spots such as maths, counting and comparing dates.
What could a Malaysian business use Jev AI for?
The quick calls staff make by hand: is this WhatsApp message urgent, is this enquiry a big job, does this supplier invoice look unusual. Jev picks or scores; normal software and people act on it, and a person or a chat AI still writes any reply. It sits inside software someone builds, so you would not use it directly.
Who makes Jev AI?
TypeSafe, a startup founded by Diogo Almeida. It released Jev in early access on 15 September 2026 as its first public model.
Does Jev AI work in Bahasa Malaysia or Chinese?
TypeSafe says English is Jev's main training language and where accuracy is best. Other languages are handled but not equally well, so test it on your own Bahasa Malaysia, Chinese and mixed-language messages first.
Can I sign up for Jev AI now?
Not freely. Jev is in early access, with developers let in from a waitlist, and the service went down under demand in its first days. TypeSafe also says its rate limits can change without notice.

Need help building this for your business?

We help Malaysian companies turn ideas like these into working software. Free consultation, no obligation.