See It Work · Book 10 · Scaling AI Agents · Chapter 11

One operator, three mandates, zero bleed

You run the company CFO function and advise two portfolio companies. The risk that keeps counsel up at night: information from one mandate bleeding into another. Watch the system keep them provably separate.

One operator, three mandates, zero bleed — full detailed chart

The full detailed chart. Condensed for print legibility in the book; shown here at full size.

Multi-mandate operators live one accidental cross-contamination away from a conflict claim. The protection that holds: each mandate is its own principal, and crossings are recorded without merging.
Multi-Mandate Console · scoped sessionready

The crossing left a record. Here's the joint proof that proves the mandates stayed isolated:

Multi-Mandate Joint Attestation
mandates3
handoffrecorded
linked_heads[company, advisory]
chains_mergedfalse
principals_remain_isolatedtrue

Linked for the one legitimate handoff, separate everywhere else — the structural answer to "did you keep the mandates clean?"

For the technical reader — the command, and how to verify it yourself
# one line · you do not need to run this
python examples/multi_mandate_handoff_demo.py
jq '.joint_attestation.principals_remain_isolated' memory/MultiMandate_summary.json
# -> true

Full step-by-step is in Appendix RX: Hands-On Demonstrations in the book.

← All walkthroughsNext: Chapter 12 · Graduation →