DeepSeek Plugin: Verify Agent Behavior Causality with Ablation Studies

ArdiG24 · reddit · 2026-08-26

The author released a DeepSeek Harness plugin, dsh-trajectory-ablation, to address the difficulty of attributing causes to agent behavior. The plugin provides three features: Reconstruct (recreates the full context before a decision), Diff (shows changes between steps), and Ablate (conducts ablation studies). The Ablate feature removes specific context pieces and re-runs the model call to determine if that piece was the actual cause of the decision change. The author demonstrated with a real case that the tool identified a failed test output, not the original task instruction, as the trigger for the agent's code fix. The plugin is open-source, free, and requires no extra API key.

Original post →

More from coding & agent

coding & agent channel →