Select a task on the left to see how CascadeAgent routed it.
How the routing works
1. Classify
Every task is sorted into one of 8 categories using zero-cost regex/keyword heuristics — no model call needed yet.
2. Zero-cost solve
Sentiment (VADER), NER (spaCy), and simple arithmetic get resolved directly in code when confident — no Fireworks call, no tokens.
3. Tiered escalation
Everything else goes to Fireworks — the cheapest capable model per category, including Gemma for lighter-weight tasks when deployed.