Free Will

In "Free Will - Even for Robots", John McCarthy describes what he feels are the minimal criteria for a complex system to be considered as possessing free will, namely the ability to state "I can, but I won't".

The decision process of such an entity is divided into two phases, starting with the consideration of all possible actions, i.e. what it can do, and then further searching within that set for what it wants most to do.This manner of breaking down the problem of choice is simply a strategy for building good adaptive goal-seeking systems. It is a strategy that works best when considerations of what can be done and what is wanted are well separated, either in terms of possible perturbations (factors mostly affecting one thing or another) or in terms of time-scale (can possibly changing faster than want). By exploiting this natural factoring, goal-seeking systems are able to adapt faster/more efficiently to changing/different conditions. On top of being structured internally like this, people also try to predict each other's actions by assessing ability (can) and intent (want) separately. Again, it makes sense to do so because the inference and knowledge used to estimate the two vary greatly.

Incompatabilists, of which there are quite a few, hold that free will and determinism are in conflict. These are the people who drag Quantum Mechanics into the discussion. I find determinism to be irrelevant to the issue of free will - a person deciding to do something by flipping a coin does not seem any freer to me. The issue here is that of subjective uncertainty - when flipping a coin, not even the person knows what's going to happen next, and hence that uncertainty is shared amongst all the agents, making it objective. A person with free will is one whose actions are unpredictable to others and yet can in retrospect be proven to have been fully decided on by the person internally. The question is, how does one furnish such a proof?

Money and Zero-Sum games Part II

Thanks to some very good points made by wakaba I've decided to write a followup post.

More cash is always worth more than less cash. Rationally trading two differing amounts of the same currency is thus impossible. A stock has risk; its future dividend is not guaranteed. Estimating the value of a stock involves constructing a probability distribution for the future stock dividends.

Different people have different information, and may thus infer different distributions. However, even when they have the same beliefs and infer the same distribution, they will still price the stock differently depending on their differing appetites for risk. For example, a grad student would be willing to pay less than a millionaire for the same 50% chance at winning $10,000. See also the St Petersburg Paradox.

A corollary of this line of logic: given that two people infer the same probability distribution A, they will arrive at the same price for the stock as the uncertainty of A becomes smaller and the appetite for risk becomes irrelevant.

Lessons in Leadership from Open Source

I would like to see a comparison one of these days between nations and open source projects in terms of how they are governed. There is much variety amongst open source projects in systems of government, including consensus (subversion), voting (debian), and benevolent dictatorship (python).

The video features lead developers from the subversion project, which has a consensus based community. During the presentation, they state that voting should be a last resort.

"If you find yourself voting on everything all the time then something is wrong, and you need to be more introspective. Voting means there is a winner and a loser ... People need to learn how to make compromises, and hopefully you are bringing people into your community who are the kind of people who like to make compromises and are willing to deal with that."

This is a gem of a comment to me, because it encapsulates so much of what I think is the problem with many communities - the lack of a common desire for sincere consensus. Many other significant points like this one are discussed, and I highly recommend watching the video.

1 comment
chiaolun

I have misgivings about consensus because I can't clearly differentiate it from conformism. Diversity is clearly desirable to an extent, the problem is where to draw that line. When people are so different that they no longer convey their motivations convincingly to each other, that's a little too much diversity. Maybe what is ultimately desired is some kind of meta-consensus, where people are able to maintain communication in the face of diverse means and backgrounds.