🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
composition
The fallacy of composition assumes that what is true of the parts must be true of the whole. It erroneously transfers properties from individual components to the aggregate, ignoring emergent properties and interactions. Just because every player on a team is excellent individually does not mean the team will be excellent, because teamwork introduces new dynamics not present at the individual level.
"Every component in this computer is the fastest available, so this must be the fastest computer ever built." (Ignoring bottlenecks, compatibility, and system architecture.)
A football coach argues: 'Each of our players is individually ranked among the top in the league, so we must be the best team overall.' He ignores how poorly the players work together as a unit.
A music producer insists: 'Every musician on this album is a world-class virtuoso, so this album is guaranteed to be a masterpiece.' He overlooks that clashing styles and poor arrangement can ruin even the most talented lineup.
Property(part_of(X)) -> Property(X)
Binary (yes/no) questions an LLM must answer to identify this aspect:
Does the argument attribute a property of individual parts to the whole?
Type: binaryIs there a valid reason to believe the property scales from parts to the whole?
Type: binaryCould the whole have different properties than its individual components?
Type: binaryThe fallacy of composition assumes that what is true of the parts must be true of the whole. It erroneously transfers properties from individual components to the aggregate, ignoring emergent properties and interactions. Just because every player on a team is excellent individually does not mean the team will be excellent, because teamwork introduces new dynamics not present at the individual level.
It seems logical that good parts make a good whole. The error is subtle because in some cases composition does hold (e.g., if every brick is red, the wall is red), making people over-apply the principle.
Ask whether the property in question is one that transfers from parts to wholes. Identify emergent properties or interactions that could make the whole behave differently from its parts.
Common in economics (the paradox of thrift: what's good for one saver isn't good for the economy), team management, urban planning, and engineering where system-level behavior differs from component behavior.
Use these tools to detect, analyze, or train this aspect.