Semantic Backprop Attributor

Ch7 self-evolution primitive: attribute a failure to the node that actually caused it, then generate NEIGHBOR-AWARE textual feedback that flows backward through the execution graph from the point of failure. Adapts TextGrad's textual-gradient insight (feedback as a gradient signal) plus the chain rule: when generating feedback for a node based on what its successor needed, the feedback includes the outputs of ALL OTHER predecessors of that successor. That neighbor context is what prevents incorrect credit assignment. Use AFTER a diagnostic report has localized a failing node and you need coherent, cross-graph feedback before an intervention. NOT for single-node pipelines with no neighbors (there is no action-at-a-distance to prevent), NOT the intervention itself (this decides where and what should change, SEAL/TPT/prompt refinement make the change stick).

AnthonyAlcaraz Updated

File contents

AnthonyAlcaraz/agentic-graph-rag-skills/tree/main/skills/self-evolution/semantic-backprop-attributor commit f8e8da94b1

Frequently asked questions

npx skillmds@latest add anthonyalcaraz/semantic-backprop-attributor