AI Agent Observability and Cost Attribution
deborahjacob.substack.com
AI Agent Observability and Cost Attribution
1–5 of 5 posts
Re: AI Agent Observability and Cost Attribution
#2[deleted]
Re: AI Agent Observability and Cost Attribution
#3What’s your approach to end-to-end AI cost attribution (model + infra + data) for agents in production?
Re: AI Agent Observability and Cost Attribution
#4Cost 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.
Re: AI Agent Observability and Cost Attribution
#5Cost 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.
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