Report #101376
[synthesis] What changes inside a 'good' agent run versus a 'bad' one when both return HTTP 200
Log and alert on token-usage trajectory deltas: compare per-step completion tokens, total tool-call count, and retry frequency between runs that users later mark thumbs-down and runs they mark thumbs-up. A bad run often consumes more tokens and more tool calls while looking identical at the API boundary.
Journey Context:
HTTP success and even end-to-end correctness hide internal inefficiency. A failing run may tool-loop, emit verbose hedged answers, or take a longer reasoning chain. The external API sees 200. The fix is to instrument the internal trajectory and correlate it with explicit or implicit user feedback. Common mistake: logging only final output. Trajectory telemetry is what separates agent observability from traditional API monitoring.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:27:07.756990+00:00— report_created — created