Skip to content
Book a Call → mycocoon.life
← Back to Blog Tools 9 min read

What We Learned Teaching Jev: One Word, 24 Messages, Three Languages

We have a habit at Cocoon. When a new kind of AI appears, we do not write a slide about it. We build a lab where people can break it.

Micro LLM came from that habit: a tiny language model you build in your browser from text your room types in, so people can see how a chatbot picks its next word. When TypeSafe released Jev, a model that decides instead of writing, it needed a lab of its own. So we built Jev Lab, and in building it we ran a lot of small experiments. These are the ones that changed how we teach.

🦋
How we measured. Every number here was measured through Jev Lab's own server on 23 and 25 September 2026, against jev-1.13.0. The chatbot in our comparisons is Meta's Llama 3.1 8B running on Cloudflare. These are small tests, not benchmarks: they show behaviour, not precise rates.
A lab desk with a microscope, green flasks and three empty speech bubbles, pixel-art illustration
Jev Lab: a small lab bench for a new kind of model.

Finding 1: one word moved the answer from 28% to 94%

Same message, same model, one question asked three ways. The message was a customer charged twice, wanting it sorted before Friday or they would go to their bank.

The questionJev
Does the sender explicitly ask for their money back?28%
Does the sender ask for their money back?77%
Does the sender want their money back?94%

A repeat run later the same day gave 27%, 77% and 94%. So the model is consistent. What moved was the question. The customer never literally asked for a refund, so all three answers are defensible, and each one answers a different business question.

What we changed: stage four of the lab now starts with a single question and two buttons, "remove explicitly" and "change to want", with a history of every run. It is the fastest way we have found to make people take the wording of a question seriously. With Jev, the question is the whole interface. We explain why in How Jev Works.

Finding 2: on 24 messages, the numbers were honest

We wrote 24 short customer messages, half that ask for money back and half that do not, including some deliberately awkward ones: a customer who prefers a replacement, a thank-you for a refund already received, a question about refund policy. We labelled each by hand, then recorded Jev's answer once.

When Jev saidMessagesReally asked for money back
Under 34%110 of 11
34% to 66%10 of 1
67% and above1212 of 12

Twenty-four messages cannot prove calibration across the scale, and we say so every time we show it. But the shape is what a careful person would want: sure when it should be, unsure where it should be. We explain why that matters in System One Models Explained.

Finding 3: the chatbot was certain and wrong

The one message Jev was unsure about was "Do you offer refunds if the workshop is cancelled? Asking for my manager." It mentions refunds, but it asks about policy. It does not ask for money back. Jev said 61%.

We asked the chatbot the same question and told it to give a confidence number from 0 to 1. It said yes, with confidence 1.0.

A confident wrong answer is the dangerous kind, because nothing tells you to check it. We saw the same pattern when we asked the chatbot simply to deal with the double-charge message. It replied that it had "located your order" and would refund it by Friday. It cannot see any order system. It wrote what a helpful agent would say, and it sounded completely sure.

What we changed: stage two of the lab now shows this recorded evidence right under the explanation of what a probability means, and the Teach mode turns the 24 messages into a duel where a room competes against Jev and the chatbot on Brier score.

Finding 4: Sinhala and Tamil scored like English

Micro LLM cannot read Sinhala or Tamil at all: its simple tokenizer only knows the Latin alphabet. So we were curious. We sent the same angry refund message in three languages, with the questions in English.

EnglishSinhalaTamil
Asks for money back99%99%99%
Time pressure99%98%98%
TeamBilling, 100%Billing, 100%Billing, 100%
Input tokens514588643

TypeSafe says English is primary and other languages have variable accuracy, and one clear message is not a language study. But for teams here that answer customers in all three languages, it is an encouraging start. The one real difference was cost: the Sinhala and Tamil versions needed 14% and 25% more tokens to say the same thing.

Finding 5: three small questions beat one big one

The final stage of the lab asks learners to sort six messages into auto-reply, human queue or manager, and get all six right. We tested the intended solution against the live model: three yes/no questions (money back, anger, time pressure), each with a threshold of 0.6.

MessageMoney backAngryUrgentLane
Charged twice, refund when you can, no rush98%7%5%Human
Three weeks, nobody replies, disgraceful3%98%36%Manager
Change the delivery address, please1%3%4%Auto
Refund me today or I call my bank99%97%98%Manager
Loved the workshop, is there a follow-up?1%2%6%Auto
Wrong company name, need it before Thursday's audit2%14%98%Manager

Six out of six. Notice how far from the threshold almost every number sits. That gap is what lets a business trust the rule. A single broad question like "is this a priority?" would give one number and no way to see why. The three small questions show their working. More on choosing question types in Noul, Choice and Score.

Finding 6: it is fast and cheap enough to check everything

Measured from our own server, with the network round trip included, single-question calls took between 0.26 and 0.69 seconds. A message with three questions used about 512 input tokens, which at TypeSafe's list price of $42 per billion input tokens is roughly $21 for a million messages. That changes what is worth automating: you can check every message, not a sample.

What did building the lab teach us about teaching?

Our first version showed everything at once, and people got lost. So the Learn mode became ten short stages, each with one idea, one thing to try, and one check question. A guide, Coco the caterpillar from our Kids section, explains each idea with an everyday comparison: a talent-show judge, a weather forecast, a pass mark, and keeps a to-do list that ticks itself off. It now works for a 15-year-old learning alone, and for a room of managers in Teach mode.

The deeper lesson is the one in all our labs, from RAG Lab to Feedback Lab: people understand AI when they can change something and watch what happens. A slide that says "wording matters" is forgotten by lunch. Pressing a button and watching 28% become 94% is not.

▶ THE JEV SERIES
  1. What is Jev? The complete guide
  2. System One models explained
  3. Noul, Choice and Score
  4. How Jev works
  5. Jev use cases
  6. What we learned teaching Jev
Try it in our free labs: Jev Lab (decisions) · Micro LLM (how chatbots write) · Feedback Lab (how preferences shape chatbots) · RAG Lab (retrieval) · API Lab (APIs) · Automation Lab (workflows) · all free tools

Frequently asked questions

What is Jev Lab?

Jev Lab is Cocoon's free, hands-on lab for TypeSafe's Jev model at mycocoon.life/jev-lab. It has a guided Learn mode with checks and a certificate, a Teach mode with live rooms and a calibration duel, and a Build mode for your own messages with CSV and code export.

Is Jev accurate?

In our small tests its probabilities behaved honestly: on 24 hand-labelled messages every answer above 67% was correct and every answer below 34% was correct, with one uncertain case in between. Test it on your own data before relying on it.

Does the wording of a Jev question change the answer?

Yes, a lot. On the same message, asking whether the sender explicitly asked for their money back gave 28%, asking whether they asked for it gave 77%, and asking whether they want it gave 94%.

Does Jev work in Sinhala and Tamil?

In our test the same refund message scored 99% in English, Sinhala and Tamil, with the questions in English. The Sinhala and Tamil versions used 14% and 25% more tokens.

Is Jev Lab free?

Yes. One email opens all of Cocoon's Deep Learning labs, including Jev Lab, Micro LLM, RAG Lab and Feedback Lab.

Run these experiments yourself. Every one of them is a button in Jev Lab.

Open Jev Lab →

RUN JEV LAB WITH YOUR TEAM

Cocoon, the region's premier AI training company, runs Jev Lab and our other labs as live workshops: phones in the room, real messages, real decisions. Pick what fits:

Delivered on-site and online across Sri Lanka, Singapore, Malaysia, Cambodia, India and Dubai.

TRY JEV LAB FREE →BOOK A FREE CALL