Chapter 26: Robotics — Exercises
Chapter 26: Robotics¶
Russell & Norvig, Artificial Intelligence: A Modern Approach (4th ed.), end-of-chapter Exercise prompts — full text is included on this site (same material as the exercises/ch26/ sources in the aima monorepo).
Exercise 26.1¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
Go through Turing’s list of alleged “disabilities” of machines, identifying which have been achieved, which are achievable in principle by a program, and which are still problematic because they require conscious mental states.
Exercise 26.2¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
Find and analyze an account in the popular media of one or more of the arguments to the effect that AI is impossible.
Exercise 26.3¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
Attempt to write definitions of the terms “intelligence,” “thinking,” and “consciousness.” Suggest some possible objections to your definitions.
Exercise 26.4¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
Does a refutation of the Chinese room argument necessarily prove that appropriately programmed computers have mental states? Does an acceptance of the argument necessarily mean that computers cannot have mental states?
Exercise 26.5¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
In the brain replacement argument, it is important to be able to restore the subject’s brain to normal, such that its external behavior is as it would have been if the operation had not taken place. Can the skeptic reasonably object that this would require updating those neurophysiological properties of the neurons relating to conscious experience, as distinct from those involved in the functional behavior of the neurons?
Exercise 26.6¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
Suppose that a Prolog program containing many clauses about the rules of British citizenship is compiled and run on an ordinary computer. Analyze the “brain states” of the computer under wide and narrow content.
Exercise 26.7¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
Alan Perlis [Perlis:1982] wrote, “A year spent in artificial intelligence is enough to make one believe in God”. He also wrote, in a letter to Philip Davis, that one of the central dreams of computer science is that “through the performance of computers and their programs we will remove all doubt that there is only a chemical distinction between the living and nonliving world.” To what extent does the progress made so far in artificial intelligence shed light on these issues? Suppose that at some future date, the AI endeavor has been completely successful; that is, we have build intelligent agents capable of carrying out any human cognitive task at human levels of ability. To what extent would that shed light on these issues?
Exercise 26.8¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
Compare the social impact of artificial intelligence in the last fifty years with the social impact of the introduction of electric appliances and the internal combustion engine in the fifty years between 1890 and 1940.
Exercise 26.9¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
I. J. Good claims that intelligence is the most important quality, and that building ultraintelligent machines will change everything. A sentient cheetah counters that “Actually speed is more important; if we could build ultrafast machines, that would change everything,” and a sentient elephant claims “You’re both wrong; what we need is ultrastrong machines.” What do you think of these arguments?
Exercise 26.10¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
Analyze the potential threats from AI technology to society. What threats are most serious, and how might they be combated? How do they compare to the potential benefits?
Exercise 26.11¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
How do the potential threats from AI technology compare with those from other computer science technologies, and to bio-, nano-, and nuclear technologies?
Exercise 26.12¶
Open in GitHub Codespace — In the starter, open or create work under
exercises/ch26/(and your instructor’s branch or assignment, if different).
Some critics object that AI is impossible, while others object that it is too possible and that ultraintelligent machines pose a threat. Which of these objections do you think is more likely? Would it be a contradiction for someone to hold both positions?