**Cost tracking is per-trace, or it's fiction.**
Aggregate spend hides the one pathological run pattern that costs 40× the median. Track cost per trace, set alerts on outliers, and report cost-per-task to clients. 'Each account audit costs $0.31' is a sentence that closes deals. 'We spent $200 last month' is not.
**Latency budgets per span type** — retrieval under 500 ms, model calls under 8 s, total run under 90 s — turn 'it feels slow' into a diffable fact you can put in a PR description.
**Drift detection** doesn't require a fancy platform. Take a fixed slice of your golden eval set and run it on a schedule — weekly is usually enough. Chart judge pass-rates over time. Providers update models under the same name without announcing it. Your corpus changes. User behaviour shifts. None of those events show up in a single deploy, but a weekly probe run will catch the slow rot before a client does.