The subject has already been raised in this thread, but in a clumsy fashion. So here is a fresh new thread, where we can discuss, calmly and objectively, the pros and cons of the "Oxford" version of the Many Worlds interpretation of quantum mechanics.
This version of MWI is distinguished by two propositions. First, there is no definite number of "worlds" or "branches". They have a fuzzy, vague, approximate, definition-dependent existence. Second, the probability law of quantum mechanics (the Born rule) is to be obtained, not by counting the frequencies of events in the multiverse, but by an analysis of rational behavior in the multiverse. Normally, a prescription for rational behavior is obtained by maximizing expected utility, a quantity which is calculated by averaging "probability x utility" for each possible outcome of an action. In the Oxford school's "decision-theoretic" derivation of the Born rule, we somehow start with a ranking of actions that is deemed rational, then we "divide out" by the utilities, and obtain probabilities that were implicit in the original ranking.
I reject the two propositions. "Worlds" or "branches" can't be vague if they are to correspond to observed reality, because vagueness results from an object being dependent on observer definition, and the local portion of reality does not owe its existence to how we define anything; and the upside-down decision-theoretic derivation, if it ever works, must implicitly smuggle in the premises of probability theory in order to obtain its original rationality ranking.
Some references:
"Decoherence and Ontology: or, How I Learned to Stop Worrying and Love FAPP" by David Wallace. In this paper, Wallace says, for example, that the question "how many branches are there?" "does not... make sense", that the question "how many branches are there in which it is sunny?" is "a question which has no answer", "it is a non-question to ask how many [worlds]", etc.
"Quantum Probability from Decision Theory?" by Barnum et al. This is a rebuttal of the original argument (due to David Deutsch) that the Born rule can be justified by an analysis of multiverse rationality.
Perhaps it's because I'm a programmer, not a physicist, that I don't see what's the problem with this position.
If I e.g. have a static cache map that maps to already instantiated instances of a class, to retrieve them as appropriate, then some of these will be retrieved more often than others, but the rarely-called and the often-called will still have one instance of each. If I have many-clients connecting to many-servers (depending on the configurations/location of each), then some servers will be connected-to more often, and some servers not at all.
And if we change from a client-server architecture to a peer-to-peer architecture, the concept of a definite number of servers vs a definite number of clients collapses, as each atomic entity functions a bit like each.
Though I can't know if this analogy has anything to do with the physical world, I don't think you can condemn it on the basis of absurdity.
You can always count how many instances of something exist in a digital computer. The physical state of the computer is made of a definite number of definite states. There is certainly never any need to say that something exists "more than" something else exists, that's just sloppy language. You can count how many times a function is called, you can count the number of instances of a token, you can count the number of copies of a piece of code; at the level of bits, you can even distinguish between instances of an object and pointers to an object... (read more)