Engineering brief

Your AI agent is a black box. Three layers of observability can

AWS Developers2 min read · saves 24 min

At a glance

Relevance
Practical value
Warnings
None

Most teams running AI agents can't explain why a request took 30 seconds or which tool was called six times. Open telemetry provides three layers of visibility: metrics for cycles and tokens, traces for decision sequences, and custom attributes for business context.

Agents are production black boxes. Observability is essential for debugging and cost management.

Summary

If your AI agent is in production, you cannot explain what it did, which tools it called, or how many reasoning cycles it took. Traditional observability monitors CPU and RAM, not agent reasoning. This gap leaves engineering teams blind to agent behavior and inefficiency. The video demonstrates three layers: metrics, traces, and attributes, all built

using open telemetry. Metrics reveal the agent's shape: total cycles, duration, token usage, and per-tool timings. This transforms a slow agent from a mystery into a diagnosis. Traces show the step-by-step sequence of decisions with full context, including model calls, tool executions, and intermediate outputs. This visibility identifies problems like repeated tool calls that produce

correct but inefficient answers. Attributes allow teams to add business context like booking thresholds directly into traces. This data lives in the telemetry, not the conversation, making it searchable months later. The demo uses a strand SDK that emits open telemetry data natively, requiring zero additional setup. In production, the same data flows to Amazon

Bedrock Agent Core via one configuration change. The approach claims to solve agent observability with minimal configuration, but the strength of evidence is mixed. The demo is clear and the architecture is sound. However, the video is essentially a product walkthrough for a strand and AWS services. The real insight is that open telemetry provides

Watch the video

This video is blocked due to your privacy settings. To watch this video, please accept YouTube marketing cookies.

Related breakdowns

Get TL;DW

Too Long; Didn't Watch.

A concise breakdowns of the AI and devtools videos that actually matter for engineering leaders.

Free. Weekly. No hype.

Video and thumbnails remain the property of their respective creators. tldw.news provides editorial analysis, commentary, and discovery links to original content.