← all simulations
Cookbook 01 The Python 01_triage_cascade.py

Support triage cascade

Every support message goes to Jev first. Jev decides what kind of message it is, and your code sends it down the cheapest path that can actually handle it. Most messages never reach an expensive AI model at all.

Handled by plain code — no AI Sent to a specialist AI Sent to a person

What Jev just read — one call, five judgements

Running totals — per 1,000 tickets

Handled
0
tickets
No AI needed
0%
pure code
Cost
$0
this cascade
Cost if all AI
$0
no triage

Press Play to start the queue.