Map customer and feature revenue to projected month-end AI cost, then find subsidized usage.
Customers whose AI gross margin is below -25%. This is a financial signal, separate from engineering waste such as retries and model routing. AI cost is forecast from the current month-to-date pace.
| Customer | Revenue / mo | AI cost / mo | AI margin | AI margin % | Suggested action |
|---|---|---|---|---|---|
Initech initech | $8,500 | $17,386 | -$8,886.2 | -104.5% | Reprice, throttle expensive paths, or move validated traffic to a cheaper model. |
Map a tenantId (sent on events) to its monthly recurring revenue so TrAIce can compute margin.
| Tenant | Name | Monthly revenue | |
|---|---|---|---|
| initech | Initech | $8,500 | |
| globex | Globex | $28,000 | |
| acme | Acme Corp | $24,000 | |
| hooli | Hooli | $18,000 | |
| umbrella | Umbrella Co | $16,000 |
Projected monthly revenue and AI cost for each customer-feature allocation. Rows without revenue stay visible so incomplete mapping is explicit.
| Customer | Feature | Revenue / mo | AI cost / mo | Margin | Margin % |
|---|---|---|---|---|---|
| initech | chat-resolver | $8,500 | $17,386 | -$8,886.2 | -104.5% |
| globex | ticket-summary | $8,000 | $5,052.7 | $2,947.3 | +36.8% |
| acme | intent-classifier | $6,000 | $249.18 | $5,750.8 | +95.8% |
| globex | knowledge-agent | $20,000 | $12,484 | $7,515.5 | +37.6% |
| umbrella | conversation-recap | $16,000 | $6,391.9 | $9,608.1 | +60.1% |
| acme | escalation-planner | $18,000 | $5,746 | $12,254 | +68.1% |
| hooli | quality-review | $18,000 | $3,872 | $14,128 | +78.5% |