Why agents fail silently
**Theory .** The most insidious property of agent failure: an agent can return a successful status while producing output that is quietly wrong — code that c…
**Theory .** The most insidious property of agent failure: an agent can return a successful status while producing output that is quietly wrong — code that c…
Theory . The most insidious property of agent failure: an agent can return a
successful status while producing output that is quietly wrong — code that compiles,
passes partial tests, and still ships a bug. Students learn why distributed tracing is
the only reliable way to recover the missing context of which tools were called, in
what order, and where reasoning went wrong.
Use cases . The "green build, broken behaviour" case; an agent that reports
"done" after editing the wrong file; partial-test-pass masking a logic error — each
contrasted with what the trace would have revealed.
Practical exercises .