Playground : ressentez ce que fait un modèle de jugement
Pour la même entrée : à gauche, la sortie typique d'un modèle génératif ; à droite, le jugement typé de Jev. Toutes les réponses sont des résultats d'API réels pré-enregistrés (jev-1.13.0), avec l'usage réel de tokens. Modifiez l'entrée — la réponse reste fixe, elle appartient à l'entrée enregistrée à l'origine.
Primitive · Noul
Ce message d'assistance est-il urgent ?
Noul évalue une question oui/non et renvoie la probabilité de « oui » — une valeur de 0 à 1.
I'm really sorry to hear you've been having trouble connecting your Stripe account. I understand how frustrating that must be, especially when it affects your sales. Let me help you look into this. Could you tell me a bit more about...
Jev renvoiePré-enregistré · pas d'inférence en direct
Choice choisit une option dans un ensemble fixe, avec la probabilité de chaque option et une confiance globale.
questions (la requête)
{
"intent": {
"type": "choice",
"instructions": "What is the primary intent of this message?",
"criteria": {
"bug_report": "Reporting something broken",
"feature_request": "Asking for new functionality",
"how_to_question": "Asking how to do something",
"other": "None of the above"
}
}
}
Un modèle génératif produirait
Thanks for reaching out! It sounds like you are experiencing an error with the export functionality on the reports page when using Safari. This could be related to browser compatibility. Have you tried...
Jev renvoiePré-enregistré · pas d'inférence en direct
Score évalue selon des critères ordonnés ; la valeur peut se situer entre deux niveaux, avec probabilités par niveau et confiance.
questions (la requête)
{
"severity": {
"type": "score",
"instructions": "How severe is the issue?",
"criteria": [
"Minor",
"Moderate",
"Critical"
]
}
}
Un modèle génératif produirait
I'm so sorry to hear that your payouts have been failing for three days. That sounds really stressful. Payout failures can have several causes, such as... (510 more words)
Jev renvoiePré-enregistré · pas d'inférence en direct
score = 1,87 (entre Modéré et Critique) · confiance 0,81
Combine deux scores indépendants — intensité émotionnelle et impact métier — en une priorité de réponse pondérée. Typé et explicable.
questions (la requête)
{
"emotional_intensity": {
"type": "score",
"instructions": "How emotionally intense is this message?",
"criteria": [
"Calm and factual",
"Frustrated but professional",
"Angry or escalating"
]
},
"business_impact": {
"type": "score",
"instructions": "How severe is the business impact described?",
"criteria": [
"No material impact",
"Degraded operations",
"Revenue-blocking outage"
]
}
}
Un modèle génératif produirait
Dear valued customer, thank you for bringing this to our attention. We sincerely apologize for the inconvenience caused by the API errors. Our engineering team is investigating the issue with the highest priority...
Jev renvoiePré-enregistré · pas d'inférence en direct
Pas de « classer puis relancer ». Envoyez d’un coup toutes les questions potentiellement utiles — les réponses sont indépendantes, votre code choisit. Les tokens de sortie sont gratuits.
questions (la requête)
{
"request_type": {
"type": "choice",
"instructions": "What kind of request is this?",
"criteria": {
"sales_question": "Asking about plans, pricing, compliance, or contracts",
"billing_issue": "Payment, invoice, or refund matters",
"technical_support": "Something is broken or needs troubleshooting"
}
},
"is_existing_customer": {
"type": "noul",
"instructions": "Does the writer appear to be an existing customer?"
},
"tone_politeness": {
"type": "score",
"instructions": "How courteous is the tone overall?",
"criteria": [
"Blunt or rude",
"Neutral",
"Warm and appreciative"
]
}
}
Un modèle génératif produirait
Thank you for reaching out! To answer your questions: regarding SOC 2 report access, our enterprise plan does include... (the answer continues for 300+ words, mixing both topics with no typed structure to route on)
Jev renvoiePré-enregistré · pas d'inférence en direct
choice=sales_question (conf 0.25) · noul=0,86 · score=1,74 — un appel, trois décisions indépendantes