1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<head>
<script>
/*var question = "Q1";
function loadBiff() {
top.loadData('{"caption": "Loaded our interpretation of Biff\'s probability", "Q1.probability": 30}');
}*/
function loadProbability(name, percentage) {
var args =
{
"caption": "Loaded our interpretation of " + name + "\'s probability distribution.",
"Q1.probability": percentage
};
top.loadData(args);
}
</script>
</head>
<body>
<P CLASS="western" STYLE="margin-bottom: 0in">How likely is it that
any type of non-biological human-level Artificial Intelligence is
possible in principle? Include simulations of the human brain
("neuromorphic AI"). Ignore whether or not it will actually
be created in practice — just state whether it's possible in principle.
</P>
<UL>
<LI><P CLASS="western" STYLE="margin-bottom: 0in"><B>Claim:</B>
"'Could a machine think?' On the argument advanced here
only a machine could think, and only very special kinds of machines,
namely brains and machines with internal causal powers equivalent to
those of brains. And that is why strong AI has little to tell us
about thinking, since it is not about machines but about programs,
and no program by itself is sufficient for thinking."<BR>
<B>Implication:</B>
AIs based just on running programs will not work, so non-biological AI in
general may not be possible.
<input type="button" onclick="loadProbability('Searle', 5);" value="Load value"</input><BR>
<B>Source: </B>Searle, John R.
"Minds, brains, and programs." <I>Behavioral and Brain
Sciences</I> 3 (1980): 417-57. 8 Aug. 2008
<<U><A TARGET="_blank" CLASS="western" HREF="http://www.bbsonline.org/Preprints/OldArchive/bbs.searle2.html" TARGET="_blank">http://www.bbsonline.org/Preprints/OldArchive/bbs.searle2.html</A></U>></P>
<LI><P CLASS="western" STYLE="margin-bottom: 0in">
<B>Claim: </B>The
human brain is not a computer, and therefore cannot be simulated by
a digital computer.<BR>
<B>Implication:</B> Any kind of human-level AI is
implausible, even given arbitrary computing power.
<input type="button" onclick="loadProbability('Denton et al.', 1);" value="Load value"</input><BR>
<B>Sources:
</B>Michael Denton, William Dembski, and others in <FONT COLOR="#000080"><U><A TARGET="_blank" CLASS="western" HREF="http://www.amazon.com/Are-We-Spiritual-Machines-I/dp/0963865439">Are
We Spiritual Machines?</A></U></FONT></P>
</UL>
<UL>
<LI><P CLASS="western" STYLE="margin-bottom: 0in"><B>Claim: </B>"Some
people say that computers can never show true intelligence, whatever
that may be. But it seems to me that if very complicated chemical
molecules can operate in humans to make them intelligent, then
equally complicated electronic circuits can also make computers act
in an intelligent way. And if they are intelligent, they can
presumably design computers that have even greater complexity and
intelligence."<BR>
<B>Implication: </B>Artificial intelligence
is possible.
<input type="button" onclick="loadProbability('Hawking', 90);" value="Load value"</input><BR>
<B>Source:</B> Stephen Hawking. (2007).
<U><A ID="hawking-quote" CLASS="western" TARGET="_blank" HREF="http://www.singinst.org/summit2007/quotes/stephenhawking/">http://www.singinst.org/summit2007/quotes/stephenhawking/</A></U>
</P>
<LI><P CLASS="western" STYLE="margin-bottom: 0in">
<B>Claim: </B>Human
consciousness and creativity are based on quantum effects unique to
our neurology.<BR>
<B>Implication: </B>Non-biological AI is
unlikely.
<input type="button" onclick="loadProbability('Penrose', 1);" value="Load value"</input><BR>
<B>Source:</B> Penrose, Roger. (1989). <U><A TARGET="_blank" CLASS="western" HREF="http://www.amazon.com/Emperors-New-Mind-Concerning-Computers/dp/0192861980/">The
Emperor's New Mind</A></U>. Oxford University Press.</P>
</UL>
</body>
|