A checked outcome licenses retaining an episode, not abstracting its explanation

Type: kb/types/note.md · Tags: learning-theory, agent-memory

Trace-extracted memory turns successful or failed episodes into reusable memory. Its verify rung checks a recorded episode before a lesson is abstracted from it. The checker at that rung is an oracle. What the oracle checks determines what the episode can support.

Two targets matter. An outcome check asks whether the final result met its target. A process check asks whether the claimed route was valid and faithfully represented what produced the result. The two checks support different claims.

One outcome underdetermines the producing process

A result-only checker can accept the right answer reached by a wrong or coincidental route: a lucky guess, a spurious shortcut, or two errors that cancel. All produce the same observed success. The final result does not distinguish among them.

This distinction is empirically testable. The VAIR analysis holds answer correctness fixed while inserting invalid reasoning, then measures whether evaluators notice the broken route. Answer correctness and reasoning validity can diverge because they are different targets.

What a single checked outcome licenses

A result-only pass can warrant retaining the episode as evidence or a demonstration. It licenses only a case-level claim: “this produced the target result in the recorded episode.” It does not guarantee that executing the actions again will be safe or reproducible. Mutable state, non-idempotent actions, and execution indeterminism can make nominally similar reruns behave differently.

Abstracting the episode's explanation makes two stronger claims. A rule such as “do X because Y” asserts that Y was part of the process that produced the result and that Y remains relevant beyond the recorded case. An outcome check tests neither claim. Moving from the episode to the explanatory rule therefore requires evidence about a faithful producing process and a statable boundary for where the explanation transfers.

This is a ceiling on the evidence from one episode, not on every reusable rule. Repeated, varied, or exhaustive outcome tests can warrant an extensional rule over a declared domain without identifying its mechanism. That evidence supports “this mapping holds across the tested domain,” not an explanation abstracted from one success.

Process evidence must be faithful

Checking a submitted sequence for locally valid steps does not show that those steps produced the answer. A system can use a shortcut and then emit a coherent post-hoc rationale. Controlled interventions in language models' chain-of-thought show that reported reasoning can omit a feature that caused the answer.

Process evidence must therefore connect the inspected artifact to the route that actually produced the result. A faithful trace can provide that connection. So can an intervention that tests a candidate mechanism's causal role. By contrast, an evaluator that reconstructs a valid route to the same answer has performed reasoning production, not reasoning evaluation. Evidence of a valid and faithful process is necessary for abstracting an episode's explanation, but it is not sufficient until the transfer boundary is also stated.

Check target and checker strength are independent

The oracle-strength spectrum grades how cheaply and reliably a checker discriminates. Outcome versus process identifies the proposition the checker tests. A deterministic end-to-end test can be a hard outcome checker without identifying the producing route. A process-directed checker can still be soft or inaccurate. Reliability does not change the target of the check.

Scope

The claim concerns an explanation abstracted from one bounded episode. It does not cover extensional rules with complete outcome coverage, policies validated across a declared distribution, or exact specifications in which the final outcome is the entire target. Those can earn authority without inspection of an internal trace.

For explanatory rules learned from sparse cases, faithful process evidence remains necessary but not sufficient: the learner must also state where the mechanism stops. Retaining a checked episode stays below that abstraction threshold. It does not by itself authorize literal re-execution.


Relevant Notes: