TB: Long Chains of Complex Reasoning Are Brittle
Definition
Each link in a chain of reasoning multiplies failure probability. Long chains of complex reasoning or complicated plans are inherently fragile — a single error or invalid assumption anywhere in the chain invalidates the conclusion. Prefer short, robust chains over elegant but extended ones.
Why it matters
Complex reasoning chains are seductive: they feel rigorous and thorough. But length is a liability, not a virtue. Be suspicious of conclusions that require many steps to reach, especially when each step involves judgment. The practical implication: decompose, validate early, and prefer simple chains that are easy to check.
Examples from reading
- Long chains (source note): Do not attempt to link chains of reasoning or complicated plans — just simply too difficult.