Settings

Theme

AI Agent Observability and Cost Attribution

deborahjacob.substack.com

1 points by deborahjacob 3 months ago · 4 comments

Reader

jasendo 3 months ago

Cost attribution gets even worse when you factor in the bad decisions. Retries, abandoned tool calls, and cascading failures that still hit your bill but never show up in traces.

  • deborahjacobOP 3 months ago

    I’m building an OTel-based SDK that wraps the billable edges (entrypoint, LLM/tool clients, async publish/consume) and emits both traces for debugging and a lightweight event ledger for run/attempt lifecycle and call boundaries. I define the workflow + possible outcomes up front, then attribute all runs and attempts to the final outcome event to get the cost per outcome

deborahjacobOP 3 months ago

What’s your approach to end-to-end AI cost attribution (model + infra + data) for agents in production?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection