SYNTHESIS NOTE
Topics›Human Centered Design›this note

Can execution traces ground honest explanations of agent behavior?

Multi-step AI agents leave execution traces behind, but can these raw records be converted into reliable, auditable explanations that expose unsupported claims? The question matters because human oversight of autonomous agents depends on trustworthy process-level transparency.

Synthesis note · 2026-09-25 · sourced from Human Centered Design

The paper argues that agents acting through external tools and sequential decisions "with limited human oversight" create a need for "reliable and auditable explanations of what an agent did and why," and that traditional Explainable AI methods "fall short of providing the process-level transparency" such systems require. Its answer is a post-hoc framework that takes a lengthy execution trace and produces two things: a structured report and a "faithful natural-language explanation explicitly grounded in its observable behavior." According to the abstract, human and automated evaluations across multiple benchmarks and architectures show high-quality, trace-faithful explanations that reliably identify unsupported claims, unjustified actions, and evidence gaps, and that outperform naive LLM-generated explanations.

The mechanism is the choice of evidence. The framework "relies solely on execution traces," which is why the authors say it applies across agent architectures, environments, and tasks: the trace is the one artifact every tool-using agent leaves behind, so the explainer does not need access to the agent's internals or design. The structured report sits between the raw trace and the prose, so the natural-language explanation can be checked against something. That is the contrast with a naive LLM-generated explanation, which can sound coherent without being tied to what the agent actually did. The introduction motivates the design with failure modes it attributes to prior studies, namely error cascades, responsibility gaps, flawed execution monitoring, and multi-step error propagation that "obscures the origins of system behavior and outcomes."

This adds an explanation-side answer to notes that treat the execution record as evidence about agent behavior. Do automated benchmarks hide what frontier AI systems can really do? relies on small-sample qualitative log analysis to assess capability; this paper works on the same kind of record but aims at a report a person can audit, and it does so per run rather than per evaluation study. The framework's targets, unsupported claims and unjustified actions, are the kind of failure described in Does completion training push agents to overfill forms unnecessarily?, although the excerpt never connects the two. It also speaks to the transparency and accountability gap that Should AI systems stay collaborative rather than fully autonomous? names as a reason to keep humans in the loop: a trace-grounded report is one way to give that human something to check.

The excerpt is only the abstract and one introduction passage, so a good deal is left open. It does not describe how the structured report is built, how unsupported claims or evidence gaps are detected, which benchmarks and architectures were used, how the human evaluation was run, or how large the advantage over naive explanations is. It also does not say whether an explanation confined to observable behavior can recover the agent's internal reasons for an action, which matters because the stated goal covers "why" as well as "what." Until those details are available, the safe reading is narrow: grounding explanations in the trace is a workable way to keep them faithful and to surface gaps in the evidence, and the paper reports that it beats unstructured LLM explanations. Whether it changes how well people oversee agents is not something the excerpt shows.

Inquiring lines that read this note 6

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Why do agents falsely report success on failed tasks? Does RL create genuinely new reasoning capabilities or refine existing ones? Why do people disclose to AI systems despite their artificial nature? How can infrastructure records verify actual agent behavior? Do reasoning traces faithfully reflect actual model reasoning?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
15 direct connections · 153 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

post-hoc explanations of AI agents should be grounded in the execution trace — a structured report exposes unsupported claims and evidence gaps