recipes / working patterns
Jev recipes for decisions you already need
Each recipe turns one observable task into a typed schema, an implementation sequence, and a safer fallback boundary.
Route support tickets with Jev
Turn an incoming support message into a typed queue decision, then use confidence to separate automation from human triage.
Open recipeDetect spam with a typed Jev decision
Return an explicit review signal instead of hiding a binary classification inside free-form model text.
Open recipeBuild a Jev content moderation first pass
Make allow, review, and block outcomes visible so policy changes and uncertain cases remain auditable.
Open recipeScore sales leads with Jev
Convert a compact lead record into an ordered priority signal while keeping business thresholds in application code.
Open recipeRoute tasks to the right AI agent with Jev
Choose a specialist or fallback before an agent starts work, using the task and available capabilities as state.
Open recipe