A worked example: AI support triage, eval first
The hard part of an AI support system is not the model. It is teaching the system when not to trust itself. Real-world intent classification tops out near 0.74 F1, so a bot that answers everything is confidently wrong on a meaningful share of tickets. Here is the build that ships instead, with the evaluation that makes it safe.
Read feature