Skills Quality assurance
Model cost management
Support AI costs appear as a monthly invoice with no tie to outcomes. Finance asks "cost per ticket"; engineering sees token spikes with no attribution. You cannot optimise what you do not decompose.
npx rulebase-skills install cx-model-cost-managementWhen to use it
Reach for this when someone says any of these — they are the phrases the skill itself triggers on:
- “LLM cost per ticket”
- “why is our bot so expensive”
- “token usage breakdown”
- “reduce AI support costs”
- “cost vs quality tradeoff”
How it works
The method, in the order the skill runs it. The full procedure — tables, worked examples and the edge cases — is in the skill itself.
Define cost per resolution honestly
Pick a resolution definition and stick to it: Bot-contained conversation, Any bot participation, Issue resolved.
Where tokens actually go
Decompose a sample of conversations (or all if logging allows).
Cost vs quality frontier
Optimisation is not "cheapest model." Map points on your own frontier: Fix quality bar (eval set or production sample grade), Vary one lever, Measure quality delta and cost delta on the same cases.
Practical reductions (after measurement)
Only after attribution: Trim system prompt, Cap history, Right-size retrieval, Stop double model calls, Cache stable context, Fix retry storms.
Monitoring
Track weekly: Total spend, conversations, resolutions, cost per resolution, Tool iterations p50 / p95, Spend by model version (detect accidental prod on flagship tier).
Related skills
Free and open source, and vendor-neutral — it reads the conversations from whichever helpdesk you already run. Browse all 149 skills · connect your helpdesk over MCP · source on GitHub
