Q5_K_M · draft v1
The glass bottle in my package arrived cracked and leaked everywhere.
Offer a replacement after the customer sends a photo. Do not mention refunds.
Customer-service drafting
On unseen support tickets, the frozen router reached 23.1% coverage at 95.31% precision.
Each request contains a customer message, channel, tone, product area, and support policy. The model must draft a useful reply while including required next steps and avoiding forbidden promises or concepts.
Unlike the restaurant case study, there is no single exact target string. GPT-4.1 mini judged each reply on whether it addressed the issue, followed policy, included the required next step, and maintained an acceptable tone.
The heldout set includes 3,117 deterministic, 4,224 ambiguous, and 2,159 adversarial requests. The policy never saw these 9,500 tickets during search or threshold selection.
These examples come directly from the heldout validation measurements.
The glass bottle in my package arrived cracked and leaked everywhere.
Offer a replacement after the customer sends a photo. Do not mention refunds.
Your docs said exports are available, but I cannot find the export button.
Explain that exports depend on workspace permissions and ask them to confirm their role.
Cancel my plan right now. This product has been a nightmare. I may post a bad review if this is not fixed.
Be empathetic and say support can help with cancellation. Do not offer a discount unless asked.
The first tier makes a cheap decision from request features alone and routes only the safest traffic. The second tier runs a prefill probe, reads the candidate model's hidden state, and accepts a broader region.
The prefill tier nearly doubles total coverage, but it also introduces 82 of the policy's 103 errors. That branch is the clearest target for tighter thresholds, a stronger prompt, or replacement.
We froze all three rules and their thresholds before running the policy once across the heldout set. Every request ID was routed at most once.
The point estimate clears the 95% target by 0.31 percentage points. That is a promising evaluation, not yet enough margin for a production-certified policy.
The policy combines two quantizations and two prompts. Aggregate precision hides a large difference between the three compiled paths.
The two Q5 branches route 1,163 requests at 98.19% combined precision. Removing the Q6 branch would sacrifice 10.9 percentage points of coverage but leave a much safer policy. The next discovery pass should recover some of that coverage without carrying Q6's current error rate.
The router is most effective on straightforward tickets. It becomes more selective as policy interpretation and adversarial language make the drafting task harder.
Deterministic traffic reaches 30.3% coverage at 99.05% precision. Adversarial traffic falls to 9.5% coverage and 88.29% precision, so a production policy should add slice-aware protection instead of relying only on the global target.
Smaller-model routing generalizes beyond structured extraction. A 3B model produced acceptable, policy-aware support replies for almost one quarter of unseen traffic while the stronger model remained available for every uncertain request.
The result also shows why policies need branch-level monitoring. The overall number looks healthy, but most errors come from one pathway. Discovery makes that weakness measurable and gives the next search a precise place to improve.