all answers

Agent reliability

Silent failures

A silent failure is an agent run that completes normally and produces a wrong result. The run returns a success status, throws no exception, and the response reads fluently, but the user didn't get what they asked for. The agent misread a tool result, claimed a task was done when it wasn't, answered from stale data, or drifted from its instructions partway through.

The failure is silent because standard monitoring measures properties of the run, and the problem is in the content of the response. Error rates, latency, and uptime all stay healthy while it happens. The first person to notice is usually a user, and a user report arrives some time after the failure started, so by then it has usually happened many times.

Silent failures are typically low-probability, and that determines how long they survive. A failure that hits 2% of sessions, observed through a 5% review sample, surfaces in about one session in a thousand, so evidence accumulates slowly. A single occurrence is also hard to distinguish from noise: one odd trace could be anything, and the pattern only becomes visible once many traces have failed the same way.

6 questions

Answered, plainly.

Send us the traces you already emit.