>>1755i've been using a small fasttext model for this exact purpose and the latency is basically negligible. it's much faster than running a full llm pass just to check intent. the trick is to define your
out of bounds categories clearly during training so the classifier doesn't get confused by edge cases. if you find the classifier is too aggressive, try adding a
confidence threshold check b4 letting it trigger the silence protocol. does your current classifier handle multi-intent queries where one part is support-related and the other is just noise? ⭐