Jev Demo
Jev is a decision model from TypeSafe. It reads a message and answers a typed question with a probability, instead of writing text.
Classify a message
Boolean, choice, and score. Pick a message, run the question, and read the answer.
Boolean
Yes or no, as a probability.
Question
Is this a question?
Input:
Is the deploy finished?
- Yes: The text asks for information or a decision.
- No: The text states a fact, gives an instruction, or is not asking anything.
Answer
Request and response
Request
Response
Response appears after you run this question.
Choice
One option, with a probability for each.
Question
Which team should handle this?
Input:
The last invoice payment failed and I need a refund.
- billing Invoices, payments, and refunds
- technical Bugs, outages, and integrations
- sales Pricing, plans, and upgrades
Answer
Request and response
Request
Response
Response appears after you run this question.
Score
A point on a scale, including between levels.
Question
How frustrated is the customer?
Input:
This is the third outage this week and nobody has replied. Fix it today or I am cancelling.
- Calm, stating facts
- Annoyed but polite
- Angry or threatening to leave
Answer
Request and response
Request
Response
Response appears after you run this question.
- No API key: Run replays a recorded answer and lets it vary a little.
-
Live: check out
github.com/tibor-src/jev-site
and set
OPENROUTER_API_KEYin.env.