All articles

Telemetry

The telemetry you need is not a single score

Scores decide whether to look. Trajectories explain what changed, who felt it, and which engineering lever can fix it.

August 13, 2026 · 2 min read

01

A score compresses the useful part

A pass rate can support a release decision. It cannot diagnose a system. If the number falls, the person responsible still needs to know whether the agent misunderstood a user, inherited stale state, selected an unnecessary tool, or made the right decision too late.

Aggregate metrics also hide customer asymmetry. The same system can work beautifully for decisive users and fail for people who are uncertain, interrupted, or operating through an intermediary. An average makes those groups disappear.

02

The trajectory is the operational record

Useful telemetry links an invocation to the observation, decision, action, state transition, and later outcome. It carries the agent version, world version, tool result, latency, cost, and relevant policy checks. For physical systems it should also preserve the sensor conditions and the confidence behind an inference.

With that chain intact, a team can ask productive questions. Did the model ignore evidence or never receive it? Did the world change after the action? Did the system recover on its own? Did a seemingly successful outcome require too much time, cost, or human intervention?

03

Measure outcomes and the route to them

A reliable system needs both. Outcome metrics show whether it created value. Path metrics show whether the result was safe, efficient, and repeatable. A booked meeting after six unwanted messages is not a clean success. A robot completing a task after repeated unsafe recovery attempts is not deployment ready.

Trace-level evidence keeps these distinctions visible. It gives engineering, product, and operations a shared language for improving behavior instead of arguing over a number stripped of context.

Back to BlogSentinium AI