philosophy.md (3013B)
1 +++ 2 title = "Philosophy of AI" 3 +++ 4 # Philosophy of AI 5 what is intelligence? 6 * classically, you test this using the Turing Test 7 * interrogation game 8 * interrogate two parties, the goal of both parties is to convince the interrogator that they are human 9 * if the interrogator can't tell who is the human, the computer is intelligent 10 * the objections: 11 * the test is subjective 12 * why are we basing intelligence on _human_ intelligence? metaphor with flight, we only managed to get off the ground once we stopped imitating natural flight 13 14 intelligence is everything a computer can't do yet. 15 16 can a computer be intelligent? 17 * substitution argument: if you replace one neuron at a time with a computer chip in the human brain, you would eventually change into a computer, without your conscience or thought process changing at any point. 18 * medium argument: no. "carbohydrate racism", there's something special about carbohydrates that allows us to do stuff that computers can't do. 19 * formal systems argument: no. mathematical systems are inherently limited in some way; since computers are just formal systems, therefore they inherently have some limitations. we are not formal systems (that's debatable) so we do not have those limitations. 20 * symbol-grounding: learning systems manipulate symbols 21 * symbols can only refer to other symbols, so how can a computer ever know what's "red", "heavy", "sad" in the 'real' world? 22 * so simulated intelligence ≠ real intelligence 23 * thought experiment - the Chinese Room: 24 * a room with Chinese symbols coming in 25 * there's one person inside that uses a book to translate Chinese symbols to other symbols 26 * there's nothing in this system that understands Chinese 27 28 Mind-body problem: 29 * we have the physical body, and metaphysical thoughts 30 * what could be the relationship between the physical and the metaphysical? 31 * opinions: 32 * mind-body dualism, interactionism: we consist of two parts (physical _and_ metaphysical) -- Descartes 33 * materialism: the mind and body is one thing 34 * gradualism: we evolved the mind (intelligence, consciousness) over time 35 36 Intentional stance: 37 * intelligence/consciousness is "attributed" and "gradual" 38 * so the question isn't "will computers ever be conscious?", but rather "will we ever use consciousness-related words to describe them?" 39 * if it's useful to talk about consciousness, motivation, feeling, etc., then we are allowed to (or should) do so equally for both humans and machines 40 * people have a strong tendency to take the intentional stance, so we will _call_ our computers "intelligent" 41 42 Free will: 43 * reasons why it can't be true: 44 * physics is deterministic, you can predict the next states, so your brain doesn't _physically_ allow free will 45 * inconsistent with psychology and neuroscience -- motor areas begin activity 2 seconds before we think we want to do something ([[https://www.youtube.com/watch?v=IQ4nwTTmcgs|Libet's experiment]])