Jev Demo

Lang:

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

Run to see the 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

Run to see the 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

Run to see the answer.
Request and response

Request


                            

Response

Response appears after you run this question.