Precursors
Mythical, fictional, and speculative precursors
Myth and legend
InMedieval legends of artificial beings
Modern fiction
By the 19th century, ideas about artificial men and thinking machines became a popular theme in fiction. Notable works likeAutomata
Formal reasoning
Artificial intelligence is based on the assumption that the process of human thought can be mechanized. The study of mechanical—or "formal"—reasoning has a long history. Chinese, Indian and Greek philosophers all developed structured methods of formal deduction by the first millennium BCE. Their ideas were developed over the centuries by philosophers such asComputer science
Calculating machines were designed or built in antiquity and throughout history by many people, includingBirth of artificial intelligence (1941-56)
Turing Test
In 1950 Turing published a landmark paper "Neuroscience and Hebbian theory
Donald Hebb was a Canadian psychologist whose work laid the foundation for modern neuroscience, particularly in understanding learning, memory, and neural plasticity. His most influential book, The Organization of Behavior (1949), introduced the concept of Hebbian learning, often summarized as "cells that fire together wire together." Hebb began formulating the foundational ideas for this book in the early 1940s, particularly during his time at the Yerkes Laboratories of Primate Biology from 1942 to 1947. He made extensive notes between June 1944 and March 1945 and sent a complete draft to his mentor Karl Lashley in 1946. The manuscript for The Organization of Behavior wasn’t published until 1949. The delay was due to various factors, including World War II and shifts in academic focus. By the time it was published, several of his peers had already published related ideas, making Hebb’s work seem less groundbreaking at first glance. However, his synthesis of psychological and neurophysiological principles became a cornerstone of neuroscience and machine learning.Artificial neural networks
Walter Pitts and Warren McCulloch analyzed networks of idealized artificial neurons and showed how they might perform simple logical functions in 1943. They were the first to describe what later researchers would call aCybernetic robots
Experimental robots such as W. Grey Walter's turtles and the Johns Hopkins Beast, were built in the 1950s. These machines did not use computers, digital electronics or symbolic reasoning; they were controlled entirely by analog circuitry.Game AI
In 1951, using the Ferranti Mark 1 machine of theSymbolic reasoning and the Logic Theorist
Dartmouth Workshop
The Dartmouth workshop of 1956 was a pivotal event that marked the formal inception of AI as an academic discipline. Dartmouth workshop: * * * * It was organized by Marvin Minsky and John McCarthy, with the support of two senior scientistsCognitive revolution
In the autumn of 1956, Newell and Simon also presented the Logic Theorist at a meeting of the Special Interest Group in Information Theory at theEarly successes (1956-1974)
The programs developed in the years after the Dartmouth Workshop were, to most people, simply "astonishing": computers were solving algebra word problems, proving theorems in geometry and learning to speak English. Few at the time would have believed that such "intelligent" behavior by machines was possible at all. Researchers expressed an intense optimism in private and in print, predicting that a fully intelligent machine would be built in less than 20 years. Government agencies like the Defense Advanced Research Projects Agency (DARPA, then known as "ARPA") poured money into the field. Artificial Intelligence laboratories were set up at a number of British and US universities in the latter 1950s and early 1960s.Approaches
There were many successful programs and new directions in the late 50s and 1960s. Among the most influential were these:Reasoning, planning and problem solving as search
Many early AI programs used the same basicNatural language
Micro-worlds
In the late 60s, Marvin Minsky and Seymour Papert of the MIT AI Laboratory proposed that AI research should focus on artificially simple situations known as micro-worlds. They pointed out that in successful sciences like physics, basic principles were often best understood using simplified models like frictionless planes or perfectly rigid bodies. Much of the research focused on a " blocks world," which consists of colored blocks of various shapes and sizes arrayed on a flat surface. Blocks world: * * * * This paradigm led to innovative work inPerceptrons and early neural networks
In the 1960s funding was primarily directed towards laboratories researching symbolic AI, however several people still pursued research in neural networks. TheOptimism
The first generation of AI researchers made these predictions about their work: * 1958, H. A. Simon and Allen Newell: "within ten years a digital computer will be the world's chess champion" and "within ten years a digital computer will discover and prove an important new mathematical theorem." * 1965, H. A. Simon: "machines will be capable, within twenty years, of doing any work a man can do." * 1967, Marvin Minsky: "Within a generation... the problem of creating 'artificial intelligence' will substantially be solved." * 1970, Marvin Minsky (in ''Life'' magazine): "In from three to eight years we will have a machine with the general intelligence of an average human being."Financing
In June 1963, MIT received a $2.2 million grant from the newly created Advanced Research Projects Agency (ARPA, later known asFirst AI Winter (1974–1980)
In the 1970s, AI was subject to critiques and financial setbacks. AI researchers had failed to appreciate the difficulty of the problems they faced. Their tremendous optimism had raised public expectations impossibly high, and when the promised results failed to materialize, funding targeted at AI was severely reduced. The lack of success indicated the techniques being used by AI researchers at the time were insufficient to achieve their goals. These setbacks did not affect the growth and progress of the field, however. The funding cuts only impacted a handful of major laboratories and the critiques were largely ignored. General public interest in the field continued to grow, the number of researchers increased dramatically, and new ideas were explored in logic programming, commonsense reasoning and many other areas. Historian Thomas Haigh argued in 2023 that there was no winter, and AI researcher Nils Nilsson described this period as the most "exciting" time to work in AI.Problems
In the early seventies, the capabilities of AI programs were limited. Even the most impressive could only handle trivial versions of the problems they were supposed to solve; all the programs were, in some sense, "toys". AI researchers had begun to run into several limits that would be only conquered decades later, and others that still stymie the field in the 2020s: * Limited computer power: There was not enough memory or processing speed to accomplish anything truly useful. For example: Ross Quillian's successful work on natural language was demonstrated with a vocabulary of only 20 words, because that was all that would fit in memory. Hans Moravec argued in 1976 that computers were still millions of times too weak to exhibit intelligence. He suggested an analogy: artificial intelligence requires computer power in the same way that aircraft requireDecrease in funding
The agencies which funded AI research, such as the British government,Philosophical and ethical critiques
Several philosophers had strong objections to the claims being made by AI researchers. One of the earliest was John Lucas, who argued that Gödel's incompleteness theorem showed that aLogic at Stanford, CMU and Edinburgh
Logic was introduced into AI research as early as 1958, by John McCarthy in his Advice Taker proposal. In 1963, J. Alan Robinson had discovered a simple method to implement deduction on computers, the resolution and unification algorithm. However, straightforward implementations, like those attempted by McCarthy and his students in the late 1960s, were especially intractable: the programs required astronomical numbers of steps to prove simple theorems. A more fruitful approach to logic was developed in the 1970s by Robert Kowalski at theMIT's "anti-logic" approach
Among the critics of McCarthy's approach were his colleagues across the country at MIT. Marvin Minsky, Seymour Papert and Roger Schank were trying to solve problems like "story understanding" and "object recognition" that required a machine to think like a person. In order to use ordinary concepts like "chair" or "restaurant" they had to make all the same illogical assumptions that people normally made. Unfortunately, imprecise concepts like these are hard to represent in logic. MIT chose instead to focus on writing programs that solved a given task without using high-level abstract definitions or general theories of cognition, and measured performance by iterative testing, rather than arguments from first principles. Schank described their "anti-logic" approaches as ''scruffy'', as opposed to the ''neat'' paradigm used by McCarthy, Kowalski, Feigenbaum, Newell and Simon. In 1975, in a seminal paper, Minsky noted that many of his fellow researchers were using the same kind of tool: a framework that captures all our common sense assumptions about something. For example, if we use the concept of a bird, there is a constellation of facts that immediately come to mind: we might assume that it flies, eats worms and so on (none of which are true for all birds). Minsky associated these assumptions with the general category and they could be '' inherited'' by the frames for subcategories and individuals, or over-ridden as necessary. He called these structures '' frames''. Schank used a version of frames he called " scripts" to successfully answer questions about short stories in English. Frames would eventually be widely used inBoom (1980–1987)
In the 1980s, a form of AI program called " expert systems" was adopted by corporations around the world andExpert systems become widely used
An expert system is a program that answers questions or solves problems about a specific domain of knowledge, using logicalGovernment funding increases
In 1981, the Japanese Ministry of International Trade and Industry set aside $850 million for the Fifth generation computer project. Their objectives were to write programs and build machines that could carry on conversations, translate languages, interpret pictures, and reason like human beings. Much to the chagrin of scruffies, they initially choseKnowledge revolution
The power of expert systems came from the expert knowledge they contained. They were part of a new direction in AI research that had been gaining ground throughout the 70s. "AI researchers were beginning to suspect—reluctantly, for it violated the scientific canon of parsimony—that intelligence might very well be based on the ability to use large amounts of diverse knowledge in different ways,"{{sfn, McCorduck, 2004, p=299 writesNew directions in the 1980s
Although symbolicRevival of neural networks: "connectionism"
Robotics and embodied reason
{{Main, Nouvelle AI, behavior-based AI, situated AI, embodied cognitive science Rodney Brooks, Hans Moravec and others argued that, in order to show real intelligence, a machine needs to have a body — it needs to perceive, move, survive and deal with the world.{{sfn, McCorduck, 2004, pp=454–462 Sensorimotor skills are essential to higher level skills such as commonsense reasoning. They can't be efficiently implemented using abstract symbolic reasoning, so AI should solve the problems of perception, mobility, manipulation and survival without using symbolic representation at all. These robotics researchers advocated building intelligence "from the bottom up".{{efn, Hans Moravec wrote: "I am confident that this bottom-up route to artificial intelligence will one date meet the traditional top-down route more than half way, ready to provide the real world competence and the commonsense knowledge that has been so frustratingly elusive in reasoning programs. Fully intelligent machines will result when the metaphorical golden spike is driven uniting the two efforts."{{sfn, Moravec, 1988, p=20 A precursor to this idea was David Marr (neuroscientist), David Marr, who had come to MIT in the late 1970s from a successful background in theoretical neuroscience to lead the group studyingSoft computing and probabilistic reasoning
Soft computing uses methods that work with incomplete and imprecise information. They do not attempt to give precise, logical answers, but give results that are only "probably" correct. This allowed them to solve problems that precise symbolic methods could not handle. Press accounts often claimed these tools could "think like a human".{{sfn, Pollack, 1984{{sfn, Pollack, 1989 Judea Pearl's ''Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference'', an influential 1988 book{{sfn, Pearl, 1988 brought probability and decision theory into AI.{{sfn, Russell, Norvig, 2021, p=25 Fuzzy logic, developed by Lofti Zadeh in the 60s, began to be more widely used in AI and robotics. Evolutionary computation and artificial neural networks also handle imprecise information, and are classified as "soft". In the 90s and early 2000s many other soft computing tools were developed and put into use, including Bayesian networks,{{sfn, Russell, Norvig, 2021, p=25 hidden Markov models,{{sfn, Russell, Norvig, 2021, p=25Reinforcement learning
Reinforcement learning{{sfn, Russell, Norvig, 2021, loc=Section 23 gives an agent a reward every time it performs a desired action well, and may give negative rewards (or "punishments") when it performs poorly. It was described in the first half of the twentieth century by psychologists using animal models, such as Edward Thorndike, Thorndike,{{sfn, Christian, 2020, pp=120-124{{sfn, Russell, Norvig, 2021, p=819 Ivan Pavlov, Pavlov{{sfn, Christian, 2020, p=124 and B.F. Skinner, Skinner.{{sfn, Christian, 2020, pp=152-156 In the 1950s,Second AI winter
The business community's fascination with AI rose and fell in the 1980s in the classic pattern of an economic bubble. As dozens of companies failed, the perception in the business world was that the technology was not viable.{{sfn, Newquist, 1994, pp=501, 511 The damage to AI's reputation would last into the 21st century. Inside the field there was little agreement on the reasons for AI's failure to fulfill the dream of human level intelligence that had captured the imagination of the world in the 1960s. Together, all these factors helped to fragment AI into competing subfields focused on particular problems or approaches, sometimes even under new names that disguised the tarnished pedigree of "artificial intelligence".{{sfn, McCorduck, 2004, p=424 Over the next 20 years, AI consistently delivered working solutions to specific isolated problems. By the late 1990s, it was being used throughout the technology industry, although somewhat behind the scenes. The success was due to Moore's law, increasing computer power, by collaboration with other fields (such as mathematical optimization and statistics) and using the highest standards of scientific accountability. By 2000, AI had achieved some of its oldest goals. The field was both more cautious and more successful than it had ever been.AI winter
The term " AI winter" was coined by researchers who had survived the funding cuts of 1974 when they became concerned that enthusiasm for expert systems had spiraled out of control and that disappointment would certainly follow.{{efn, AI winter was first used as the title of a seminar on the subject for the Association for the Advancement of Artificial Intelligence.{{sfn, Crevier, 1993, p=203 Their fears were well founded: in the late 1980s and early 1990s, AI suffered a series of financial setbacks.{{sfn, Russell, Norvig, 2021, p=24 The first indication of a change in weather was the sudden collapse of the market for specialized AI hardware in 1987. Desktop computers from Apple Computer, Apple andAI behind the scenes
In the 1990s, algorithms originally developed by AI researchers began to appear as parts of larger systems. AI had solved a lot of very difficult problems{{efn, See {{slink, Applications of artificial intelligence, Computer science and their solutions proved to be useful throughout the technology industry,{{sfn, NRC, 1999, loc=Artificial Intelligence in the 90s{{sfn, Kurzweil, 2005, p=264 such as data mining, industrial robots, industrial robotics, logistics, speech recognition,{{sfn, The Economist, 2007 banking software,{{sfn, CNN, 2006 medical diagnosis{{sfn, CNN, 2006 and Google's search engine.{{sfn, Olsen, 2004{{sfn, Olsen, 2006 The field of AI received little or no credit for these successes in the 1990s and early 2000s. Many of AI's greatest innovations have been reduced to the status of just another item in the tool chest of computer science. Nick Bostrom explains: "A lot of cutting edge AI has filtered into general applications, often without being called AI because once something becomes useful enough and common enough it's not labeled AI anymore."{{sfn, CNN, 2006 Many researchers in AI in the 1990s deliberately called their work by other names, such as Informatics (academic field), informatics, knowledge-based systems, "cognitive systems" or computational intelligence. In part, this may have been because they considered their field to be fundamentally different from AI, but also the new names help to procure funding.{{sfn, The Economist, 2007{{sfn, Tascarella, 2006{{sfn, Newquist, 1994, p=532 In the commercial world at least, the failed promises of the AI Winter continued to haunt AI research into the 2000s, as the ''New York Times'' reported in 2005: "Computer scientists and software engineers avoided the term artificial intelligence for fear of being viewed as wild-eyed dreamers."{{sfn, Markoff, 2005Mathematical rigor, greater collaboration and a narrow focus
AI researchers began to develop and use sophisticated mathematical tools more than they ever had in the past.{{sfn, McCorduck, 2004, pp=486–487{{sfn, Russell, Norvig, 2021, pp=24–25 Most of the new directions in AI relied heavily on mathematical models, including artificial neural networks, probabilistic reasoning, soft computing and reinforcement learning. In the 90s and 2000s, many other highly mathematical tools were adapted for AI. These tools were applied to machine learning, perception and mobility. There was a widespread realization that many of the problems that AI needed to solve were already being worked on by researchers in fields like statistics, mathematics, electrical engineering, economics or operations research. The shared mathematical language allowed both a higher level of collaboration with more established and successful fields and the achievement of results which were measurable and provable; AI had become a more rigorous "scientific" discipline. Another key reason for the success in the 90s was that AI researchers focussed on specific problems with verifiable solutions (an approach later derided as ''narrow AI''). This provided useful tools in the present, rather than speculation about the future.Intelligent agents
A new paradigm called "intelligent agents" became widely accepted during the 1990s.{{sfn, McCorduck, 2004, pp=471–478{{sfn, Russell, Norvig, 2021, loc=chpt. 2{{efn, Russell and Norvig wrote "The whole-agent view is now widely accepted."{{sfn, Russell, Norvig, 2021, p=61 Although earlier researchers had proposed modular "divide and conquer" approaches to AI,{{efn, Carl Hewitt's Actor model anticipated the modern definition of intelligent agents. {{Harv, Hewitt, Bishop, Steiger, 1973 Both John Doyle {{Harv, Doyle, 1983 and Marvin Minsky's popular classic ''The Society of Mind'' {{Harv, Minsky, 1986 used the word "agent". Other "modular" proposals included Rodney Brooks, Rodney Brook's subsumption architecture,Milestones and Moore's law
On May 11, 1997, IBM Deep Blue, Deep Blue became the first computer chess-playing system to beat a reigning world chess champion, Garry Kasparov.{{sfn, McCorduck, 2004, pp=480–483 In 2005, a Stanford robot won the DARPA Grand Challenge by driving autonomously for 131 miles along an unrehearsed desert trail. Two years later, a team from CMU won the DARPA Urban Challenge by autonomously navigating 55 miles in an urban environment while responding to traffic hazards and adhering to traffic laws.{{sfn, Russell, Norvig, 2021, p=28 These successes were not due to some revolutionary new paradigm, but mostly on the tedious application of engineering skill and on the tremendous increase in the speed and capacity of computers by the 90s.{{efn, Ray Kurzweil wrote that the improvement in computer chess "is governed only by the brute force expansion of computer hardware."{{sfn, Kurzweil, 2005, p=274 In fact, IBM Deep Blue, Deep Blue's computer was 10 million times faster than the Ferranti Mark 1 that Christopher Strachey taught to play chess in 1951.{{efn, Cycle time of Ferranti Mark 1 was 1.2 milliseconds, which is arguably equivalent to about 833 flops. IBM Deep Blue, Deep Blue ran at 11.38 gigaflops (and this does not even take into account Deep Blue's special-purpose hardware for chess). ''Very'' approximately, these differ by a factor of 107.{{citation needed, date=August 2024 This dramatic increase is measured by Moore's law, which predicts that the speed and memory capacity of computers doubles every two years. The fundamental problem of "raw computer power" was slowly being overcome.Big data, deep learning, AGI (2005–2017)
In the first decades of the 21st century, access to large amounts of data (known as "big data"), Moore's law, cheaper and faster computers and advancedBig data and big machines
{{See also, List of datasets for machine-learning research The success of machine learning in the 2000s depended on the availability of vast amounts of training data and faster computers.{{sfn, Russell, Norvig, 2021, pp=26-27 Russell and Norvig wrote that the "improvement in performance obtained by increasing the size of the data set by two or three orders of magnitude outweighs any improvement that can be made by tweaking the algorithm."{{sfn, Russell, Norvig, 2021, p=26 Geoffrey Hinton recalled that back in the 90s, the problem was that "our labeled datasets were thousands of times too small. [And] our computers were millions of times too slow." This was no longer true by 2010. The most useful data in the 2000s came from curated, labeled data sets created specifically for machine learning and AI. In 2007, a group at University of Massachusetts Amherst, UMass Amherst released Labeled Faces in the Wild, an annotated set of images of faces that was widely used to train and test face recognition systems for the next several decades.{{sfn, Christian, 2020, p=31 Fei-Fei Li developed ImageNet, a database of three million images captioned by volunteers using the Amazon Mechanical Turk. Released in 2009, it was a useful body of training data and a benchmark for testing for the next generation of image processing systems.{{sfn, Christian, 2020, pp=22-23{{sfn, Russell, Norvig, 2021, p=26 Google released word2vec in 2013 as an open source resource. It used large amounts of data text scraped from the internet and word embedding to create a numeric vector to represent each word. Users were surprised at how well it was able to capture word meanings, for example, ordinary vector addition would give equivalences like China + River = Yangtze, London-England+France = Paris.{{sfn, Christian, 2020, p=6 This database in particular would be essential for the development of large language models in the late 2010s. The explosive growth of the internet gave machine learning programs access to billions of pages of text and images that could be data scraping, scraped. And, for specific problems, large privately held databases contained the relevant data. McKinsey Global Institute reported that "by 2009, nearly all sectors in the US economy had at least an average of 200 terabytes of stored data".{{sfn, McKinsey & Co, 2011 This collection of information was known in the 2000s as ''big data''. In a ''Jeopardy!'' exhibition match in February 2011,Deep learning
{{Main, Deep learning In 2012, AlexNet, aThe alignment problem
It became fashionable in the 2000s to begin talking about the future of AI again and several popular books considered the possibility of superintelligent machines and what they might mean for human society. Some of this was optimistic (such as Ray Kurzweil's ''The Singularity is Near''), but others warned that a sufficiently powerful AI was existential risk of artificial general intelligence, existential threat to humanity, such as Nick Bostrom and Eliezer Yudkowsky.{{sfn, Russell, Norvig, 2021, pp=33, 1004 The topic became widely covered in the press and many leading intellectuals and politicians commented on the issue. AI programs in the 21st century are defined by their utility function, goals – the specific measures that they are designed to optimize. Nick Bostrom's influential 2005 book ''Superintelligence (book), Superintelligence'' argued that, if one isn't careful about defining these goals, the machine may cause harm to humanity in the process of achieving a goal. Stuart J. Russell used the example of an intelligent robot that kills its owner to prevent it from being unplugged, reasoning "you can't fetch the coffee if you're dead".{{sfn, Russell, 2020 (This problem is known by the technical term "instrumental convergence".) The solution is to align the machine's goal function with the goals of its owner and humanity in general. Thus, the problem of mitigating the risks and unintended consequences of AI became known as "the value alignment problem" or AI alignment.{{sfn, Russell, Norvig, 2021, pp=5, 33, 1002-1003 At the same time, machine learning systems had begun to have disturbing unintended consequences. Cathy O'Neil explained how statistical algorithms had been among the causes of the great recession, 2008 economic crash,{{sfn, O'Neill, 2016 Julia Angwin of ProPublica argued that the COMPAS (software), COMPAS system used by the criminal justice system exhibited racial bias under some measures,{{sfn, Christian, 2020, pp=60-61{{efn, Later research showed that there was no way for system to avoid a measurable racist bias -- fixing one form of bias would necessarily introduce another.{{sfn, Christian, 2020, pp=67-70 others showed that many machine learning systems exhibited some form of racial algorithmic bias, bias,{{sfn, Christian, 2020, pp=6-7, 25 and there were many other examples of dangerous outcomes that had resulted from machine learning systems.{{efn, A short summary of topics would include privacy, surveillance, copyright, misinformation and deep fakes, filter bubbles and partisanship, algorithmic bias, misleading results that go undetected without algorithmic transparency, the right to an explanation, misuse of autonomous weapons and technological unemployment. See {{section link, Artificial intelligence, Ethics In 2016, the election of Donald Trump and the controversy over the COMPAS system illuminated several problems with the current technological infrastructure, including misinformation, social media algorithms designed to maximize engagement, the misuse of personal data and the trustworthiness of predictive models.{{sfn, Christian, 2020, p=67 Issues of fairness (machine learning), fairness and unintended consequences became significantly more popular at AI conferences, publications vastly increased, funding became available, and many researchers re-focussed their careers on these issues. The AI alignment, value alignment problem became a serious field of academic study.{{sfn, Christian, 2020, pp=67, 73, 117{{efn, Brian Christian wrote "ProPublica's study [of COMPAS in 2015] legitimated concepts like fairness as valid topics for research"{{sfn, Christian, 2020, p=73Artificial general intelligence research
In the early 2000s, several researchers became concerned that mainstream AI was too focused on "measurable performance in specific applications"{{sfn, Russell, Norvig, 2021, p=32 (known as "narrow AI") and had abandoned AI's original goal of creating versatile, fully intelligent machines. An early critic was Nils Nilsson in 1995, and similar opinions were published by AI elder statesmen John McCarthy, Marvin Minsky, and Patrick Winston in 2007–2009. Minsky organized a symposium on "human-level AI" in 2004.{{sfn, Russell, Norvig, 2021, p=32 Ben Goertzel adopted the term "artificial general intelligence" for the new sub-field, founding a journal and holding conferences beginning in 2008.{{sfn, Russell, Norvig, 2021, p=33 The new field grew rapidly, buoyed by the continuing success of artificial neural networks and the hope that it was the key to AGI. Several competing companies, laboratories and foundations were founded to develop AGI in the 2010s. DeepMind was founded in 2010 by three English scientists, Demis Hassabis, Shane Legg and Mustafa Suleyman, with funding from Peter Thiel and later Elon Musk. The founders and financiers were deeply concerned about AI safety and the existential risk of AI. DeepMind's founders had a personal connection with Yudkowsky and Musk was among those who was actively raising the alarm.{{sfn, Metz, Weise, Grant, Isaac, 2023 Hassabis was both worried about the dangers of AGI and optimistic about its power; he hoped they could "solve AI, then solve everything else."{{sfn, Russell, Norvig, 2021, p=31 The New York Times wrote in 2023 "At the heart of this competition is a brain-stretching paradox. The people who say they are most worried about AI are among the most determined to create it and enjoy its riches. They have justified their ambition with their strong belief that they alone can keep AI from endangering Earth."{{sfn, Metz, Weise, Grant, Isaac, 2023 In 2012, Geoffrey Hinton (who been leading neural network research since the 80s) was approached by Baidu, which wanted to hire him and all his students for an enormous sum. Hinton decided to hold an auction and, at a Lake Tahoe AI conference, they sold themselves to Google for a price of $44 million. Hassabis took notice and sold DeepMind to Google in 2014, on the condition that it would not accept military contracts and would be overseen by an ethics board.{{sfn, Metz, Weise, Grant, Isaac, 2023 Larry Page of Google, unlike Musk and Hassabis, was an optimist about the future of AI. Musk and Paige became embroiled in an argument about the risk of AGI at Musk's 2015 birthday party. They had been friends for decades but stopped speaking to each other shortly afterwards. Musk attended the one and only meeting of the DeepMind's ethics board, where it became clear that Google was uninterested in mitigating the harm of AGI. Frustrated by his lack of influence he founded OpenAI in 2015, enlisting Sam Altman to run it and hiring top scientists. OpenAI began as a non-profit, "free from the economic incentives that were driving Google and other corporations."{{sfn, Metz, Weise, Grant, Isaac, 2023 Musk became frustrated again and left the company in 2018. OpenAI turned to Microsoft for continued financial support and Altman and OpenAI formed a for-profit version of the company with more than $1 billion in financing.{{sfn, Metz, Weise, Grant, Isaac, 2023 In 2021, Dario Amodei and 14 other scientists left OpenAI over concerns that the company was putting profits above safety. They formed Anthropic, which soon had $6 billion in financing from Microsoft and Google.{{sfn, Metz, Weise, Grant, Isaac, 2023Large language models, AI boom (2017–present)
{{Main, AI boom The AI boom started with the initial development of key architectures and algorithms such as the transformer architecture in 2017, leading to the scaling and development of large language models exhibiting human-like traits of knowledge, attention and creativity. The new AI era began since 2020, with the public release of scaled large language models (LLMs) such as ChatGPT.Transformer architecture and large language models
{{Main, Large language models In 2017, the Transformer (machine learning model), transformer architecture was proposed by Google researchers. It exploits an Attention (machine learning), attention mechanism and became widely used in large language models.{{sfn, Murgia, 2023 Large language models, based on the transformer, were developed by AGI companies: OpenAI released GPT-3 in 2020, and DeepMind released Gato (DeepMind), Gato in 2022. These are foundation models: they are trained on vast quantities of unlabeled data and can be adapted to a wide range of downstream tasks.{{citation needed, date=August 2024 These models can discuss a huge number of topics and display general knowledge. The question naturally arises: are these models an example of artificial general intelligence? Bill Gates was skeptical of the new technology and the hype that surrounded AGI. However, Altman presented him with a live demo of GPT-4, ChatGPT4 passing an advanced biology test. Gates was convinced.{{sfn, Metz, Weise, Grant, Isaac, 2023 In 2023, Microsoft Research tested the model with a large variety of tasks, and concluded that "it could reasonably be viewed as an early (yet still incomplete) version of an artificial general intelligence (AGI) system".{{sfn, Bubeck, Chandrasekaran, Eldan, Gehrke, 2023 In 2024, OpenAI o3, a type of advanced reasoning model developed by OpenAI was announced. On the Abstraction and Reasoning Corpus for Artificial General Intelligence (ARC-AGI) benchmark developed by François Chollet in 2019, the model achieved an unofficial score of 87.5% on the semi-private test, surpassing the typical human score of 84%. The benchmark is supposed to be a necessary, but not sufficient test for AGI. Speaking of the benchmark, Chollet has said "You’ll know AGI is here when the exercise of creating tasks that are easy for regular humans but hard for AI becomes simply impossible."AI boom
{{Main, AI boom Investment in AI grew exponentially after 2020, with venture capital funding for generative AI companies increasing dramatically. Total AI investments rose from $18 billion in 2014 to $119 billion in 2021, with generative AI accounting for approximately 30% of investments by 2023. According to metrics from 2017 to 2021, the United States outranked the rest of the world in terms of venture capital funding, number of startups, and AI patents granted.{{Cite web , last=Frank , first=Michael , date=September 22, 2023 , title=US Leadership in Artificial Intelligence Can Shape the 21st Century Global Order , url=https://thediplomat.com/2023/09/us-leadership-in-artificial-intelligence-can-shape-the-21st-century-global-order/ , access-date=2023-12-08 , website=The Diplomat , language=en-US The commercial AI scene became dominated by American Big Tech companies, whose investments in this area surpassed those from U.S.-based venture capitalists. OpenAI's valuation reached $86 billion by early 2024, while NVIDIA's market capitalization surpassed $3.3 trillion by mid-2024, making it the world's largest company by market capitalization as the demand for AI-capable GPUs surged. 15.ai, launched in March 2020 by an anonymous MIT researcher, was one of the earliest examples of generative AI gaining widespread public attention during the initial stages of the AI boom. The free web application demonstrated the ability to clone character voices using neural networks with minimal training data, requiring as little as 15 seconds of audio to reproduce a voice—a capability later corroborated by OpenAI in 2024. The service went viral phenomenon, viral on social media platforms in early 2021, allowing users to generate speech for characters from popular media franchises, and became particularly notable for its pioneering role in popularizing deep learning speech synthesis, AI voice synthesis for content creation, creative content and Internet meme, memes. {{Quote box , quote=Contemporary AI systems are now becoming human-competitive at general tasks, and we must ask ourselves: Should we let machines flood our information channels with propaganda and untruth? Should we automate away all the jobs, including the fulfilling ones? Should we develop nonhuman minds that might eventually outnumber, outsmart, obsolete and replace us? Should we risk loss of control of our civilization? Such decisions must not be delegated to unelected tech leaders. Powerful AI systems should be developed only once we are confident that their effects will be positive and their risks will be manageable. This confidence must be well justified and increase with the magnitude of a system’s potential effects. OpenAI’s recent statement regarding artificial general intelligence, states that "At some point, it may be important to get independent review before starting to train future systems, and for the most advanced efforts to agree to limit the rate of growth of compute used for creating new models." We agree. That point is now. Therefore, we call on all AI labs to immediately pause for at least 6 months the training of AI systems more powerful than GPT-4. This pause should be public and verifiable, and include all key actors. If such a pause cannot be enacted quickly, governments should step in and institute a moratorium. , author=''Pause Giant AI Experiments: An Open Letter'' , source= , align=right , width=500pxAdvent of AI for public use
ChatGPT was launched on November 30, 2022, marking a pivotal moment in artificial intelligence's public adoption. Within days of its release it went viral, gaining over 100 million users in two months and becoming the fastest-growing consumer software application in history.{{Cite news , last=Milmo , first=Dan , date=December 2, 2023 , title=ChatGPT reaches 100 million users two months after launch , language=en-GB , work=The Guardian The chatbot's ability to engage in human-like conversations, write code, and generate creative content captured public imagination and led to rapid adoption across various sectors including AI in education, education, Artificial intelligence in industry, business, and research. ChatGPT's success prompted unprecedented responses from major technology companies—Google declared a "code red" and rapidly launched Google Gemini, Gemini (formerly known as Google Bard), while Microsoft incorporated the technology into Bing Chat. The rapid adoption of these AI technologies sparked intense debate about their implications. Notable AI researchers and industry leaders voiced both optimism and concern about the accelerating pace of development. In March 2023, over 20,000 signatories, including computer scientist Yoshua Bengio, Elon Musk, and Apple Inc., Apple co-founder Steve Wozniak, signed Pause Giant AI Experiments: An Open Letter, an open letter calling for a pause in advanced AI development, citing "Existential risk from artificial intelligence, profound risks to society and humanity." However, other prominent researchers like Juergen Schmidhuber took a more optimistic view, emphasizing that the majority of AI research aims to make "human lives longer and healthier and easier."{{cite news, url=https://www.theguardian.com/technology/2023/may/07/rise-of-artificial-intelligence-is-inevitable-but-should-not-be-feared-father-of-ai-says, title=Rise of artificial intelligence is inevitable but should not be feared, 'father of AI' says, last1=Taylor, first1=Josh, date=May 7, 2023, work=The Guardian By mid-2024, however, the financial sector began to scrutinize AI companies more closely, particularly questioning their capacity to produce a return on investment commensurate with their massive valuations. Some prominent investors raised concerns about market expectations becoming disconnected from fundamental business realities. Jeremy Grantham, co-founder of GMO LLC, warned investors to "be quite careful" and drew parallels to previous technology-driven market bubbles. Similarly, Jeffrey Gundlach, CEO of DoubleLine Capital, explicitly compared the AI boom to the dot-com bubble of the late 1990s, suggesting that investor enthusiasm might be outpacing realistic near-term capabilities and revenue potential. These concerns were amplified by the substantial market capitalizations of AI-focused companies, many of which had yet to demonstrate sustainable profitability models. In March 2024, Anthropic released the Claude (AI), Claude 3 family of large language models, including Claude 3 Haiku, Sonnet, and Opus. The models demonstrated significant improvements in capabilities across various benchmarks, with Claude 3 Opus notably outperforming leading models from OpenAI and Google. In June 2024, Anthropic released Claude 3.5 Sonnet, which demonstrated improved performance compared to the larger Claude 3 Opus, particularly in areas such as coding, multistep workflows, and image analysis.2024 Nobel Prizes
In 2024, the Royal Swedish Academy of Sciences awarded Nobel Prizes in recognition of groundbreaking contributions to artificial intelligence. The recipients included: * In physics: John Hopfield for his work on physics-inspired Hopfield networks, and Geoffrey Hinton for foundational contributions to Boltzmann machines andFurther Study and development of AI
In January 2025, OpenAI announced a new AI, ChatGPT-Gov, which would be specifically designed for US government agencies to use securely.ChatGPT GovRobotic Integration and Practical Applications of Artificial Intelligence (2025–present)
Advanced artificial intelligence (AI) systems, capable of understanding and responding to human dialogue with high accuracy, have matured to enable seamless integration with robotics, transforming industries such as manufacturing, home automation, household automation, healthcare, public services, and materials research. Applications of artificial intelligence also accelerates scientific research through advanced data analysis and hypothesis generation. Countries including China, the United States, and Japan have invested significantly in policies and funding to deploy Autonomous robot, AI-powered robots, addressing labor shortages, boosting innovation, and enhancing efficiency, while implementing Regulation of artificial intelligence, regulatory frameworks to ensure ethical and safe development.China
The year 2025 has been heralded as the "Year of AI Robotics," marking a pivotal moment in the seamless integration of artificial intelligence (AI) and robotics. In 2025, China invested approximately 730 billion yuan (roughly $100 billion USD) to advance AI and robotics in smart manufacturing and healthcare. The "14th Five-Year Plan" (2021–2025) prioritized service robots, with AI systems enabling robots to perform complex tasks like assisting in surgeries or automating factory assembly lines. For example, AI-powered humanoid robots in Chinese hospitals can interpret patient requests, deliver supplies, and assist nurses with routine tasks, demonstrating that existing AI conversational capabilities are robust enough for practical robotic applications. Starting in September 2025, China mandated labeling of AI-generated content to ensure transparency and public trust in these technologies.United States
In January 2025, a significant development in AI infrastructure investment occurred with the formation of Stargate LLC. The joint venture, created by OpenAI, SoftBank Group, SoftBank, Oracle Corporation, Oracle, and MGX Fund Management Limited, MGX, announced plans to invest US$500 billion in AI infrastructure across the United States by 2029, starting with US$100 billion, in order to support the re-industrialization of the United States and provide a strategic capability to protect the national security of America and its allies. The venture was formally announced by U.S. President Donald Trump on January 21, 2025, with SoftBank CEO Masayoshi Son appointed as chairman.{{Cite news , title=OpenAI, SoftBank, Oracle to invest US$500 BILLION in AI, Trump says. , url=https://www.reuters.com/technology/artificial-intelligence/openai-softbank-oracle-invest-500-bln-ai-trump-says-2025-01-21/ , access-date=January 22, 2025 , work=Reuters The U.S. government allocated approximately $2 billion to integrate AI and robotics in manufacturing and logistics, leveraging AI's ability to process natural language and execute user instructions in 2025. State governments supplemented this with funding for service robots, such as those deployed in warehouses to fulfill verbal commands for inventory management or in eldercare facilities to respond to residents' requests for assistance. These applications highlight that merging advanced AI, already proficient in human interaction, with robotic hardware is a practical step forward. Some funds were directed to defense, including Lethal autonomous weapon and Military robot. In January 2025, Executive Order 14179 established an "AI Action Plan" to accelerate innovation and deployment of these technologies.Impact
In the 2020s, increased investments in AI by governments and organizations worldwide have accelerated the advancement of artificial intelligence, driving scientific breakthroughs, boosting workforce productivity, and transforming industries through the automation of complex tasks.{{Cite web , url=https://www.reuters.com/world/china/chinas-ai-powered-humanoid-robots-aim-transform-manufacturing-2025-05-13/ , title=China's AI-powered humanoid robots aim to transform manufacturing , publisher=Reuters , date=2025-05-13 , access-date=2025-05-30 , language=en By seamlessly integrating advanced AI systems into various sectors, these developments are poised to revolutionize smart manufacturing and service industries, fundamentally transforming everyday life.See also
* History of artificial neural networks * History of knowledge representation and reasoning * History of natural language processing * Outline of artificial intelligence * Progress in artificial intelligence * Timeline of artificial intelligence * Timeline of machine learningNotes
{{notelist {{ReflistReferences
{{refbegin {{divcol * {{citation , last1 = Bonner , first1 = Anthonny , title = The Art and Logic of Ramón Llull: A User's Guide , year = 2007 , publisher = Brill , isbn = 978-9004163256 * {{cite book , last1 = Bonner , first1 = Anthony , title = Doctor Illuminatus. A Ramon Llull Reader , chapter = Llull's Influence: The History of Lullism , year = 1985 , publisher = Princeton University Press * {{Citation , first = Rodney , last = Brooks , author-link = Rodney Brooks , year = 2002 , title = Flesh and Machines , publisher=Pantheon Books * {{Cite arXiv , title=Sparks of Artificial General Intelligence: Early experiments with GPT-4 , first1=Sébastien, last1=Bubeck , first2=Varun, last2=Chandrasekaran , first3=Ronen, last3=Eldan , first4=Johannes, last4=Gehrke , first5=Eric, last5=Horvitz , first6=Ece, last6=Kamar , first7=Peter, last7=Lee , first8=Yin Tat, last8=Lee , first9=Yuanzhi, last9=Li , first10=Scott, last10=Lundberg , first11=Harsha, last11=Nori , first12=Hamid, last12=Palangi , first13=Marco Tulio, last13=Ribeiro , first14=Yi, last14=Zhang , date=22 March 2023, class=cs.CL , eprint=2303.12712 * {{citation , last1 = Carreras y Artau , first1 = Tomás , title = Historia de la filosofía española. Filosofía cristiana de los siglos XIII al XV , language= Spanish , year = 2018 , orig-year = 1939 , publisher = Forgotten Books , publication-place = Madrid , isbn =9781390433708 , volume = 1 * {{Cite book , last=Butler , first= E. M. (Eliza Marian), title=The myth of the magus, date=1979 , orig-date=1948, publisher=Cambridge University Press, isbn=0-521-22564-7, location=London, oclc=5063114 * {{Cite web , last = Clark , first = Scott , date = December 21, 2023 , title=The Era of AI: 2023's Landmark Year , url = https://www.cmswire.com/digital-experience/the-era-of-ai-end-of-year-ai-recap/ , access-date=28 January 2024 , website=CMSWire.com , language=en * {{cite web , last = Copeland , first = Jack , year = 1999 , title = A Brief History of Computing , url = http://www.alanturing.net/turing_archive/pages/Reference%20Articles/BriefHistofComp.html , website = AlanTuring.net * {{Cite journal , last1=Cave, first1=Stephen , last2=Dihal, first2=Kanta, date=2019, title=Hopes and fears for intelligent machines in fiction and reality, url=https://www.nature.com/articles/s42256-019-0020-9, journal=Nature Machine Intelligence, language=en, volume=1, issue=2, pages=74–78, doi=10.1038/s42256-019-0020-9, s2cid=150700981, issn=2522-5839 * {{cite book , last1=Cave , first1=S. , last2=Dihal , first2=K. , last3=Dillon , first3=S. , title=AI Narratives: A History of Imaginative Thinking about Intelligent Machines , publisher=Oxford University Press , year=2020 , isbn=978-0-19-884666-6 , url=https://books.google.com/books?id=T53SDwAAQBAJ&pg=PA56 , access-date=2 May 2023 * {{Cite book , last=Christian , first=Brian , author-link = Brian Christian , title=The Alignment Problem: Machine learning and human values , publisher=W. W. Norton & Company , year=2020 , isbn=978-0-393-86833-3 , oclc=1233266753 * {{cite book , last=Clark , first=K.L. , title=Logic and Data Bases , chapter=Negation as Failure , author-link=Keith Clark (computer scientist) , date=1977 , pages=293–322 , doi=10.1007/978-1-4684-3384-5_11 , location=Boston, MA , publisher=Springer US, isbn=978-1-4684-3386-9 * {{Cite web , last = Gates , first = Bill , author-link = Bill Gates , date = December 21, 2023 , title=This year signaled the start of a new era , url=https://www.linkedin.com/pulse/year-signaled-start-new-era-bill-gates-qbpfc , access-date=28 January 2024 , website=www.linkedin.com , language=en * {{Cite book , last=Goethe, first=Johann Wolfgang von , title=Faust; a tragedy. Translated, in the original metres ... by Bayard Taylor. Authorised ed., published by special arrangement with Mrs. Bayard Taylor. With a biographical introd, date=1890, publisher=London Ward, Lock , url=https://archive.org/details/fausttragedytran00goetuoft * {{Cite journal , last1=Hart , first1=Peter E. , last2=Nilsson , first2=Nils J. , last3=Perrault , first3=Ray , last4=Mitchell , first4=Tom , last5=Kulikowski , first5=Casimir A. , last6=Leake , first6=David B. , date=15 March 2003 , title=In Memoriam: Charles Rosen, Norman Nielsen, and Saul Amarel , url=https://ojs.aaai.org/aimagazine/index.php/aimagazine/article/view/1683 , journal=AI Magazine , language=en , volume=24 , issue=1 , pages=6 , doi=10.1609/aimag.v24i1.1683 , issn=2371-9621 * {{cite book , last1=Hayes, first1=P.J. , year=1981, chapter=The logic of frames, title=Readings in artificial intelligence, language=en, pages=451–458, editor-first=Morgan, editor-last=Kaufmann * {{citation , ref={{harvid, Jewish Encyclopedia, loc=GOLEM , title = GOLEM , website = The Jewish Encyclopedia , url=http://www.jewishencyclopedia.com/articles/6777-golem , access-date=15 March 2020 * {{Cite book , last=Hollander, first=Lee M., title=Heimskringla; history of the kings of Norway., publisher=Published for the American-Scandinavian Foundation by the University of Texas Press, year=1991, orig-year=1964, isbn=0-292-73061-6, location=Austin, oclc=638953 * {{Cite web , last=Kressel, first=Matthew , date=October 1, 2015 , url=https://www.matthewkressel.net/2015/10/01/36-days-of-judaic-myth-day-24-the-golem-of-prague/ , title=36 Days of Judaic Myth: Day 24, The Golem of Prague 2015, website=Matthew Kressel, language=en, access-date=15 March 2020 * {{Cite journal , last1=LeCun, first1=Yann , last2=Bengio, first2=Yoshua , last3=Hinton, first3=Geoffrey , title=Deep learning , journal=Nature, volume=521, issue=7553, pages=436–444 , doi=10.1038/nature14539 , pmid=26017442 , bibcode=2015Natur.521..436L , year=2015 , s2cid=3074096 , url=https://hal.science/hal-04206682/file/Lecun2015.pdf * {{Cite web , last=Lee , first=Adrienne , date=23 January 2024 , title=UT Designates 2024 'The Year of AI' , url=https://news.utexas.edu/2024/01/23/ut-designates-2024-the-year-of-ai/ , access-date=28 January 2024 , website=UT News , language=en-US * {{Cite book , last=Linden , first=Stanton J. , title=The alchemy reader : from Hermes Trismegistus to Isaac Newton, date=2003, publisher=Cambridge University Press, isbn=0-521-79234-7, location=New York, pages=Ch. 18, oclc=51210362 * {{Citation, work=New York Times , title = IBM Is Counting on Its Bet on Watson, and Paying Big Money for It , first=Steve , last=Lohr , date=October 17, 2016 , url=https://www.nytimes.com/2016/10/17/technology/ibm-is-counting-on-its-bet-on-watson-and-paying-big-money-for-it.html?emc=edit_th_20161017&nl=todaysheadlines&nlid=62816440 * {{cite news , url=https://www.nytimes.com/2011/02/17/science/17jeopardy-watson.html , work=The New York Times , first=John , last=Markoff , title=On 'Jeopardy!' Watson Win Is All but Trivial , date=16 February 2011 * {{Cite web , last=Marr , first=Bernard , date=March 20, 2023 , title=Beyond The Hype: What You Really Need To Know About AI In 2023 , url=https://www.forbes.com/sites/bernardmarr/2023/03/20/beyond-the-hype-what-you-really-need-to-know-about-ai-in-2023/ , access-date=27 January 2024 , website=Forbes , language=en * {{cite journal , last=McCarthy , first=John , author-link=John McCarthy (computer scientist) , title=Review of ''The Question of Artificial Intelligence'' , journal=Annals of the History of Computing , volume=10 , number=3 , year=1988 , pages=224–229 , ref=none, collected in {{cite book , last=McCarthy , first=John , author-link=John McCarthy (computer scientist) , title=Defending AI Research: A Collection of Essays and Reviews , publisher=CSLI , year=1996 , chapter=10. Review of ''The Question of Artificial Intelligence'' * {{Cite journal , last1=McCulloch , first1=Warren S., last2=Pitts, first2=Walter, date=1 December 1943, title=A logical calculus of the ideas immanent in nervous activity, journal=Bulletin of Mathematical Biophysics, language=en, volume=5, issue=4, pages=115–133 , doi=10.1007/BF02478259, issn=1522-9602 * {{cite web , ref = {{harvid, McKinsey & Co, 2011 , date = May 1, 2011 , title = Big data: The next frontier for innovation, competition, and productivity , website = McKinsey.com , url = https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/big-data-the-next-frontier-for-innovation * {{cite news , first1 = Cade , last1 = Metz , first2 = Karen , last2 = Weise , first3 = Nico , last3 = Grant , first4 = Mike , last4 = Isaac , title = Ego, Fear and Money: How the A.I. Fuse Was Lit , date = December 3, 2023 , newspaper = The New York Times , url = https://www.nytimes.com/2023/12/03/technology/ai-openai-musk-page-altman.html * {{Cite journal , last = Miller , first = George , author-link = George Armitage Miller , title = The cognitive revolution: a historical perspective , journal = Trends in Cognitive Sciences , date = 2003 , volume = 7 , issue = 3 , pages = 141–144 , doi = 10.1016/s1364-6613(03)00029-9 , pmid = 12639696 , url = https://www.cs.princeton.edu/~rit/geo/Miller.pdf * {{cite book , last = Moravec , first = Hans , author-link = Hans Moravec , title = Robot: Mere Machine to Transcendent Mind , date = May 18, 2000 , publisher = Oxford University Press , isbn=9780195136302 * {{Cite book , last=Morford , first=Mark , title=Classical mythology , language=en , year=2007 , isbn=978-0-19-085164-4 , publisher=Oxford University Press , location=Oxford , pages=184 , oclc=1102437035 * {{Cite web , last=Murgia , first=Madhumita , date=23 July 2023 , title=Transformers: the Google scientists who pioneered an AI revolution , url=https://www.ft.com/content/37bb01af-ee46-4483-982f-ef3921436a50 , access-date=10 December 2023 , website=www.ft.com * {{Cite book , last=O'Neill , first=Cathy , date=September 6, 2016 , title=Weapons of Math Destruction: How Big Data Increases Inequality and Threatens Democracy , publisher = Crown , isbn =978-0553418811 * {{Cite book , last=Nielson , first=Donald L. , title=A HERITAGE OF INNOVATION SRI's First Half Century , date=1 January 2005 , chapter=Chapter 4: The Life and Times of a Successful SRI Laboratory: Artificial Intelligence and Robotics , publisher=SRI International , edition=1st , language=English , isbn=978-0-9745208-0-3 , url=https://www.sri.com/publication/a-heritage-of-innovation-sris-first-half-century/ , chapter-url=https://www.sri.com/wp-content/uploads/2022/08/A-heritage-of-innovation-The-Life-and-Times-of-a-Successful-SRI-Laboratory-Artificial-Intelligence-and-Robotics.pdf * {{cite web , last = Nilsson , first = Nils J. , author-link = Nils J. Nilsson , year = 1984 , url = https://www.sri.com/wp-content/uploads/2021/12/635.pdf , title = The SRI Artificial Intelligence Center: A Brief History , publisher = Artificial Intelligence Center, SRI International , archive-url = https://web.archive.org/web/20220810142945/https://www.sri.com/wp-content/uploads/2021/12/635.pdf , archive-date = 10 August 2022 * {{Cite thesis , last = Olazaran Rodriguez , first = Jose Miguel , title = A historical sociology of neural network research] , year = 1991 , institution = University of Edinburgh , url = https://era.ed.ac.uk/bitstream/handle/1842/20075/Olazaran-RodriguezJM_1991redux.pdf?sequence=1&isAllowed=y , archive-url = https://web.archive.org/web/20221111165150/https://era.ed.ac.uk/bitstream/handle/1842/20075/Olazaran-RodriguezJM_1991redux.pdf?sequence=1&isAllowed=y , url-status = dead , archive-date = 2022-11-11 See especially Chapter 2 and 3. * {{Cite journal , last=Piccinini, first=Gualtiero , date=1 August 2004, title=The First Computational Theory of Mind and Brain: A Close Look at Mcculloch and Pitts's "Logical Calculus of Ideas Immanent in Nervous Activity", journal=Synthese, language=en, volume=141, issue=2, pages=175–215, doi=10.1023/B:SYNT.0000043018.52445.3e, s2cid=10442035, issn=1573-0964 * {{cite book , last=Porterfield , first=A. , title=The Protestant Experience in America , publisher=Greenwood Press , series=American religious experience , year=2006 , isbn=978-0-313-32801-5 , url=https://books.google.com/books?id=V9VM9NEsqXwC&pg=PA136 , access-date=15 May 2023 , page=136 * {{cite journal , last1=Reiter, first1=R. , year=1978, title=On reasoning by default, journal=American Journal of Computational Linguistics, language=en, pages=29–37 * {{Cite book , last=Rhodios, first=Apollonios , title=The Argonautika : Expanded Edition, language=en, date=2007, publisher=University of California Press, isbn=978-0-520-93439-9, pages=355, oclc=811491744 * {{Cite journal , last1= Rose , first1= Allen , title= Lightning Strikes Mathematics , journal= Popular Science , pages= 83–86 , date= April 1946 , url=https://books.google.com/books?id=niEDAAAAMBAJ&q=eniac+intitle:popular+intitle:science&pg=PA83 , access-date=15 April 2012 * {{cite web , last1 = Rosen , first1 = Charles A. , author-link = Charles A. Rosen , last2 = Nilsson , first2 = Nils J. , author-link2 = Nils J. Nilsson , last3 = Adams , first3 = Milton B. , title = A research and development program in applications of intelligent automata to reconnaissance-phase I. (Proposal for Research SRI No. ESU 65-1) , date = 8 January 1965 , url = http://www.ai.sri.com/pubs/files/rosen65-esu65-1tech.pdf , publisher = Stanford Research Institute , archive-url = https://web.archive.org/web/20060316081320/http://www.ai.sri.com/pubs/files/rosen65-esu65-1tech.pdf , archive-date = 16 March 2006 * {{citation , last = Rosenblatt , first = Frank , author-link = Frank Rosenblatt , title = Principles of neurodynamics: Perceptrons and the theory of brain mechanisms , year = 1962 , volume = 55 , publisher = Spartan books , location = Washington DC * {{Cite book , last=Russell , first=Stuart J. , url=https://www.penguinrandomhouse.com/books/566677/human-compatible-by-stuart-russell/ , title=Human compatible: Artificial intelligence and the problem of control , publisher=Penguin Random House , year=2020 , isbn=9780525558637 , oclc=1113410915 * {{cite book , last = Schaeffer , first = Jonathan. , title = One Jump Ahead:: Challenging Human Supremacy in Checkers , year = 1997 , publisher = Springer , isbn=978-0-387-76575-4 * {{cite web , title = Annotated History of Modern AI and Deep Learning , last = Schmidhuber , first = Jürgen , author-link = Jürgen Schmidhuber , year = 2022 , url = https://people.idsia.ch/~juergen/ * {{cite journal , last1 = Schultz , first1 = Wolfram , author1-link = Wolfram Schultz , last2 = Dayan , first2 = Peter , author2-link = Peter Dayan , last3 = Montague , first3 = P. Read , author3-link = P. Read Montague , title = A Neural Substrate of Prediction and Reward , date = March 14, 1997 , journal = Science (journal), Science , volume = 275 , issue = 5306 , pages = 1593–1599 , doi = 10.1126/science.275.5306.1593 , pmid = 9054347 * {{Cite book , last = Sejnowski , first=Terrence J. , title=The Deep Learning Revolution , date=23 October 2018 , publisher=The MIT Press , isbn=978-0-262-03803-4 , edition=1st , location=Cambridge, Massachusetts London, England , pages=93–94 , language=English * {{Cite web , ref={{harvid, Talmud , url=https://www.sefaria.org/Sanhedrin.65b?lang=bi , title=Sanhedrin 65b , website=www.sefaria.org, access-date=15 March 2020 * {{Cite journal , last1=Widrow , first1=B. , last2=Lehr , first2=M.A. , date=September 1990 , title=30 years of adaptive neural networks: perceptron, Madaline, and backpropagation , url=https://ieeexplore.ieee.org/document/58323 , journal=Proceedings of the IEEE , volume=78 , issue=9 , pages=1415–1442 , doi=10.1109/5.58323, s2cid=195704643 * {{Citation , last = Berlinski , first = David , title = The Advent of the Algorithm , year = 2000 , author-link = David Berlinski , publisher = Harcourt Books , isbn = 978-0-15-601391-8 , oclc = 46890682 , url = https://archive.org/details/adventofalgorith0000berl . * {{cite journal, last=Brooks, first=Robert A., title=Elephants Don't Play Chess, journal=Robotics and Autonomous Systems, volume=6, year=1990, issue=1–2 , pages=3–15 , doi=10.1016/S0921-8890(05)80025-9, url=http://people.csail.mit.edu/brooks/papers/elephants.pdf * {{Citation , last=Buchanan , first=Bruce G. , title=A (Very) Brief History of Artificial Intelligence , date=Winter 2005 , url=http://www.aaai.org/AITopics/assets/PDF/AIMag26-04-016.pdf , magazine=AI Magazine , pages=53–60 , access-date=30 August 2007 , url-status=dead , archive-url=https://web.archive.org/web/20070926023314/http://www.aaai.org/AITopics/assets/PDF/AIMag26-04-016.pdf , archive-date=26 September 2007 . * {{Citation , last = Butler , first = Samuel , title = Darwin Among the Machines , date = 13 June 1863 , url = https://nzetc.victoria.ac.nz/tm/scholarly/tei-ButFir-t1-g1-t1-g1-t4-body.html , author-link = Samuel Butler (novelist) , work = The Press, Christchurch, New Zealand , access-date = 10 October 2008 . * {{Cite web , title = The John Gabriel Byrne Computer Science Collection , date = 8 December 2012 , last = Byrne , first = J. G. , url = https://scss.tcd.ie/SCSSTreasuresCatalog/miscellany/TCD-SCSS-X.20121208.002/TCD-SCSS-X.20121208.002.pdf/ , access-date = 8 August 2019 , archive-url = https://web.archive.org/web/20190416071721/https://www.scss.tcd.ie/SCSSTreasuresCatalog/miscellany/TCD-SCSS-X.20121208.002/TCD-SCSS-X.20121208.002.pdf , archive-date = 16 April 2019 , url-status = dead * {{Citation , ref={{harvid, CNN, 2006 , title=AI set to exceed human brain power , date=26 July 2006 , url=http://www.cnn.com/2006/TECH/science/07/24/ai.bostrom/ , work=CNN.com , access-date=16 October 2007 . * {{Citation , last1 = Colby , first1 = Kenneth M. , last2 = Watt , first2 = James B. , last3 = Gilbert , first3 = John P. , title = A Computer Method of Psychotherapy: Preliminary Communication , date = 1966 , magazine = The Journal of Nervous and Mental Disease , volume = 142 , issue = 2 , pages = 148–152 , url = https://exhibits.stanford.edu/feigenbaum/catalog/hk334rq4790 , doi = 10.1097/00005053-196602000-00005 , pmid = 5936301 , s2cid = 36947398 . * {{Citation , last = Colby , first = Kenneth M. , title = Ten Criticisms of Parry , date = September 1974 , publisher = Stanford Artificial Intelligence Laboratory , id = REPORT NO. STAN-CS-74-457 , url = http://i.stanford.edu/pub/cstr/reports/cs/tr/74/457/CS-TR-74-457.pdf , access-date = 17 June 2018 . * {{Citation , last = Couturat , first = Louis , author-link =Louis Couturat , title = La Logique de Leibniz , year = 1901 * {{Citation , last=Copeland , first=Jack , title=Micro-World AI , url=http://www.alanturing.net/turing_archive/pages/Reference%20Articles/what_is_AI/What%20is%20AI06.html , year=2000 , author-link=Jack Copeland , access-date=8 October 2008 . * {{Cite book , last= Copeland, first= J (Ed.), title= The Essential Turing: the ideas that gave birth to the computer age, location= Oxford , publisher=Clarendon Press, year=2004, isbn=0-19-825079-7. * {{Citation , last=Cordeschi , first=Roberto , title = The Discovery of the Artificial , year = 2002 , location=Dordrecht , publisher=Kluwer. . * {{Crevier 1993 * {{Citation , last = Darrach , first = Brad , title=Meet Shaky, the First Electronic Person , date=20 November 1970 , magazine=Life Magazine , pages = 58–68 . * {{Citation , last = Doyle , first = J. , title = What is rational psychology? Toward a modern mental philosophy , year = 1983 , magazine = AI Magazine , volume= 4 , issue =3 , pages = 50–53 . * {{Citation , last=Dreyfus , first=Hubert , title = Alchemy and AI , year =1965 , author-link = Hubert Dreyfus , publisher = RAND Corporation Memo . * {{Citation , last=Dreyfus , first=Hubert , title = What Computers Can't Do , year =1972 , location = New York , publisher = MIT Press , isbn = 978-0-06-090613-9 , oclc=5056816 , title-link=What Computers Can't Do . * {{cite book , last1=Dreyfus , first1=Hubert , author-link=Hubert Dreyfus , last2=Dreyfus , first2=Stuart , year=1986 , title=Mind over Machine: The Power of Human Intuition and Expertise in the Era of the Computer , publisher=Blackwell , location=Oxford, UK , isbn=978-0-02-908060-3 , url=https://archive.org/details/mindovermachinep00drey , access-date=22 August 2020 * {{Citation , last=The Economist , title=Are You Talking to Me? , date=7 June 2007 , url=http://www.economist.com/science/tq/displaystory.cfm?story_id=9249338 , magazine=The Economist , access-date=16 October 2008 . * {{Citation , last1 = Feigenbaum , first1 = Edward A. , title = The Fifth Generation: Artificial Intelligence and Japan's Computer Challenge to the World , year = 1983, last2=McCorduck , first2=Pamela , author-link = Edward Feigenbaum , publisher = Michael Joseph , isbn = 978-0-7181-2401-4 , title-link = Fifth generation computer . * {{Cite journal , last=Haigh , first=Thomas , date=December 2023 , title=There Was No 'First AI Winter' , url=https://dl.acm.org/doi/10.1145/3625833 , journal=Communications of the ACM , language=en , volume=66 , issue=12 , pages=35–39 , doi=10.1145/3625833 , issn=0001-0782. * {{cite book , last=Haugeland , first=John , author-link=John Haugeland , year=1985 , title=Artificial Intelligence: The Very Idea , publisher=MIT Press , location=Cambridge, Mass. , isbn=978-0-262-08153-5 * {{Citation , last1=Hawkins , first1=Jeff , title=On Intelligence , year=2004 , last2=Blakeslee , first2=Sandra , author-link=Jeff Hawkins , location=New York, NY , publisher=Owl Books , isbn=978-0-8050-7853-4 , oclc=61273290 , title-link=On Intelligence . * {{Citation, last=Hebb , first=D.O., title=The Organization of Behavior , year=2002 , orig-year=1949 , author-link=Donald Olding Hebb, location=New York, publisher=Wiley , isbn=978-0-8058-4300-2, oclc=48871099 . * {{Citation , last1=Hewitt , first1=Carl , title=A Universal Modular Actor Formalism for Artificial Intelligence , url=http://dli.iiit.ac.in/ijcai/IJCAI-73/PDF/027B.pdf , year=1973 , last2=Bishop , last3=Steiger , first2=Peter , first3=Richard , author-link=Carl Hewitt , publisher=IJCAI , url-status=dead , archive-url=https://web.archive.org/web/20091229084457/http://dli.iiit.ac.in/ijcai/IJCAI-73/PDF/027B.pdf , archive-date=29 December 2009 * {{Citation , last = Hobbes , first = Thomas , title = Leviathan , year = 1651 , author-link=Hobbes , title-link = Leviathan (Hobbes book) . * {{Citation , last = Hofstadter , first = Douglas , title = Gödel, Escher, Bach: an Eternal Golden Braid , date = 1999 , author-link = Douglas Hofstadter , orig-year=1979, publisher = Basic Books , isbn = 978-0-465-02656-2 , oclc = 225590743 , title-link = Gödel, Escher, Bach . * {{Citation , last = Howe , first = J. , title = Artificial Intelligence at Edinburgh University: a Perspective , date = November 1994 , url = http://www.inf.ed.ac.uk/about/AIhistory.html , access-date = 30 August 2007 . * {{cite journal , last1=Kahneman , first1=Daniel , author-link=Daniel Kahneman , last2=Slovic , first2=D. , last3=Tversky , first3=Amos , author3-link=Amos Tversky , year=1982 , title=Judgment under uncertainty: Heuristics and biases , journal=Science , volume=185 , issue=4157 , pages=1124–1131 , publisher=Cambridge University Press , location=New York , isbn=978-0-521-28414-1 , pmid=17835457 , doi=10.1126/science.185.4157.1124 , bibcode=1974Sci...185.1124T , s2cid=143452957 * {{Citation , last1 = Kaplan , first1 = Andreas , last2 = Haenlein , first2 = Michael , title = Siri, Siri in my Hand, who's the Fairest in the Land? On the Interpretations, Illustrations and Implications of Artificial Intelligence , journal = Business Horizons , volume = 62 , pages = 15–25 , date = 2018 , doi = 10.1016/j.bushor.2018.08.004 , s2cid = 158433736 . * {{Citation , last=Kolata , first = G. , title=How can computers get common sense? , year=1982 , journal=Science , volume = 217 , issue= 4566 , pages=1237–1238 , bibcode = 1982Sci...217.1237K , doi = 10.1126/science.217.4566.1237 , pmid = 17837639 . * {{Citation , last = Kurzweil , first = Ray , title = The Singularity is Near , year = 2005 , author-link = Ray Kurzweil , publisher = Viking Press , isbn=978-0-14-303788-0 , oclc = 71826177 , title-link = The Singularity is Near . * {{Citation , last = Lakoff , first = George , title = Women, Fire, and Dangerous Things: What Categories Reveal About the Mind , year = 1987 , author-link = George Lakoff , publisher = University of Chicago Press. , isbn = 978-0-226-46804-4 , url = https://archive.org/details/womenfiredangero00lako_0 . * {{Cite book , vauthors=Lakoff G, Johnson M , url=https://www.basicbooks.com/titles/george-lakoff/philosophy-in-the-flesh/9780465056743/ , title=Philosophy in the flesh: The embodied mind and its challenge to western thought , date=1999 , publisher=Basic Books , isbn=978-0-465-05674-3 * {{Citation , last1=Lenat , first1=Douglas , title = Building Large Knowledge-Based Systems , year = 1989 , last2=Guha , first2=R. V., author-link=Douglas Lenat , publisher = Addison-Wesley, isbn=978-0-201-51752-1 , oclc=19981533 . * {{Citation , last = Levitt , first = Gerald M. , title = The Turk, Chess Automaton, year = 2000, location = Jefferson, N.C. , publisher = McFarland, isbn = 978-0-7864-0778-1 . * {{Citation , last = Lighthill , first = Professor Sir James , title = Artificial Intelligence: a paper symposium, year = 1973 , author-link=James Lighthill , contribution= Lighthill report, Artificial Intelligence: A General Survey , publisher = Science Research Council * {{Citation , last = Lucas , first = John , title = Minds, Machines and Gödel , year = 1961 , author-link = John Lucas (philosopher) , journal = Philosophy (journal), Philosophy , volume = 36 , issue = XXXVI , pages = 112–127 , doi = 10.1017/S0031819100057983 , s2cid = 55408480 , doi-access = free * {{cite book , last1=Luger , first1=George , last2=Stubblefield , first2=William , author2-link=William Stubblefield , year=2004 , title=Artificial Intelligence: Structures and Strategies for Complex Problem Solving , publisher=Benjamin/Cummings , edition=5th , isbn=978-0-8053-4780-7 , url=https://archive.org/details/artificialintell0000luge , url-access=registration , access-date=17 December 2019 * {{Citation , last=Maker , first=Meg Houston , title=AI@50: AI Past, Present, Future , url=http://www.engagingexperience.com/2006/07/ai50_ai_past_pr.html , year=2006 , publisher=Dartmouth College , access-date=16 October 2008 , url-status=dead , archive-url=https://web.archive.org/web/20081008120238/http://www.engagingexperience.com/2006/07/ai50_ai_past_pr.html , archive-date=8 October 2008 * {{Citation , last=Markoff , first=John , title=Behind Artificial Intelligence, a Squadron of Bright Real People , date=14 October 2005 , url=https://www.nytimes.com/2005/10/14/technology/14artificial.html?_r=1&ei=5070&en=11ab55edb7cead5e&ex=1185940800&adxnnl=1&adxnnlx=1185805173-o7WsfW7qaP0x5/NUs1cQCQ&oref=slogin , author-link=John Markoff , work=The New York Times , access-date=16 October 2008 * {{Citation , last1 = McCarthy , first1 = John , title = A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence , date = 31 August 1955 , url = http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html , last2 = Minsky , last3 = Rochester , last4 = Shannon , first2 = Marvin , first3 = Nathan , first4 = Claude , author-link = John McCarthy (computer scientist) , author3-link = Nathaniel Rochester (computer scientist) , author4-link = Claude Shannon , access-date = 16 October 2008 , archive-url = https://web.archive.org/web/20080930164306/http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html , archive-date = 30 September 2008 , url-status = dead * {{Citation , last1=McCarthy , first1=John , author-link = John McCarthy (computer scientist) , title=Machine Intelligence 4 , url=http://www-formal.stanford.edu/jmc/mcchay69/mcchay69.html , year=1969 , last2=Hayes , first2=P. J. , author2-link=Patrick J. Hayes , pages=463–502 , contribution=Some philosophical problems from the standpoint of artificial intelligence , publisher=Edinburgh University Press , editor-last=Meltzer , editor2-last=Mitchie , editor-first=B. J. , editor2-first=Donald , editor-link=Bernard Meltzer (computer scientist) , editor2-link=Donald Mitchie , access-date=16 October 2008 * {{cite web , last = McCarthy , first = John , author-link = John McCarthy (computer scientist) , year = 1974 , title = Review of Lighthill report , url =http://www-formal.stanford.edu/jmc/reviews/lighthill/lighthill.html * {{Citation , last=McCorduck , first=Pamela , title = Machines Who Think , year = 2004 , edition=2nd , location=Natick, MA , publisher=A. K. Peters, Ltd. , isbn=978-1-56881-205-2 , oclc=52197627. * {{Citation , last1 = McCullough , first1 = W. S. , title = A logical calculus of the ideas immanent in nervous activity , year = 1943 , last2 = Pitts , first2 = W. , author-link = Warren McCullough , journal= Bulletin of Mathematical Biophysics , volume= 5 , issue = 4, pages = 115–127 , doi = 10.1007/BF02478259 * {{Citation , last1 = Menabrea , first1 = Luigi Federico , title = Sketch of the Analytical Engine Invented by Charles Babbage , url = http://www.fourmilab.ch/babbage/sketch.html , year = 1843 , last2 = Lovelace , first2 = Ada , author2-link = Ada Lovelace , journal = Scientific Memoirs , volume = 3 , access-date = 29 August 2008 With notes upon the Memoir by the Translator * {{Citation , last = Minsky , first = Marvin , title = Computation: Finite and Infinite Machines , year = 1967 , author-link=Marvin Minsky , location=Englewood Cliffs, N.J. , publisher = Prentice-Hall * {{Citation , last1 = Minsky , first1 = Marvin , title = Perceptrons: An Introduction to Computational Geometry , year = 1969 , last2 = Papert , first2 = Seymour , author-link = Marvin Minsky , author2-link = Seymour Papert , publisher = The MIT Press , isbn = 978-0-262-63111-2 , oclc = 16924756 , url = https://archive.org/details/perceptronsintro00mins * {{Citation , last = Minsky , first = Marvin , title = A Framework for Representing Knowledge , url = http://web.media.mit.edu/~minsky/papers/Frames/frames.html , year = 1974 , author-link = Marvin Minsky , access-date = 16 October 2008 , archive-date = 7 January 2021 , archive-url = https://web.archive.org/web/20210107162402/http://web.media.mit.edu/~minsky/papers/Frames/frames.html , url-status = dead * {{Citation , last = Minsky , first = Marvin , title = The Society of Mind , year = 1986 , author-link=Marvin Minsky , publisher = Simon and Schuster , isbn=978-0-671-65713-0 , oclc = 223353010 , title-link = The Society of Mind * {{Citation , last=Minsky , first=Marvin , title=It's 2001. Where Is HAL? , url=http://www.ddj.com/hpc-high-performance-computing/197700454?cid=RSSfeed_DDJ_AI , year=2001 , author-link=Marvin Minsky , publisher=Dr. Dobb's Technetcast , access-date=8 August 2009 * {{Citation, editor-last=Moor , editor-first=James , year=2003 , title=The Turing Test: The Elusive Standard of Artificial Intelligence , isbn=978-1-4020-1205-1, publisher=Kluwer Academic Publishers, location=Dordrecht * {{Citation , last = Moravec , first = Hans , title = The Role of Raw Power in Intelligence , url = http://www.frc.ri.cmu.edu/users/hpm/project.archive/general.articles/1975/Raw.Power.html , year = 1976 , author-link = Hans Moravec , access-date = 16 October 2008 , archive-url = https://web.archive.org/web/20160303232511/http://www.frc.ri.cmu.edu/users/hpm/project.archive/general.articles/1975/Raw.Power.html , archive-date = 3 March 2016 , url-status = dead * {{Citation , last = Moravec , first = Hans , title = Mind Children , year = 1988 , publisher = Harvard University Press , isbn = 978-0-674-57618-6 , oclc = 245755104 , url-access = registration , url = https://archive.org/details/mindchildren00hans * {{Cite web , title = 1907: was the first portable computer design Irish? , last = Mulvihill , first = Mary , date = 17 October 2012 , url = http://ingeniousireland.ie/2012/10/1909-a-novel-irish-computer/ , website = Ingenious Ireland * {{cite book , last=Needham , first=Joseph , year=1986 , title=Science and Civilization in China: Volume 2 , location=Taipei , publisher=Caves Books Ltd * {{Citation , last1 = Newell , first1 = Allen , title=Computers and Thought , year = 1995 , orig-year = 1963 , last2 = Simon , first2=H. A. , author-link=Allen Newell , contribution=GPS: A Program that Simulates Human Thought, location= New York, publisher=McGraw-Hill , editor-last= Feigenbaum , editor2-last= Feldman , editor-first= E.A. , editor2-first= J. , isbn=978-0-262-56092-4 , oclc = 246968117 * {{Citation , last = Newquist , first = HP , title=The Brain Makers: Genius, Ego, And Greed in the Quest For Machines That Think , year = 1994 , author-link=HP Newquist , location= New York, publisher=Macmillan/SAMS , isbn=978-0-9885937-1-8 , oclc=313139906 * {{Citation, last=NRC, title=Funding a Revolution: Government Support for Computing Research, year=1999, author-link=United States National Research Council, chapter=Developments in Artificial Intelligence, publisher=National Academy Press, isbn=978-0-309-06278-7, oclc=246584055, chapter-url=https://archive.org/details/fundingrevolutio00nati * {{Citation , last=Nick , first=Martin , title=Al Jazari: The Ingenious 13th Century Muslim Mechanic , url=http://www.alshindagah.com/marapr2005/jaziri.html , year=2005 , publisher=Al Shindagah , access-date=16 October 2008 . * {{cite book , last = Nilsson , first = Nils , author-link = Nils John Nilsson , title = The Quest for Artificial Intelligence , date = October 30, 2009 , publisher = Cambridge University Press , isbn=978-0-52-112293-1 * {{Citation , last=O'Connor , first=Kathleen Malone , title=The alchemical creation of life (takwin) and other concepts of Genesis in medieval Islam , pages=1–435 , url=http://repository.upenn.edu/dissertations/AAI9503804 , year=1994 , publisher=University of Pennsylvania , access-date=10 January 2007 * {{Citation , last=Olsen , first=Stefanie , title=Newsmaker: Google's man behind the curtain , date=10 May 2004 , url=http://news.cnet.com/Googles-man-behind-the-curtain/2008-1024_3-5208228.html , publisher=CNET , access-date=17 October 2008 . * {{Citation , last=Olsen , first=Stefanie , title=Spying an intelligent search engine , date=18 August 2006 , url=http://news.cnet.com/Spying-an-intelligent-search-engine/2100-1032_3-6107048.html , publisher=CNET , access-date=17 October 2008 . * {{Citation , last = Pearl , first = J. , title = Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference , year = 1988 , author-link=Judea Pearl , location=San Mateo, California, publisher=Morgan Kaufmann , isbn=978-1-55860-479-7 , oclc = 249625842 . * {{Citation , last1 = Poole , first1 = David , title = Computational Intelligence: A Logical Approach , url = https://archive.org/details/computationalint00pool , year = 1998 , last2 = Mackworth , last3 = Goebel , first2 = Alan , first3 = Randy , publisher = Oxford University Press. , isbn = 978-0-19-510270-3 . * {{cite news , title = Technology; Fuzzy Logic For Computers , first = Andrew , last = Pollack , date = October 11, 1984 , newspaper = The New York Times , url = https://www.nytimes.com/1984/10/11/business/technology-fuzzy-logic-for-computers.html * {{cite news , title = Fuzzy Computer Theory: How to Mimic the Mind? , first = Andrew , last = Pollack , date = April 2, 1989 , newspaper = The New York Times , url = https://www.nytimes.com/1989/04/02/us/fuzzy-computer-theory-how-to-mimic-the-mind.html * {{citation , last = Quevedo , first = L. Torres Quevedo , work = Ensayos sobre Automática – Su definicion. Extension teórica de sus aplicaciones , title = Revista de la Academia de Ciencias Exacta , volume = 12 , pages = 391–418 , year = 1914 * {{citation , last = Quevedo , first = L. Torres Quevedo , year = 1915 , work = Essais sur l'Automatique - Sa définition. Etendue théorique de ses applications , title = Revue Génerale des Sciences Pures et Appliquées , volume = 2 , pages = 601–611 , url = https://diccan.com/dicoport/Torres.htm * {{citation , last = Randall , first = Brian , year = 1982 , title = From Analytical Engine to Electronic Digital Computer: The Contributions of Ludgate, Torres, and Bush , website = fano.co.uk , url = http://www.fano.co.uk/ludgate/ , access-date = 29 October 2018 * {{Russell Norvig 2003. * {{Cite book , first1 = Stuart J. , last1 = Russell , author1-link = Stuart J. Russell , first2 = Peter. , last2 = Norvig , author2-link = Peter Norvig , title=Artificial Intelligence: A Modern Approach , year = 2021 , edition = 4th , isbn = 978-0-13-461099-3 , lccn = 20190474 , publisher = Pearson , location = Hoboken * {{Citation , last =Samuel , first =Arthur L. , title =Some studies in machine learning using the game of checkers , date =July 1959 , url =http://domino.research.ibm.com/tchjr/journalindex.nsf/600cc5649e2871db852568150060213c/39a870213169f45685256bfa00683d74?OpenDocument , author-link =Arthur Samuel (computer scientist) , journal =IBM Journal of Research and Development , volume =3 , issue =3 , pages =210–219 , doi =10.1147/rd.33.0210 , access-date =20 August 2007 , citeseerx =10.1.1.368.2254 , s2cid =2126705 , archive-date =3 March 2016 , archive-url =https://web.archive.org/web/20160303191010/http://domino.research.ibm.com/tchjr/journalindex.nsf/600cc5649e2871db852568150060213c/39a870213169f45685256bfa00683d74?OpenDocument , url-status =dead . * {{citation , ref = {{harvid, Saygin, 2000 , first1 = A. P. , last1 = Saygin , first2 = I. , last2 = Cicekli , first3 = V. , last3 = Akman , year = 2000 , title = Turing Test: 50 Years Later , journal = Minds and Machines , volume = 10 , issue = 4 , pages = 463–518 , url = http://crl.ucsd.edu/~saygin/papers/MMTT.pdf , doi = 10.1023/A:1011288000451 , hdl = 11693/24987 , s2cid = 990084 , hdl-access = free , access-date = 7 January 2004 , archive-date = 9 April 2011 , archive-url = https://web.archive.org/web/20110409073501/http://crl.ucsd.edu/~saygin/papers/MMTT.pdf . Reprinted in {{harvtxt, Moor, 2003, pp=23–78. * {{Searle 1980. * {{Citation , title = Heuristic Problem Solving: The Next Advance in Operations Research , year = 1958 , last1 =Simon , last2=Newell , first1 = H. A. , first2=Allen , author-link=Herbert A. Simon , journal =Operations Research , volume=6 , pages =1–10 , doi =10.1287/opre.6.1.1 . * {{Citation , last= Simon, first = H. A. , title=The Shape of Automation for Men and Management , year = 1965 , location = New York , publisher =Harper & Row . * {{Citation , last = Skillings , first = Jonathan , title = Newsmaker: Getting machines to think like us , url = http://news.cnet.com/Getting-machines-to-think-like-us---page-2/2008-11394_3-6090207-2.html?tag=st.next , year = 2006 , publisher = CNET , access-date = 8 October 2008 . * {{Citation , last=Tascarella , first=Patty , title=Robotics firms find fundraising struggle, with venture capital shy , date=14 August 2006 , url=http://www.bizjournals.com/pittsburgh/stories/2006/08/14/focus3.html?b=1155528000%5E1329573 , work=Pittsburgh Business Times , access-date=15 March 2016 . * {{Citation , last=Turing , first=Alan , title=On Computable Numbers, with an Application to the Entscheidungsproblem , date=1936–1937 , url=http://www.abelard.org/turpap2/tp2-ie.asp , series=2 , journal=Proceedings of the London Mathematical Society , issue=42 , pages=230–265 , doi=10.1112/plms/s2-42.1.230 , access-date=8 October 2008 , volume=42 , s2cid=73712 . * {{Turing 1950. * {{cite book , last1=Turkle , first1=Sherry , title=The second self: computers and the human spirit , date=1984 , publisher=Simon and Schuster , isbn=978-0-671-46848-4 , oclc=895659909 * {{cite book , last1=Wason , first1=P. C. , author-link=Peter Cathcart Wason , last2=Shapiro , first2=D. , editor=Foss, B. M. , year=1966 , title=New horizons in psychology , chapter-url=https://archive.org/details/newhorizonsinpsy0000foss , chapter-url-access=registration , location=Harmondsworth , publisher=Penguin , chapter=Reasoning , access-date=18 November 2019 * {{Citation , last = Weizenbaum , first = Joseph , title = Computer Power and Human Reason , year = 1976 , author-link=Joseph Weizenbaum , publisher = W.H. Freeman & Company , isbn=978-0-14-022535-8 , oclc = 10952283 , title-link = Computer Power and Human Reason . {{divcolend {{refend History of artificial intelligence, History of computing