DESIGN LAB / 01
Design a Jev decision card
Describe a narrow task and get an editable, copyable request draft. This tool does not call Jev or validate model performance.
OUTPUT / DRAFT
Copyable request draft
This is a design draft, not an actual Jev answer or accuracy test.
{
"state": "My parcel says delivered, but nothing arrived.",
"model": "jev-latest",
"questions": {
"team": {
"type": "choice",
"instructions": "Which team should handle this customer request?",
"criteria": {
"shipping": "Delivery, tracking, or missing package",
"billing": "Payment, charge, or subscription",
"technical": "Product bug or integration failure",
"other": "None of the above"
}
}
}
}Execution policy (implement in your code)
Your inputs stay in this browser. Check for private data before sharing.
Read the method
GUIDE
Choice, Score, and Noul
Choose by the shape of the answer: category, ordered scale, or probability of a statement.
GUIDEConfidence and fallback
Use probabilities to route work without mistaking them for a guarantee of correctness.
GUIDEYour first API call
Use the official state, model, and questions structure to make a first call and inspect its answer.