

First off, agreed that monkey brain + internet = unsolved.
Second, I think that this overall is a math problem and what you’re describing is metadata. Before I continue, there are many ways to solve and interpret problems - this is just how I see it.
If you think about this as a graph, it makes a lot more sense as a math problem. People want to communicate and the message has to reach each of them once through the shortest route. In essence, this becomes the “Traveling Salesman Problem”.
Next, imagine the distance between points on the graph become longer (when people group together) and shorter (when people split apart) - we now have described tyranny of the majority.
What you are describing (from my perspective) is the cost of going from one part of the graph to the other. This indeed is a very important part of the problem and directly relates to the tyranny, but does not solve it. Instead to solve this problem, we would have to find a way to standardize the distance between any two points in the graph (i.e it cannot take more than 30 feet to reach any given destination).
I cannot begin to describe how difficult this would be, but my brain is telling me it’s solvable.
The comments (and your github post) helped me think about this a bit deeper. This is why discussion is helpful.
Yeah the uni-directional relationships are also significant. It also happens to translate well; if Mr.Beast goes to randomcorp.com he is almost guaranteed to pull more people over than if SchmoeJoe went. Those people in turn would cause the website to be a more attractive option (less weight on the edge).
That would mean that there even is nuance within tyranny, which is funny to think about.
There’s also the possibility of cycles! What a fun rabbit-hole. Definitely worth a thesis paper or large-scale open discussion.
P.S. Also agreed that with a “limit” it is not TSP, and is much simpler. It evolves into TSP only when you think about a message originating from a source and making it to everyone - with the same effect for responses.