Hacker News new | ask | show | jobs
by xsquared2 1753 days ago
“Otherwise, the communication burden on teams will grow at an exponential rate” Actually just quadratic.
1 comments

This assumes pair-wise communication, but if you need to set up n-team cross channels then this can go up factorially (realistically it won’t, but definitely larger exponent than 2). To put it another way, thinking of teams as nodes and communication channels as edges doesn’t capture the possible complexity. It’s also not uncommon, I’ve had to work in cross-team environments where getting multiple teams aligned wasn’t just a series of pair interactions.
> but if you need to set up n-team cross channels then this can go up factorially (realistically it won’t, but definitely larger exponent than 2)

Isn't this a power set thing? The cardinality of a power set doesn't increase factorially.

Not necessarily, Alice, Bob and Charlie talking together might not be representable through a set of <AB>, <AC>, <BC> interactions, sometimes you really need all three to be talking/listening together. Then the interaction is <ABC>.

This problem also appears in some physical materials where there are strong electron-electron correlations and so you can’t rely just on pair correlations for your calculations.

This thread of discussion is making my day. The Coda Hale article above gets into some of the math, but this is a great critique!