See It Work · Book 11 · AI Agents for M&A · Chapter 6

The veto that kept a bad number out of the boardroom

It's the night before the investment committee. The headline revenue synergy — $12 million — anchors the whole deal case. The deal lead wants it locked. But the footnote it rests on was never reviewed. Watch the agents work it out — and watch one of them refuse.

The veto that kept a bad number out of the boardroom — full detailed chart

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

In real M&A, this is exactly where the $50M surprises hide: an optimistic number, a deadline, and one disclosure nobody had time to check. The question this answers: can your governance hold when a CFO under board pressure says "just publish it"?
Deal Room · live agent sessionready

Everything above was an agent action — so it left a record. Here's the receipt your auditors and counsel can independently verify — the deposition-defensible proof that the claim was reviewed, and vetoed, before it ever reached the committee:

Joint Attestation Receipt
claim"Revenue synergy $12.0M — high confidence"
footnote_reviewedfalse
compliance_verdictVETO
two_roles_kept_separatechains_merged: false
outcomepublication blocked · recorded for audit

The two agents never merged into one — that separation is what makes the verdict hold up: no one can later argue the author and the reviewer were the same hand.

For the technical reader — the command, and how to verify it yourself
# one line · you do not need to run this
python examples/cross_role_veto_demo.py
jq '.joint_attestation | {verdict, chains_merged}' memory/CrossRoleVeto_summary.json
# -> "VETO", false

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

← All walkthroughsNext: Chapter 7 →