Observability
Tracing, logging, and monitoring AI systems in production.
- What is AI Observability?Intermediate
AI observability reconstructs one request — model, tokens, retrieve, tools — not a green dashboard. Eval scores the product; traces explain a failure.
- Tracing, Logging, and MetricsIntermediate
Traces are the request tree, logs are events on that tree, metrics are fleet aggregates — join them with a trace id, and sample the expensive and failing calls.
- Token Usage, Latency, and Cost TrackingIntermediate
Track input, cached, reasoning, and output tokens plus TTFT and total time — then dollars per successful task, with alerts on loops and cache busts.
- Tool, Retrieval, and Agent TracesAdvanced
Nested spans for retrieve, each model call, and each tool — a waterfall that shows which stage failed, without dumping secret payloads.
- Prompt Versioning and Evaluation TracesAdvanced
Tag every span with prompt, model, and retriever versions. Eval traces match prod shape so you can replay an incident, then flip the flag.