Finite decisions
- Routing requests to a known team.
- Choosing one tool from a controlled list.
- Flagging content for human review.
Try a situation. Define the possible outcomes. See what a decision you can inspect looks like.
Jev is easier to evaluate when the decision boundary is visible. Use one context, one question, and a finite choice list.

Describe the situation, ask a question, define the valid routes, then inspect the result.

Describe what happened in the same words your application receives.

State the decision clearly, so the model knows what to resolve.

List the valid routes that your application can act on.

Inspect the leading choice and score before taking the next action.
Get to know the choices, confidence scores, and data handling before your first run.
The leading choice is returned with a probability distribution across the provided choices, so your application can set its own threshold.
Yes. Choices are supplied with each request and can represent teams, tools, moderation outcomes, or any other finite route.
Use the score to route the request to a human, a fallback model, or a review queue. The policy belongs to your application.
Your submitted text is processed for the current request and is not saved by this site. Avoid uploading private or sensitive information.
Start with a support example, then bring your own input here.