Artificial intelligence: Difference between revisions
imported>Cosmicseeds →Ethics: Citation |
imported>Wire723 m →Deep learning: Drop the informal word 'incredible' |
||
| Line 1: | Line 1: | ||
{{Short description|Intelligence of machines}} | {{Short description|Intelligence of machines}} | ||
{{Redirect|AI|other uses|AI (disambiguation)|and|Artificial intelligence (disambiguation)}} | {{Redirect|AI|other uses|AI (disambiguation)|and|Artificial intelligence (disambiguation)}} | ||
{{Use dmy dates|date= | {{Use dmy dates|date=October 2025}}{{Pp|small=yes}} | ||
{{Artificial intelligence}} | {{Artificial intelligence}} | ||
<!-- The lead section & other large sections are demarcated by comments to try and keep it a bit organised when edits are rapid. --> | |||
<!-- DEFINITIONS --> | <!-- DEFINITIONS --> | ||
'''Artificial intelligence''' ('''AI''') is the capability of [[computer|computational systems]] to perform tasks typically associated with [[human intelligence]], such as [[learning]], [[ | '''Artificial intelligence''' ('''AI''') is the capability of [[computer|computational systems]] to perform tasks typically associated with [[human intelligence]], such as [[learning]], [[reason]]ing, [[problem-solving]], [[perception]], and [[decision-making]]. It is a [[field of research]] in [[engineering]], [[mathematics]] and [[computer science]] that develops and studies methods and [[software]] that enable machines to perceive their environment and use [[machine learning|learning]] and [[intelligence]] to take actions that maximize their chances of achieving defined goals.{{Sfnp|Russell|Norvig|2021|pp=1–4}} | ||
<!-- APPLICATIONS --> | <!-- APPLICATIONS --> | ||
High-profile [[applications of AI]] include advanced [[web search engine]]s | High-profile [[applications of artificial intelligence|applications of AI]] include advanced [[web search engine]]s, [[Chatbot|chatbots]], [[virtual assistant]]s, [[autonomous vehicles]], and play and analysis in [[strategy game]]s (e.g., [[chess]] and [[Go (game)|Go]]). Since the 2020s, [[generative AI]] has become widely available to generate images, audio, and videos from text prompts. | ||
<!-- GOALS AND TOOLS: SCOPE OF AI --> | <!-- GOALS AND TOOLS: SCOPE OF AI --> | ||
The traditional goals of AI research include learning, [[automated reasoning|reasoning]], [[knowledge representation]], [[Automated planning and scheduling|planning]], [[natural language processing]], and [[Machine perception|perception]], as well as support for [[robotics]].{{Efn|name="Problems of AI"}} To reach these goals, AI researchers have used techniques including [[state space search]] and [[mathematical optimization]], [[formal logic]], [[artificial neural network]]s, and methods based on [[statistics]], [[operations research]], and [[economics]].{{Efn|name="Tools of AI"}} AI also draws upon [[psychology]], [[linguistics]], [[Philosophy of artificial intelligence|philosophy]], [[neuroscience]], and other fields.<ref>{{Harvtxt|Russell|Norvig|2021|loc=§1.2}}.</ref> Some companies, such as [[OpenAI]], [[Google DeepMind]] and [[Meta Platforms|Meta]], aim to create [[artificial general intelligence]] (AGI) {{Ndash}} AI that can complete virtually any cognitive task at least as well as a human.<ref>{{Cite web |date=4 April 2024 |title=Tech companies want to build artificial general intelligence. But who decides when AGI is attained? |url=https://apnews.com/article/agi-artificial-general-intelligence-existential-risk-meta-openai-deepmind-science-ff5662a056d3cf3c5889a73e929e5a34 |access-date=20 May 2025 |website=[[AP News]] |language=en}}</ref> | |||
<!-- HISTORY AND ETHICS --> | <!-- HISTORY AND ETHICS --> | ||
Artificial intelligence was founded as an academic discipline in 1956,<ref name="Dartmouth workshop"/> and the field went through multiple cycles of optimism throughout [[History of artificial intelligence|its history]],<ref name="Succ1"/><ref name="Fund01"/> followed by periods of disappointment and loss of funding, known as [[AI winter]]s.<ref name="First AI Winter"/><ref name="Second AI Winter"/> Funding and interest | Artificial intelligence was founded as an academic discipline in 1956,<ref name="Dartmouth workshop"/> and the field went through multiple cycles of optimism throughout [[History of artificial intelligence|its history]],<ref name="Succ1"/><ref name="Fund01"/> followed by periods of disappointment and loss of funding, known as [[AI winter]]s.<ref name="First AI Winter"/><ref name="Second AI Winter"/> Funding and interest increased substantially after 2012, when [[graphics processing unit]]s began being used to accelerate neural networks, and [[deep learning]] outperformed previous AI techniques.<ref name="Deep learning revolution"/> This growth accelerated further after 2017 with the [[transformer architecture]].{{Sfnp|Toews|2023}} In the 2020s, an [[AI boom]] has coincided with advances in [[generative AI]], which allowed for the creation and modification of media. In addition to [[AI safety]] and [[Generative AI#Concerns|unintended consequences and harms]] from the use of AI, [[Ethics of artificial intelligence|ethical concerns]], [[AI aftermath scenarios|AI's long-term effects]], and [[Existential risk from artificial intelligence|potential existential risks]] have prompted discussions of [[Regulation of artificial intelligence|AI regulation]]. | ||
== Goals == | == Goals == | ||
The general problem of simulating (or creating) intelligence has been broken into subproblems. These consist of particular traits or capabilities that researchers expect an intelligent system to display. The traits described below have received the most attention and cover the scope of AI research.{{Efn|name="Problems of AI"|This list of intelligent traits is based on the topics covered by the major AI textbooks, including: {{Harvtxt|Russell|Norvig|2021}}, {{Harvtxt|Luger|Stubblefield|2004}}, {{Harvtxt|Poole|Mackworth|Goebel|1998}} and {{Harvtxt|Nilsson|1998}}}} | The general problem of simulating (or creating) intelligence has been broken into subproblems. These consist of particular traits or capabilities that researchers expect an intelligent system to display. The traits described below have received the most attention and cover the scope of AI research.{{Efn|name="Problems of AI"|This list of intelligent traits is based on the topics covered by the major AI textbooks, including: {{Harvtxt|Russell|Norvig|2021}}, {{Harvtxt|Luger|Stubblefield|2004}}, {{Harvtxt|Poole|Mackworth|Goebel|1998}} and {{Harvtxt|Nilsson|1998}}.}} | ||
=== Reasoning and problem-solving === | === Reasoning and problem-solving === | ||
Early researchers developed algorithms that imitated step-by-step reasoning that humans use when they solve puzzles or make logical [[Deductive reasoning|deductions]].<ref>Problem-solving, puzzle solving, game playing, and deduction: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 3–5}}, {{Harvtxt|Russell|Norvig|2021|loc=chpt. 6}} ([[constraint satisfaction]]), {{Harvtxt|Poole|Mackworth|Goebel|1998|loc=chpt. 2, 3, 7, 9}}, {{Harvtxt|Luger|Stubblefield|2004|loc=chpt. 3, 4, 6, 8}}, {{Harvtxt|Nilsson|1998|loc=chpt. 7–12}}</ref> By the late 1980s and 1990s, methods were developed for dealing with [[uncertainty|uncertain]] or incomplete information, employing concepts from [[probability]] and [[economics]].<ref>Uncertain reasoning: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 12–18}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=345–395}}, {{Harvtxt|Luger|Stubblefield|2004|pp=333–381}}, {{Harvtxt|Nilsson|1998|loc=chpt. 7–12}}</ref> | Early researchers developed algorithms that imitated step-by-step reasoning that humans use when they solve puzzles or make logical [[Deductive reasoning|deductions]].<ref>Problem-solving, puzzle solving, game playing, and deduction: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 3–5}}, {{Harvtxt|Russell|Norvig|2021|loc=chpt. 6}} ([[constraint satisfaction]]), {{Harvtxt|Poole|Mackworth|Goebel|1998|loc=chpt. 2, 3, 7, 9}}, {{Harvtxt|Luger|Stubblefield|2004|loc=chpt. 3, 4, 6, 8}}, {{Harvtxt|Nilsson|1998|loc=chpt. 7–12}}</ref> By the late 1980s and 1990s, methods were developed for dealing with [[uncertainty|uncertain]] or incomplete information, employing concepts from [[probability]] and [[economics]].<ref>Uncertain reasoning: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 12–18}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=345–395}}, {{Harvtxt|Luger|Stubblefield|2004|pp=333–381}}, {{Harvtxt|Nilsson|1998|loc=chpt. 7–12}}</ref> | ||
Many of these | Many of these [[algorithm]]s are insufficient for solving large reasoning problems because they experience a "combinatorial explosion": They become exponentially slower as the problems grow.<ref name="Intractability and efficiency and the combinatorial explosion">[[Intractably|Intractability and efficiency]] and the [[combinatorial explosion]]: {{Harvtxt|Russell|Norvig|2021|p=21}}</ref> Even humans rarely use the step-by-step deduction that early AI research could model. They solve most of their problems using fast, intuitive judgments.<ref name="Psychological evidence of the prevalence of sub">Psychological evidence of the prevalence of sub-symbolic reasoning and knowledge: {{Harvtxt|Kahneman|2011}}, {{Harvtxt|Dreyfus|Dreyfus|1986}}, {{Harvtxt|Wason|Shapiro|1966}}, {{Harvtxt|Kahneman|Slovic|Tversky|1982}}</ref> Accurate and efficient reasoning is an unsolved problem. | ||
=== Knowledge representation === | === Knowledge representation === | ||
| Line 32: | Line 33: | ||
(Poole ''et al.'' places abduction under "default reasoning". Luger ''et al.'' places this under "uncertain reasoning").</ref> and many other aspects and domains of knowledge. | (Poole ''et al.'' places abduction under "default reasoning". Luger ''et al.'' places this under "uncertain reasoning").</ref> and many other aspects and domains of knowledge. | ||
Among the most difficult problems in knowledge representation are the breadth of [[ | Among the most difficult problems in knowledge representation are the breadth of [[commonsense knowledge]] (the set of atomic facts that the average person knows is enormous);<ref name="Breadth of commonsense knowledge">Breadth of commonsense knowledge: {{Harvtxt|Lenat|Guha|1989|loc=Introduction}}, {{Harvtxt|Crevier|1993|pp=113–114}}, {{Harvtxt|Moravec|1988|p=13}}, {{Harvtxt|Russell|Norvig|2021|pp=241, 385, 982}} ([[qualification problem]])</ref> and the sub-symbolic form of most commonsense knowledge (much of what people know is not represented as "facts" or "statements" that they could express verbally).<ref name="Psychological evidence of the prevalence of sub" /> There is also the difficulty of [[knowledge acquisition]], the problem of obtaining knowledge for AI applications.{{Efn|It is among the reasons that [[expert system]]s proved to be inefficient for capturing knowledge.{{Sfnp|Newquist|1994|p=296}}{{Sfnp|Crevier|1993|pp=204–208}}}} | ||
=== Planning and decision-making === | === Planning and decision-making === | ||
An "agent" is | An "agent" is any entity (artificial or not) that perceives and takes actions in the world. A [[rational agent]] has goals or preferences and takes actions to make them happen.{{Efn| | ||
"Rational agent" is general term used in [[economics]], [[philosophy]] and theoretical artificial intelligence. It can refer to anything that directs its behavior to accomplish goals, such as a person, an animal, a corporation, a nation, or in the case of AI, a computer program. | "Rational agent" is general term used in [[economics]], [[philosophy]] and theoretical artificial intelligence. It can refer to anything that directs its behavior to accomplish goals, such as a person, an animal, a corporation, a nation, or in the case of AI, a computer program. | ||
}}{{Sfnp|Russell|Norvig|2021|p=528}} In [[automated planning]], the agent has a specific goal.<ref>[[Automated planning]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 11}}.</ref> In [[automated decision-making]], the agent has preferences—there are some situations it would prefer to be in, and some situations it is trying to avoid. The decision-making agent assigns a number to each situation (called the "[[utility]]") that measures how much the agent prefers it. For each possible action, it can calculate the "[[expected utility]]": the | }}{{Sfnp|Russell|Norvig|2021|p=528}} In [[automated planning]], the agent has a specific goal.<ref>[[Automated planning]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 11}}.</ref> In [[automated decision-making]], the agent has preferences—there are some situations it would prefer to be in, and some situations it is trying to avoid. The decision-making agent assigns a number to each situation (called the "[[utility]]") that measures how much the agent prefers it. For each possible action, it can calculate the "[[expected utility]]": the utility of all possible outcomes of the action, weighted by the probability that the outcome will occur. It can then choose the action with the maximum expected utility.<ref>[[Automated decision making]], [[Decision theory]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 16–18}}.</ref> | ||
In [[Automated planning and scheduling#classical planning|classical planning]], the agent knows exactly what the effect of any action will be.<ref>[[Automated planning and scheduling#classical planning|Classical planning]]: {{Harvtxt|Russell|Norvig|2021|loc=Section 11.2}}.</ref> In most real-world problems, however, the agent may not be certain about the situation they are in (it is "unknown" or "unobservable") and it may not know for certain what will happen after each possible action (it is not "deterministic"). It must choose an action by making a probabilistic guess and then reassess the situation to see if the action worked.<ref>Sensorless or "conformant" planning, contingent planning, replanning (a.k.a. online planning): {{Harvtxt|Russell|Norvig|2021|loc=Section 11.5}}.</ref> | In [[Automated planning and scheduling#classical planning|classical planning]], the agent knows exactly what the effect of any action will be.<ref>[[Automated planning and scheduling#classical planning|Classical planning]]: {{Harvtxt|Russell|Norvig|2021|loc=Section 11.2}}.</ref> In most real-world problems, however, the agent may not be certain about the situation they are in (it is "unknown" or "unobservable") and it may not know for certain what will happen after each possible action (it is not "deterministic"). It must choose an action by making a probabilistic guess and then reassess the situation to see if the action worked.<ref>Sensorless or "conformant" planning, contingent planning, replanning (a.k.a. online planning): {{Harvtxt|Russell|Norvig|2021|loc=Section 11.5}}.</ref> | ||
Alongside thorough testing and improvement based on previous decisions, having an explanation for why the agent took certain decisions is a way to build trust, especially when the decisions have to be relied upon.<ref>Trust, interpretability, and explainability: {{Harvtxt|Russell|Norvig|2021|loc=Section 19.9.4}}.</ref> | |||
In some problems, the agent's preferences may be uncertain, especially if there are other agents or humans involved. These can be learned (e.g., with [[inverse reinforcement learning]]), or the agent can seek information to improve its preferences.<ref>Uncertain preferences: {{Harvtxt|Russell|Norvig|2021|loc=Section 16.7}} | In some problems, the agent's preferences may be uncertain, especially if there are other agents or humans involved. These can be learned (e.g., with [[inverse reinforcement learning]]), or the agent can seek information to improve its preferences.<ref>Uncertain preferences: {{Harvtxt|Russell|Norvig|2021|loc=Section 16.7}} | ||
| Line 55: | Line 58: | ||
There are several kinds of machine learning. [[Unsupervised learning]] analyzes a stream of data and finds patterns and makes predictions without any other guidance.<ref>[[Unsupervised learning]]: {{Harvtxt|Russell|Norvig|2021|pp=653}} (definition), {{Harvtxt|Russell|Norvig|2021|pp=738–740}} ([[cluster analysis]]), {{Harvtxt|Russell|Norvig|2021|pp=846–860}} ([[word embedding]])</ref> [[Supervised learning]] requires labeling the training data with the expected answers, and comes in two main varieties: [[statistical classification|classification]] (where the program must learn to predict what category the input belongs in) and [[Regression analysis|regression]] (where the program must deduce a numeric function based on numeric input).<ref name="Supervised learning">[[Supervised learning]]: {{Harvtxt|Russell|Norvig|2021|loc=§19.2}} (Definition), {{Harvtxt|Russell|Norvig|2021|loc=Chpt. 19–20}} (Techniques)</ref> | There are several kinds of machine learning. [[Unsupervised learning]] analyzes a stream of data and finds patterns and makes predictions without any other guidance.<ref>[[Unsupervised learning]]: {{Harvtxt|Russell|Norvig|2021|pp=653}} (definition), {{Harvtxt|Russell|Norvig|2021|pp=738–740}} ([[cluster analysis]]), {{Harvtxt|Russell|Norvig|2021|pp=846–860}} ([[word embedding]])</ref> [[Supervised learning]] requires labeling the training data with the expected answers, and comes in two main varieties: [[statistical classification|classification]] (where the program must learn to predict what category the input belongs in) and [[Regression analysis|regression]] (where the program must deduce a numeric function based on numeric input).<ref name="Supervised learning">[[Supervised learning]]: {{Harvtxt|Russell|Norvig|2021|loc=§19.2}} (Definition), {{Harvtxt|Russell|Norvig|2021|loc=Chpt. 19–20}} (Techniques)</ref> | ||
In [[reinforcement learning]], the agent is rewarded for good responses and punished for bad ones. The agent learns to choose responses that are classified as "good".<ref>[[Reinforcement learning]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 22}}, {{Harvtxt|Luger|Stubblefield|2004|pp=442–449}}</ref> [[Transfer learning]] is when the knowledge gained from one problem is applied to a new problem.<ref>[[Transfer learning]]: {{Harvtxt|Russell|Norvig|2021|pp=281}}, {{Harvtxt|The Economist|2016}}</ref> [[Deep learning]] is a type of machine learning that runs inputs through biologically inspired [[artificial neural networks]] for all of these types of learning.<ref>{{Cite web |title=Artificial Intelligence (AI): What Is AI and How Does It Work? | In [[reinforcement learning]], the agent is rewarded for good responses and punished for bad ones. The agent learns to choose responses that are classified as "good".<ref>[[Reinforcement learning]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 22}}, {{Harvtxt|Luger|Stubblefield|2004|pp=442–449}}</ref> [[Transfer learning]] is when the knowledge gained from one problem is applied to a new problem.<ref>[[Transfer learning]]: {{Harvtxt|Russell|Norvig|2021|pp=281}}, {{Harvtxt|The Economist|2016}}</ref> [[Deep learning]] is a type of machine learning that runs inputs through biologically inspired [[artificial neural networks]] for all of these types of learning.<ref>{{Cite web |title=Artificial Intelligence (AI): What Is AI and How Does It Work? |url=https://builtin.com/artificial-intelligence |access-date=30 October 2023 |website=Built In}}</ref> | ||
[[Computational learning theory]] can assess learners by [[computational complexity]], by [[sample complexity]] (how much data is required), or by other notions of [[optimization]].<ref>[[Computational learning theory]]: {{Harvtxt|Russell|Norvig|2021|pp=672–674}}, {{Harvtxt|Jordan|Mitchell|2015}}</ref> | [[Computational learning theory]] can assess learners by [[computational complexity]], by [[sample complexity]] (how much data is required), or by other notions of [[optimization]].<ref>[[Computational learning theory]]: {{Harvtxt|Russell|Norvig|2021|pp=672–674}}, {{Harvtxt|Jordan|Mitchell|2015}}</ref> | ||
| Line 62: | Line 65: | ||
=== Natural language processing === | === Natural language processing === | ||
[[Natural language processing]] (NLP) allows programs to read, write and communicate in human languages.<ref>[[Natural language processing]] (NLP): {{Harvtxt|Russell|Norvig|2021|loc=chpt. 23–24}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=91–104}}, {{Harvtxt|Luger|Stubblefield|2004|pp=591–632}}</ref> Specific problems include [[speech recognition]], [[speech synthesis]], [[machine translation]], [[information extraction]], [[information retrieval]] and [[question answering]].<ref>Subproblems of [[Natural language processing|NLP]]: {{Harvtxt|Russell|Norvig|2021|pp=849–850}}</ref> | [[Natural language processing]] (NLP) allows programs to read, write and communicate in human languages.<ref>[[Natural language processing]] (NLP): {{Harvtxt|Russell|Norvig|2021|loc=chpt. 23–24}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=91–104}}, {{Harvtxt|Luger|Stubblefield|2004|pp=591–632}}</ref> Specific problems include [[speech recognition]], [[speech synthesis]], [[machine translation]], [[information extraction]], [[information retrieval]] and [[question answering]].<ref>Subproblems of [[Natural language processing|NLP]]: {{Harvtxt|Russell|Norvig|2021|pp=849–850}}</ref> | ||
Early work, based on [[Noam Chomsky]]'s [[generative grammar]] and [[semantic network]]s, had difficulty with [[word-sense disambiguation]]{{Efn|See {{Section link|AI winter|Machine translation and the ALPAC report of 1966 | Early work, based on [[Noam Chomsky]]'s [[generative grammar]] and [[semantic network]]s, had difficulty with [[word-sense disambiguation]]{{Efn|See {{Section link|AI winter|Machine translation and the ALPAC report of 1966 | ||
}}}} unless restricted to small domains called "[[blocks world|micro-worlds]]" (due to the common sense knowledge problem<ref name="Breadth of commonsense knowledge"/>). [[Margaret Masterman]] believed that it was meaning and not grammar that was the key to understanding languages, and that [[thesauri]] and not dictionaries should be the basis of computational language structure. | }}.}} unless restricted to small domains called "[[blocks world|micro-worlds]]" (due to the [[Commonsense knowledge (artificial intelligence)|common sense knowledge problem]]<ref name="Breadth of commonsense knowledge" />). [[Margaret Masterman]] believed that it was meaning and not grammar that was the key to understanding languages, and that [[thesauri]] and not dictionaries should be the basis of computational language structure. | ||
Modern deep learning techniques for NLP include [[word embedding]] (representing words, typically as [[Vector space|vectors]] encoding their meaning),{{Sfnp|Russell|Norvig|2021|pp=856–858}} [[transformer (machine learning model)|transformer]]s (a deep learning architecture using an [[Attention (machine learning)|attention]] mechanism),{{Sfnp|Dickson|2022}} and others.<ref>Modern statistical and deep learning approaches to [[Natural language processing|NLP]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 24}}, {{Harvtxt|Cambria|White|2014}}</ref> In 2019, [[generative pre-trained transformer]] (or "GPT") language models began to generate coherent text,{{Sfnp|Vincent|2019}}{{Sfnp|Russell|Norvig|2021|pp=875–878}} and by 2023, these models were able to get human-level scores on the [[bar exam]], [[SAT]] test, [[GRE]] test, and many other real-world applications.{{Sfnp|Bushwick|2023}} | Modern deep learning techniques for NLP include [[word embedding]] (representing words, typically as [[Vector space|vectors]] encoding their meaning),{{Sfnp|Russell|Norvig|2021|pp=856–858}} [[transformer (machine learning model)|transformer]]s (a deep learning architecture using an [[Attention (machine learning)|attention]] mechanism),{{Sfnp|Dickson|2022}} and others.<ref>Modern statistical and deep learning approaches to [[Natural language processing|NLP]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 24}}, {{Harvtxt|Cambria|White|2014}}</ref> In 2019, [[generative pre-trained transformer]] (or "GPT") language models began to generate coherent text,{{Sfnp|Vincent|2019}}{{Sfnp|Russell|Norvig|2021|pp=875–878}} and by 2023, these models were able to get human-level scores on the [[bar exam]], [[SAT]] test, [[GRE]] test, and many other real-world applications.{{Sfnp|Bushwick|2023}} | ||
=== Perception === | === Perception === | ||
[[Machine perception]] is the ability to use input from sensors (such as cameras, microphones, wireless signals, active [[lidar]], sonar, radar, and [[tactile sensor]]s) to deduce aspects of the world. [[Computer vision]] is the ability to analyze visual input.<ref>[[Computer vision]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 25}}, {{Harvtxt|Nilsson|1998|loc=chpt. 6}}</ref> | [[Machine perception]] is the ability to use input from sensors (such as cameras, microphones, wireless signals, active [[lidar]], sonar, radar, and [[tactile sensor]]s) to deduce aspects of the world. [[Computer vision]] is the ability to analyze visual input.<ref>[[Computer vision]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 25}}, {{Harvtxt|Nilsson|1998|loc=chpt. 6}}</ref> | ||
| Line 77: | Line 79: | ||
=== Social intelligence === | === Social intelligence === | ||
[[File:Kismet-IMG 6007-gradient.jpg|thumb|[[Kismet (robot)|Kismet]], a robot head | [[File:Kismet-IMG 6007-gradient.jpg|thumb|[[Kismet (robot)|Kismet]], a robot head made in the 1990s, is a machine that can recognize and simulate emotions.{{Sfnp|MIT AIL|2014}}]] | ||
[[Affective computing]] is a field that comprises systems that recognize, interpret, process, or simulate human [[Affect (psychology)|feeling, emotion, and mood]].<ref>[[Affective computing]]: {{Harvtxt|Thro|1993}}, {{Harvtxt|Edelson|1991}}, {{Harvtxt|Tao|Tan|2005}}, {{Harvtxt|Scassellati|2002}}</ref> For example, some [[virtual assistant]]s are programmed to speak conversationally or even to banter humorously; it makes them appear more sensitive to the emotional dynamics of human interaction, or to otherwise facilitate [[human–computer interaction]]. | [[Affective computing]] is a field that comprises systems that recognize, interpret, process, or simulate human [[Affect (psychology)|feeling, emotion, and mood]].<ref>[[Affective computing]]: {{Harvtxt|Thro|1993}}, {{Harvtxt|Edelson|1991}}, {{Harvtxt|Tao|Tan|2005}}, {{Harvtxt|Scassellati|2002}}</ref> For example, some [[virtual assistant]]s are programmed to speak conversationally or even to banter humorously; it makes them appear more sensitive to the emotional dynamics of human interaction, or to otherwise facilitate [[human–computer interaction]]. | ||
| Line 85: | Line 87: | ||
=== General intelligence === | === General intelligence === | ||
A machine with [[artificial general intelligence]] would be able to solve a wide variety of problems with breadth and versatility similar to [[human intelligence]].<ref name="Artificial general intelligence" > | A machine with [[artificial general intelligence]] would be able to solve a wide variety of problems with breadth and versatility similar to [[human intelligence]].<ref name="Artificial general intelligence"> | ||
[[Artificial general intelligence]]: {{Harvtxt|Russell|Norvig|2021|pp=32–33, 1020–1021}}<br />Proposal for the modern version: {{Harvtxt|Pennachin|Goertzel|2007}}<br />Warnings of overspecialization in AI from leading researchers: {{Harvtxt|Nilsson|1995}}, {{Harvtxt|McCarthy|2007}}, {{Harvtxt|Beal|Winston|2009}}</ref> | [[Artificial general intelligence]]: {{Harvtxt|Russell|Norvig|2021|pp=32–33, 1020–1021}}<br />Proposal for the modern version: {{Harvtxt|Pennachin|Goertzel|2007}}<br />Warnings of overspecialization in AI from leading researchers: {{Harvtxt|Nilsson|1995}}, {{Harvtxt|McCarthy|2007}}, {{Harvtxt|Beal|Winston|2009}}</ref> | ||
== Techniques == | == Techniques == | ||
AI research uses a wide variety of techniques to accomplish the goals above.{{Efn|name="Tools of AI"|This list of tools is based on the topics covered by the major AI textbooks, including: {{Harvtxt|Russell|Norvig|2021}}, {{Harvtxt|Luger|Stubblefield|2004}}, {{Harvtxt|Poole|Mackworth|Goebel|1998}} and {{Harvtxt|Nilsson|1998}}}} | AI research uses a wide variety of techniques to accomplish the goals above.{{Efn|name="Tools of AI"|This list of tools is based on the topics covered by the major AI textbooks, including: {{Harvtxt|Russell|Norvig|2021}}, {{Harvtxt|Luger|Stubblefield|2004}}, {{Harvtxt|Poole|Mackworth|Goebel|1998}} and {{Harvtxt|Nilsson|1998}}.}} | ||
=== Search and optimization === | === Search and optimization === | ||
There are two different kinds of search used in AI: [[state space search]] and [[Local search (optimization)|local search]]: | |||
==== State space search ==== | ==== State space search ==== | ||
[[State space search]] searches through a tree of possible states to try to find a goal state.<ref>[[State space search]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 3}}</ref> For example, [[Automated planning and scheduling|planning]] algorithms search through trees of goals and subgoals, attempting to find a path to a target goal, a process called [[means-ends analysis]].{{Sfnp|Russell|Norvig|2021|loc=sect. 11.2}} | [[State space search]] searches through a tree of possible states to try to find a goal state.<ref>[[State space search]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 3}}</ref> For example, [[Automated planning and scheduling|planning]] algorithms search through trees of goals and subgoals, attempting to find a path to a target goal, a process called [[means-ends analysis]].{{Sfnp|Russell|Norvig|2021|loc=sect. 11.2}} | ||
[[Brute force search|Simple exhaustive searches]]<ref>[[Uninformed search]]es ([[breadth first search]], [[depth-first search]] and general [[state space search]]): {{Harvtxt|Russell|Norvig|2021|loc=sect. 3.4}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=113–132}}, {{Harvtxt|Luger|Stubblefield|2004|pp=79–121}}, {{Harvtxt|Nilsson|1998|loc=chpt. 8}}</ref> are rarely sufficient for most real-world problems: the [[Search algorithm|search space]] (the number of places to search) quickly grows to [[Astronomically large|astronomical numbers]]. The result is a search that is [[Computation time|too slow]] or never completes.<ref name="Intractability and efficiency and the combinatorial explosion"/> "[[Heuristics]]" or "rules of thumb" can help prioritize choices that are more likely to reach a goal.<ref>[[Heuristic]] or informed searches (e.g., greedy [[Best-first search|best first]] and [[A* search algorithm|A*]]): {{Harvtxt|Russell|Norvig|2021|loc=sect. 3.5}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=132–147}}, {{Harvtxt|Poole|Mackworth|2017|loc=sect. 3.6}}, {{Harvtxt|Luger|Stubblefield|2004|pp=133–150}}</ref> | [[Brute force search|Simple exhaustive searches]]<ref>[[Uninformed search]]es ([[breadth first search]], [[depth-first search]] and general [[state space search]]): {{Harvtxt|Russell|Norvig|2021|loc=sect. 3.4}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=113–132}}, {{Harvtxt|Luger|Stubblefield|2004|pp=79–121}}, {{Harvtxt|Nilsson|1998|loc=chpt. 8}}</ref> are rarely sufficient for most real-world problems: the [[Search algorithm|search space]] (the number of places to search) quickly grows to [[Astronomically large|astronomical numbers]]. The result is a search that is [[Computation time|too slow]] or never completes.<ref name="Intractability and efficiency and the combinatorial explosion" /> "[[Heuristics]]" or "rules of thumb" can help prioritize choices that are more likely to reach a goal.<ref>[[Heuristic]] or informed searches (e.g., greedy [[Best-first search|best first]] and [[A* search algorithm|A*]]): {{Harvtxt|Russell|Norvig|2021|loc=sect. 3.5}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=132–147}}, {{Harvtxt|Poole|Mackworth|2017|loc=sect. 3.6}}, {{Harvtxt|Luger|Stubblefield|2004|pp=133–150}}</ref> | ||
[[Adversarial search]] is used for [[game AI|game-playing]] programs, such as chess or Go. It searches through a [[Game tree|tree]] of possible moves and countermoves, looking for a winning position.<ref>[[Adversarial search]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 5}}</ref> | [[Adversarial search]] is used for [[game AI|game-playing]] programs, such as chess or Go. It searches through a [[Game tree|tree]] of possible moves and countermoves, looking for a winning position.<ref>[[Adversarial search]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 5}}</ref> | ||
==== Local search ==== | ==== Local search ==== | ||
[[File:Gradient descent.gif|class=skin-invert-image|thumb|Illustration of [[gradient descent]] for | [[File:Gradient descent.gif|class=skin-invert-image|thumb|upright=1.2|Illustration of [[gradient descent]] for three different starting points; two parameters (represented by the plan coordinates) are adjusted in order to minimize the [[loss function]] (the height).]] | ||
[[Local search (optimization)|Local search]] uses [[mathematical optimization]] to find a solution to a problem. It begins with some form of guess and refines it incrementally.<ref>[[Local search (optimization)|Local]] or "[[optimization]]" search: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 4}}</ref> | |||
[[Gradient descent]] is a type of local search that optimizes a set of numerical parameters by incrementally adjusting them to minimize a [[loss function]]. Variants of gradient descent are commonly used to train [[Artificial neural network|neural networks]],<ref>{{Cite web |last=Singh Chauhan |first=Nagesh |date=December | [[Gradient descent]] is a type of local search that optimizes a set of numerical parameters by incrementally adjusting them to minimize a [[loss function]]. Variants of gradient descent are commonly used to train [[Artificial neural network|neural networks]],<ref>{{Cite web |last=Singh Chauhan |first=Nagesh |date=18 December 2020 |title=Optimization Algorithms in Neural Networks |url=https://www.kdnuggets.com/optimization-algorithms-in-neural-networks |access-date=13 January 2024 |website=KDnuggets}}</ref> through the [[backpropagation]] algorithm. | ||
Another type of local search is [[evolutionary computation]], which aims to iteratively improve a set of candidate solutions by "mutating" and "recombining" them, [[Artificial selection|selecting]] only the fittest to survive each generation.<ref>[[Evolutionary computation]]: {{Harvtxt|Russell|Norvig|2021|loc=sect. 4.1.2}}</ref> | Another type of local search is [[evolutionary computation]], which aims to iteratively improve a set of candidate solutions by "mutating" and "recombining" them, [[Artificial selection|selecting]] only the fittest to survive each generation.<ref>[[Evolutionary computation]]: {{Harvtxt|Russell|Norvig|2021|loc=sect. 4.1.2}}</ref> | ||
| Line 122: | Line 125: | ||
[[Fuzzy logic]] assigns a "degree of truth" between 0 and 1. It can therefore handle propositions that are vague and partially true.<ref>Fuzzy logic: {{Harvtxt|Russell|Norvig|2021|pp=214, 255, 459}}, {{Harvtxt|Scientific American|1999}}</ref> | [[Fuzzy logic]] assigns a "degree of truth" between 0 and 1. It can therefore handle propositions that are vague and partially true.<ref>Fuzzy logic: {{Harvtxt|Russell|Norvig|2021|pp=214, 255, 459}}, {{Harvtxt|Scientific American|1999}}</ref> | ||
[[Non-monotonic logic]]s, including logic programming with [[negation as failure]], are designed to handle [[default reasoning]].<ref name="Default reasoning"/> Other specialized versions of logic have been developed to describe many complex domains. | [[Non-monotonic logic]]s, including logic programming with [[negation as failure]], are designed to handle [[default reasoning]].<ref name="Default reasoning" /> Other specialized versions of logic have been developed to describe many complex domains. | ||
=== Probabilistic methods for uncertain reasoning === | === Probabilistic methods for uncertain reasoning === | ||
[[File:SimpleBayesNet.svg|class=skin-invert-image|thumb|upright=1. | [[File:SimpleBayesNet.svg|class=skin-invert-image|thumb|upright=1.4|A simple [[Bayesian network]], with the associated [[conditional probability table]]s]] | ||
Many problems in AI (including reasoning, planning, learning, perception, and robotics) require the agent to operate with incomplete or uncertain information. AI researchers have devised a number of tools to solve these problems using methods from [[probability]] theory and economics.<ref name="Stoch">Stochastic methods for uncertain reasoning: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 12–18, 20}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=345–395}}, {{Harvtxt|Luger|Stubblefield|2004|pp=165–191, 333–381}}, {{Harvtxt|Nilsson|1998|loc=chpt. 19}}</ref> Precise mathematical tools have been developed that analyze how an agent can make choices and plan, using [[decision theory]], [[decision analysis]],<ref>[[decision theory]] and [[decision analysis]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 16–18}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=381–394}}</ref> and [[information value theory]].<ref>[[Information value theory]]: {{Harvtxt|Russell|Norvig|2021|loc=sect. 16.6}}</ref> These tools include models such as [[Markov decision process]]es,<ref>[[Markov decision process]]es and dynamic [[decision network]]s: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 17}}</ref> dynamic [[decision network]]s,<ref name="Stochastic temporal models"/> [[game theory]] and [[mechanism design]].<ref>[[Game theory]] and [[mechanism design]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 18}}</ref> | Many problems in AI (including reasoning, planning, learning, perception, and robotics) require the agent to operate with incomplete or uncertain information. AI researchers have devised a number of tools to solve these problems using methods from [[probability]] theory and economics.<ref name="Stoch">Stochastic methods for uncertain reasoning: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 12–18, 20}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=345–395}}, {{Harvtxt|Luger|Stubblefield|2004|pp=165–191, 333–381}}, {{Harvtxt|Nilsson|1998|loc=chpt. 19}}</ref> Precise mathematical tools have been developed that analyze how an agent can make choices and plan, using [[decision theory]], [[decision analysis]],<ref>[[decision theory]] and [[decision analysis]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 16–18}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=381–394}}</ref> and [[information value theory]].<ref>[[Information value theory]]: {{Harvtxt|Russell|Norvig|2021|loc=sect. 16.6}}</ref> These tools include models such as [[Markov decision process]]es,<ref>[[Markov decision process]]es and dynamic [[decision network]]s: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 17}}</ref> dynamic [[decision network]]s,<ref name="Stochastic temporal models" /> [[game theory]] and [[mechanism design]].<ref>[[Game theory]] and [[mechanism design]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 18}}</ref> | ||
[[Bayesian network]]s<ref>[[Bayesian network]]s: {{Harvtxt|Russell|Norvig|2021|loc=sects. 12.5–12.6, 13.4–13.5, 14.3–14.5, 16.5, 20.2–20.3}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=361–381}}, {{Harvtxt|Luger|Stubblefield|2004|pp=~182–190, ≈363–379}}, {{Harvtxt|Nilsson|1998|loc=chpt. 19.3–19.4}}</ref> are a tool that can be used for [[automated reasoning|reasoning]] (using the [[Bayesian inference]] algorithm),{{Efn| | [[Bayesian network]]s<ref>[[Bayesian network]]s: {{Harvtxt|Russell|Norvig|2021|loc=sects. 12.5–12.6, 13.4–13.5, 14.3–14.5, 16.5, 20.2–20.3}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=361–381}}, {{Harvtxt|Luger|Stubblefield|2004|pp=~182–190, ≈363–379}}, {{Harvtxt|Nilsson|1998|loc=chpt. 19.3–19.4}}</ref> are a tool that can be used for [[automated reasoning|reasoning]] (using the [[Bayesian inference]] algorithm),{{Efn| | ||
Compared with symbolic logic, formal Bayesian inference is computationally expensive. For inference to be tractable, most observations must be [[conditionally independent]] of one another. [[AdSense]] uses a Bayesian network with over 300 million edges to learn which ads to serve.{{Sfnp|Domingos|2015|loc=chpt. 6}} | Compared with symbolic logic, formal Bayesian inference is computationally expensive. For inference to be tractable, most observations must be [[conditionally independent]] of one another. [[AdSense]] uses a Bayesian network with over 300 million edges to learn which ads to serve.{{Sfnp|Domingos|2015|loc=chpt. 6}} | ||
}}<ref>[[Bayesian inference]] algorithm: {{Harvtxt|Russell|Norvig|2021|loc=sect. 13.3–13.5}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=361–381}}, {{Harvtxt|Luger|Stubblefield|2004|pp=~363–379}}, {{Harvtxt|Nilsson|1998|loc=chpt. 19.4 & 7}}</ref> [[Machine learning|learning]] (using the [[expectation–maximization algorithm]]),{{Efn|Expectation–maximization, one of the most popular algorithms in machine learning, allows clustering in the presence of unknown [[latent variables]].{{Sfnp|Domingos|2015|p=210}}}}<ref>[[Bayesian learning]] and the [[expectation–maximization algorithm]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 20}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=424–433}}, {{Harvtxt|Nilsson|1998|loc=chpt. 20}}, {{Harvtxt|Domingos|2015|p=210}}</ref> [[Automated planning and scheduling|planning]] (using [[decision network]]s)<ref>[[Bayesian decision theory]] and Bayesian [[decision network]]s: {{Harvtxt|Russell|Norvig|2021|loc=sect. 16.5}}</ref> and [[Machine perception|perception]] (using [[dynamic Bayesian network]]s).<ref name="Stochastic temporal models"/> | }}<ref>[[Bayesian inference]] algorithm: {{Harvtxt|Russell|Norvig|2021|loc=sect. 13.3–13.5}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=361–381}}, {{Harvtxt|Luger|Stubblefield|2004|pp=~363–379}}, {{Harvtxt|Nilsson|1998|loc=chpt. 19.4 & 7}}</ref> [[Machine learning|learning]] (using the [[expectation–maximization algorithm]]),{{Efn|Expectation–maximization, one of the most popular algorithms in machine learning, allows clustering in the presence of unknown [[latent variables]].{{Sfnp|Domingos|2015|p=210}}}}<ref>[[Bayesian learning]] and the [[expectation–maximization algorithm]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 20}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=424–433}}, {{Harvtxt|Nilsson|1998|loc=chpt. 20}}, {{Harvtxt|Domingos|2015|p=210}}</ref> [[Automated planning and scheduling|planning]] (using [[decision network]]s)<ref>[[Bayesian decision theory]] and Bayesian [[decision network]]s: {{Harvtxt|Russell|Norvig|2021|loc=sect. 16.5}}</ref> and [[Machine perception|perception]] (using [[dynamic Bayesian network]]s).<ref name="Stochastic temporal models" /> | ||
Probabilistic algorithms can also be used for filtering, prediction, smoothing, and finding explanations for streams of data, thus helping perception systems analyze processes that occur over time (e.g., [[hidden Markov model]]s or [[Kalman filter]]s).<ref name="Stochastic temporal models">Stochastic temporal models: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 14}} | Probabilistic algorithms can also be used for filtering, prediction, smoothing, and finding explanations for streams of data, thus helping perception systems analyze processes that occur over time (e.g., [[hidden Markov model]]s or [[Kalman filter]]s).<ref name="Stochastic temporal models">Stochastic temporal models: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 14}} | ||
| Line 137: | Line 140: | ||
[[Dynamic Bayesian network]]s: {{Harvtxt|Russell|Norvig|2021|loc=sect. 14.5}}</ref> | [[Dynamic Bayesian network]]s: {{Harvtxt|Russell|Norvig|2021|loc=sect. 14.5}}</ref> | ||
[[File:EM_Clustering_of_Old_Faithful_data.gif|thumb|upright=1. | [[File:EM_Clustering_of_Old_Faithful_data.gif|thumb|upright=1.25|[[Expectation–maximization algorithm|Expectation–maximization]] [[cluster analysis|clustering]] of [[Old Faithful]] eruption data starts from a random guess but then successfully converges on an accurate clustering of the two physically distinct modes of eruption.]] | ||
=== Classifiers and statistical learning methods === | === Classifiers and statistical learning methods === | ||
The simplest AI applications can be divided into two types: classifiers (e.g., "if shiny then diamond"), on one hand, and controllers (e.g., "if diamond then pick up"), on the other hand. [[Classifier (mathematics)|Classifiers]]<ref>Statistical learning methods and [[Classifier (mathematics)|classifiers]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 20}},</ref> are functions that use [[pattern matching]] to determine the closest match. They can be fine-tuned based on chosen examples using [[supervised learning]]. Each pattern (also called an "[[random variate|observation]]") is labeled with a certain predefined class. All the observations combined with their class labels are known as a [[data set]]. When a new observation is received, that observation is classified based on previous experience.<ref name="Supervised learning"/> | The simplest AI applications can be divided into two types: classifiers (e.g., "if shiny then diamond"), on one hand, and controllers (e.g., "if diamond then pick up"), on the other hand. [[Classifier (mathematics)|Classifiers]]<ref>Statistical learning methods and [[Classifier (mathematics)|classifiers]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 20}},</ref> are functions that use [[pattern matching]] to determine the closest match. They can be fine-tuned based on chosen examples using [[supervised learning]]. Each pattern (also called an "[[random variate|observation]]") is labeled with a certain predefined class. All the observations combined with their class labels are known as a [[data set]]. When a new observation is received, that observation is classified based on previous experience.<ref name="Supervised learning" /> | ||
There are many kinds of classifiers in use.<ref>{{Cite book |last1=Ciaramella |first1=Alberto |author-link=Alberto Ciaramella |title=Introduction to Artificial Intelligence: from data analysis to generative AI |last2=Ciaramella |first2=Marco |date=2024 |publisher=Intellisemantic Editions |isbn=978-8-8947-8760-3}}</ref> The [[decision tree]] is the simplest and most widely used symbolic machine learning algorithm.<ref>[[Alternating decision tree|Decision tree]]s: {{Harvtxt|Russell|Norvig|2021|loc=sect. 19.3}}, {{Harvtxt|Domingos|2015|p=88}}</ref> [[K-nearest neighbor]] algorithm was the most widely used analogical AI until the mid-1990s, and [[Kernel methods]] such as the [[support vector machine]] (SVM) displaced k-nearest neighbor in the 1990s.<ref>[[Nonparametric statistics|Non-parameteric]] learning models such as [[K-nearest neighbor]] and [[support vector machines]]: {{Harvtxt|Russell|Norvig|2021|loc=sect. 19.7}}, {{Harvtxt|Domingos|2015|p=187}} (k-nearest neighbor) | There are many kinds of classifiers in use.<ref>{{Cite book |last1=Ciaramella |first1=Alberto |author-link=Alberto Ciaramella |title=Introduction to Artificial Intelligence: from data analysis to generative AI |last2=Ciaramella |first2=Marco |date=2024 |publisher=Intellisemantic Editions |isbn=978-8-8947-8760-3}}</ref> The [[decision tree]] is the simplest and most widely used symbolic machine learning algorithm.<ref>[[Alternating decision tree|Decision tree]]s: {{Harvtxt|Russell|Norvig|2021|loc=sect. 19.3}}, {{Harvtxt|Domingos|2015|p=88}}</ref> [[K-nearest neighbor]] algorithm was the most widely used analogical AI until the mid-1990s, and [[Kernel methods]] such as the [[support vector machine]] (SVM) displaced k-nearest neighbor in the 1990s.<ref>[[Nonparametric statistics|Non-parameteric]] learning models such as [[K-nearest neighbor]] and [[support vector machines]]: {{Harvtxt|Russell|Norvig|2021|loc=sect. 19.7}}, {{Harvtxt|Domingos|2015|p=187}} (k-nearest neighbor) | ||
* {{Harvtxt|Domingos|2015|p=88}} (kernel methods)</ref> | *{{Harvtxt|Domingos|2015|p=88}} (kernel methods)</ref> | ||
The [[naive Bayes classifier]] is reportedly the "most widely used learner"{{Sfnp|Domingos|2015|p=152}} at Google, due in part to its scalability.<ref>[[Naive Bayes classifier]]: {{Harvtxt|Russell|Norvig|2021|loc=sect. 12.6}}, {{Harvtxt|Domingos|2015|p=152}}</ref> | The [[naive Bayes classifier]] is reportedly the "most widely used learner"{{Sfnp|Domingos|2015|p=152}} at Google, due in part to its scalability.<ref>[[Naive Bayes classifier]]: {{Harvtxt|Russell|Norvig|2021|loc=sect. 12.6}}, {{Harvtxt|Domingos|2015|p=152}}</ref> | ||
[[Artificial neural network|Neural networks]] are also used as classifiers.<ref name="Neural networks"/> | [[Artificial neural network|Neural networks]] are also used as classifiers.<ref name="Neural networks" /> | ||
=== Artificial neural networks === | === Artificial neural networks === | ||
[[File:Artificial_neural_network.svg | [[File:Artificial_neural_network.svg|thumb|A neural network is an interconnected group of nodes, akin to the vast network of [[neuron]]s in the [[human brain]].]] | ||
An artificial neural network is based on a collection of nodes also known as [[artificial neurons]], which loosely model the [[neurons]] in a biological brain. It is trained to recognise patterns; once trained, it can recognise those patterns in fresh data. There is an input, at least one hidden layer of nodes and an output. Each node applies a function and once the [[Weighting|weight]] crosses its specified threshold, the data is transmitted to the next layer. A network is typically called a deep neural network if it has at least 2 hidden layers.<ref name="Neural networks">Neural networks: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 21}}, {{Harvtxt|Domingos|2015|loc=Chapter 4}}</ref> | An artificial neural network is based on a collection of nodes also known as [[artificial neurons]], which loosely model the [[neurons]] in a biological brain. It is trained to recognise patterns; once trained, it can recognise those patterns in fresh data. There is an input, at least one hidden layer of nodes and an output. Each node applies a function and once the [[Weighting|weight]] crosses its specified threshold, the data is transmitted to the next layer. A network is typically called a deep neural network if it has at least 2 hidden layers.<ref name="Neural networks">Neural networks: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 21}}, {{Harvtxt|Domingos|2015|loc=Chapter 4}}</ref> | ||
| Line 155: | Line 158: | ||
The theorem: {{Harvtxt|Cybenko|1988}}, {{Harvtxt|Hornik|Stinchcombe|White|1989}}</ref> | The theorem: {{Harvtxt|Cybenko|1988}}, {{Harvtxt|Hornik|Stinchcombe|White|1989}}</ref> | ||
In [[feedforward neural network]]s the signal passes in only one direction.<ref>[[Feedforward neural network]]s: {{Harvtxt|Russell|Norvig|2021|loc=sect. 21.1}}</ref> The term [[perceptron]] typically refers to a single-layer neural network.<ref>[[Perceptron | In [[feedforward neural network]]s the signal passes in only one direction.<ref>[[Feedforward neural network]]s: {{Harvtxt|Russell|Norvig|2021|loc=sect. 21.1}}</ref> The term [[perceptron]] typically refers to a single-layer neural network.<ref>[[Perceptron]]s: {{Harvtxt|Russell|Norvig|2021|pp=21, 22, 683, 22}}</ref> In contrast, deep learning uses many layers.<ref name="Deep learning">[[Deep learning]]: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 21}}, {{Harvtxt|Goodfellow|Bengio|Courville|2016}}, {{Harvtxt|Hinton ''et al.''|2016}}, {{Harvtxt|Schmidhuber|2015}}</ref> [[Recurrent neural network]]s (RNNs) feed the output signal back into the input, which allows short-term memories of previous input events. [[Long short-term memory]] networks (LSTMs) are recurrent neural networks that better preserve longterm dependencies and are less sensitive to the [[vanishing gradient problem]].<ref>[[Recurrent neural network]]s: {{Harvtxt|Russell|Norvig|2021|loc=sect. 21.6}}</ref> [[Convolutional neural network]]s (CNNs) use layers of [[Kernel (image processing)|kernels]] to more efficiently process local patterns. This local processing is especially important in [[image processing]], where the early CNN layers typically identify simple local patterns such as edges and curves, with subsequent layers detecting more complex patterns like textures, and eventually whole objects.<ref>[[Convolutional neural networks]]: {{Harvtxt|Russell|Norvig|2021|loc=sect. 21.3}}</ref> | ||
=== Deep learning === | === Deep learning === | ||
[[File:AI | [[File:AI-ML-DL.svg|thumb|upright=0.85|[[Deep learning]] is a subset of [[machine learning]], which is itself a subset of artificial intelligence.<ref name="journalimcms.org">{{cite journal |vauthors=Sindhu V, Nivedha S, Prakash M |date=February 2020 |title=An Empirical Science Research on Bioinformatics in Machine Learning |journal=Journal of Mechanics of Continua and Mathematical Sciences |issue=7 |doi=10.26782/jmcms.spl.7/2020.02.00006 |doi-access=free}}</ref>]] | ||
[[Deep learning]] uses several layers of neurons between the network's inputs and outputs.<ref name="Deep learning" /> The multiple layers can progressively extract higher-level features from the raw input. For example, in [[image processing]], lower layers may identify edges, while higher layers may identify the concepts relevant to a human such as digits, letters, or faces.{{Sfnp|Deng|Yu|2014|pp=199–200}} | [[Deep learning]] uses several layers of neurons between the network's inputs and outputs.<ref name="Deep learning" /> The multiple layers can progressively extract higher-level features from the raw input. For example, in [[image processing]], lower layers may identify edges, while higher layers may identify the concepts relevant to a human such as digits, letters, or faces.{{Sfnp|Deng|Yu|2014|pp=199–200}} | ||
Deep learning has profoundly improved the performance of programs in many important subfields of artificial intelligence, including [[computer vision]], [[speech recognition]], [[natural language processing]], [[image classification]],{{Sfnp|Ciresan|Meier|Schmidhuber|2012}} and others. The reason that deep learning performs so well in so many applications is not known as of 2021.{{Sfnp|Russell|Norvig|2021|p=750}} The sudden success of deep learning in 2012–2015 did not occur because of some new discovery or theoretical breakthrough (deep neural networks and backpropagation had been described by many people, as far back as the 1950s){{Efn| | Deep learning has profoundly improved the performance of programs in many important subfields of artificial intelligence, including [[computer vision]], [[speech recognition]], [[natural language processing]], [[image classification]],{{Sfnp|Ciresan|Meier|Schmidhuber|2012}} and others. The reason that deep learning performs so well in so many applications is not known as of 2021.{{Sfnp|Russell|Norvig|2021|p=750}} The sudden success of deep learning in 2012–2015 did not occur because of some new discovery or theoretical breakthrough (deep neural networks and backpropagation had been described by many people, as far back as the 1950s){{Efn| | ||
Some form of deep neural networks (without a specific learning algorithm) were described by: | Some form of deep neural networks (without a specific learning algorithm) were described by: | ||
[[Warren S. McCulloch]] and [[Walter Pitts]] (1943){{Sfnp|Russell|Norvig|2021|p=17}} | [[Warren S. McCulloch]] and [[Walter Pitts]] (1943);{{Sfnp|Russell|Norvig|2021|p=17}} | ||
[[Alan Turing]] (1948);{{Sfnp|Russell|Norvig|2021|p=785}} | [[Alan Turing]] (1948);{{Sfnp|Russell|Norvig|2021|p=785}} | ||
[[Karl Steinbuch]] and [[Roger David Joseph]] (1961).{{Sfnp|Schmidhuber|2022|loc=sect. 5}} | [[Karl Steinbuch]] and [[Roger David Joseph]] (1961).{{Sfnp|Schmidhuber|2022|loc=sect. 5}} | ||
Deep or recurrent networks that learned (or used gradient descent) were developed by: | Deep or recurrent networks that learned (or used gradient descent) were developed by: | ||
[[Frank Rosenblatt]](1957);{{Sfnp|Russell|Norvig|2021|p=785}} | [[Frank Rosenblatt]] (1957);{{Sfnp|Russell|Norvig|2021|p=785}} | ||
[[Oliver Selfridge]] (1959);{{Sfnp|Schmidhuber|2022|loc=sect. 5}} | [[Oliver Selfridge]] (1959);{{Sfnp|Schmidhuber|2022|loc=sect. 5}} | ||
[[Alexey Ivakhnenko]] and [[Valentin Lapa]] (1965);{{Sfnp|Schmidhuber|2022|loc=sect. 6}} | [[Alexey Ivakhnenko]] and [[Valentin Lapa]] (1965);{{Sfnp|Schmidhuber|2022|loc=sect. 6}} | ||
[[Kaoru Nakano]] (1971);{{Sfnp|Schmidhuber|2022|loc=sect. 7}} | [[Kaoru Nakano]] (1971);{{Sfnp|Schmidhuber|2022|loc=sect. 7}} | ||
[[Shun-Ichi Amari]] (1972);{{Sfnp|Schmidhuber|2022|loc=sect. 7}} | [[Shun-Ichi Amari]] (1972); {{Sfnp|Schmidhuber|2022|loc=sect. 7}} and [[John Joseph Hopfield]] (1982).{{Sfnp|Schmidhuber|2022|loc=sect. 7}} | ||
[[John Joseph Hopfield]] (1982).{{Sfnp|Schmidhuber|2022|loc=sect. 7}} | |||
Precursors to backpropagation were developed by: | Precursors to backpropagation were developed by: | ||
[[Henry J. Kelley]] (1960);{{Sfnp|Russell|Norvig|2021|p=785}} | [[Henry J. Kelley]] (1960);{{Sfnp|Russell|Norvig|2021|p=785}} | ||
[[Arthur E. Bryson]] (1962);{{Sfnp|Russell|Norvig|2021|p=785}} | [[Arthur E. Bryson]] (1962);{{Sfnp|Russell|Norvig|2021|p=785}} | ||
[[Stuart Dreyfus]] (1962);{{Sfnp|Russell|Norvig|2021|p=785}} | [[Stuart Dreyfus]] (1962);{{Sfnp|Russell|Norvig|2021|p=785}} | ||
[[Arthur E. Bryson]] and [[Yu-Chi Ho]] (1969) | [[Arthur E. Bryson]] and [[Yu-Chi Ho]] (1969).{{Sfnp|Russell|Norvig|2021|p=785}} | ||
Backpropagation was independently developed by: | Backpropagation was independently developed by: | ||
[[Seppo Linnainmaa]] (1970);{{Sfnp|Schmidhuber|2022|loc=sect. 8}} | [[Seppo Linnainmaa]] (1970);{{Sfnp|Schmidhuber|2022|loc=sect. 8}} and [[Paul Werbos]] (1974).{{Sfnp|Russell|Norvig|2021|p=785}} | ||
[[Paul Werbos]] (1974).{{Sfnp|Russell|Norvig|2021|p=785}} | }} but because of two factors: the increase in computer power (including the hundred-fold increase in speed by switching to [[GPU]]s) and the availability of vast amounts of training data, especially the giant [[List of datasets for machine-learning research|curated datasets]] used for benchmark testing, such as [[ImageNet]].{{Efn|[[Geoffrey Hinton]] said, of his work on neural networks in the 1990s, "our labeled datasets were thousands of times too small. [And] our computers were millions of times too slow."<ref>Quoted in {{Harvtxt|Christian|2020|p=22}}</ref>}} | ||
}} but because of two factors: the | |||
===GPT=== | ===GPT=== | ||
[[Generative pre-trained transformer]]s (GPT) are [[large language model]]s (LLMs) that generate text based on the semantic relationships between words in sentences. Text-based GPT models are pre-trained on a large [[corpus of text]] that can be from the Internet. The pretraining consists of predicting the next [[Lexical analysis|token]] (a token being usually a word, subword, or punctuation). Throughout this pretraining, GPT models accumulate knowledge about the world and can then generate human-like text by repeatedly predicting the next token. Typically, a subsequent training phase makes the model more truthful, useful, and harmless, usually with a technique called [[reinforcement learning from human feedback]] (RLHF). Current GPT models are prone to generating falsehoods called "[[Hallucination (artificial intelligence)|hallucinations]]". These can be reduced with RLHF and quality data, but the problem has been getting worse for reasoning systems.<ref>{{Cite news |last1=Metz |first1=Cade |last2=Weise |first2=Karen |date=2025 | [[Generative pre-trained transformer]]s (GPT) are [[large language model]]s (LLMs) that generate text based on the semantic relationships between words in sentences. Text-based GPT models are pre-trained on a large [[corpus of text]] that can be from the Internet. The pretraining consists of predicting the next [[Lexical analysis|token]] (a token being usually a word, subword, or punctuation). Throughout this pretraining, GPT models accumulate knowledge about the world and can then generate human-like text by repeatedly predicting the next token. Typically, a subsequent training phase makes the model more truthful, useful, and harmless, usually with a technique called [[reinforcement learning from human feedback]] (RLHF). Current GPT models are prone to generating falsehoods called "[[Hallucination (artificial intelligence)|hallucinations]]". These can be reduced with RLHF and quality data, but the problem has been getting worse for reasoning systems.<ref>{{Cite news |last1=Metz |first1=Cade |last2=Weise |first2=Karen |date=5 May 2025 |title=A.I. Hallucinations Are Getting Worse, Even as New Systems Become More Powerful |url=https://www.nytimes.com/2025/05/05/technology/ai-hallucinations-chatgpt-google.html |access-date=6 May 2025 |work=The New York Times |language=en-US |issn=0362-4331}}</ref> Such systems are used in [[chatbot]]s, which allow people to ask a question or request a task in simple text.{{Sfnp|Smith|2023}}<ref>{{Cite web |date=9 November 2023 |title=Explained: Generative AI |work=MIT News | Massachusetts Institute of Technology |url=https://news.mit.edu/2023/explained-generative-ai-1109}}</ref> | ||
Current models and services include [[ChatGPT]], [[ | Current models and services include [[ChatGPT]], [[Claude AI|Claude]], [[Gemini (chatbot)|Gemini]], [[Microsoft Copilot|Copilot]], and [[Meta AI]].<ref>{{Cite web |title=AI Writing and Content Creation Tools |work=MIT Sloan Teaching & Learning Technologies |url=https://mitsloanedtech.mit.edu/ai/tools/writing |access-date=25 December 2023 |archive-date=25 December 2023 |archive-url=https://web.archive.org/web/20231225232503/https://mitsloanedtech.mit.edu/ai/tools/writing/ |url-status=live}}</ref> [[Multimodal learning|Multimodal]] GPT models can process different types of data ([[Modality (human–computer interaction)|modalities]]) such as images, videos, sound, and text.{{Sfnp|Marmouyet|2023}} | ||
===Hardware and software=== | ===Hardware and software=== | ||
{{Main|Programming languages for artificial intelligence|Hardware for artificial intelligence}} | {{Main|Programming languages for artificial intelligence|Hardware for artificial intelligence}} | ||
In the late 2010s, [[graphics processing unit]]s (GPUs) that were increasingly designed with AI-specific enhancements and used with specialized [[TensorFlow]] software had replaced previously used [[central processing unit]] (CPUs) as the dominant means for large-scale (commercial and academic) [[machine learning]] models' training.{{Sfnp|Kobielus|2019}} Specialized [[programming language]]s such as [[Prolog]] were used in early AI research,<ref>{{Cite web |last=Thomason |first=James |date=2024 | [[File:Raspberry Pi AI Kit for Raspberry Pi 5 complete Kit 07.jpg|thumb|Raspberry Pi AI Kit]] | ||
In the late 2010s, [[graphics processing unit]]s (GPUs) that were increasingly designed with AI-specific enhancements and used with specialized [[TensorFlow]] software had replaced previously used [[central processing unit]] (CPUs) as the dominant means for large-scale (commercial and academic) [[machine learning]] models' training.{{Sfnp|Kobielus|2019}} Specialized [[programming language]]s such as [[Prolog]] were used in early AI research,<ref>{{Cite web |last=Thomason |first=James |date=21 May 2024 |title=Mojo Rising: The resurgence of AI-first programming languages |url=https://venturebeat.com/ai/mojo-rising-the-resurgence-of-ai-first-programming-languages |access-date=26 May 2024 |website=VentureBeat |archive-date=27 June 2024 |archive-url=https://web.archive.org/web/20240627143853/https://venturebeat.com/ai/mojo-rising-the-resurgence-of-ai-first-programming-languages/ |url-status=live}}</ref> but [[general-purpose programming language]]s like [[Python (programming language)|Python]] have become predominant.<ref>{{Cite news |last=Wodecki |first=Ben |date=5 May 2023 |title=7 AI Programming Languages You Need to Know |url=https://aibusiness.com/verticals/7-ai-programming-languages-you-need-to-know |work=AI Business |access-date=5 October 2024 |archive-date=25 July 2024 |archive-url=https://web.archive.org/web/20240725164443/https://aibusiness.com/verticals/7-ai-programming-languages-you-need-to-know |url-status=live}}</ref> | |||
The transistor density in [[integrated circuit]]s has been observed to roughly double every 18 months—a trend known as [[Moore's law]], named after the [[Intel]] co-founder [[Gordon Moore]], who first identified it. Improvements in [[GPUs]] have been even faster,<ref>{{Cite web |last=Plumb |first=Taryn |date=2024 | The transistor density in [[integrated circuit]]s has been observed to roughly double every 18 months—a trend known as [[Moore's law]], named after the [[Intel]] co-founder [[Gordon Moore]], who first identified it. Improvements in [[GPUs]] have been even faster,<ref>{{Cite web |last=Plumb |first=Taryn |date=18 September 2024 |title=Why Jensen Huang and Marc Benioff see 'gigantic' opportunity for agentic AI |url=https://venturebeat.com/ai/why-jensen-huang-and-marc-benioff-see-gigantic-opportunity-for-agentic-ai/ |access-date=4 October 2024 |website=VentureBeat |language=en-US |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005165649/https://venturebeat.com/ai/why-jensen-huang-and-marc-benioff-see-gigantic-opportunity-for-agentic-ai/ |url-status=live}}</ref> a trend sometimes called [[Huang's law]],<ref>{{Cite news |last=Mims |first=Christopher |date=19 September 2020 |title=Huang's Law Is the New Moore's Law, and Explains Why Nvidia Wants Arm |url=https://www.wsj.com/articles/huangs-law-is-the-new-moores-law-and-explains-why-nvidia-wants-arm-11600488001 |access-date=19 January 2025 |work=Wall Street Journal |language=en-US |issn=0099-9660 |archive-date=2 October 2023 |archive-url=https://web.archive.org/web/20231002080608/https://www.wsj.com/articles/huangs-law-is-the-new-moores-law-and-explains-why-nvidia-wants-arm-11600488001 |url-status=live}}</ref> named after [[Nvidia]] co-founder and CEO [[Jensen Huang]]. | ||
== Applications == | == Applications == | ||
{{Main|Applications of artificial intelligence}}AI and machine learning technology is used in most of the essential applications of the 2020s, including: [[search engines]] (such as [[Google Search]]) | {{Main|Applications of artificial intelligence}} | ||
[[File:AI Overviews result for What is Wikipedia, 2 March 2026.png|thumb|[[AI Overviews]], an example of AI use on search engines]] | |||
AI and machine learning technology is used in most of the essential applications of the 2020s, including: | |||
* [[search engines]] (such as [[Google Search]]) | |||
* [[Targeted advertising|targeting online advertisements]] | |||
* [[recommendation systems]] (offered by [[Netflix]], [[YouTube]] or [[Amazon (company)|Amazon]]) driving [[internet traffic]] | |||
* [[Marketing and artificial intelligence|targeted advertising]] ([[AdSense]], [[Facebook]]) | |||
* [[virtual assistant]]s (such as [[Siri]] or [[Amazon Alexa|Alexa]]) | |||
* [[autonomous vehicles]] (including [[Unmanned aerial vehicle|drones]], [[Advanced driver-assistance system|ADAS]] and [[self-driving cars]]) | |||
* [[automatic language translation]] ([[Microsoft Translator]], [[Google Translate]]) | |||
* [[Facial recognition system|facial recognition]] ([[Apple Computer|Apple]]'s [[FaceID]] or [[Microsoft]]'s [[DeepFace]] and [[Google]]'s [[FaceNet]]) | |||
* [[image labeling]] (used by Facebook, Apple's [[Photos (Apple)|Photos]] and [[TikTok]]). | |||
The deployment of AI may be overseen by a [[chief automation officer]] (CAO). | |||
===Health and medicine=== | ===Health and medicine=== | ||
{{Main|Artificial intelligence in healthcare}} | {{Main|Artificial intelligence in healthcare}} | ||
It has been suggested that AI can overcome discrepancies in funding allocated to different fields of research.<ref>{{Cite journal |last=Dankwa-Mullan |first=Irene |date=2024 |title=Health Equity and Ethical Considerations in Using Artificial Intelligence in Public Health and Medicine |url=https://www.cdc.gov/pcd/issues/2024/24_0245.htm |journal=Preventing Chronic Disease |language=en-us |volume=21 |pages=E64 |article-number=240245 |doi=10.5888/pcd21.240245 |pmid=39173183 |issn=1545-1151 |pmc=11364282}}</ref> | |||
=== | [[AlphaFold 2]] (2021) demonstrated the ability to approximate, in hours rather than months, the 3D [[Protein structure|structure of a protein]].<ref>{{Cite journal |last1=Jumper |first1=J |last2=Evans |first2=R |last3=Pritzel |first3=A |date=2021 |title=Highly accurate protein structure prediction with AlphaFold |journal=Nature |volume=596 |issue=7873 |pages=583–589 |bibcode=2021Natur.596..583J |doi=10.1038/s41586-021-03819-2 |pmc=8371605 |pmid=34265844}}</ref> In 2023, it was reported that AI-guided drug discovery helped find a class of antibiotics capable of killing two different types of drug-resistant bacteria.<ref>{{Cite web |date=20 December 2023 |title=AI discovers new class of antibiotics to kill drug-resistant bacteria |work=New Scientist |url=https://www.newscientist.com/article/2409706-ai-discovers-new-class-of-antibiotics-to-kill-drug-resistant-bacteria/ |access-date=5 October 2024 |archive-date=16 September 2024 |archive-url=https://web.archive.org/web/20240916014421/https://www.newscientist.com/article/2409706-ai-discovers-new-class-of-antibiotics-to-kill-drug-resistant-bacteria/ |url-status=live}}</ref> In 2024, researchers used machine learning to accelerate the search for [[Parkinson's disease]] drug treatments. Their aim was to identify compounds that block the clumping, or aggregation, of [[alpha-synuclein]] (the protein that characterises Parkinson's disease). They were able to speed up the initial screening process ten-fold and reduce the cost by a thousand-fold.<ref>{{Cite web |date=17 April 2024 |title=AI speeds up drug design for Parkinson's ten-fold |work=University of Cambridge |url=https://www.cam.ac.uk/research/news/ai-speeds-up-drug-design-for-parkinsons-ten-fold |publisher=Cambridge University |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005165755/https://www.cam.ac.uk/research/news/ai-speeds-up-drug-design-for-parkinsons-ten-fold |url-status=live}}</ref><ref>{{Cite journal |last1=Horne |first1=Robert I. |last2=Andrzejewska |first2=Ewa A. |last3=Alam |first3=Parvez |last4=Brotzakis |first4=Z. Faidon |last5=Srivastava |first5=Ankit |last6=Aubert |first6=Alice |last7=Nowinska |first7=Magdalena |last8=Gregory |first8=Rebecca C. |last9=Staats |first9=Roxine |last10=Possenti |first10=Andrea |last11=Chia |first11=Sean |last12=Sormanni |first12=Pietro |last13=Ghetti |first13=Bernardino |last14=Caughey |first14=Byron |last15=Knowles |first15=Tuomas P. J. |last16=Vendruscolo |first16=Michele |date=17 April 2024 |title=Discovery of potent inhibitors of α-synuclein aggregation using structure-based iterative learning |journal=Nature Chemical Biology |publisher=Nature |volume=20 |issue=5 |pages=634–645 |doi=10.1038/s41589-024-01580-x |pmc=11062903 |pmid=38632492}}</ref> | ||
=== Gaming === | |||
{{Main|Artificial intelligence in video games}} | {{Main|Artificial intelligence in video games}} | ||
[[Game AI|Game playing]] programs have been used since the 1950s to demonstrate and test AI's most advanced techniques.<ref>{{Cite magazine |last1=Grant |first1=Eugene F. |last2=Lardner |first2=Rex |date=1952 | [[Game AI|Game playing]] programs have been used since the 1950s to demonstrate and test AI's most advanced techniques.<ref>{{Cite magazine |last1=Grant |first1=Eugene F. |last2=Lardner |first2=Rex |date=25 July 1952 |title=The Talk of the Town – It |url=https://www.newyorker.com/magazine/1952/08/02/it |access-date=28 January 2024 |magazine=The New Yorker |issn=0028-792X |archive-date=16 February 2020 |archive-url=https://web.archive.org/web/20200216034025/https://www.newyorker.com/magazine/1952/08/02/it |url-status=live}}</ref> [[IBM Deep Blue|Deep Blue]] became the first computer chess-playing system to beat a reigning world chess champion, [[Garry Kasparov]], on 11 May 1997.<ref>{{Cite web |last=Anderson |first=Mark Robert |date=11 May 2017 |title=Twenty years on from Deep Blue vs Kasparov: how a chess match started the big data revolution |url=http://theconversation.com/twenty-years-on-from-deep-blue-vs-kasparov-how-a-chess-match-started-the-big-data-revolution-76882 |access-date=28 January 2024 |website=The Conversation |archive-date=17 September 2024 |archive-url=https://web.archive.org/web/20240917000827/https://theconversation.com/twenty-years-on-from-deep-blue-vs-kasparov-how-a-chess-match-started-the-big-data-revolution-76882 |url-status=live}}</ref> In 2011, in a ''[[Jeopardy!]]'' [[quiz show]] exhibition match, [[IBM]]'s [[question answering system]], [[Watson (artificial intelligence software)|Watson]], defeated the two greatest ''Jeopardy!'' champions, [[Brad Rutter]] and [[Ken Jennings]], by a significant margin.<ref>{{Cite news |last=Markoff |first=John |date=16 February 2011 |title=Computer Wins on 'Jeopardy!': Trivial, It's Not |url=https://www.nytimes.com/2011/02/17/science/17jeopardy-watson.html |url-access=subscription |access-date=28 January 2024 |work=The New York Times |issn=0362-4331 |archive-date=22 October 2014 |archive-url=https://web.archive.org/web/20141022023202/http://www.nytimes.com/2011/02/17/science/17jeopardy-watson.html |url-status=live}}</ref> In March 2016, [[AlphaGo]] won 4 out of 5 games of [[Go (game)|Go]] in a match with Go champion [[Lee Sedol]], becoming the first [[computer Go]]-playing system to beat a professional Go player without [[Go handicaps|handicaps]]. Then, in 2017, it [[AlphaGo versus Ke Jie|defeated Ke Jie]], who was the best Go player in the world.<ref>{{Cite web |last=Byford |first=Sam |date=27 May 2017 |title=AlphaGo retires from competitive Go after defeating world number one 3–0 |url=https://www.theverge.com/2017/5/27/15704088/alphago-ke-jie-game-3-result-retires-future |access-date=28 January 2024 |website=The Verge |archive-date=7 June 2017 |archive-url=https://web.archive.org/web/20170607184301/https://www.theverge.com/2017/5/27/15704088/alphago-ke-jie-game-3-result-retires-future |url-status=live}}</ref> Other programs handle [[Imperfect information|imperfect-information]] games, such as the [[poker]]-playing program [[Pluribus (poker bot)|Pluribus]].<ref>{{Cite journal |last1=Brown |first1=Noam |last2=Sandholm |first2=Tuomas |date=30 August 2019 |title=Superhuman AI for multiplayer poker |journal=Science |volume=365 |issue=6456 |pages=885–890 |bibcode=2019Sci...365..885B |doi=10.1126/science.aay2400 |pmid=31296650}}</ref> [[DeepMind]] developed increasingly generalistic [[reinforcement learning]] models, such as with [[MuZero]], which could be trained to play chess, Go, or [[Atari]] games.<ref>{{Cite web |date=23 December 2020 |title=MuZero: Mastering Go, chess, shogi and Atari without rules |url=https://deepmind.google/discover/blog/muzero-mastering-go-chess-shogi-and-atari-without-rules |access-date=28 January 2024 |website=Google DeepMind}}</ref> In 2019, DeepMind's AlphaStar achieved grandmaster level in [[StarCraft II]], a particularly challenging real-time strategy game that involves incomplete knowledge of what happens on the map.<ref>{{Cite news |last=Sample |first=Ian |date=30 October 2019 |title=AI becomes grandmaster in 'fiendishly complex' StarCraft II |url=https://www.theguardian.com/technology/2019/oct/30/ai-becomes-grandmaster-in-fiendishly-complex-starcraft-ii |access-date=28 January 2024 |work=The Guardian |issn=0261-3077 |archive-date=29 December 2020 |archive-url=https://web.archive.org/web/20201229185547/https://www.theguardian.com/technology/2019/oct/30/ai-becomes-grandmaster-in-fiendishly-complex-starcraft-ii |url-status=live}}</ref> In 2021, an AI agent competed in a PlayStation [[Gran Turismo (series)|Gran Turismo]] competition, winning against four of the world's best Gran Turismo drivers using deep reinforcement learning.<ref>{{Cite journal |last1=Wurman |first1=P. R. |last2=Barrett |first2=S. |last3=Kawamoto |first3=K. |date=2022 |title=Outracing champion Gran Turismo drivers with deep reinforcement learning |journal=Nature |volume=602 |issue=7896 |pages=223–228 |bibcode=2022Natur.602..223W |doi=10.1038/s41586-021-04357-7 |pmid=35140384 |url=https://www.researchsquare.com/article/rs-795954/latest.pdf}}</ref> In 2024, Google DeepMind introduced SIMA, a type of AI capable of autonomously playing nine previously unseen [[open-world]] video games by observing screen output, as well as executing short, specific tasks in response to natural language instructions.<ref>{{Cite web |last=Wilkins |first=Alex |date=13 March 2024 |title=Google AI learns to play open-world video games by watching them |url=https://www.newscientist.com/article/2422101-google-ai-learns-to-play-open-world-video-games-by-watching-them |access-date=21 July 2024 |website=New Scientist |archive-date=26 July 2024 |archive-url=https://web.archive.org/web/20240726182946/https://www.newscientist.com/article/2422101-google-ai-learns-to-play-open-world-video-games-by-watching-them/ |url-status=live}}</ref> | ||
=== Mathematics === | === Mathematics === | ||
In mathematics, probabilistic large language models are versatile, but can also produce wrong answers in the form of [[Hallucination (artificial intelligence)|hallucinations]]. The [[Alibaba Group]] developed a version of its ''[[Qwen]]'' models called ''Qwen2-Math'', that achieved state-of-the-art performance on several mathematical benchmarks, including 84% accuracy on the MATH dataset of competition mathematics problems.<ref name="VentureBeat 8 August 2024">{{cite web |last1=Franzen |first1=Carl |title=Alibaba claims no. 1 spot in AI math models with Qwen2-Math |url=https://venturebeat.com/ai/alibaba-claims-no-1-spot-in-ai-math-models-with-qwen2-math/ |website=VentureBeat |date=8 August 2024 |access-date=16 February 2025}}</ref> In January 2025, Microsoft proposed the technique ''rStar-Math'' that leverages [[Monte Carlo tree search]] and step-by-step reasoning, enabling a relatively small language model like ''Qwen-7B'' to solve 53% of the [[American Invitational Mathematics Examination|AIME]] 2024 and 90% of the MATH benchmark problems.<ref>{{Cite web |last=Franzen |first=Carl |date=9 January 2025 |title=Microsoft's new rStar-Math technique upgrades small models to outperform OpenAI's o1-preview at math problems |url=https://venturebeat.com/ai/microsofts-new-rstar-math-technique-upgrades-small-models-to-outperform-openais-o1-preview-at-math-problems/ |access-date=26 January 2025 |website=VentureBeat |language=en-US}}</ref> [[Google DeepMind]] has developed models for solving mathematical problems: ''AlphaTensor'', ''[[AlphaGeometry]]'', ''AlphaProof'' and ''[[AlphaEvolve]].''<ref>{{Cite web |date=14 May 2025 |title=AlphaEvolve Tackles Kissing Problem and More {{!}} AlphaEvolve made several mathematical discoveries and practical optimizations |url=https://spectrum.ieee.org/deepmind-alphaevolve |access-date=7 June 2025 |website=IEEE Spectrum |language=en}}</ref><ref>{{Cite web |last=Roberts |first=Siobhan |date=25 July 2024 |title=AI achieves silver-medal standard solving International Mathematical Olympiad problems |url=https://www.nytimes.com/2024/07/25/science/ai-math-alphaproof-deepmind.html |access-date=7 August 2024 |website=[[The New York Times]] |archive-date=26 September 2024 |archive-url=https://web.archive.org/web/20240926131402/https://www.nytimes.com/2024/07/25/science/ai-math-alphaproof-deepmind.html |url-status=live}}</ref> | |||
When natural language is used to describe mathematical problems, converters can transform such prompts into a formal language such as [[Lean (proof assistant)|Lean]] to define mathematical tasks. The experimental model ''Gemini Deep Think'' accepts natural language prompts directly and achieved gold medal results in the [[International Math Olympiad]] of 2025.<ref>{{Cite news |last=Metz |first=Cade |date=21 July 2025 |title=Google A.I. System Wins Gold Medal in International Math Olympiad |url=https://www.nytimes.com/2025/07/21/technology/google-ai-international-mathematics-olympiad.html |access-date=24 July 2025 |work=The New York Times |language=en-US |issn=0362-4331}}</ref> | |||
[[Topological deep learning]] integrates various [[ | [[Topological deep learning]] integrates various [[topological]] approaches. | ||
=== Finance === | === Finance === | ||
According to Nicolas Firzli, director of the [[World Pensions & Investments Forum]], it may be too early to see the emergence of highly innovative AI-informed financial products and services. He argues that "the deployment of AI tools will simply further automatise things: destroying tens of thousands of jobs in banking, financial planning, and pension advice in the process, but I'm not sure it will unleash a new wave of [e.g., sophisticated] pension innovation."<ref>M. Nicolas, J. Firzli: Pensions Age / European Pensions magazine, "Artificial Intelligence: Ask the Industry", May–June 2024. https://videovoice.org/ai-in-finance-innovation-entrepreneurship-vs-over-regulation-with-the-eus-artificial-intelligence-act-wont-work-as-intended/ {{Webarchive|url=https://web.archive.org/web/20240911125502/https://videovoice.org/ai-in-finance-innovation-entrepreneurship-vs-over-regulation-with-the-eus-artificial-intelligence-act-wont-work-as-intended/ |date=11 September 2024}}.</ref> | According to Nicolas Firzli, director of the [[World Pensions & Investments Forum]], it may be too early to see the emergence of highly innovative AI-informed financial products and services. He argues that "the deployment of AI tools will simply further automatise things: destroying tens of thousands of jobs in banking, financial planning, and pension advice in the process, but I'm not sure it will unleash a new wave of [e.g., sophisticated] pension innovation."<ref>M. Nicolas, J. Firzli: Pensions Age / European Pensions magazine, "Artificial Intelligence: Ask the Industry", May–June 2024. https://videovoice.org/ai-in-finance-innovation-entrepreneurship-vs-over-regulation-with-the-eus-artificial-intelligence-act-wont-work-as-intended/ {{Webarchive|url=https://web.archive.org/web/20240911125502/https://videovoice.org/ai-in-finance-innovation-entrepreneurship-vs-over-regulation-with-the-eus-artificial-intelligence-act-wont-work-as-intended/ |date=11 September 2024}}.</ref> | ||
| Line 228: | Line 240: | ||
{{main|Military applications of artificial intelligence}} | {{main|Military applications of artificial intelligence}} | ||
Various countries are deploying AI military applications.<ref name="CRS-2019">{{Cite book|last=Congressional Research Service|url=https://fas.org/sgp/crs/natsec/R45178.pdf|title=Artificial Intelligence and National Security|publisher=Congressional Research Service|year=2019|location=Washington, DC|archive-date=8 May 2020|access-date=25 February 2024|archive-url=https://web.archive.org/web/20200508062631/https://fas.org/sgp/crs/natsec/R45178.pdf|url-status=live}}[[Template:PD-notice|PD-notice]]</ref> The main applications enhance [[command and control]], communications, sensors, integration and interoperability.<ref name="Slyusar-2019">{{cite report |type=Preprint |last1=Slyusar |first1=Vadym |title=Artificial intelligence as the basis of future control networks |date=2019 |doi=10.13140/RG.2.2.30247.50087 }}</ref> Research is targeting intelligence collection and analysis, logistics, cyber operations, information operations, and semiautonomous and [[Vehicular automation|autonomous vehicles]].<ref name="CRS-2019" /> AI technologies enable coordination of sensors and effectors, threat detection and identification, marking of enemy positions, [[target acquisition]], coordination and deconfliction of distributed [[Forward observers in the U.S. military|Joint Fires]] between networked combat vehicles, both human-operated and | Various countries are deploying AI military applications.<ref name="CRS-2019">{{Cite book |last=Congressional Research Service |url=https://fas.org/sgp/crs/natsec/R45178.pdf |title=Artificial Intelligence and National Security |publisher=Congressional Research Service |year=2019 |location=Washington, DC |archive-date=8 May 2020 |access-date=25 February 2024 |archive-url=https://web.archive.org/web/20200508062631/https://fas.org/sgp/crs/natsec/R45178.pdf |url-status=live}}[[Template:PD-notice|PD-notice]]</ref> The main applications enhance [[command and control]], communications, sensors, integration and interoperability.<ref name="Slyusar-2019">{{cite report |type=Preprint |last1=Slyusar |first1=Vadym |title=Artificial intelligence as the basis of future control networks |date=2019 |doi=10.13140/RG.2.2.30247.50087}}</ref> Research is targeting intelligence collection and analysis, logistics, cyber operations, information operations, and semiautonomous and [[Vehicular automation|autonomous vehicles]].<ref name="CRS-2019" /> AI technologies enable coordination of sensors and effectors, threat detection and identification, marking of enemy positions, [[target acquisition]], coordination and deconfliction of distributed [[Forward observers in the U.S. military|Joint Fires]] between networked combat vehicles, both human-operated and autonomous.<ref name="Slyusar-2019" /> | ||
AI has been used in military operations in Iraq, Syria, Israel and Ukraine.<ref name="CRS-2019" /><ref>{{Cite web |last=Iraqi |first=Amjad |date=2024 | AI has been used in military operations in Iraq, Syria, Israel and Ukraine.<ref name="CRS-2019" /><ref>{{Cite web |last=Iraqi |first=Amjad |date=3 April 2024 |title='Lavender': The AI machine directing Israel's bombing spree in Gaza |url=https://www.972mag.com/lavender-ai-israeli-army-gaza/ |access-date=6 April 2024 |website=+972 Magazine |language=en-US |archive-date=10 October 2024 |archive-url=https://web.archive.org/web/20241010022042/https://www.972mag.com/lavender-ai-israeli-army-gaza/ |url-status=live}}</ref><ref name="Davies-2023">{{Cite news |last1=Davies |first1=Harry |last2=McKernan |first2=Bethan |last3=Sabbagh |first3=Dan |date=1 December 2023 |title='The Gospel': how Israel uses AI to select bombing targets in Gaza |language=en-GB |work=The Guardian |url=https://www.theguardian.com/world/2023/dec/01/the-gospel-how-israel-uses-ai-to-select-bombing-targets |access-date=4 December 2023 |archive-date=6 December 2023 |archive-url=https://web.archive.org/web/20231206213901/https://www.theguardian.com/world/2023/dec/01/the-gospel-how-israel-uses-ai-to-select-bombing-targets |url-status=live}}</ref><ref>{{Cite news |last=Marti |first=J Werner |title=Drohnen haben den Krieg in der Ukraine revolutioniert, doch sie sind empfindlich auf Störsender – deshalb sollen sie jetzt autonom operieren |url=https://www.nzz.ch/international/die-ukraine-setzt-auf-drohnen-die-autonom-navigieren-und-toeten-koennen-ld.1838731 |date=10 August 2024 |access-date=10 August 2024 |newspaper=Neue Zürcher Zeitung |language=German |archive-date=10 August 2024 |archive-url=https://web.archive.org/web/20240810054043/https://www.nzz.ch/international/die-ukraine-setzt-auf-drohnen-die-autonom-navigieren-und-toeten-koennen-ld.1838731 |url-status=live}}</ref> | ||
=== Generative AI === | === Generative AI === | ||
{{Excerpt|Generative artificial intelligence|only=paragraphs|paragraphs=1-3}} | |||
===Agents=== | ===Agents=== | ||
{{Main|Agentic AI}} | {{Main|Agentic AI}} | ||
AI agents are software entities designed to perceive their environment, make decisions, and take actions autonomously to achieve specific goals. These agents can interact with users, their environment, or other agents. AI agents are used in various applications, including [[virtual assistant]]s, [[chatbots]], [[autonomous vehicles]], [[Video game console|game-playing systems]], and [[industrial robotics]]. AI agents operate within the constraints of their programming, available computational resources, and hardware limitations. This means they are restricted to performing tasks within their defined scope and have finite memory and processing capabilities. In real-world applications, AI agents often face time constraints for decision-making and action execution. Many AI agents incorporate learning algorithms, enabling them to improve their performance over time through experience or training. Using machine learning, AI agents can adapt to new situations and optimise their behaviour for their designated tasks.<ref>{{Cite book |last1=Poole |first1=David | {{See also|OpenClaw|CrewAI}} | ||
AI agents are software entities designed to perceive their environment, make decisions, and take actions autonomously to achieve specific goals. These agents can interact with users, their environment, or other agents. AI agents are used in various applications, including [[virtual assistant]]s, [[chatbots]], [[autonomous vehicles]], [[Video game console|game-playing systems]], and [[industrial robotics]]. AI agents operate within the constraints of their programming, available computational resources, and hardware limitations. This means they are restricted to performing tasks within their defined scope and have finite memory and processing capabilities. In real-world applications, AI agents often face time constraints for decision-making and action execution. Many AI agents incorporate learning algorithms, enabling them to improve their performance over time through experience or training. Using machine learning, AI agents can adapt to new situations and optimise their behaviour for their designated tasks.<ref>{{Cite book |last1=Poole |first1=David |title=Artificial Intelligence, Foundations of Computational Agents |last2=Mackworth |first2=Alan |date=2023 |publisher=Cambridge University Press |isbn=978-1-0092-5819-7 |edition=3rd |doi=10.1017/9781009258227}}</ref><ref>{{Cite book |last1=Russell |first1=Stuart |title=[[Artificial Intelligence: A Modern Approach]] |last2=Norvig |first2=Peter |publisher=Pearson |date=2020 |isbn=978-0-1346-1099-3 |edition=4th}}</ref><ref>{{Cite web |date=24 July 2024 |title=Why agents are the next frontier of generative AI |url=https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/why-agents-are-the-next-frontier-of-generative-ai |access-date=10 August 2024 |website=McKinsey Digital |archive-date=3 October 2024 |archive-url=https://web.archive.org/web/20241003212335/https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/why-agents-are-the-next-frontier-of-generative-ai |url-status=live}}</ref> | |||
===Web search=== | |||
[[Microsoft]] introduced [[Microsoft Copilot|Copilot Search]] in February 2023 under the name [[Bing Chat]]. Copilot Search provides AI-generated summaries.<ref>{{Cite web |last=Peters |first=Jay |date=14 March 2023 |title=The Bing AI bot has been secretly running GPT-4 |url=https://www.theverge.com/2023/3/14/23639928/microsoft-bing-chatbot-ai-gpt-4-llm |access-date=31 August 2025 |website=The Verge |language=en-US}}</ref> | |||
Google introduced an [[AI Mode]] at its Google I/O event on 20 May 2025.<ref>{{cite web |url=https://techcrunch.com/2025/05/20/google-i-o-2025-everything-announced-at-this-years-developer-conference/ |title=Google I/O 2025: Everything announced at this year's developer conference |last1=Wiggers |first1=Kyle |last2=Levy |first2=Karyne |date=May 20, 2025 |website=TechCrunch |access-date=February 26, 2026 |archive-url=https://web.archive.org/web/20260115100023/https://techcrunch.com/2025/05/20/google-i-o-2025-everything-announced-at-this-years-developer-conference/ |archive-date=January 15, 2026 |url-status=live}}</ref> | |||
=== Sexuality === | === Sexuality === | ||
Applications of AI in this domain include AI-enabled menstruation and fertility trackers that analyze user data to offer predictions,<ref>{{Cite journal |last1=Figueiredo |first1=Mayara Costa |last2=Ankrah |first2=Elizabeth |last3=Powell |first3=Jacquelyn E. |last4=Epstein |first4=Daniel A. |last5=Chen |first5=Yunan |date=2024 | Applications of AI in this domain include AI-enabled menstruation and fertility trackers that analyze user data to offer predictions,<ref>{{Cite journal |last1=Figueiredo |first1=Mayara Costa |last2=Ankrah |first2=Elizabeth |last3=Powell |first3=Jacquelyn E. |last4=Epstein |first4=Daniel A. |last5=Chen |first5=Yunan |date=12 January 2024 |title=Powered by AI: Examining How AI Descriptions Influence Perceptions of Fertility Tracking Applications |journal=Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies |volume=7 |issue=4 |pages=1–24 |doi=10.1145/3631414}}</ref> AI-integrated sex toys (e.g., [[teledildonics]]),<ref>{{Cite journal |last1=Power |first1=Jennifer |last2=Pym |first2=Tinonee |last3=James |first3=Alexandra |last4=Waling |first4=Andrea |date=5 July 2024 |title=Smart Sex Toys: A Narrative Review of Recent Research on Cultural, Health and Safety Considerations |journal=Current Sexual Health Reports |language=en |volume=16 |issue=3 |pages=199–215 |doi=10.1007/s11930-024-00392-3 |issn=1548-3592 |doi-access=free}}</ref> AI-generated sexual education content,<ref>{{Cite journal |last1=Marcantonio |first1=Tiffany L. |last2=Avery |first2=Gracie |last3=Thrash |first3=Anna |last4=Leone |first4=Ruschelle M. |date=10 September 2024 |title=Large Language Models in an App: Conducting a Qualitative Synthetic Data Analysis of How Snapchat's 'My AI' Responds to Questions About Sexual Consent, Sexual Refusals, Sexual Assault, and Sexting |journal=The Journal of Sex Research |volume=62 |issue=9 |language=en |pages=1905–1919 |doi=10.1080/00224499.2024.2396457 |pmid=39254628 |pmc=11891083 }}</ref> and AI agents that simulate sexual and romantic partners (e.g., [[Replika]]).<ref>{{Cite journal |last1=Hanson |first1=Kenneth R. |last2=Bolthouse |first2=Hannah |date=2024 |title="Replika Removing Erotic Role-Play Is Like Grand Theft Auto Removing Guns or Cars": Reddit Discourse on Artificial Intelligence Chatbots and Sexual Technologies |journal=Socius: Sociological Research for a Dynamic World |language=en |volume=10 |article-number=23780231241259627 |doi=10.1177/23780231241259627 |issn=2378-0231 |doi-access=free}}</ref> AI is also used for the production of non-consensual [[deepfake pornography]], raising significant ethical and legal concerns.<ref>{{Cite journal |last1=Mania |first1=Karolina |title=Legal Protection of Revenge and Deepfake Porn Victims in the European Union: Findings from a Comparative Legal Study |journal=Trauma, Violence, & Abuse |date=2024 |volume=25 |issue=1 |pages=117–129 |doi=10.1177/15248380221143772 |pmid=36565267 |url=https://ruj.uj.edu.pl/xmlui/handle/item/306917}}</ref> | ||
AI technologies have also been used to attempt to identify [[online gender-based violence]] and online [[sexual grooming]] of minors.<ref>{{Cite journal |last1=Singh |first1=Suyesha |last2=Nambiar |first2=Vaishnavi |date=2024 |title=Role of Artificial Intelligence in the Prevention of Online Child Sexual Abuse: A Systematic Review of Literature | AI technologies have also been used to attempt to identify [[online gender-based violence]] and online [[sexual grooming]] of minors.<ref>{{Cite journal |last1=Singh |first1=Suyesha |last2=Nambiar |first2=Vaishnavi |date=2024 |title=Role of Artificial Intelligence in the Prevention of Online Child Sexual Abuse: A Systematic Review of Literature |journal=Journal of Applied Security Research |language=en |volume=19 |issue=4 |pages=586–627 |doi=10.1080/19361610.2024.2331885}}</ref><ref>{{Cite journal |last1=Razi |first1=Afsaneh |last2=Kim |first2=Seunghyun |last3=Alsoubai |first3=Ashwaq |last4=Stringhini |first4=Gianluca |last5=Solorio |first5=Thamar |last6=De Choudhury |first6=Munmun |author6-link=Munmun De Choudhury |last7=Wisniewski |first7=Pamela J. |date=13 October 2021 |title=A Human-Centered Systematic Literature Review of the Computational Approaches for Online Sexual Risk Detection |journal=Proceedings of the ACM on Human-Computer Interaction |volume=5 |issue=CSCW2 |pages=1–38 |doi=10.1145/3479609}}</ref> | ||
===Other industry-specific tasks=== | ===Other industry-specific tasks=== | ||
In a 2017 survey, one in five companies reported having incorporated "AI" in some offerings or processes.<ref>{{Cite journal |last1=Ransbotham |first1=Sam |last2=Kiron |first2=David |last3=Gerbert |first3=Philipp |last4=Reeves |first4=Martin |date=6 September 2017 |title=Reshaping Business With Artificial Intelligence |url=https://sloanreview.mit.edu/projects/reshaping-business-with-artificial-intelligence |url-status=live |journal=MIT Sloan Management Review |archive-url=https://web.archive.org/web/20240213070751/https://sloanreview.mit.edu/projects/reshaping-business-with-artificial-intelligence |archive-date=13 February 2024}}</ref> | |||
In the field of evacuation and [[disaster]] management, AI has been used to investigate patterns in large-scale and small-scale evacuations using historical data from GPS, videos or social media.<ref>{{cite book |last1=Sun |first1=Yuran |last2=Zhao |first2=Xilei |last3=Lovreglio |first3=Ruggiero |last4=Kuligowski |first4=Erica |title=Interpretable Machine Learning for the Analysis, Design, Assessment, and Informed Decision Making for Civil Infrastructure |chapter=AI for large-scale evacuation modeling: Promises and challenges |date=2024 |pages=185–204 |doi=10.1016/B978-0-12-824073-1.00014-9 |isbn=978-0-12-824073-1}}</ref><ref>{{Cite journal |last1=Gomaa |first1=Islam |last2=Adelzadeh |first2=Masoud |last3=Gwynne |first3=Steven |last4=Spencer |first4=Bruce |last5=Ko |first5=Yoon |last6=Bénichou |first6=Noureddine |last7=Ma |first7=Chunyun |last8=Elsagan |first8=Nour |last9=Duong |first9=Dana |last10=Zalok |first10=Ehab |last11=Kinateder |first11=Max |date=1 November 2021 |title=A Framework for Intelligent Fire Detection and Evacuation System |journal=Fire Technology |volume=57 |issue=6 |pages=3179–3185 |doi=10.1007/s10694-021-01157-3}}</ref><ref>{{Cite journal |last1=Zhao |first1=Xilei |last2=Lovreglio |first2=Ruggiero |last3=Nilsson |first3=Daniel |date=1 May 2020 |title=Modelling and interpreting pre-evacuation decision-making using machine learning |journal=Automation in Construction |volume=113 |article-number=103140 |doi=10.1016/j.autcon.2020.103140 |hdl=10179/17315 |hdl-access=free}}</ref> | |||
During the [[2024 Indian general election|2024 Indian elections]], US$50 million was spent on authorized AI-generated content, notably by creating [[deepfake]]s of allied (including sometimes deceased) politicians to better engage with voters, and by translating speeches to various local languages.<ref>{{Cite web |date=12 June 2024 |title=India's latest election embraced AI technology. Here are some ways it was used constructively |url=https://www.pbs.org/newshour/world/indias-latest-election-embraced-ai-technology-here-are-some-ways-it-was-used-constructively |access-date=28 October 2024 |website=PBS News |language=en-us |archive-date=17 September 2024 |archive-url=https://web.archive.org/web/20240917194950/https://www.pbs.org/newshour/world/indias-latest-election-embraced-ai-technology-here-are-some-ways-it-was-used-constructively |url-status=live}}</ref> | |||
The use of [[generative AI]] by law firms for legal research resulted in the creation of the global "AI Hallucination Cases" database, in April 2025, established by [[HEC Paris]] and [[Sciences Po]] legal data analysis lecturer Damien Charlotin.<ref>{{cite web |title=AI Hallucination Cases|url=https://www.damiencharlotin.com/hallucinations/|website=damiencharlotin.com|publisher=Damien Charlotin|access-date=21 April 2026}}</ref><ref>{{Cite news |last=Gorelick|first=Evan|date=2025-11-07|title=Vigilante Lawyers Expose the Rising Tide of A.I. Slop in Court Filings|url=https://www.nytimes.com/2025/11/07/business/lawyers-ai-vigilantes.html|access-date=2026-05-12|work=The New York Times|language=en-US|issn=0362-4331}}</ref> By 2026, judges had issued sanctions and [[bar association]]s had issued warnings due to attorney submissions to the courts containing fabricated case law citations [[Hallucination (artificial intelligence)|hallucinated]] by AI tools.<ref>{{Cite web |last=Lichtenberg |first=Nick |title=Even as hallucinations show up in legal filings, Big Law goes all in on AI with new Anthropic release |url=https://fortune.com/2026/05/12/anthropic-legal-plug-in-release-claude-cowork-big-law/ |access-date=2026-05-12 |website=Fortune |language=en}}</ref> | |||
{{See also|Hallucination (artificial intelligence)#In legal filings}} | |||
==Ethics== | ==Ethics== | ||
{{Main|Ethics of artificial intelligence}} | {{Main|Ethics of artificial intelligence}} | ||
[[File:ChatGPT_street_art_in_Tel_Aviv.jpg|thumb|[[Street art in Tel Aviv]]<ref>{{cite web |title=Экономист Дарон Асемоглу написал книгу об угрозах искусственного интеллекта — и о том, как правильное управление может обратить его на пользу человечеству Спецкор "Медузы" Маргарита Лютова узнала у ученого, как скоро мир сможет приблизиться к этой утопии |url=https://meduza.io/feature/2023/06/19/ekonomist-daron-asemoglu-napisal-knigu-ob-ugrozah-iskusstvennogo-intellekta-i-o-tom-kak-pravilnoe-upravlenie-mozhet-obratit-ego-na-polzu-chelovechestvu |url-status=live |archive-url=https://web.archive.org/web/20230620234007/https://meduza.io/feature/2023/06/19/ekonomist-daron-asemoglu-napisal-knigu-ob-ugrozah-iskusstvennogo-intellekta-i-o-tom-kak-pravilnoe-upravlenie-mozhet-obratit-ego-na-polzu-chelovechestvu |archive-date=June | |||
AI has potential benefits and potential risks.<ref>{{Cite web |title=Ethics of Artificial Intelligence and Robotics |url=https://plato.stanford.edu/archives/fall2023/entries/ethics-ai/ |website=Stanford Encyclopedia of Philosophy Archive |date=30 April 2020 |last1=Müller |first1=Vincent C. |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005165650/https://plato.stanford.edu/archives/fall2023/entries/ethics-ai/ |url-status=live }}</ref> AI may be able to advance science and find solutions for serious problems: [[Demis Hassabis]] of [[DeepMind]] hopes to "solve intelligence, and then use that to solve everything else".{{Sfnp|Simonite|2016}} However, as the use of AI has become widespread, several unintended consequences and risks have been identified.{{Sfnp|Russell|Norvig|2021|p=987}}<ref>{{Cite web |date=2024 | [[File:ChatGPT_street_art_in_Tel_Aviv.jpg|thumb|[[Street art in Tel Aviv]]<ref>{{cite web |title=Экономист Дарон Асемоглу написал книгу об угрозах искусственного интеллекта — и о том, как правильное управление может обратить его на пользу человечеству Спецкор "Медузы" Маргарита Лютова узнала у ученого, как скоро мир сможет приблизиться к этой утопии |url=https://meduza.io/feature/2023/06/19/ekonomist-daron-asemoglu-napisal-knigu-ob-ugrozah-iskusstvennogo-intellekta-i-o-tom-kak-pravilnoe-upravlenie-mozhet-obratit-ego-na-polzu-chelovechestvu |url-status=live |archive-url=https://web.archive.org/web/20230620234007/https://meduza.io/feature/2023/06/19/ekonomist-daron-asemoglu-napisal-knigu-ob-ugrozah-iskusstvennogo-intellekta-i-o-tom-kak-pravilnoe-upravlenie-mozhet-obratit-ego-na-polzu-chelovechestvu |archive-date=20 June 2023 |access-date=21 June 2023 |website=Meduza |language=ru}}</ref><ref>{{cite web |date=2 June 2023 |title=Learning, thinking, artistic collaboration and other such human endeavours in the age of AI |url=https://www.thehindu.com/society/artificial-intelligence-chatgpt-technology-human-labour-intelligence-creativity/article66914412.ece |url-status=live |archive-url=https://web.archive.org/web/20230621174339/https://www.thehindu.com/society/artificial-intelligence-chatgpt-technology-human-labour-intelligence-creativity/article66914412.ece |archive-date=21 June 2023 |access-date=21 June 2023 |website=The Hindu |language=en-IN}}</ref>]] | ||
AI has potential benefits and potential risks.<ref>{{Cite web |title=Ethics of Artificial Intelligence and Robotics |url=https://plato.stanford.edu/archives/fall2023/entries/ethics-ai/ |website=Stanford Encyclopedia of Philosophy Archive |date=30 April 2020 |last1=Müller |first1=Vincent C. |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005165650/https://plato.stanford.edu/archives/fall2023/entries/ethics-ai/ |url-status=live}}</ref> AI may be able to advance science and find solutions for serious problems: [[Demis Hassabis]] of [[DeepMind]] hopes to "solve intelligence, and then use that to solve everything else".{{Sfnp|Simonite|2016}} However, as the use of AI has become widespread, several unintended consequences and risks have been identified.{{Sfnp|Russell|Norvig|2021|p=987}}<ref>{{Cite web |date=14 November 2024 |title=Assessing potential future artificial intelligence risks, benefits and policy imperatives |url=https://www.oecd.org/en/publications/assessing-potential-future-artificial-intelligence-risks-benefits-and-policy-imperatives_3f4e3dfb-en.html |access-date=1 August 2025 |website=OECD |language=en}}</ref> In-production systems can sometimes not factor ethics and bias into their AI training processes, especially when the AI algorithms are inherently unexplainable in deep learning.{{Sfnp|Laskowski|2023}} | |||
=== Risks and harm === | === Risks and harm === | ||
| Line 271: | Line 291: | ||
Sensitive user data collected may include online activity records, geolocation data, video, or audio.{{Sfnp|GAO|2022}} For example, in order to build [[speech recognition]] algorithms, [[Amazon (company)|Amazon]] has recorded millions of private conversations and allowed [[temporary worker]]s to listen to and transcribe some of them.{{Sfnp|Valinsky|2019}} Opinions about this widespread surveillance range from those who see it as a [[necessary evil]] to those for whom it is clearly [[unethical]] and a violation of the [[right to privacy]].{{Sfnp|Russell|Norvig|2021|p=991}} | Sensitive user data collected may include online activity records, geolocation data, video, or audio.{{Sfnp|GAO|2022}} For example, in order to build [[speech recognition]] algorithms, [[Amazon (company)|Amazon]] has recorded millions of private conversations and allowed [[temporary worker]]s to listen to and transcribe some of them.{{Sfnp|Valinsky|2019}} Opinions about this widespread surveillance range from those who see it as a [[necessary evil]] to those for whom it is clearly [[unethical]] and a violation of the [[right to privacy]].{{Sfnp|Russell|Norvig|2021|p=991}} | ||
<!-- PRIVACY SOLUTIONS --> | |||
AI developers argue that this is the only way to deliver valuable applications and have developed several techniques that attempt to preserve privacy while still obtaining the data, such as [[data aggregation]], [[de-identification]] and [[differential privacy]].{{Sfnp|Russell|Norvig|2021|pp=991–992}} Since 2016, some privacy experts, such as [[Cynthia Dwork]], have begun to view privacy in terms of [[fairness (machine learning)|fairness]]. [[Brian Christian]] wrote that experts have pivoted "from the question of 'what they know' to the question of 'what they're doing with it'."{{Sfnp|Christian|2020|p=63}} | AI developers argue that this is the only way to deliver valuable applications and have developed several techniques that attempt to preserve privacy while still obtaining the data, such as [[data aggregation]], [[de-identification]] and [[differential privacy]].{{Sfnp|Russell|Norvig|2021|pp=991–992}} Since 2016, some privacy experts, such as [[Cynthia Dwork]], have begun to view privacy in terms of [[fairness (machine learning)|fairness]]. [[Brian Christian]] wrote that experts have pivoted "from the question of 'what they know' to the question of 'what they're doing with it'."{{Sfnp|Christian|2020|p=63}} | ||
<!-- COPYRIGHT AND GENERATIVE AI --> | <!-- COPYRIGHT AND GENERATIVE AI --> | ||
Generative AI is often trained on unlicensed copyrighted works, including in domains such as images or computer code; the output is then used under the rationale of "[[fair use]]". Experts disagree about how well and under what circumstances this rationale will hold up in courts of law; relevant factors may include "the purpose and character of the use of the copyrighted work" and "the effect upon the potential market for the copyrighted work".{{Sfnp|Vincent|2022}}<ref>{{Cite web |last=Kopel |first=Matthew |title=Copyright Services: Fair Use |url=https://guides.library.cornell.edu/copyright/fair-use |access-date=2024 | Generative AI is often trained on unlicensed copyrighted works, including in domains such as images or computer code; the output is then used under the rationale of "[[fair use]]". Experts disagree about how well and under what circumstances this rationale will hold up in courts of law; relevant factors may include "the purpose and character of the use of the copyrighted work" and "the effect upon the potential market for the copyrighted work".{{Sfnp|Vincent|2022}}<ref>{{Cite web |last=Kopel |first=Matthew |title=Copyright Services: Fair Use |url=https://guides.library.cornell.edu/copyright/fair-use |access-date=26 April 2024 |website=Cornell University Library |archive-date=26 September 2024 |archive-url=https://web.archive.org/web/20240926194057/https://guides.library.cornell.edu/copyright/fair-use |url-status=live}}</ref> Website owners can indicate that they do not want their content scraped via a "[[robots.txt]]" file.<ref>{{Cite magazine |last=Burgess |first=Matt |title=How to Stop Your Data From Being Used to Train AI |url=https://www.wired.com/story/how-to-stop-your-data-from-being-used-to-train-ai |access-date=26 April 2024 |magazine=Wired |issn=1059-1028 |archive-date=3 October 2024 |archive-url=https://web.archive.org/web/20241003180100/https://www.wired.com/story/how-to-stop-your-data-from-being-used-to-train-ai/ |url-status=live}}</ref> However, some companies will scrape content regardless<ref>{{Cite news |title=Exclusive: Multiple AI companies bypassing web standard to scrape publisher sites, licensing firm says |url=https://www.reuters.com/technology/artificial-intelligence/multiple-ai-companies-bypassing-web-standard-scrape-publisher-sites-licensing-2024-06-21/ |archive-url=https://web.archive.org/web/20241110223415/https://www.reuters.com/technology/artificial-intelligence/multiple-ai-companies-bypassing-web-standard-scrape-publisher-sites-licensing-2024-06-21/ |archive-date=2024-11-10 |access-date=2025-11-13 |work=Reuters |language=en-US}}</ref><ref>{{Cite web |last=Shilov |first=Anton |date=2024-06-21 |title=Several AI companies said to be ignoring robots dot txt exclusion, scraping content without permission: report |url=https://www.tomshardware.com/tech-industry/artificial-intelligence/several-ai-companies-said-to-be-ignoring-robots-dot-txt-exclusion-scraping-content-without-permission-report |access-date=2025-11-13 |website=Tom's Hardware |language=en}}</ref> because the robots.txt file has no real authority. In 2023, leading authors (including [[John Grisham]] and [[Jonathan Franzen]]) sued AI companies for using their work to train generative AI.{{Sfnp|Reisner|2023}}{{Sfnp|Alter|Harris|2023}} Another discussed approach is to envision a separate ''[[sui generis]]'' system of protection for creations generated by AI to ensure fair attribution and compensation for human authors.<ref>{{Cite web |title=Getting the Innovation Ecosystem Ready for AI. An IP policy toolkit |url=https://www.wipo.int/edocs/pubdocs/en/wipo-pub-2003-en-getting-the-innovation-ecosystem-ready-for-ai.pdf |website=[[WIPO]]}}</ref> | ||
====Dominance by tech giants==== | ====Dominance by tech giants==== | ||
The commercial AI scene is dominated by [[Big Tech]] companies such as [[Alphabet Inc.]], [[Amazon (company)|Amazon]], [[Apple Inc.]], [[Meta Platforms]], and [[Microsoft]].<ref>{{Cite web |last=Hammond |first=George |date=27 December 2023 |title=Big Tech is spending more than VC firms on AI startups |url=https://arstechnica.com/ai/2023/12/big-tech-is-spending-more-than-vc-firms-on-ai-startups |url-status=live |archive-url=https://web.archive.org/web/20240110195706/https://arstechnica.com/ai/2023/12/big-tech-is-spending-more-than-vc-firms-on-ai-startups |archive-date= | The commercial AI scene is dominated by [[Big Tech]] companies such as [[Alphabet Inc.]], [[Amazon (company)|Amazon]], [[Apple Inc.]], [[Meta Platforms]], and [[Microsoft]].<ref>{{Cite web |last=Hammond |first=George |date=27 December 2023 |title=Big Tech is spending more than VC firms on AI startups |url=https://arstechnica.com/ai/2023/12/big-tech-is-spending-more-than-vc-firms-on-ai-startups |url-status=live |archive-url=https://web.archive.org/web/20240110195706/https://arstechnica.com/ai/2023/12/big-tech-is-spending-more-than-vc-firms-on-ai-startups |archive-date=10 January 2024 |website=Ars Technica}}</ref><ref>{{Cite web |last=Wong |first=Matteo |date=24 October 2023 |title=The Future of AI Is GOMA |url=https://www.theatlantic.com/technology/archive/2023/10/big-ai-silicon-valley-dominance/675752 |url-access=subscription |url-status=live |archive-url=https://web.archive.org/web/20240105020744/https://www.theatlantic.com/technology/archive/2023/10/big-ai-silicon-valley-dominance/675752 |archive-date=5 January 2024 |website=The Atlantic |ref=none}}</ref><ref>{{Cite news |date=26 March 2023 |title=Big tech and the pursuit of AI dominance |url=https://www.economist.com/business/2023/03/26/big-tech-and-the-pursuit-of-ai-dominance |url-access=subscription |url-status=live |archive-url=https://web.archive.org/web/20231229021351/https://www.economist.com/business/2023/03/26/big-tech-and-the-pursuit-of-ai-dominance |archive-date=29 December 2023 |newspaper=The Economist}}</ref> Some of these players already own the vast majority of existing [[cloud computing|cloud infrastructure]] and [[computing]] power from [[data center]]s, allowing them to entrench further in the marketplace.<ref>{{Cite news |last=Fung |first=Brian |date=19 December 2023 |title=Where the battle to dominate AI may be won |url=https://www.cnn.com/2023/12/19/tech/cloud-competition-and-ai/index.html |url-status=live |archive-url=https://web.archive.org/web/20240113053332/https://www.cnn.com/2023/12/19/tech/cloud-competition-and-ai/index.html |archive-date=13 January 2024 |work=CNN Business}}</ref><ref>{{Cite news |last=Metz |first=Cade |date=5 July 2023 |title=In the Age of A.I., Tech's Little Guys Need Big Friends |url=https://www.nytimes.com/2023/07/05/business/artificial-intelligence-power-data-centers.html |work=The New York Times |access-date=5 October 2024 |archive-date=8 July 2024 |archive-url=https://web.archive.org/web/20240708214644/https://www.nytimes.com/2023/07/05/business/artificial-intelligence-power-data-centers.html |url-status=live}}</ref> | ||
====Power needs and environmental impacts==== | ====Power needs and environmental impacts==== | ||
{{See also|Environmental impacts of artificial intelligence}} | {{See also|Environmental impacts of artificial intelligence}} | ||
In January 2024, the [[International Energy Agency]] (IEA) released ''Electricity 2024, Analysis and Forecast to 2026'' | [[File:2015- Data center power demand - US.svg|thumb|upright=1.25|Fueled by a growth in AI, data centers' demand for power increased in the 2020s.<ref name=WashPost_20251225>{{cite news |last1=Bhattarai |first1=Abha |last2=Lerman |first2=Rachel |title=10 charts that show where the economy is heading / 3. AI related investments |url=https://www.washingtonpost.com/business/2025/12/25/inflation-job-market-impact-charts/ |newspaper=The Washington Post |date=25 December 2025 |quote=Source: MSCI}}</ref>]] | ||
Technology companies have built electricity and artificial intelligence infrastructure to facilitate the AI boom of the 2020s. A 2025 report from the consulting firm [[McKinsey & Company]] estimated that by 2030, $2.7 trillion would be invested into AI infrastructure and data centers in the US, surpassing World War II's [[Manhattan Project]] every month.<ref>{{cite news |last1=Coren |first1=Michael |title=How to get Big Tech to pay your energy bills |url=https://www.washingtonpost.com/climate-environment/2026/03/24/ai-big-tech-energy-bills/ |newspaper=The Washington Post |date=24 March 2026}}</ref> | |||
In January 2024, the [[International Energy Agency]] (IEA) released ''Electricity 2024, Analysis and Forecast to 2026''.<ref>{{Cite web |date=24 January 2024 |title=Electricity 2024 – Analysis and Forecast to 2026 |url=https://www.iea.org/reports/electricity-2024 |access-date=13 July 2024 |website=IEA}}</ref> This is the first IEA report to make projections for data centers and power consumption by AI and cryptocurrency. The report states that power demand for these uses might double by 2026, with the additional power consumption equaling that of Japan.<ref>{{Cite web |last=Calvert |first=Brian |date=28 March 2024 |title=AI already uses as much energy as a small country. It's only the beginning. |url=https://www.vox.com/climate/2024/3/28/24111721/ai-uses-a-lot-of-energy-experts-expect-it-to-double-in-just-a-few-years |website=Vox |location=New York, New York |access-date=5 October 2024 |archive-date=3 July 2024 |archive-url=https://web.archive.org/web/20240703080555/https://www.vox.com/climate/2024/3/28/24111721/ai-uses-a-lot-of-energy-experts-expect-it-to-double-in-just-a-few-years |url-status=live}}</ref> | |||
Power consumption by AI is responsible for an increase in fossil fuel use, and has delayed closings of obsolete, carbon-emitting coal energy facilities. A ChatGPT search involves the use of 10 times the electrical energy as a Google search.<ref>{{Cite news |last1=Halper |first1=Evan |last2=O'Donovan |first2=Caroline |date=21 June 2024 |title=AI is exhausting the power grid. Tech firms are seeking a miracle solution. |url=https://www.washingtonpost.com/business/2024/06/21/artificial-intelligence-nuclear-fusion-climate/ |newspaper=The Washington Post}}</ref> | |||
A 2024 [[Goldman Sachs]] Research Paper, ''AI Data Centers and the Coming US Power Demand Surge'', found "US power demand (is) likely to experience growth not seen in a generation...." and forecasts that, by 2030, US data centers will consume 8% of US power, as opposed to 3% in 2022, presaging growth for the electrical power generation industry by a variety of means.<ref>{{Cite web |last=Davenport |first=Carly |title=AI Data Centers and the Coming YS Power Demand Surge |url=https://www.goldmansachs.com/intelligence/pages/gs-research/generational-growth-ai-data-centers-and-the-coming-us-power-surge/report.pdf |website=Goldman Sachs |access-date=5 October 2024 |archive-date=26 July 2024 |archive-url=https://web.archive.org/web/20240726080428/https://www.goldmansachs.com/intelligence/pages/gs-research/generational-growth-ai-data-centers-and-the-coming-us-power-surge/report.pdf}}</ref> Data centers' need for more and more electrical power is such that they might max out the electrical grid. The Big Tech companies counter that AI can be used to maximize the utilization of the grid by all.<ref>{{Cite news |last=Ryan |first=Carol |date=12 April 2024 |title=Energy-Guzzling AI Is Also the Future of Energy Savings |url=https://www.wsj.com/business/energy-oil/ai-data-centers-energy-savings-d602296e |work=Wall Street Journal |publisher=Dow Jones}}</ref> | |||
In 2024, ''The Wall Street Journal'' reported that big AI companies have begun negotiations with the US nuclear power providers to provide electricity to the data centers. In March 2024 Amazon purchased a Pennsylvania nuclear-powered data center for US$650 million.<ref>{{Cite news |last=Hiller |first=Jennifer |date=1 July 2024 |title=Tech Industry Wants to Lock Up Nuclear Power for AI |url=https://www.wsj.com/business/energy-oil/tech-industry-wants-to-lock-up-nuclear-power-for-ai-6cb75316?mod=djem10point |work=Wall Street Journal |publisher=Dow Jones |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005165650/https://www.wsj.com/business/energy-oil/tech-industry-wants-to-lock-up-nuclear-power-for-ai-6cb75316?mod=djem10point |url-status=live}}</ref> | |||
In 2024, | In September 2024, [[Microsoft]] announced an agreement with [[Constellation Energy]] to re-open the [[Three Mile Island]] nuclear power plant to provide Microsoft with 100% of all electric power produced by the plant for 20 years. Reopening the plant, which suffered a partial nuclear meltdown of its Unit 2 reactor in 1979, will require Constellation to get through strict regulatory processes which will include extensive safety scrutiny from the US [[Nuclear Regulatory Commission]]. If approved (this will be the first ever US re-commissioning of a nuclear plant), over 835 megawatts of power – enough for 800,000 homes – of energy will be produced. The cost for re-opening and upgrading is estimated at US$1.6 billion and is dependent on tax breaks for nuclear power contained in the 2022 US [[Inflation Reduction Act]].<ref>{{Cite news |last=Halper |first=Evan |date=20 September 2024 |title=Microsoft deal would reopen Three Mile Island nuclear plant to power AI |url=https://www.washingtonpost.com/business/2024/09/20/microsoft-three-mile-island-nuclear-constellation |newspaper=Washington Post}}</ref> As of 2024, the US government and the state of Michigan have been investing almost US$2 billion to reopen the [[Palisades Nuclear Generating Station|Palisades Nuclear]] reactor on Lake Michigan. Closed since 2022, the plant was planned to be reopened in October 2025.<ref>{{Cite news |last=Hiller |first=Jennifer |date=20 September 2024 |title=Three Mile Island's Nuclear Plant to Reopen, Help Power Microsoft's AI Centers |url=https://www.wsj.com/business/energy-oil/three-mile-islands-nuclear-plant-to-reopen-help-power-microsofts-ai-centers-aebfb3c8?mod=Searchresults_pos1&page=1 |work=Wall Street Journal |publisher=Dow Jones |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170152/https://www.wsj.com/business/energy-oil/three-mile-islands-nuclear-plant-to-reopen-help-power-microsofts-ai-centers-aebfb3c8?mod=Searchresults_pos1&page=1 |url-status=live}}</ref> | ||
After the last approval in September 2023, [[Taiwan]] suspended the approval of data centers north of [[Taoyuan, Taiwan|Taoyuan]] with a capacity of more than 5 MW in 2024, due to power supply shortages.<ref name="DatacenterDynamics">{{Cite news |author=Niva Yadav |date=19 August 2024 |title=Taiwan to stop large data centers in the North, cites insufficient power |url=https://www.datacenterdynamics.com/en/news/taiwan-to-stop-large-data-centers-in-the-north-cites-insufficient-power/ |publisher=DatacenterDynamics |archive-date=8 November 2024 |access-date=7 November 2024 |archive-url=https://web.archive.org/web/20241108213650/https://www.datacenterdynamics.com/en/news/taiwan-to-stop-large-data-centers-in-the-north-cites-insufficient-power/ |url-status=live}}</ref> Taiwan aims to [[Nuclear power phase-out|phase out nuclear power]] by 2025.<ref name="DatacenterDynamics" /> | |||
[[Singapore]] imposed a ban on the opening of data centers in 2019 due to electric power, but in 2022, lifted this ban.<ref name="DatacenterDynamics" /> | |||
Although most nuclear plants in Japan have been shut down after the 2011 [[Fukushima nuclear accident]], according to an October 2024 ''Bloomberg'' article in Japanese, cloud gaming services company Ubitus, in which Nvidia has a stake, is looking for land in Japan near nuclear power plant for a new data center for generative AI.<ref name=bloombergjp>{{Cite news |last1=Mochizuki |first1=Takashi |last2=Oda |first2=Shoko |date=18 October 2024 |title= | Although most nuclear plants in Japan have been shut down after the 2011 [[Fukushima nuclear accident]], according to an October 2024 ''Bloomberg'' article in Japanese, cloud gaming services company Ubitus, in which Nvidia has a stake, is looking for land in Japan near a nuclear power plant for a new data center for generative AI.<ref name=bloombergjp>{{Cite news |last1=Mochizuki |first1=Takashi |last2=Oda |first2=Shoko |date=18 October 2024 |title=エヌビディア出資の日本企業、原発近くでΑIデータセンター新設検討 |url=https://www.bloomberg.co.jp/news/articles/2024-10-18/SLHGKKT0AFB400 |newspaper=Bloomberg |language=Japanese |archive-date=8 November 2024 |access-date=7 November 2024 |archive-url=https://web.archive.org/web/20241108213843/https://www.bloomberg.co.jp/news/articles/2024-10-18/SLHGKKT0AFB400 |url-status=live}}</ref> | ||
On 1 November 2024, the [[Federal Energy Regulatory Commission]] (FERC) rejected an application submitted by [[Talen Energy]] for approval to supply some electricity from the nuclear power station [[Susquehanna Steam Electric Station|Susquehanna]] to Amazon's data center.<ref name="Bloomberg20241104">{{Cite news |author=Naureen S Malik and Will Wade |date=5 November 2024 |title=Nuclear-Hungry AI Campuses Need New Plan to Find Power Fast |url=https://www.bloomberg.com/news/articles/2024-11-04/nuclear-hungry-ai-campuses-need-new-strategy-to-find-power-fast |publisher=Bloomberg}}</ref> | On 1 November 2024, the [[Federal Energy Regulatory Commission]] (FERC) rejected an application submitted by [[Talen Energy]] for approval to supply some electricity from the nuclear power station [[Susquehanna Steam Electric Station|Susquehanna]] to Amazon's data center.<ref name="Bloomberg20241104">{{Cite news |author=Naureen S Malik and Will Wade |date=5 November 2024 |title=Nuclear-Hungry AI Campuses Need New Plan to Find Power Fast |url=https://www.bloomberg.com/news/articles/2024-11-04/nuclear-hungry-ai-campuses-need-new-strategy-to-find-power-fast |publisher=Bloomberg}}</ref> | ||
According to the Commission Chairman [[Willie L. Phillips]], it is a burden on the electricity grid as well as a significant cost shifting concern to households and other business sectors.<ref name="Bloomberg20241104" /> | According to the Commission Chairman [[Willie L. Phillips]], it is a burden on the electricity grid as well as a significant cost shifting concern to households and other business sectors.<ref name="Bloomberg20241104" /> | ||
In 2025, a report prepared by the | In 2025, a report prepared by the IEA estimated the [[greenhouse gas emissions]] from the energy consumption of AI at 180 million tons. By 2035, these emissions could rise to 300–500 million tonnes depending on what measures will be taken. This is below 1.5% of the energy sector emissions. The emissions reduction potential of AI was estimated at 5% of the energy sector emissions, but [[Rebound effect (conservation)|rebound effects]] (for example if people switch from public transport to autonomous cars) can reduce it.<ref>{{cite web |title=Energy and AI Executive summary |url=https://www.iea.org/reports/energy-and-ai/executive-summary |website=International Energy Agency |access-date=10 April 2025}}</ref> | ||
==== Misinformation ==== | ==== Misinformation ==== | ||
{{See also| | {{See also|Content moderation}} | ||
[[YouTube]], [[Facebook]] and others use [[recommender system]]s to guide users to more content. These AI programs were given the goal of [[mathematical optimization|maximizing]] user engagement (that is, the only goal was to keep people watching). The AI learned that users tended to choose [[misinformation]], [[conspiracy theories]], and extreme [[partisan (politics)|partisan]] content, and, to keep them watching, the AI recommended more of it. Users also tended to watch more content on the same subject, so the AI led people into [[filter bubbles]] where they received multiple versions of the same misinformation.{{Sfnp|Nicas|2018}} This convinced many users that the misinformation was true, and ultimately undermined trust in institutions, the media and the government.<ref>{{Cite web |last1=Rainie |first1=Lee |last2=Keeter |first2=Scott |last3=Perrin |first3=Andrew |date=22 July 2019 |title=Trust and Distrust in America |url=https://www.pewresearch.org/politics/2019/07/22/trust-and-distrust-in-america |url-status=live |archive-url=https://web.archive.org/web/20240222000601/https://www.pewresearch.org/politics/2019/07/22/trust-and-distrust-in-america |archive-date=22 February 2024 |website=Pew Research Center}}</ref> The AI program had correctly learned to maximize its goal, but the result was harmful to society. After the U.S. election in 2016, major technology companies took some steps to mitigate the problem.<ref>{{Cite magazine |last=Kosoff |first=Maya |date=8 February 2018 |title=YouTube Struggles to Contain Its Conspiracy Problem |url=https://www.vanityfair.com/news/2018/02/youtube-conspiracy-problem |access-date=10 April 2025 |magazine=Vanity Fair |language=en-US}}</ref> | |||
[[YouTube]], [[Facebook]] and others use [[recommender system]]s to guide users to more content. These AI programs were given the goal of [[mathematical optimization|maximizing]] user engagement (that is, the only goal was to keep people watching). The AI learned that users tended to choose [[misinformation]], [[conspiracy theories]], and extreme [[partisan (politics)|partisan]] content, and, to keep them watching, the AI recommended more of it. Users also tended to watch more content on the same subject, so the AI led people into [[filter bubbles]] where they received multiple versions of the same misinformation.{{Sfnp|Nicas|2018}} This convinced many users that the misinformation was true, and ultimately undermined trust in institutions, the media and the government.<ref>{{Cite web |last1=Rainie |first1=Lee |last2=Keeter |first2=Scott |last3=Perrin |first3=Andrew |date=July | |||
In the early 2020s, [[generative AI]] began to create images, audio, and texts that are virtually indistinguishable from real photographs, recordings, or human writing,<ref>{{Cite journal |last=Berry |first=David M. |date=2025 | In the early 2020s, [[generative AI]] began to create images, audio, and texts that are virtually indistinguishable from real photographs, recordings, or human writing,<ref>{{Cite journal |last=Berry |first=David M. |date=19 March 2025 |title=Synthetic media and computational capitalism: towards a critical theory of artificial intelligence |journal=AI & Society |volume=40 |issue=7 |pages=5257–5269 |language=en |doi=10.1007/s00146-025-02265-2 |issn=1435-5655}}</ref> while realistic AI-generated videos became feasible in the mid-2020s.<ref>{{Cite web |last= |first= |date=17 June 2025 |title=Unreal: A quantum leap in AI video |url=https://theweek.com/tech/unreal-quantum-leap-ai-video-google |access-date=20 June 2025 |website=[[The Week]] |language=en}}</ref><ref>{{Cite web |last=Snow |first=Jackie |title=AI video is getting real. Beware what comes next |url=https://qz.com/ai-video-will-smith-google-veo-openai-sora-meta |access-date=20 June 2025 |website=[[Quartz (publication)|Quartz]] |date=16 June 2025 |language=en}}</ref><ref>{{Cite magazine |last1=Chow |first1=Andrew R. |last2=Perrigo |first2=Billy |date=3 June 2025 |title=Google's New AI Tool Generates Convincing Deepfakes of Riots, Conflict, and Election Fraud |url=https://time.com/7290050/veo-3-google-misinformation-deepfake/ |access-date=20 June 2025 |magazine=[[Time (magazine)|Time]] |language=en}}</ref> It is possible for bad actors to use this technology to create massive amounts of misinformation or propaganda;{{Sfnp|Williams|2023}} one such potential malicious use is deepfakes for [[computational propaganda]].<ref>{{Cite journal |last=Olanipekun |first=Samson Olufemi |date=2025 |title=Computational propaganda and misinformation: AI technologies as tools of media manipulation |url=https://journalwjarr.com/node/366 |journal=World Journal of Advanced Research and Reviews |language=en |volume=25 |issue=1 |pages=911–923 |doi=10.30574/wjarr.2025.25.1.0131 |issn=2581-9615}}</ref> AI pioneer and Nobel Prize-winning computer scientist [[Geoffrey Hinton]] expressed concern about AI enabling "authoritarian leaders to manipulate their electorates" on a large scale, among other risks.{{Sfnp|Taylor|Hern|2023}} The ability to influence electorates has been proved in at least one study. This same study shows more inaccurate statements from the models when they advocate for candidates of the political right.<ref>{{cite journal |last1=Lin |first1=Hause |last2=Czarnek |first2=Gabriela |last3=Lewis |first3=Benjamin |last4=White |first4=Joshua P. |last5=Berinsky |first5=Adam J. |last6=Costello |first6=Thomas |last7=Pennycook |first7=Gordon |last8=Rand |first8=David G. |title=Persuading voters using human–artificial intelligence dialogues |journal=Nature |date=2025 |volume=648 |issue=8093 |pages=394–401 |doi=10.1038/s41586-025-09771-9 |pmid=41345316 |bibcode=2025Natur.648..394L |url=https://ruj.uj.edu.pl/handle/item/567473 }}</ref> | ||
AI researchers at [[Microsoft]], [[OpenAI]], universities and other organisations have suggested using "[[Proof of personhood#Approaches|personhood credentials]]" as a way to overcome online deception enabled by AI models.<ref>{{Cite news |title=To fight AI, we need 'personhood credentials,' say AI firms |url=https://www.theregister.com/2024/09/03/ai_personhood_credentials/ |archive-url= | AI researchers at [[Microsoft]], [[OpenAI]], universities and other organisations have suggested using "[[Proof of personhood#Approaches|personhood credentials]]" as a way to overcome online deception enabled by AI models.<ref>{{Cite news |date=3 September 2024 |title=To fight AI, we need 'personhood credentials,' say AI firms |url=https://www.theregister.com/2024/09/03/ai_personhood_credentials/ |archive-url=https://web.archive.org/web/20250424232537/https://www.theregister.com/2024/09/03/ai_personhood_credentials/ |archive-date=24 April 2025 |access-date=9 May 2025 |work=The Register |language=en}}</ref> | ||
====Algorithmic bias and fairness==== | ====Algorithmic bias and fairness==== | ||
{{Main|Algorithmic bias|Fairness (machine learning)}} | {{Main|Algorithmic bias|Fairness (machine learning)}} | ||
Machine learning applications | Machine learning applications can be [[algorithmic bias|biased]]{{Efn|In statistics, a [[Bias (statistics)|bias]] is a systematic error or deviation from the correct value. But in the context of [[Fairness (machine learning)|fairness]], it refers to a tendency in favor or against a certain group or individual characteristic, usually in a way that is considered unfair or harmful. A statistically unbiased AI system that produces disparate outcomes for different demographic groups may thus be viewed as biased in the ethical sense.<ref name="Samuel-2022"/>}} if they learn from biased data.{{Sfnp|Rose|2023}} The developers may not be aware that the bias exists.{{Sfnp|CNA|2019}} Discriminatory behavior by some LLMs can be observed in their output.<ref>{{Citation |last1=Mazeika |first1=Mantas |title=Utility Engineering: Analyzing and Controlling Emergent Value Systems in AIs |date=2025 |at=Figure 16 |arxiv=2502.08640 |last2=Yin |first2=Xuwang |last3=Tamirisa |first3=Rishub |last4=Lim |first4=Jaehyuk |last5=Lee |first5=Bruce W. |last6=Ren |first6=Richard |last7=Phan |first7=Long |last8=Mu |first8=Norman |last9=Khoja |first9=Adam}}</ref> Bias can be introduced by the way [[training data]] is selected and by the way a model is deployed.{{Sfnp|Goffrey|2008|p=17}}{{Sfnp|Rose|2023}} If a biased algorithm is used to make decisions that can seriously [[harm]] people (as it can in [[health equity|medicine]], [[credit rating|finance]], [[recruitment]], [[public housing|housing]] or [[policing]]) then the algorithm may cause [[discrimination]].<ref>{{Harvtxt|Berdahl|Baker|Mann|Osoba|2023}}; {{Harvtxt|Goffrey|2008|p=17}}; {{Harvtxt|Rose|2023}}; {{Harvtxt|Russell|Norvig|2021|p=995}}</ref> The field of [[fairness (machine learning)|fairness]] studies how to prevent harms from algorithmic biases. | ||
On June | On 28 June 2015, [[Google Photos]]'s new image labeling feature mistakenly identified Jacky Alcine and a friend as "gorillas" because they were black. The system was trained on a dataset that contained very few images of black people,{{Sfnp|Christian|2020|p=25}} a problem called "sample size disparity".{{Sfnp|Russell|Norvig|2021|p=995}} Google "fixed" this problem by preventing the system from labelling ''anything'' as a "gorilla". Eight years later, in 2023, Google Photos still could not identify a gorilla, and neither could similar products from Apple, Facebook, Microsoft and Amazon.{{Sfnp|Grant|Hill|2023}} | ||
[[COMPAS (software)|COMPAS]] is a commercial program widely used by [[U.S. court]]s to assess the likelihood of a [[defendant]] becoming a [[recidivist]]. In 2016, [[Julia Angwin]] at [[ProPublica]] discovered that COMPAS exhibited racial bias, despite the fact that the program was not told the races of the defendants. Although the error rate for both whites and blacks was calibrated equal at exactly 61%, the errors for each race were different—the system consistently overestimated the chance that a black person would re-offend and would underestimate the chance that a white person would not re-offend.{{Sfnp|Larson|Angwin|2016}} In 2017, several researchers{{Efn|Including [[Jon Kleinberg]] ([[Cornell University]]), Sendhil Mullainathan ([[University of Chicago]]), Cynthia Chouldechova ([[Carnegie Mellon]]) and Sam Corbett-Davis ([[Stanford]]){{Sfnp|Christian|2020|p=67–70}}}} showed that it was mathematically impossible for COMPAS to accommodate all possible measures of fairness when the base rates of re-offense were different for whites and blacks in the data.<ref>{{Harvtxt|Christian|2020|pp=67–70}}; {{Harvtxt|Russell|Norvig|2021|pp=993–994}}</ref> | [[COMPAS (software)|COMPAS]] is a commercial program widely used by [[U.S. court]]s to assess the likelihood of a [[defendant]] becoming a [[recidivist]]. In 2016, [[Julia Angwin]] at [[ProPublica]] discovered that COMPAS exhibited racial bias, despite the fact that the program was not told the races of the defendants. Although the error rate for both whites and blacks was calibrated equal at exactly 61%, the errors for each race were different—the system consistently overestimated the chance that a black person would re-offend and would underestimate the chance that a white person would not re-offend.{{Sfnp|Larson|Angwin|2016}} In 2017, several researchers{{Efn|Including [[Jon Kleinberg]] ([[Cornell University]]), Sendhil Mullainathan ([[University of Chicago]]), Cynthia Chouldechova ([[Carnegie Mellon]]) and Sam Corbett-Davis ([[Stanford]]){{Sfnp|Christian|2020|p=67–70}}}} showed that it was mathematically impossible for COMPAS to accommodate all possible measures of fairness when the base rates of re-offense were different for whites and blacks in the data.<ref>{{Harvtxt|Christian|2020|pp=67–70}}; {{Harvtxt|Russell|Norvig|2021|pp=993–994}}</ref> | ||
| Line 326: | Line 351: | ||
Bias and unfairness may go undetected because the developers are overwhelmingly white and male: among AI engineers, about 4% are black and 20% are women.{{Sfnp|Russell|Norvig|2021|p=995}} | Bias and unfairness may go undetected because the developers are overwhelmingly white and male: among AI engineers, about 4% are black and 20% are women.{{Sfnp|Russell|Norvig|2021|p=995}} | ||
There are various conflicting definitions and mathematical models of fairness. These notions depend on ethical assumptions, and are influenced by beliefs about society. One broad category is [[Distributive justice|distributive fairness]], which focuses on the outcomes, often identifying groups and seeking to compensate for statistical disparities. Representational fairness tries to ensure that AI systems do not reinforce negative [[stereotype]]s or render certain groups invisible. Procedural fairness focuses on the decision process rather than the outcome. The most relevant notions of fairness may depend on the context, notably the type of AI application and the stakeholders. The subjectivity in the notions of bias and fairness makes it difficult for companies to operationalize them. Having access to sensitive attributes such as race or gender is also considered by many AI ethicists to be necessary in order to compensate for biases, but it may conflict with [[anti-discrimination law]]s.<ref name="Samuel-2022">{{Cite web |last=Samuel |first=Sigal |date=2022 | There are various conflicting definitions and mathematical models of fairness. These notions depend on ethical assumptions, and are influenced by beliefs about society. One broad category is [[Distributive justice|distributive fairness]], which focuses on the outcomes, often identifying groups and seeking to compensate for statistical disparities. Representational fairness tries to ensure that AI systems do not reinforce negative [[stereotype]]s or render certain groups invisible. Procedural fairness focuses on the decision process rather than the outcome. The most relevant notions of fairness may depend on the context, notably the type of AI application and the stakeholders. The subjectivity in the notions of bias and fairness makes it difficult for companies to operationalize them. Having access to sensitive attributes such as race or gender is also considered by many AI ethicists to be necessary in order to compensate for biases, but it may conflict with [[anti-discrimination law]]s.<ref name="Samuel-2022">{{Cite web |last=Samuel |first=Sigal |date=19 April 2022 |title=Why it's so damn hard to make AI fair and unbiased |url=https://www.vox.com/future-perfect/22916602/ai-bias-fairness-tradeoffs-artificial-intelligence |access-date=24 July 2024 |website=Vox |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170153/https://www.vox.com/future-perfect/22916602/ai-bias-fairness-tradeoffs-artificial-intelligence |url-status=live}}</ref> | ||
At | At the 2022 [[ACM Conference on Fairness, Accountability, and Transparency]] a paper reported that a CLIP‑based ([[Contrastive Language-Image Pre-training]]) robotic system reproduced harmful gender‑ and race‑linked stereotypes in a simulated manipulation task. The authors recommended robot‑learning methods which physically manifest such harms be "paused, reworked, or even wound down when appropriate, until outcomes can be proven safe, effective, and just."<ref>{{cite conference |last1=Hundt |first1=Andrew |last2=Agnew |first2=William |last3=Zeng |first3=Vicky |last4=Kacianka |first4=Severin |last5=Gombolay |first5=Matthew |title=Robots Enact Malignant Stereotypes |book-title=Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Transparency (FAccT '22) |date=21–24 June 2022 |location=Seoul, South Korea |publisher=Association for Computing Machinery |doi=10.1145/3531146.3533138 |url=https://dl.acm.org/doi/10.1145/3531146.3533138}}</ref><ref>For accessible summaries, see the Georgia Tech release and ScienceDaily coverage of the study's findings.{{cite web |title=Flawed AI Makes Robots Racist, Sexist |website=Georgia Tech Research News |date=23 June 2022 |url=https://research.gatech.edu/flawed-ai-makes-robots-racist-sexist}}</ref><ref>{{cite web |title=Robots turn racist and sexist with flawed AI, study finds |website=ScienceDaily |date=21 June 2022 |url=https://www.sciencedaily.com/releases/2022/06/220621141753.htm}}</ref> | ||
==== Lack of transparency ==== | ==== Lack of transparency ==== | ||
{{See also|Explainable AI|Algorithmic transparency|Right to explanation}} | {{See also|Explainable AI|Algorithmic transparency|Right to explanation}} | ||
Many AI systems are so complex that their designers cannot explain how they reach their decisions.{{Sfnp|Sample|2017}} Particularly with [[deep neural networks]], in which there are many non-[[linear]] relationships between inputs and outputs. But some popular explainability techniques exist.<ref>{{Cite web |date=16 June 2023 |title=Black Box AI |url=https://www.techopedia.com/definition/34940/black-box-ai |access-date=5 October 2024 |archive-date=15 June 2024 |archive-url=https://web.archive.org/web/20240615100800/https://www.techopedia.com/definition/34940/black-box-ai |url-status=live }}</ref> | Many AI systems are so complex that their designers cannot explain how they reach their decisions.{{Sfnp|Sample|2017}} Particularly with [[deep neural networks]], in which there are many non-[[linear]] relationships between inputs and outputs. But some popular explainability techniques exist.<ref>{{Cite web |date=16 June 2023 |title=Black Box AI |url=https://www.techopedia.com/definition/34940/black-box-ai |access-date=5 October 2024 |archive-date=15 June 2024 |archive-url=https://web.archive.org/web/20240615100800/https://www.techopedia.com/definition/34940/black-box-ai |url-status=live}}</ref> | ||
It is impossible to be certain that a program is operating correctly if no one knows how exactly it works. There have been many cases where a machine learning program passed rigorous tests, but nevertheless learned something different than what the programmers intended. For example, a system that could identify skin diseases better than medical professionals was found to actually have a strong tendency to classify images with a [[ruler]] as "cancerous", because pictures of malignancies typically include a ruler to show the scale.{{Sfnp|Christian|2020|p=110}} Another machine learning system designed to help effectively allocate medical resources was found to classify patients with asthma as being at "low risk" of dying from pneumonia. Having asthma is actually a severe risk factor, but since the patients having asthma would usually get much more medical care, they were relatively unlikely to die according to the training data. The correlation between asthma and low risk of dying from pneumonia was real, but misleading.{{Sfnp|Christian|2020|pp=88–91}} | It is impossible to be certain that a program is operating correctly if no one knows how exactly it works. There have been many cases where a machine learning program passed rigorous tests, but nevertheless learned something different than what the programmers intended. For example, a system that could identify skin diseases better than medical professionals was found to actually have a strong tendency to classify images with a [[ruler]] as "cancerous", because pictures of malignancies typically include a ruler to show the scale.{{Sfnp|Christian|2020|p=110}} Another machine learning system designed to help effectively allocate medical resources was found to classify patients with asthma as being at "low risk" of dying from pneumonia. Having asthma is actually a severe risk factor, but since the patients having asthma would usually get much more medical care, they were relatively unlikely to die according to the training data. The correlation between asthma and low risk of dying from pneumonia was real, but misleading.{{Sfnp|Christian|2020|pp=88–91}} | ||
| Line 340: | Line 365: | ||
[[DARPA]] established the [[Explainable Artificial Intelligence|XAI]] ("Explainable Artificial Intelligence") program in 2014 to try to solve these problems.{{Sfnp|Christian|2020|p=83}} | [[DARPA]] established the [[Explainable Artificial Intelligence|XAI]] ("Explainable Artificial Intelligence") program in 2014 to try to solve these problems.{{Sfnp|Christian|2020|p=83}} | ||
Several approaches aim to address the transparency problem. SHAP enables to visualise the contribution of each feature to the output.{{Sfnp|Verma|2021}} LIME can locally approximate a model's outputs with a simpler, interpretable model.{{Sfnp|Rothman|2020}} [[Multitask learning]] provides a large number of outputs in addition to the target classification. These other outputs can help developers deduce what the network has learned.{{Sfnp|Christian|2020|pp=105–108}} [[Deconvolution]], [[DeepDream]] and other [[generative AI|generative]] methods can allow developers to see what different layers of a deep network for computer vision have learned, and produce output that can suggest what the network is learning.{{Sfnp|Christian|2020|pp=108–112}} For [[generative pre-trained transformer]]s, [[Anthropic]] developed a technique based on [[dictionary learning]] that associates patterns of neuron activations with human-understandable concepts.<ref>{{Cite web |last=Ropek |first=Lucas |date=2024 | Several approaches aim to address the transparency problem. SHAP enables to visualise the contribution of each feature to the output.{{Sfnp|Verma|2021}} LIME can locally approximate a model's outputs with a simpler, interpretable model.{{Sfnp|Rothman|2020}} [[Multitask learning]] provides a large number of outputs in addition to the target classification. These other outputs can help developers deduce what the network has learned.{{Sfnp|Christian|2020|pp=105–108}} [[Deconvolution]], [[DeepDream]] and other [[generative AI|generative]] methods can allow developers to see what different layers of a deep network for computer vision have learned, and produce output that can suggest what the network is learning.{{Sfnp|Christian|2020|pp=108–112}} For [[generative pre-trained transformer]]s, [[Anthropic]] developed a technique based on [[dictionary learning]] that associates patterns of neuron activations with human-understandable concepts.<ref>{{Cite web |last=Ropek |first=Lucas |date=21 May 2024 |title=New Anthropic Research Sheds Light on AI's 'Black Box' |url=https://gizmodo.com/new-anthropic-research-sheds-light-on-ais-black-box-1851491333 |access-date=23 May 2024 |website=Gizmodo |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170309/https://gizmodo.com/new-anthropic-research-sheds-light-on-ais-black-box-1851491333 |url-status=live}}</ref> | ||
==== Bad actors and weaponized AI ==== | ==== Bad actors and weaponized AI ==== | ||
| Line 349: | Line 374: | ||
A lethal autonomous weapon is a machine that locates, selects and engages human targets without human supervision.{{Efn|This is the [[United Nations]]' definition, and includes things like [[land mines]] as well.{{Sfnp|Russell|Norvig|2021|p=989}}}} Widely available AI tools can be used by bad actors to develop inexpensive autonomous weapons and, if produced at scale, they are potentially [[weapons of mass destruction]].{{Sfnp|Russell|Norvig|2021|pp=987–990}} Even when used in conventional warfare, they currently cannot reliably choose targets and could potentially [[murder|kill an innocent person]].{{Sfnp|Russell|Norvig|2021|pp=987–990}} In 2014, 30 nations (including China) supported a ban on autonomous weapons under the [[United Nations]]' [[Convention on Certain Conventional Weapons]], however the [[United States]] and others disagreed.{{Sfnp|Russell|Norvig|2021|p=988}} By 2015, over fifty countries were reported to be researching battlefield robots.<ref>{{Harvtxt|Robitzski|2018}}; {{Harvtxt|Sainato|2015}}</ref> | A lethal autonomous weapon is a machine that locates, selects and engages human targets without human supervision.{{Efn|This is the [[United Nations]]' definition, and includes things like [[land mines]] as well.{{Sfnp|Russell|Norvig|2021|p=989}}}} Widely available AI tools can be used by bad actors to develop inexpensive autonomous weapons and, if produced at scale, they are potentially [[weapons of mass destruction]].{{Sfnp|Russell|Norvig|2021|pp=987–990}} Even when used in conventional warfare, they currently cannot reliably choose targets and could potentially [[murder|kill an innocent person]].{{Sfnp|Russell|Norvig|2021|pp=987–990}} In 2014, 30 nations (including China) supported a ban on autonomous weapons under the [[United Nations]]' [[Convention on Certain Conventional Weapons]], however the [[United States]] and others disagreed.{{Sfnp|Russell|Norvig|2021|p=988}} By 2015, over fifty countries were reported to be researching battlefield robots.<ref>{{Harvtxt|Robitzski|2018}}; {{Harvtxt|Sainato|2015}}</ref> | ||
AI tools make it easier for | AI tools make it easier for authoritarian governments to efficiently control their citizens in several ways. Face and [[Speaker recognition|voice recognition]] allow widespread [[surveillance]]. [[Machine learning]], operating this data, can [[classifier (machine learning)|classify]] potential enemies of the state and prevent them from hiding. [[Recommendation systems]] can precisely target [[propaganda]] and [[misinformation]] for maximum effect. [[Deepfakes]] and [[generative AI]] aid in producing misinformation. Advanced AI can make authoritarian [[technocracy|centralized decision-making]] more competitive than liberal and decentralized systems such as [[market (economics)|market]]s. It lowers the cost and difficulty of [[digital warfare]] and [[spyware|advanced spyware]].{{Sfnp|Harari|2018}} All these technologies have been available since 2020 or earlier—AI [[facial recognition system]]s are already being used for [[mass surveillance]] in China.<ref>{{Cite news |last1=Buckley |first1=Chris |last2=Mozur |first2=Paul |date=22 May 2019 |title=How China Uses High-Tech Surveillance to Subdue Minorities |url=https://www.nytimes.com/2019/05/22/world/asia/china-surveillance-xinjiang.html |work=The New York Times |access-date=2 July 2019 |archive-date=25 November 2019 |archive-url=https://web.archive.org/web/20191125180459/https://www.nytimes.com/2019/05/22/world/asia/china-surveillance-xinjiang.html |url-status=live}}</ref><ref>{{Cite web |last1=Whittaker |first1=Zack |date=3 May 2019 |title=Security lapse exposed a Chinese smart city surveillance system |work=TechCrunch |url=https://techcrunch.com/2019/05/03/china-smart-city-exposed |url-status=live |archive-url=https://web.archive.org/web/20210307203740/https://consent.yahoo.com/v2/collectConsent?sessionId=3_cc-session_c8562b93-9863-4915-8523-6c7b930a3efc |archive-date=7 March 2021 |access-date=14 September 2020}}</ref> | ||
There are many other ways in which AI is expected to help bad actors, some of which can not be foreseen. For example, machine-learning AI is able to design tens of thousands of toxic molecules in a matter of hours.{{Sfnp|Urbina|Lentzos|Invernizzi|Ekins|2022}} | There are many other ways in which AI is expected to help bad actors, some of which can not be foreseen. For example, machine-learning AI is able to design tens of thousands of toxic molecules in a matter of hours.{{Sfnp|Urbina|Lentzos|Invernizzi|Ekins|2022}} | ||
| Line 356: | Line 381: | ||
{{Main|Workplace impact of artificial intelligence|Technological unemployment}} | {{Main|Workplace impact of artificial intelligence|Technological unemployment}} | ||
Economists have frequently highlighted the risks of redundancies from AI, and speculated about unemployment if there is no adequate social policy for full employment | Economists have frequently highlighted the risks of redundancies from AI, and speculated about unemployment if there is no adequate social policy for full employment.{{sfnp|McGaughey|2022}} | ||
<!-- TOPIC: ESTIMATES OF THE AMOUNT OF UNEMPLOYMENT --> | <!-- TOPIC: ESTIMATES OF THE AMOUNT OF UNEMPLOYMENT --> | ||
In the past, technology has tended to increase rather than reduce total employment, but economists acknowledge that "we're in uncharted territory" with AI.<ref>{{Harvtxt|Ford|Colvin|2015}};{{Harvtxt|McGaughey|2022}}</ref> A survey of economists showed disagreement about whether the increasing use of robots and AI will cause a substantial increase in long-term [[unemployment]], but they generally agree that it could be a net benefit if [[productivity]] gains are [[Redistribution of income and wealth|redistributed]].{{Sfnp|IGM Chicago|2017}} Risk estimates vary; for example, in the 2010s, Michael Osborne and [[Carl Benedikt Frey]] estimated 47% of U.S. jobs are at "high risk" of potential automation, while an OECD report classified only 9% of U.S. jobs as "high risk".{{Efn|See table 4; 9% is both the OECD average and the U.S. average.{{Sfnp|Arntz|Gregory|Zierahn|2016|p=33}}}}<ref>{{Harvtxt|Lohr|2017}}; {{Harvtxt|Frey|Osborne|2017}}; {{Harvtxt|Arntz|Gregory|Zierahn|2016|p=33}}</ref> The methodology of speculating about future employment levels has been criticised as lacking evidential foundation, and for implying that technology, rather than social policy, creates unemployment, as opposed to redundancies. | In the past, technology has tended to increase rather than reduce total employment, but economists acknowledge that "we're in uncharted territory" with AI.<ref>{{Harvtxt|Ford|Colvin|2015}}; {{Harvtxt|McGaughey|2022}}</ref> A survey of economists showed disagreement about whether the increasing use of robots and AI will cause a substantial increase in long-term [[unemployment]], but they generally agree that it could be a net benefit if [[productivity]] gains are [[Redistribution of income and wealth|redistributed]].{{Sfnp|IGM Chicago|2017}} Risk estimates vary; for example, in the 2010s, Michael Osborne and [[Carl Benedikt Frey]] estimated 47% of U.S. jobs are at "high risk" of potential automation, while an OECD report classified only 9% of U.S. jobs as "high risk".{{Efn|See table 4; 9% is both the OECD average and the U.S. average.{{Sfnp|Arntz|Gregory|Zierahn|2016|p=33}}}}<ref>{{Harvtxt|Lohr|2017}}; {{Harvtxt|Frey|Osborne|2017}}; {{Harvtxt|Arntz|Gregory|Zierahn|2016|p=33}}</ref> The methodology of speculating about future employment levels has been criticised as lacking evidential foundation, and for implying that technology, rather than social policy, creates unemployment, as opposed to redundancies.{{sfnp|McGaughey|2022}} In April 2023, it was reported that 70% of the jobs for Chinese video game illustrators had been eliminated by generative artificial intelligence.<ref>{{Cite web |last=Zhou |first=Viola |date=11 April 2023 |title=AI is already taking video game illustrators' jobs in China |url=https://restofworld.org/2023/ai-image-china-video-game-layoffs |access-date=17 August 2023 |website=Rest of World |archive-date=21 February 2024 |archive-url=https://web.archive.org/web/20240221131748/https://restofworld.org/2023/ai-image-china-video-game-layoffs/ |url-status=live}}</ref><ref>{{Cite web |last=Carter |first=Justin |date=11 April 2023 |title=China's game art industry reportedly decimated by growing AI use |url=https://www.gamedeveloper.com/art/china-s-game-art-industry-reportedly-decimated-ai-art-use |access-date=17 August 2023 |website=Game Developer |archive-date=17 August 2023 |archive-url=https://web.archive.org/web/20230817010519/https://www.gamedeveloper.com/art/china-s-game-art-industry-reportedly-decimated-ai-art-use |url-status=live}}</ref> Early-career workers showed decreasing [[employment rate]]s in some AI-exposed occupations.<ref name="o861">{{cite web | title=Canaries in the Coal Mine? Six Facts about the Recent Employment Effects of Artificial Intelligence | website=Stanford Digital Economy Lab | date=2026 | url=https://digitaleconomy.stanford.edu/publication/canaries-in-the-coal-mine-six-facts-about-the-recent-employment-effects-of-artificial-intelligence/ | access-date=2026-03-06}}</ref> | ||
<!-- TOPIC: WHICH JOBS ARE AT RISK? --> | <!-- TOPIC: WHICH JOBS ARE AT RISK? --> | ||
Unlike previous waves of automation, many middle-class jobs may be eliminated by artificial intelligence; ''[[The Economist]]'' stated in 2015 that "the worry that AI could do to white-collar jobs what steam power did to blue-collar ones during the Industrial Revolution" is "worth taking seriously".{{Sfnp|Morgenstern|2015}} Jobs at extreme risk range from [[paralegal]]s to fast food cooks, while job demand is likely to increase for care-related professions ranging from personal healthcare to the clergy.<ref>{{Harvtxt|Mahdawi|2017}}; {{Harvtxt|Thompson|2014}}</ref> | Unlike previous waves of automation, many middle-class jobs may be eliminated by artificial intelligence; ''[[The Economist]]'' stated in 2015 that "the worry that AI could do to white-collar jobs what steam power did to blue-collar ones during the Industrial Revolution" is "worth taking seriously".{{Sfnp|Morgenstern|2015}} Jobs at extreme risk range from [[paralegal]]s to fast food cooks, while job demand is likely to increase for care-related professions ranging from personal healthcare to the clergy.<ref>{{Harvtxt|Mahdawi|2017}}; {{Harvtxt|Thompson|2014}}</ref> In July 2025, [[Ford Motor Company|Ford]] CEO [[Jim Farley (businessman)|Jim Farley]] predicted that "artificial intelligence is going to replace literally half of all [[white-collar worker]]s in the U.S."<ref>{{cite web |last1=Ma |first1=Jason |date=5 July 2025 |title=Ford CEO Jim Farley warns AI will wipe out half of white-collar jobs, but the 'essential economy' has a huge shortage of workers |url=https://fortune.com/2025/07/05/ford-ceo-jim-farley-ai-white-collar-jobs-essential-economy-skilled-trade-jobs-shortage/ |access-date=21 October 2025 |website=Fortune |publisher=}}</ref> | ||
From the early days of the development of artificial intelligence, there have been arguments, for example, those put forward by [[Joseph Weizenbaum]], about whether tasks that can be done by computers actually should be done by them, given the difference between computers and humans, and between quantitative calculation and qualitative, value-based judgement.<ref>{{Cite news |last=Tarnoff |first=Ben |date=4 August 2023 |title=Lessons from Eliza |work=[[The Guardian Weekly]] |pages=34–39}}</ref> | From the early days of the development of artificial intelligence, there have been arguments, for example, those put forward by [[Joseph Weizenbaum]], about whether tasks that can be done by computers actually should be done by them, given the difference between computers and humans, and between quantitative calculation and qualitative, value-based judgement.<ref>{{Cite news |last=Tarnoff |first=Ben |date=4 August 2023 |title=Lessons from Eliza |work=[[The Guardian Weekly]] |pages=34–39}}</ref> | ||
==== Substitution for human–human interaction ==== | |||
{{see also|Deaths linked to chatbots}} | |||
With the increase of [[loneliness#increasing prevalence|loneliness]] in the early 21st century, AI is sometimes identified as a potential source of relief to this problem. It would be possible, via [[AI anthropomorphism#Current anthropomorphic attributions|human-like qualities built into AI products]],<ref name="Anthropomorphism">{{cite journal |last1=Kühne |first1=Rinaldo |last2=Peter |first2=Jochen |title=Anthropomorphism in human–robot interactions: a multidimensional conceptualization |journal=Communication Theory |volume=33 |issue=1 |pages=42–52 |year=2023 |doi=10.1093/ct/qtac020}}</ref> for individuals to assume that this need can be met by artificial means.<ref name="ReevesNass1996">{{cite book |last1=Reeves |first1=Byron |last2=Nass |first2=Clifford |title=The Media Equation: How People Treat Computers, Television, and New Media Like Real People and Places |publisher=Cambridge University Press |location=New York |year=1996 |isbn=978-1-57586-053-4}}</ref><ref name="NassMoon2000">{{cite journal |last1=Nass |first1=Clifford |last2=Moon |first2=Youngme |title=Machines and mindlessness: Social responses to computers |journal=Journal of Social Issues |volume=56 |issue=1 |year=2000 |pages=81–103 |doi=10.1111/0022-4537.00153 | |||
}}</ref> In some cases, people approach artificial intelligence for companionship when they believe that they would not find acceptance due to feeling outcast.<ref>{{cite journal |author1=Salles, Arleen |author2=Evers, Kathinka |author3=Farisco, Michele |title=Anthropomorphism in AI |journal=AJOB Neuroscience |date=2020 |volume=2020 Vol 11 |issue=2 |pages=88–95 |doi=10.1080/21507740.2020.1740350 |pmid=32228388 |url=https://www.tandfonline.com/doi/pdf/10.1080/21507740.2020.1740350 |quote="An additional concern is that socialization with entities that are not truly social, even if designed to offer new tools for enriching users’ emotional life and even if beneficial in some specific cases (for example, when enhancing the well-being of those who would otherwise be social outcasts) is not truly meaningful and it can only limitedly replace the richness of human interactions.... Another common objection to anthropomorphism by design is that it is deceptive insofar as it would appear that in order to meet specific, e.g. emotional or social needs, AI must actually “fool” users by making them believe that they have the capacity to engage emotionally"}}</ref> Examples of harm coming to humans from advanced [[chatbots]] have been reported in courts in the United States, with AI companies accused of creating products that endanger humans through [[illusion of understanding|emotional confusion or deception]].<ref>{{cite news |last1=Jargon |first1=Julie |title=Gemini Said They Could Only Be Together if He Killed Himself. Soon, He Was Dead. |url=https://www.wsj.com/tech/ai/gemini-ai-wrongful-death-lawsuit-cc46c5f7 |access-date=27 March 2026 |work=Wall Street Journal |date=4 March 2026 |url-access=subscription}}</ref><ref>{{cite news |last1=Watwe |first1=Shweta |title=AI Chatbot Suits Open New Frontier in Debate Over Online Speech |url=https://news.bloomberglaw.com/litigation/ai-chatbot-suits-open-new-frontier-in-debate-over-online-speech |access-date=27 March 2026 |work=Bloomberg Law |date=15 October 2025 |url-access=subscription}}</ref> | |||
==== Existential risk ==== | ==== Existential risk ==== | ||
{{Main|Existential risk from artificial intelligence}} | {{Main|Existential risk from artificial intelligence}} | ||
It has been argued AI will become so powerful that humanity may irreversibly lose control of it. This could, as physicist [[Stephen Hawking]] stated, "[[Global catastrophic risk|spell the end of the human race]]".{{Sfnp|Cellan-Jones|2014}} This scenario has been common in science fiction, when a computer or robot suddenly develops a human-like "self-awareness" (or "sentience" or "consciousness") and becomes a malevolent character.{{Efn|Sometimes called a "[[robopocalypse]]"{{Sfn|Russell|Norvig|2021|p=1001}}}} These sci-fi scenarios are misleading in several ways. | Recent public debates in artificial intelligence have increasingly focused on its broader societal and ethical implications. It has been argued AI will become so powerful that humanity may irreversibly lose control of it. This could, as physicist [[Stephen Hawking]] stated, "[[Global catastrophic risk|spell the end of the human race]]".{{Sfnp|Cellan-Jones|2014}} This scenario has been common in science fiction, when a computer or robot suddenly develops a human-like "self-awareness" (or "sentience" or "consciousness") and becomes a malevolent character.{{Efn|Sometimes called a "[[robopocalypse]]"{{Sfn|Russell|Norvig|2021|p=1001}}}} These sci-fi scenarios are misleading in several ways. | ||
First, AI does not require human-like [[sentience]] to be an existential risk. Modern AI programs are given specific goals and use learning and intelligence to achieve them. Philosopher [[Nick Bostrom]] argued that if one gives ''almost any'' goal to a sufficiently powerful AI, it may choose to destroy humanity to achieve it (he used the example of | <!-- Sentience unnecessary --> | ||
First, AI does not require human-like [[sentience]] to be an existential risk. Modern AI programs are given specific goals and use learning and intelligence to achieve them. Philosopher [[Nick Bostrom]] argued that if one gives ''almost any'' goal to a sufficiently powerful AI, it may choose to destroy humanity to achieve it (he used the example of an [[Instrumental convergence#Paperclip maximizer|automated paperclip factory]] that destroys the world to get more iron for paperclips).{{Sfnp|Bostrom|2014}} [[Stuart J. Russell|Stuart Russell]] gives the example of household robot that tries to find a way to kill its owner to prevent it from being unplugged, reasoning that "you can't fetch the coffee if you're dead."{{Sfnp|Russell|2019}} In order to be safe for humanity, a [[superintelligence]] would have to be genuinely [[AI alignment|aligned]] with humanity's morality and values so that it is "fundamentally on our side".<ref>{{Harvtxt|Bostrom|2014}}; {{Harvtxt|Müller|Bostrom|2014}}; {{Harvtxt|Bostrom|2015}}.</ref> | |||
Second, [[Yuval Noah Harari]] argues that AI does not require a robot body or physical control to pose an existential risk. The essential parts of civilization are not physical. Things like [[ideologies]], [[law]], [[government]], [[money]] and the [[economy]] are built on [[language]]; they exist because there are stories that billions of people believe. The current prevalence of [[misinformation]] suggests that an AI could use language to convince people to believe anything, even to take actions that are destructive.{{Sfnp|Harari|2023}} | <!-- Acting in the world is unnecessary --> | ||
Second, [[Yuval Noah Harari]] argues that AI does not require a robot body or physical control to pose an existential risk. The essential parts of civilization are not physical. Things like [[ideologies]], [[law]], [[government]], [[money]] and the [[economy]] are built on [[language]]; they exist because there are stories that billions of people believe. The current prevalence of [[misinformation]] suggests that an AI could use language to convince people to believe anything, even to take actions that are destructive.{{Sfnp|Harari|2023}} Geoffrey Hinton said in 2025 that [[Large language model|modern AI]] is particularly "good at persuasion" and getting better all the time. He asks "Suppose you wanted to invade the capital of the US. Do you have to go there and do it yourself? No. You just have to be good at persuasion."{{sfnp|Stewart|2025}} | |||
<!-- Warnings of existential risk --> | <!-- Warnings of existential risk --> | ||
The opinions amongst experts and industry insiders are mixed, with sizable fractions both concerned and unconcerned by risk from eventual superintelligent AI.{{Sfnp|Müller|Bostrom|2014}} Personalities such as | The opinions amongst experts and industry insiders are mixed, with sizable fractions both concerned and unconcerned by risk from eventual superintelligent AI.{{Sfnp|Müller|Bostrom|2014}} Personalities such as Stephen Hawking, [[Bill Gates]], and [[Elon Musk]],<ref>Leaders' concerns about the existential risks of AI around 2015: {{Harvtxt|Rawlinson|2015}}, {{Harvtxt|Holley|2015}}, {{Harvtxt|Gibbs|2014}}, {{Harvtxt|Sainato|2015}}</ref> as well as AI pioneers such as [[Geoffrey Hinton]], [[Yoshua Bengio]], [[Stuart J. Russell|Stuart Russell]], [[Demis Hassabis]], and [[Sam Altman]], have expressed concerns about existential risk from AI. | ||
In May 2023, | In May 2023, Geoffrey Hinton announced his resignation from Google in order to be able to "freely speak out about the risks of AI" without "considering how this impacts Google".<ref>{{Cite news |date=25 March 2023 |title="Godfather of artificial intelligence" talks impact and potential of new AI |url=https://www.cbsnews.com/video/godfather-of-artificial-intelligence-talks-impact-and-potential-of-new-ai |url-status=live |archive-url=https://web.archive.org/web/20230328225221/https://www.cbsnews.com/video/godfather-of-artificial-intelligence-talks-impact-and-potential-of-new-ai |archive-date=28 March 2023 |access-date=28 March 2023 |work=CBS News}}</ref> He notably mentioned risks of an [[AI takeover]],<ref>{{Cite news |last=Pittis |first=Don |date=4 May 2023 |title=Canadian artificial intelligence leader Geoffrey Hinton piles on fears of computer takeover |url=https://www.cbc.ca/news/business/ai-doom-column-don-pittis-1.6829302 |work=CBC |access-date=5 October 2024 |archive-date=7 July 2024 |archive-url=https://web.archive.org/web/20240707032135/https://www.cbc.ca/news/business/ai-doom-column-don-pittis-1.6829302 |url-status=live}}</ref> and stressed that in order to avoid the worst outcomes, establishing safety guidelines will require cooperation among those competing in use of AI.<ref>{{Cite web |date=14 June 2024 |title='50–50 chance' that AI outsmarts humanity, Geoffrey Hinton says |url=https://www.bnnbloomberg.ca/50-50-chance-that-ai-outsmarts-humanity-geoffrey-hinton-says-1.2085394 |access-date=6 July 2024 |website=Bloomberg BNN |archive-date=14 June 2024 |archive-url=https://web.archive.org/web/20240614144506/https://www.bnnbloomberg.ca/50-50-chance-that-ai-outsmarts-humanity-geoffrey-hinton-says-1.2085394 |url-status=live}}</ref> | ||
In 2023, many leading AI experts endorsed [[Statement on AI risk of extinction|the joint statement]] that "Mitigating the risk of extinction from AI should be a global priority alongside other societal-scale risks such as pandemics and nuclear war".{{Sfnp|Valance|2023}} | In 2023, many leading AI experts endorsed [[Statement on AI risk of extinction|the joint statement]] that "Mitigating the risk of extinction from AI should be a global priority alongside other societal-scale risks such as pandemics and nuclear war".{{Sfnp|Valance|2023}} | ||
<!-- Arguments against existential risk --> | <!-- Arguments against existential risk --> | ||
Some other researchers were more optimistic. AI pioneer [[Jürgen Schmidhuber]] did not sign the joint statement, emphasising that in 95% of all cases, AI research is about making "human lives longer and healthier and easier."<ref>{{Cite news |last=Taylor |first=Josh |date=7 May 2023 |title=Rise of artificial intelligence is inevitable but should not be feared, 'father of AI' says |url=https://www.theguardian.com/technology/2023/may/07/rise-of-artificial-intelligence-is-inevitable-but-should-not-be-feared-father-of-ai-says |access-date=26 May 2023 |work=The Guardian |archive-date=23 October 2023 |archive-url=https://web.archive.org/web/20231023061228/https://www.theguardian.com/technology/2023/may/07/rise-of-artificial-intelligence-is-inevitable-but-should-not-be-feared-father-of-ai-says |url-status=live }}</ref> While the tools that are now being used to improve lives can also be used by bad actors, "they can also be used against the bad actors."<ref>{{Cite news |last=Colton |first=Emma |date=7 May 2023 |title='Father of AI' says tech fears misplaced: 'You cannot stop it' |url=https://www.foxnews.com/tech/father-ai-jurgen-schmidhuber-says-tech-fears-misplaced-cannot-stop |access-date=26 May 2023 |work=Fox News |archive-date=26 May 2023 |archive-url=https://web.archive.org/web/20230526162642/https://www.foxnews.com/tech/father-ai-jurgen-schmidhuber-says-tech-fears-misplaced-cannot-stop |url-status=live }}</ref><ref>{{Cite news |last=Jones |first=Hessie |date=23 May 2023 |title=Juergen Schmidhuber, Renowned 'Father Of Modern AI,' Says His Life's Work Won't Lead To Dystopia |url=https://www.forbes.com/sites/hessiejones/2023/05/23/juergen-schmidhuber-renowned-father-of-modern-ai-says-his-lifes-work-wont-lead-to-dystopia |access-date=26 May 2023 |work=Forbes |archive-date=26 May 2023 |archive-url=https://web.archive.org/web/20230526163102/https://www.forbes.com/sites/hessiejones/2023/05/23/juergen-schmidhuber-renowned-father-of-modern-ai-says-his-lifes-work-wont-lead-to-dystopia/ |url-status=live }}</ref> [[Andrew Ng]] also argued that "it's a mistake to fall for the doomsday hype on AI—and that regulators who do will only benefit vested interests."<ref>{{Cite news |last=McMorrow |first=Ryan |date=19 | Some other researchers were more optimistic. AI pioneer [[Jürgen Schmidhuber]] did not sign the joint statement, emphasising that in 95% of all cases, AI research is about making "human lives longer and healthier and easier."<ref>{{Cite news |last=Taylor |first=Josh |date=7 May 2023 |title=Rise of artificial intelligence is inevitable but should not be feared, 'father of AI' says |url=https://www.theguardian.com/technology/2023/may/07/rise-of-artificial-intelligence-is-inevitable-but-should-not-be-feared-father-of-ai-says |access-date=26 May 2023 |work=The Guardian |archive-date=23 October 2023 |archive-url=https://web.archive.org/web/20231023061228/https://www.theguardian.com/technology/2023/may/07/rise-of-artificial-intelligence-is-inevitable-but-should-not-be-feared-father-of-ai-says |url-status=live}}</ref> While the tools that are now being used to improve lives can also be used by bad actors, "they can also be used against the bad actors."<ref>{{Cite news |last=Colton |first=Emma |date=7 May 2023 |title='Father of AI' says tech fears misplaced: 'You cannot stop it' |url=https://www.foxnews.com/tech/father-ai-jurgen-schmidhuber-says-tech-fears-misplaced-cannot-stop |access-date=26 May 2023 |work=Fox News |archive-date=26 May 2023 |archive-url=https://web.archive.org/web/20230526162642/https://www.foxnews.com/tech/father-ai-jurgen-schmidhuber-says-tech-fears-misplaced-cannot-stop |url-status=live}}</ref><ref>{{Cite news |last=Jones |first=Hessie |date=23 May 2023 |title=Juergen Schmidhuber, Renowned 'Father Of Modern AI,' Says His Life's Work Won't Lead To Dystopia |url=https://www.forbes.com/sites/hessiejones/2023/05/23/juergen-schmidhuber-renowned-father-of-modern-ai-says-his-lifes-work-wont-lead-to-dystopia |access-date=26 May 2023 |work=Forbes |archive-date=26 May 2023 |archive-url=https://web.archive.org/web/20230526163102/https://www.forbes.com/sites/hessiejones/2023/05/23/juergen-schmidhuber-renowned-father-of-modern-ai-says-his-lifes-work-wont-lead-to-dystopia/ |url-status=live}}</ref> [[Andrew Ng]] also argued that "it's a mistake to fall for the doomsday hype on AI—and that regulators who do will only benefit vested interests."<ref>{{Cite news |last=McMorrow |first=Ryan |date=19 December 2023 |title=Andrew Ng: 'Do we think the world is better off with more or less intelligence?' |url=https://www.ft.com/content/2dc07f9e-d2a9-4d98-b746-b051f9352be3 |access-date=30 December 2023 |work=Financial Times |archive-date=25 January 2024 |archive-url=https://web.archive.org/web/20240125014121/https://www.ft.com/content/2dc07f9e-d2a9-4d98-b746-b051f9352be3 |url-status=live}}</ref> [[Yann LeCun]], a Turing Award winner, disagreed with the idea that AI will subordinate humans "simply because they are smarter, let alone destroy [us]",<ref>{{cite magazine |url=https://www.technologyreview.com/2023/05/02/1072528/geoffrey-hinton-google-why-scared-ai/ |title=Geoffrey Hinton tells us why he's now scared of the tech he helped build |author=Will Douglas Heaven |date=May 2, 2023 |series=Ideas AI |magazine=MIT Technology Review |access-date=January 4, 2026}}</ref> "scoff[ing] at his peers' dystopian scenarios of supercharged misinformation and even, eventually, human extinction." In contrast, he claimed that "intelligent machines will usher in a new renaissance for humanity, a new era of enlightenment."<ref>{{Cite magazine |last=Levy |first=Steven |date=22 December 2023 |title=How Not to Be Stupid About AI, With Yann LeCun |url=https://www.wired.com/story/artificial-intelligence-meta-yann-lecun-interview |access-date=30 December 2023 |magazine=Wired |archive-date=28 December 2023 |archive-url=https://web.archive.org/web/20231228152443/https://www.wired.com/story/artificial-intelligence-meta-yann-lecun-interview/ |url-status=live}}</ref> In the early 2010s, experts argued that the risks are too distant in the future to warrant research or that humans will be valuable from the perspective of a superintelligent machine.<ref>Arguments that AI is not an imminent risk: {{Harvtxt|Brooks|2014}}, {{Harvtxt|Geist|2015}}, {{Harvtxt|Madrigal|2015}}, {{Harvtxt|Lee|2014}}</ref> However, after 2016, the study of current and future risks and possible solutions became a serious area of research.{{Sfnp|Christian|2020|pp=67, 73}} | ||
=== Ethical machines and alignment === | === Ethical machines and alignment === | ||
{{Main|Machine ethics|AI safety|Friendly artificial intelligence|Artificial moral agents|Human Compatible}} | {{Main|Machine ethics|AI safety|Friendly artificial intelligence|Artificial moral agents|Human Compatible}} | ||
{{See also|Human-AI interaction}} | |||
Friendly AI are machines that have been designed from the beginning to minimize risks and to make choices that benefit humans. [[Eliezer Yudkowsky]], who coined the term, argues that developing friendly AI should be a higher research priority: it may require a large investment and it must be completed before AI becomes an existential risk.{{Sfnp|Yudkowsky|2008}} | Friendly AI are machines that have been designed from the beginning to minimize risks and to make choices that benefit humans. [[Eliezer Yudkowsky]], who coined the term, argues that developing friendly AI should be a higher research priority: it may require a large investment and it must be completed before AI becomes an existential risk.{{Sfnp|Yudkowsky|2008}} | ||
| Line 397: | Line 430: | ||
=== Open source === | === Open source === | ||
{{See also|Lists of open-source artificial intelligence software}} | {{See also|Open-source artificial intelligence|Lists of open-source artificial intelligence software}} | ||
Active organizations in the AI open-source community include [[Hugging Face]],<ref>{{Cite web |last1=Stewart |first1=Ashley |last2=Melton |first2=Monica |title=Hugging Face CEO says he's focused on building a 'sustainable model' for the $4.5 billion open-source-AI startup |url=https://www.businessinsider.com/hugging-face-open-source-ai-approach-2023-12 |access-date=2024 | Active organizations in the AI open-source community include [[Hugging Face]],<ref>{{Cite web |last1=Stewart |first1=Ashley |last2=Melton |first2=Monica |title=Hugging Face CEO says he's focused on building a 'sustainable model' for the $4.5 billion open-source-AI startup |url=https://www.businessinsider.com/hugging-face-open-source-ai-approach-2023-12 |access-date=14 April 2024 |website=Business Insider |archive-date=25 September 2024 |archive-url=https://web.archive.org/web/20240925013220/https://www.businessinsider.com/hugging-face-open-source-ai-approach-2023-12 |url-status=live}}</ref> [[Google]],<ref>{{Cite web |last=Wiggers |first=Kyle |date=9 April 2024 |title=Google open sources tools to support AI model development |url=https://techcrunch.com/2024/04/09/google-open-sources-tools-to-support-ai-model-development |access-date=14 April 2024 |website=TechCrunch |archive-date=10 September 2024 |archive-url=https://web.archive.org/web/20240910112401/https://techcrunch.com/2024/04/09/google-open-sources-tools-to-support-ai-model-development/ |url-status=live}}</ref> [[EleutherAI]] and [[Meta Platforms|Meta]].<ref>{{Cite web |last=Heaven |first=Will Douglas |date=12 May 2023 |title=The open-source AI boom is built on Big Tech's handouts. How long will it last? |url=https://www.technologyreview.com/2023/05/12/1072950/open-source-ai-google-openai-eleuther-meta |access-date=14 April 2024 |website=MIT Technology Review}}</ref> Various AI models, such as [[LLaMA|Llama 2]], [[Mistral AI|Mistral]] or [[Stable Diffusion]], have been made open-weight,<ref>{{Cite news |last=Brodsky |first=Sascha |date=19 December 2023 |title=Mistral AI's New Language Model Aims for Open Source Supremacy |url=https://aibusiness.com/nlp/mistral-ai-s-new-language-model-aims-for-open-source-supremacy |work=AI Business |access-date=5 October 2024 |archive-date=5 September 2024 |archive-url=https://web.archive.org/web/20240905212607/https://aibusiness.com/nlp/mistral-ai-s-new-language-model-aims-for-open-source-supremacy |url-status=live}}</ref><ref>{{Cite web |last=Edwards |first=Benj |date=22 February 2024 |title=Stability announces Stable Diffusion 3, a next-gen AI image generator |url=https://arstechnica.com/information-technology/2024/02/stability-announces-stable-diffusion-3-a-next-gen-ai-image-generator |access-date=14 April 2024 |website=Ars Technica |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170201/https://arstechnica.com/information-technology/2024/02/stability-announces-stable-diffusion-3-a-next-gen-ai-image-generator/ |url-status=live}}</ref> meaning that their architecture and trained parameters (the "weights") are publicly available. Open-weight models can be freely [[Fine-tuning (deep learning)|fine-tuned]], which allows companies to specialize them with their own data and for their own use-case.<ref>{{Cite news |last=Marshall |first=Matt |date=29 January 2024 |title=How enterprises are using open source LLMs: 16 examples |url=https://venturebeat.com/ai/how-enterprises-are-using-open-source-llms-16-examples |work=VentureBeat |access-date=5 October 2024 |archive-date=26 September 2024 |archive-url=https://web.archive.org/web/20240926171131/https://venturebeat.com/ai/how-enterprises-are-using-open-source-llms-16-examples/ |url-status=live}}</ref> Open-weight models are useful for research and innovation but can also be misused. Since they can be fine-tuned, any built-in security measure, such as objecting to harmful requests, can be trained away until it becomes ineffective. Some researchers warn that future AI models may develop dangerous capabilities (such as the potential to drastically facilitate [[bioterrorism]]) and that once released on the Internet, they cannot be deleted everywhere if needed. They recommend pre-release audits and cost-benefit analyses.<ref>{{Cite web |last=Piper |first=Kelsey |date=2 February 2024 |title=Should we make our most powerful AI models open source to all? |url=https://www.vox.com/future-perfect/2024/2/2/24058484/open-source-artificial-intelligence-ai-risk-meta-llama-2-chatgpt-openai-deepfake |access-date=14 April 2024 |website=Vox |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170204/https://www.vox.com/future-perfect/2024/2/2/24058484/open-source-artificial-intelligence-ai-risk-meta-llama-2-chatgpt-openai-deepfake |url-status=live}}</ref> | ||
=== Frameworks === | === Frameworks === | ||
Artificial intelligence projects can be guided by ethical considerations during the design, development, and implementation of an AI system. An AI framework such as the Care and Act Framework, developed by the [[Alan Turing Institute]] and based on the SUM values, outlines four main ethical dimensions, defined as follows:<ref>{{Cite web |author=Alan Turing Institute |date=2019 |title=Understanding artificial intelligence ethics and safety |url=https://www.turing.ac.uk/sites/default/files/2019-06/understanding_artificial_intelligence_ethics_and_safety.pdf |access-date=5 October 2024 |archive-date=11 September 2024 |archive-url=https://web.archive.org/web/20240911131935/https://www.turing.ac.uk/sites/default/files/2019-06/understanding_artificial_intelligence_ethics_and_safety.pdf |url-status=live }}</ref><ref>{{Cite web |author=Alan Turing Institute |date=2023 |title=AI Ethics and Governance in Practice |url=https://www.turing.ac.uk/sites/default/files/2023-12/aieg-ati-ai-ethics-an-intro_1.pdf |access-date=5 October 2024 |archive-date=11 September 2024 |archive-url=https://web.archive.org/web/20240911125504/https://www.turing.ac.uk/sites/default/files/2023-12/aieg-ati-ai-ethics-an-intro_1.pdf |url-status=live }}</ref> | Artificial intelligence projects can be guided by ethical considerations during the design, development, and implementation of an AI system. An AI framework such as the Care and Act Framework, developed by the [[Alan Turing Institute]] and based on the SUM values, outlines four main ethical dimensions, defined as follows:<ref>{{Cite web |author=Alan Turing Institute |date=2019 |title=Understanding artificial intelligence ethics and safety |url=https://www.turing.ac.uk/sites/default/files/2019-06/understanding_artificial_intelligence_ethics_and_safety.pdf |access-date=5 October 2024 |archive-date=11 September 2024 |archive-url=https://web.archive.org/web/20240911131935/https://www.turing.ac.uk/sites/default/files/2019-06/understanding_artificial_intelligence_ethics_and_safety.pdf |url-status=live}}</ref><ref>{{Cite web |author=Alan Turing Institute |date=2023 |title=AI Ethics and Governance in Practice |url=https://www.turing.ac.uk/sites/default/files/2023-12/aieg-ati-ai-ethics-an-intro_1.pdf |access-date=5 October 2024 |archive-date=11 September 2024 |archive-url=https://web.archive.org/web/20240911125504/https://www.turing.ac.uk/sites/default/files/2023-12/aieg-ati-ai-ethics-an-intro_1.pdf |url-status=live}}</ref> | ||
* '''Respect''' the dignity of individual people | * '''Respect''' the dignity of individual people | ||
* '''Connect''' with other people sincerely, openly, and inclusively | * '''Connect''' with other people sincerely, openly, and inclusively | ||
| Line 407: | Line 440: | ||
* '''Protect''' social values, justice, and the public interest | * '''Protect''' social values, justice, and the public interest | ||
Other developments in ethical frameworks include those decided upon during the [[Asilomar Conference on Beneficial AI|Asilomar Conference]], the Montreal Declaration for Responsible AI, and the IEEE's Ethics of Autonomous Systems initiative, among others;<ref>{{Cite journal |last1=Floridi |first1=Luciano |last2=Cowls |first2=Josh |date=2019 | Other developments in ethical frameworks include those decided upon during the [[Asilomar Conference on Beneficial AI|Asilomar Conference]], the Montreal Declaration for Responsible AI, and the IEEE's Ethics of Autonomous Systems initiative, among others;<ref>{{Cite journal |last1=Floridi |first1=Luciano |last2=Cowls |first2=Josh |date=23 June 2019 |title=A Unified Framework of Five Principles for AI in Society |journal=Harvard Data Science Review |volume=1 |issue=1 |doi=10.1162/99608f92.8cd550d1 |doi-access=free}}</ref> however, these principles are not without criticism, especially regarding the people chosen to contribute to these frameworks.<ref>{{Cite journal |last1=Buruk |first1=Banu |last2=Ekmekci |first2=Perihan Elif |last3=Arda |first3=Berna |date=1 September 2020 |title=A critical perspective on guidelines for responsible and trustworthy artificial intelligence |journal=Medicine, Health Care and Philosophy |volume=23 |issue=3 |pages=387–399 |doi=10.1007/s11019-020-09948-1 |pmid=32236794}}</ref> | ||
Promotion of the wellbeing of the people and communities that these technologies affect requires consideration of the social and ethical implications at all stages of AI system design, development and implementation, and collaboration between job roles such as data scientists, product managers, data engineers, domain experts, and delivery managers.<ref>{{Cite journal |last1=Kamila |first1=Manoj Kumar |last2=Jasrotia |first2=Sahil Singh |date=2023 | Promotion of the wellbeing of the people and communities that these technologies affect requires consideration of the social and ethical implications at all stages of AI system design, development and implementation, and collaboration between job roles such as data scientists, product managers, data engineers, domain experts, and delivery managers.<ref>{{Cite journal |last1=Kamila |first1=Manoj Kumar |last2=Jasrotia |first2=Sahil Singh |date=1 January 2023 |title=Ethical issues in the development of artificial intelligence: recognizing the risks |journal=International Journal of Ethics and Systems |pages=45–63 |volume=41 |issue=ahead-of-print |doi=10.1108/IJOES-05-2023-0107}}</ref> | ||
The [[AI Safety Institute (United Kingdom)|UK AI Safety Institute]] released in 2024 a testing toolset called 'Inspect' for AI safety evaluations available under an MIT open-source licence which is freely available on GitHub and can be improved with third-party packages. It can be used to evaluate AI models in a range of areas including core knowledge, ability to reason, and autonomous capabilities.<ref>{{Cite web |date=10 May 2024 |title=AI Safety Institute releases new AI safety evaluations platform |url=https://www.gov.uk/government/news/ai-safety-institute-releases-new-ai-safety-evaluations-platform |access-date=14 May 2024 |publisher=UK Government |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170207/https://www.gov.uk/government/news/ai-safety-institute-releases-new-ai-safety-evaluations-platform |url-status=live }}</ref> | The [[AI Safety Institute (United Kingdom)|UK AI Safety Institute]] released in 2024 a testing toolset called 'Inspect' for AI safety evaluations available under an MIT open-source licence which is freely available on GitHub and can be improved with third-party packages. It can be used to evaluate AI models in a range of areas including core knowledge, ability to reason, and autonomous capabilities.<ref>{{Cite web |date=10 May 2024 |title=AI Safety Institute releases new AI safety evaluations platform |url=https://www.gov.uk/government/news/ai-safety-institute-releases-new-ai-safety-evaluations-platform |access-date=14 May 2024 |publisher=UK Government |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170207/https://www.gov.uk/government/news/ai-safety-institute-releases-new-ai-safety-evaluations-platform |url-status=live}}</ref> | ||
=== Regulation === | === Regulation === | ||
{{Main|Regulation of artificial intelligence|Regulation of algorithms|AI safety}} | {{Main|Regulation of artificial intelligence|Regulation of algorithms|AI safety}} | ||
The regulation of artificial intelligence is the development of public sector policies and laws for promoting and regulating AI; it is therefore related to the broader regulation of algorithms.<ref>Regulation of AI to mitigate risks: {{Harvtxt|Berryhill|Heang|Clogher|McBride|2019}}, {{Harvtxt|Barfield|Pagallo|2018}}, {{Harvtxt|Iphofen|Kritikos|2019}}, {{Harvtxt|Wirtz|Weyerer|Geyer|2018}}, {{Harvtxt|Buiten|2019}}</ref> The regulatory and policy landscape for AI is an emerging issue in jurisdictions globally.{{Sfnp|Law Library of Congress (U.S.). Global Legal Research Directorate|2019}} According to AI Index at [[Stanford]], the annual number of AI-related laws passed in the 127 survey countries jumped from one passed in 2016 to 37 passed in 2022 alone.{{Sfnp|Vincent|2023}}{{Sfnp|Stanford University|2023}} Between 2016 and 2020, more than 30 countries adopted dedicated strategies for AI.{{Sfnp|UNESCO|2021}} Most EU member states had released national AI strategies, as had Canada, China, India, Japan, Mauritius, the Russian Federation, Saudi Arabia, United Arab Emirates, U.S., and Vietnam. Others were in the process of elaborating their own AI strategy, including Bangladesh, Malaysia and Tunisia.{{Sfnp|UNESCO|2021}} The [[Global Partnership on Artificial Intelligence]] was launched in June 2020, stating a need for AI to be developed in accordance with human rights and democratic values, to ensure public confidence and trust in the technology.{{Sfnp|UNESCO|2021}} [[Henry Kissinger]], [[Eric Schmidt]], and [[Daniel Huttenlocher]] published a joint statement in November 2021 calling for a government commission to regulate AI.{{Sfnp|Kissinger|2021}} In 2023, OpenAI leaders published recommendations for the governance of superintelligence, which they believe may happen in less than 10 years.{{Sfnp|Altman|Brockman|Sutskever |2023}} In 2023, the United Nations also launched an advisory body to provide recommendations on AI governance; the body comprises technology company executives, government officials and academics.<ref>{{Cite web |last= | [[File:Vice President Harris at the group photo of the 2023 AI Safety Summit.jpg|upright=1.2|thumb|alt=AI Safety Summit|The first global [[AI Safety Summit 2023|AI Safety Summit]] was held in the United Kingdom in November 2023 with a declaration calling for international cooperation.]] | ||
The regulation of artificial intelligence is the development of public sector policies and laws for promoting and regulating AI; it is therefore related to the broader regulation of algorithms.<ref>Regulation of AI to mitigate risks: {{Harvtxt|Berryhill|Heang|Clogher|McBride|2019}}, {{Harvtxt|Barfield|Pagallo|2018}}, {{Harvtxt|Iphofen|Kritikos|2019}}, {{Harvtxt|Wirtz|Weyerer|Geyer|2018}}, {{Harvtxt|Buiten|2019}}</ref> The regulatory and policy landscape for AI is an emerging issue in jurisdictions globally.{{Sfnp|Law Library of Congress (U.S.). Global Legal Research Directorate|2019}} According to AI Index at [[Stanford]], the annual number of AI-related laws passed in the 127 survey countries jumped from one passed in 2016 to 37 passed in 2022 alone.{{Sfnp|Vincent|2023}}{{Sfnp|Stanford University|2023}} Between 2016 and 2020, more than 30 countries adopted dedicated strategies for AI.{{Sfnp|UNESCO|2021}} Most EU member states had released national AI strategies, as had [[Artificial intelligence industry in Canada|Canada]], China, India, Japan, Mauritius, the Russian Federation, Saudi Arabia, United Arab Emirates, U.S., and Vietnam. Others were in the process of elaborating their own AI strategy, including Bangladesh, Malaysia and Tunisia.{{Sfnp|UNESCO|2021}} The [[Global Partnership on Artificial Intelligence]] was launched in June 2020, stating a need for AI to be developed in accordance with human rights and democratic values, to ensure public confidence and trust in the technology.{{Sfnp|UNESCO|2021}} [[Henry Kissinger]], [[Eric Schmidt]], and [[Daniel Huttenlocher]] published a joint statement in November 2021 calling for a government commission to regulate AI.{{Sfnp|Kissinger|2021}} In 2023, OpenAI leaders published recommendations for the governance of superintelligence, which they believe may happen in less than 10 years.{{Sfnp|Altman|Brockman|Sutskever |2023}} In 2023, the United Nations also launched an advisory body to provide recommendations on AI governance; the body comprises technology company executives, government officials and academics.<ref>{{Cite web |last=n.a. |date=25 October 2023 |title=UN Announces Advisory Body on Artificial Intelligence |work=Voice of America |url=https://www.voanews.com/a/un-announces-advisory-body-on-artificial-intelligence-/7328732.html |access-date=5 October 2024 |archive-date=18 September 2024 |archive-url=https://web.archive.org/web/20240918071530/https://www.voanews.com/a/un-announces-advisory-body-on-artificial-intelligence-/7328732.html |url-status=live}}</ref> On 1 August 2024, the EU [[Artificial Intelligence Act]] entered into force, establishing the first comprehensive EU-wide AI regulation.<ref>{{Cite web |title=AI Act enters into force |url=https://commission.europa.eu/news-and-media/news/ai-act-enters-force-2024-08-01_en |access-date=11 August 2025 |website=European Commission |language=en}}</ref> In 2024, the [[Council of Europe]] created the first international legally binding treaty on AI, called the "[[Framework Convention on Artificial Intelligence and Human Rights, Democracy and the Rule of Law]]". It was adopted by the European Union, the United States, the United Kingdom, and other signatories.<ref>{{Cite web |date=5 September 2024 |title=Council of Europe opens first ever global treaty on AI for signature |url=https://www.coe.int/en/web/portal/-/council-of-europe-opens-first-ever-global-treaty-on-ai-for-signature |access-date=17 September 2024 |website=Council of Europe |archive-date=17 September 2024 |archive-url=https://web.archive.org/web/20240917001330/https://www.coe.int/en/web/portal/-/council-of-europe-opens-first-ever-global-treaty-on-ai-for-signature |url-status=live}}</ref> | |||
In a 2022 [[Ipsos]] survey, attitudes towards AI varied greatly by country; 78% of Chinese citizens, but only 35% of Americans, agreed that "products and services using AI have more benefits than drawbacks".{{Sfnp|Vincent|2023}} A 2023 [[Reuters]]/Ipsos poll found that 61% of Americans agree, and 22% disagree, that AI poses risks to humanity.{{Sfnp|Edwards|2023}} In a 2023 [[Fox News]] poll, 35% of Americans thought it "very important", and an additional 41% thought it "somewhat important", for the federal government to regulate AI, versus 13% responding "not very important" and 8% responding "not at all important".{{Sfnp|Kasperowicz|2023}}{{Sfnp|Fox News|2023}} | In a 2022 [[Ipsos]] survey, attitudes towards AI varied greatly by country; 78% of Chinese citizens, but only 35% of Americans, agreed that "products and services using AI have more benefits than drawbacks".{{Sfnp|Vincent|2023}} A 2023 [[Reuters]]/Ipsos poll found that 61% of Americans agree, and 22% disagree, that AI poses risks to humanity.{{Sfnp|Edwards|2023}} In a 2023 [[Fox News]] poll, 35% of Americans thought it "very important", and an additional 41% thought it "somewhat important", for the federal government to regulate AI, versus 13% responding "not very important" and 8% responding "not at all important".{{Sfnp|Kasperowicz|2023}}{{Sfnp|Fox News|2023}} | ||
In November 2023, the first global [[AI Safety Summit]] was held in [[Bletchley Park]] in the UK to discuss the near and far term risks of AI and the possibility of mandatory and voluntary regulatory frameworks.<ref>{{Cite news |last=Milmo |first=Dan |date=3 November 2023 |title=Hope or Horror? The great AI debate dividing its pioneers |work=[[The Guardian Weekly]] |pages=10–12}}</ref> 28 countries including the United States, China, and the European Union issued a declaration at the start of the summit, calling for international co-operation to manage the challenges and risks of artificial intelligence.<ref>{{Cite web |date=1 November 2023 |title=The Bletchley Declaration by Countries Attending the AI Safety Summit, 1–2 November 2023 |url=https://www.gov.uk/government/publications/ai-safety-summit-2023-the-bletchley-declaration/the-bletchley-declaration-by-countries-attending-the-ai-safety-summit-1-2-november-2023 |archive-url=https://web.archive.org/web/20231101123904/https://www.gov.uk/government/publications/ai-safety-summit-2023-the-bletchley-declaration/the-bletchley-declaration-by-countries-attending-the-ai-safety-summit-1-2-november-2023 |archive-date=1 November 2023 |access-date=2 November 2023 |website=GOV.UK}}</ref><ref>{{Cite press release |title=Countries agree to safe and responsible development of frontier AI in landmark Bletchley Declaration |url=https://www.gov.uk/government/news/countries-agree-to-safe-and-responsible-development-of-frontier-ai-in-landmark-bletchley-declaration |access-date=1 November 2023 |url-status=live |archive-url=https://web.archive.org/web/20231101115016/https://www.gov.uk/government/news/countries-agree-to-safe-and-responsible-development-of-frontier-ai-in-landmark-bletchley-declaration |archive-date=1 November 2023 |website=GOV.UK}}</ref> In May 2024 at the [[AI Seoul Summit]], 16 global AI tech companies agreed to safety commitments on the development of AI.<ref>{{Cite web |date=21 May 2024 |title=Second global AI summit secures safety commitments from companies |url=https://www.reuters.com/technology/global-ai-summit-seoul-aims-forge-new-regulatory-agreements-2024-05-21 |access-date=23 May 2024 |publisher=Reuters}}</ref><ref>{{Cite web |date=21 May 2024 |title=Frontier AI Safety Commitments, AI Seoul Summit 2024 |url=https://www.gov.uk/government/publications/frontier-ai-safety-commitments-ai-seoul-summit-2024/frontier-ai-safety-commitments-ai-seoul-summit-2024 |archive-url=https://web.archive.org/web/20240523201611/https://www.gov.uk/government/publications/frontier-ai-safety-commitments-ai-seoul-summit-2024/frontier-ai-safety-commitments-ai-seoul-summit-2024 |archive-date=23 May 2024 |access-date=23 May 2024 |publisher=gov.uk}}</ref> | In November 2023, the first global [[AI Safety Summit 2023|AI Safety Summit]] was held in [[Bletchley Park]] in the UK to discuss the near and far term risks of AI and the possibility of mandatory and voluntary regulatory frameworks.<ref>{{Cite news |last=Milmo |first=Dan |date=3 November 2023 |title=Hope or Horror? The great AI debate dividing its pioneers |work=[[The Guardian Weekly]] |pages=10–12}}</ref> 28 countries including the United States, China, and the European Union issued a declaration at the start of the summit, calling for international co-operation to manage the challenges and risks of artificial intelligence.<ref>{{Cite web |date=1 November 2023 |title=The Bletchley Declaration by Countries Attending the AI Safety Summit, 1–2 November 2023 |url=https://www.gov.uk/government/publications/ai-safety-summit-2023-the-bletchley-declaration/the-bletchley-declaration-by-countries-attending-the-ai-safety-summit-1-2-november-2023 |archive-url=https://web.archive.org/web/20231101123904/https://www.gov.uk/government/publications/ai-safety-summit-2023-the-bletchley-declaration/the-bletchley-declaration-by-countries-attending-the-ai-safety-summit-1-2-november-2023 |archive-date=1 November 2023 |access-date=2 November 2023 |website=GOV.UK}}</ref><ref>{{Cite press release |title=Countries agree to safe and responsible development of frontier AI in landmark Bletchley Declaration |url=https://www.gov.uk/government/news/countries-agree-to-safe-and-responsible-development-of-frontier-ai-in-landmark-bletchley-declaration |access-date=1 November 2023 |url-status=live |archive-url=https://web.archive.org/web/20231101115016/https://www.gov.uk/government/news/countries-agree-to-safe-and-responsible-development-of-frontier-ai-in-landmark-bletchley-declaration |archive-date=1 November 2023 |website=GOV.UK}}</ref> In May 2024 at the [[AI Seoul Summit 2024|AI Seoul Summit]], 16 global AI tech companies agreed to safety commitments on the development of AI.<ref>{{Cite web |date=21 May 2024 |title=Second global AI summit secures safety commitments from companies |url=https://www.reuters.com/technology/global-ai-summit-seoul-aims-forge-new-regulatory-agreements-2024-05-21 |access-date=23 May 2024 |publisher=Reuters}}</ref><ref>{{Cite web |date=21 May 2024 |title=Frontier AI Safety Commitments, AI Seoul Summit 2024 |url=https://www.gov.uk/government/publications/frontier-ai-safety-commitments-ai-seoul-summit-2024/frontier-ai-safety-commitments-ai-seoul-summit-2024 |archive-url=https://web.archive.org/web/20240523201611/https://www.gov.uk/government/publications/frontier-ai-safety-commitments-ai-seoul-summit-2024/frontier-ai-safety-commitments-ai-seoul-summit-2024 |archive-date=23 May 2024 |access-date=23 May 2024 |publisher=gov.uk}}</ref> | ||
In March 2026, the [[United Nations]] convened the inaugural meeting of the Independent International Scientific Panel on AI, a 40-member expert body established under the [[Global Digital Compact]] to produce annual evidence-based reports on AI's societal impacts.<ref>{{cite web | |||
|url = https://news.un.org/en/story/2026/03/1167075 | |||
|title = UN launches independent scientific panel on artificial intelligence | |||
|publisher = [[UN News]] | |||
|date = 2026-03-03 | |||
|access-date = 2026-03-07 | |||
}}</ref> | |||
== History == | == History == | ||
{{Main|History of artificial intelligence}} | {{Main|History of artificial intelligence}} | ||
{{For timeline}} | {{For timeline}} | ||
[[File:2024 AI patents by country - artificial intelligence.svg |thumb |In 2024, AI patents in China and the US numbered more than three-fourths of AI patents worldwide.<ref name=RandDworld_20241103/> Though China had more AI patents, the US had 35% more patents per AI patent-applicant company than China.<ref name=RandDworld_20241103>{{cite web |last1=Buntz |first1=Brian |title=Quality vs. quantity: US and China chart different paths in global AI patent race in 2024 / Geographical breakdown of AI patents in 2024 |url=https://www.rdworldonline.com/quality-vs-quantity-us-and-china-chart-different-paths-in-global-ai-patent-race-in-2024/ |publisher=R&D World |archive-url=https://web.archive.org/web/20241209072113/https://www.rdworldonline.com/quality-vs-quantity-us-and-china-chart-different-paths-in-global-ai-patent-race-in-2024/ |archive-date=9 December 2024 |date=3 November 2024 |url-status=live}}</ref>]] | [[File:2024 AI patents by country - artificial intelligence.svg|thumb |In 2024, AI patents in China and the US numbered more than three-fourths of AI patents worldwide.<ref name=RandDworld_20241103/> Though China had more AI patents, the US had 35% more patents per AI patent-applicant company than China.<ref name=RandDworld_20241103>{{cite web |last1=Buntz |first1=Brian |title=Quality vs. quantity: US and China chart different paths in global AI patent race in 2024 / Geographical breakdown of AI patents in 2024 |work=Research & Development World |url=https://www.rdworldonline.com/quality-vs-quantity-us-and-china-chart-different-paths-in-global-ai-patent-race-in-2024/ |publisher=R&D World |archive-url=https://web.archive.org/web/20241209072113/https://www.rdworldonline.com/quality-vs-quantity-us-and-china-chart-different-paths-in-global-ai-patent-race-in-2024/ |archive-date=9 December 2024 |date=3 November 2024 |url-status=live}}</ref>]] | ||
<!-- DON'T INCLUDE HISTORICAL PRECURSORS (THEY BELONG TO THE SEPARATE 'HISTORY OF AI' ARTICLE) --> | <!-- DON'T INCLUDE HISTORICAL PRECURSORS (THEY BELONG TO THE SEPARATE 'HISTORY OF AI' ARTICLE) --> | ||
<!-- MAJOR INTELLECTUAL PRECURSORS: LOGIC, THEORY OF COMPUTATION, CYBERNETICS, INFORMATION THEORY, NEUROBIOLOGY, SPECULATION: Antiquity - 1955 --> | <!-- MAJOR INTELLECTUAL PRECURSORS: LOGIC, THEORY OF COMPUTATION, CYBERNETICS, INFORMATION THEORY, NEUROBIOLOGY, SPECULATION: Antiquity - 1955 --> | ||
The study of mechanical or "formal" reasoning began with philosophers and mathematicians in antiquity. The study of logic led directly to [[Alan Turing]]'s [[theory of computation]], which suggested that a machine, by shuffling symbols as simple as "0" and "1", could simulate any conceivable form of mathematical reasoning.{{Sfn|Russell|Norvig|2021|p=9}}<ref name="Clarendon Press-2004"/> This, along with concurrent discoveries in [[cybernetics]], [[information theory]] and [[neurobiology]], led researchers to consider the possibility of building an "electronic brain".{{Efn|"Electronic brain" was the term used by the press around this time.{{Sfn|Russell|Norvig|2021|p=9}}<ref>{{Cite web |title=Google books ngram |url=https://books.google.com/ngrams/graph?content=electronic+brain&year_start=1930&year_end=2019&corpus=en-2019&smoothing=3 |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170209/https://books.google.com/ngrams/graph?content=electronic+brain&year_start=1930&year_end=2019&corpus=en-2019&smoothing=3 |url-status=live }}</ref>}} They developed several areas of research that would become part of AI,<ref>AI's immediate precursors: {{Harvtxt|McCorduck|2004|pp=51–107}}, {{Harvtxt|Crevier|1993|pp=27–32}}, {{Harvtxt|Russell|Norvig|2021|pp=8–17}}, {{Harvtxt|Moravec|1988|p=3}}</ref> such as [[Warren Sturgis McCulloch|McCulloch]] and [[Walter Pitts|Pitts]] design for "artificial neurons" in 1943,{{Sfnp|Russell|Norvig|2021|p=17}} and Turing's influential 1950 paper '[[Computing Machinery and Intelligence]]', which introduced the [[Turing test]] and showed that "machine intelligence" was plausible.<ref name="Turing"/><ref name="Clarendon Press-2004">{{Cite book |title=The Essential Turing: the ideas that gave birth to the computer age |date=2004 |publisher=Clarendon Press |isbn=0-1982-5079-7 |editor-last=Copeland |editor-first=J. |location=Oxford, England}}</ref> | The study of mechanical or "formal" reasoning began with philosophers and mathematicians in antiquity. The study of logic led directly to [[Alan Turing]]'s [[theory of computation]], which suggested that a machine, by shuffling symbols as simple as "0" and "1", could simulate any conceivable form of mathematical reasoning.{{Sfn|Russell|Norvig|2021|p=9}}<ref name="Clarendon Press-2004" /> This, along with concurrent discoveries in [[cybernetics]], [[information theory]] and [[neurobiology]], led researchers to consider the possibility of building an "electronic brain".{{Efn|"Electronic brain" was the term used by the press around this time.{{Sfn|Russell|Norvig|2021|p=9}}<ref>{{Cite web |title=Google books ngram |url=https://books.google.com/ngrams/graph?content=electronic+brain&year_start=1930&year_end=2019&corpus=en-2019&smoothing=3 |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170209/https://books.google.com/ngrams/graph?content=electronic+brain&year_start=1930&year_end=2019&corpus=en-2019&smoothing=3 |url-status=live}}</ref>}} They developed several areas of research that would become part of AI,<ref>AI's immediate precursors: {{Harvtxt|McCorduck|2004|pp=51–107}}, {{Harvtxt|Crevier|1993|pp=27–32}}, {{Harvtxt|Russell|Norvig|2021|pp=8–17}}, {{Harvtxt|Moravec|1988|p=3}}</ref> such as [[Warren Sturgis McCulloch|McCulloch]] and [[Walter Pitts|Pitts]] design for "artificial neurons" in 1943,{{Sfnp|Russell|Norvig|2021|p=17}} and Turing's influential 1950 paper '[[Computing Machinery and Intelligence]]', which introduced the [[Turing test]] and showed that "machine intelligence" was plausible.<ref name="Turing" /><ref name="Clarendon Press-2004">{{Cite book |title=The Essential Turing: the ideas that gave birth to the computer age |date=2004 |publisher=Clarendon Press |isbn=0-1982-5079-7 |editor-last=Copeland |editor-first=J. |location=Oxford, England}}</ref> | ||
<!-- 1956-1974 --> | <!-- 1956-1974 --> | ||
The field of AI research was founded at [[Dartmouth workshop|a workshop]] at [[Dartmouth College]] in 1956.{{Efn| | The field of AI research was founded at [[Dartmouth workshop|a workshop]] at [[Dartmouth College]] in 1956.{{Efn| | ||
Daniel Crevier wrote, "the conference is generally recognized as the official birthdate of the new science."{{Sfnp|Crevier|1993|pp=47–49}} [[Stuart J. Russell|Russell]] and [[Norvig]] called the conference "the inception of artificial intelligence."{{Sfnp|Russell|Norvig|2021|p=17}}}}<ref name="Dartmouth workshop">[[Dartmouth workshop]]: {{Harvtxt|Russell|Norvig|2021|p=18}}, {{Harvtxt|McCorduck|2004|pp=111–136}}, {{Harvtxt|NRC|1999|pp=200–201}}<br />The proposal: {{Harvtxt|McCarthy|Minsky|Rochester|Shannon|1955}}</ref> The attendees became the leaders of AI research in the 1960s.{{Efn| | Daniel Crevier wrote, "the conference is generally recognized as the official birthdate of the new science."{{Sfnp|Crevier|1993|pp=47–49}} [[Stuart J. Russell|Russell]] and [[Norvig]] called the conference "the inception of artificial intelligence."{{Sfnp|Russell|Norvig|2021|p=17}}}}<ref name="Dartmouth workshop">[[Dartmouth workshop]]: {{Harvtxt|Russell|Norvig|2021|p=18}}, {{Harvtxt|McCorduck|2004|pp=111–136}}, {{Harvtxt|NRC|1999|pp=200–201}}<br />The proposal: {{Harvtxt|McCarthy|Minsky|Rochester|Shannon|1955}}</ref> The first AI program, [[Logic Theorist|Logic Theorist,]] was presented at the workshop, created by future Turing Award winner [[Allen Newell]] and future Nobel Laureate [[Herbert A. Simon]], in collaboration with [[Cliff Shaw|J. C. Shaw]]. Many of the workshop attendees became the leaders of AI research in the 1960s.{{Efn| | ||
[[Stuart J. Russell|Russell]] and [[Norvig]] wrote "for the next 20 years the field would be dominated by these people and their students."{{Sfnp|Russell|Norvig|2003|p=17}} | [[Stuart J. Russell|Russell]] and [[Norvig]] wrote "for the next 20 years the field would be dominated by these people and their students."{{Sfnp|Russell|Norvig|2003|p=17}} | ||
}} They and their students produced programs that the press described as "astonishing":{{Efn| | }} They and their students produced programs that the press described as "astonishing":{{Efn| | ||
| Line 442: | Line 485: | ||
<!-- Optimism of the 60s and first AI "winter": 1974 --> | <!-- Optimism of the 60s and first AI "winter": 1974 --> | ||
Researchers in the 1960s and the 1970s were convinced that their methods would eventually succeed in creating a machine with [[artificial general intelligence|general intelligence]] and considered this the goal of their field.{{Sfnp|Newquist|1994|pp=86–86}} In 1965 [[Herbert A. Simon|Herbert Simon]] predicted, "machines will be capable, within twenty years, of doing any work a man can do".<ref>{{Harvtxt|Simon|1965|p=96}} quoted in {{Harvtxt|Crevier|1993|p=109}}</ref> In 1967 [[Marvin Minsky]] agreed, writing that "within a generation ... the problem of creating 'artificial intelligence' will substantially be solved".<ref>{{Harvtxt|Minsky|1967|p=2}} quoted in {{Harvtxt|Crevier|1993|p=109}}</ref> They had, however, underestimated the difficulty of the problem.{{Efn|[[Stuart J. Russell|Russell]] and [[Norvig]] | Researchers in the 1960s and the 1970s were convinced that their methods would eventually succeed in creating a machine with [[artificial general intelligence|general intelligence]] and considered this the goal of their field.{{Sfnp|Newquist|1994|pp=86–86}} In 1965 [[Herbert A. Simon|Herbert Simon]] predicted, "machines will be capable, within twenty years, of doing any work a man can do".<ref>{{Harvtxt|Simon|1965|p=96}} quoted in {{Harvtxt|Crevier|1993|p=109}}</ref> In 1967 [[Marvin Minsky]] agreed, writing that "within a generation ... the problem of creating 'artificial intelligence' will substantially be solved".<ref>{{Harvtxt|Minsky|1967|p=2}} quoted in {{Harvtxt|Crevier|1993|p=109}}</ref> They had, however, underestimated the difficulty of the problem.{{Efn|[[Stuart J. Russell|Russell]] and [[Norvig]] wrote: "in almost all cases, these early systems failed on more difficult problems".{{Sfnp|Russell|Norvig|2021|p=21}}}} In 1974, both the U.S. and British governments cut off exploratory research in response to the [[Lighthill report|criticism]] of [[Sir James Lighthill]]{{Sfnp|Lighthill|1973}} and ongoing pressure from the U.S. Congress to [[Mansfield Amendment|fund more productive projects]].{{Sfn|NRC|1999|pp=212–213}} Minsky and [[Papert]]'s book ''[[Perceptron]]s'' was understood as proving that [[artificial neural networks]] would never be useful for solving real-world tasks, thus discrediting the approach altogether.{{Sfnp|Russell|Norvig|2021|p=22}} The "[[AI winter]]", a period when obtaining funding for AI projects was difficult, followed.<ref name="First AI Winter">First [[AI Winter]], [[Lighthill report]], [[Mansfield Amendment]]: {{Harvtxt|Crevier|1993|pp=115–117}}, {{Harvtxt|Russell|Norvig|2021|pp=21–22}}, {{Harvtxt|NRC|1999|pp=212–213}}, {{Harvtxt|Howe|1994}}, {{Harvtxt|Newquist|1994|pp=189–201}}</ref> | ||
<!-- 1980s and second AI winter --> | <!-- 1980s and second AI winter --> | ||
| Line 450: | Line 493: | ||
Up to this point, most of AI's funding had gone to projects that used high-level [[symbolic AI|symbols]] to represent [[mental objects]] like plans, goals, beliefs, and known facts. In the 1980s, some researchers began to doubt that this approach would be able to imitate all the processes of human cognition, especially [[machine perception|perception]], [[robotics]], [[machine learning|learning]] and [[pattern recognition]],{{Sfnp|Russell|Norvig|2021|p=24}} and began to look into "sub-symbolic" approaches.{{Sfnp|Nilsson|1998|p=7}} [[Rodney Brooks]] rejected "representation" in general and focussed directly on engineering machines that move and survive.{{Efn| | Up to this point, most of AI's funding had gone to projects that used high-level [[symbolic AI|symbols]] to represent [[mental objects]] like plans, goals, beliefs, and known facts. In the 1980s, some researchers began to doubt that this approach would be able to imitate all the processes of human cognition, especially [[machine perception|perception]], [[robotics]], [[machine learning|learning]] and [[pattern recognition]],{{Sfnp|Russell|Norvig|2021|p=24}} and began to look into "sub-symbolic" approaches.{{Sfnp|Nilsson|1998|p=7}} [[Rodney Brooks]] rejected "representation" in general and focussed directly on engineering machines that move and survive.{{Efn| | ||
[[embodied mind|Embodied]] approaches to AI{{Sfnp|McCorduck|2004|pp=454–462}} were championed by [[Hans Moravec]]{{Sfnp|Moravec|1988}} and [[Rodney Brooks]]{{Sfnp|Brooks|1990}} and went by many names: [[Nouvelle AI]].{{Sfnp|Brooks|1990}} [[Developmental robotics]].<ref>[[Developmental robotics]]: {{Harvtxt|Weng|McClelland|Pentland|Sporns|2001}}, {{Harvtxt|Lungarella|Metta|Pfeifer|Sandini|2003}}, {{Harvtxt|Asada|Hosoda|Kuniyoshi|Ishiguro|2009}}, {{Harvtxt|Oudeyer|2010}}</ref> | [[embodied mind|Embodied]] approaches to AI{{Sfnp|McCorduck|2004|pp=454–462}} were championed by [[Hans Moravec]]{{Sfnp|Moravec|1988}} and [[Rodney Brooks]]{{Sfnp|Brooks|1990}} and went by many names: [[Nouvelle AI]].{{Sfnp|Brooks|1990}} [[Developmental robotics]].<ref>[[Developmental robotics]]: {{Harvtxt|Weng|McClelland|Pentland|Sporns|2001}}, {{Harvtxt|Lungarella|Metta|Pfeifer|Sandini|2003}}, {{Harvtxt|Asada|Hosoda|Kuniyoshi|Ishiguro|2009}}, {{Harvtxt|Oudeyer|2010}}</ref> | ||
}} [[Judea Pearl]], [[ | }} [[Judea Pearl]], [[Lotfi Zadeh]], and others developed methods that handled incomplete and uncertain information by making reasonable guesses rather than precise logic.<ref name="Stoch"/>{{Sfnp|Russell|Norvig|2021|p=25}} But the most important development was the revival of "[[connectionism]]", including neural network research, by [[Geoffrey Hinton]] and others.<ref>{{Harvtxt|Crevier|1993|pp=214–215}}, {{Harvtxt|Russell|Norvig|2021|pp=24, 26}}</ref> In 1990, [[Yann LeCun]] successfully showed that [[convolutional neural networks]] can recognize handwritten digits, the first of many successful applications of neural networks.{{Sfnp|Russell|Norvig|2021|p=26}} | ||
<!-- 1990s: narrow, formal AI and its detractors --> | <!-- 1990s: narrow, formal AI and its detractors --> | ||
| Line 458: | Line 501: | ||
<!--DEEP LEARNING BOOM 2012–present--> | <!--DEEP LEARNING BOOM 2012–present--> | ||
[[Deep learning]] began to dominate industry benchmarks in 2012 and was adopted throughout the field.<ref name="Deep learning revolution">[[Deep learning]] revolution, [[AlexNet]]: {{Harvtxt|Goldman|2022}}, {{Harvtxt|Russell|Norvig|2021|p=26}}, {{Harvtxt|McKinsey|2018}}</ref> | [[Deep learning]] began to dominate industry benchmarks in 2012 and was adopted throughout the field.<ref name="Deep learning revolution">[[Deep learning]] revolution, [[AlexNet]]: {{Harvtxt|Goldman|2022}}, {{Harvtxt|Russell|Norvig|2021|p=26}}, {{Harvtxt|McKinsey|2018}}</ref> | ||
For many specific tasks, other methods were abandoned.{{Efn|Matteo Wong wrote in [[The Atlantic]]: "Whereas for decades, computer-science fields such as natural-language processing, computer vision, and robotics used extremely different methods, now they all use a programming method called "deep learning". As a result, their code and approaches have become more similar, and their models are easier to integrate into one another."{{Sfnp|Wong|2023}}}} | For many specific tasks, other methods were abandoned.{{Efn|Matteo Wong wrote in ''[[The Atlantic]]'': "Whereas for decades, computer-science fields such as natural-language processing, computer vision, and robotics used extremely different methods, now they all use a programming method called "deep learning". As a result, their code and approaches have become more similar, and their models are easier to integrate into one another."{{Sfnp|Wong|2023}}}} | ||
Deep learning's success was based on both hardware improvements ([[Moore's law|faster computers]],<ref>[[Moore's Law]] and AI: {{Harvtxt|Russell|Norvig|2021|pp=14, 27}}</ref> [[graphics processing unit]]s, [[cloud computing]]{{Sfnp|Clark|2015b}}) and access to [[big data|large amounts of data]]<ref>[[Big data]]: {{Harvtxt|Russell|Norvig|2021|p=26}}</ref> (including curated datasets,{{Sfnp|Clark|2015b}} such as [[ImageNet]]). Deep learning's success led to an enormous increase in interest and funding in AI.{{Efn|Jack Clark wrote in [[Bloomberg News|Bloomberg]]: "After a half-decade of quiet breakthroughs in artificial intelligence, 2015 has been a landmark year. Computers are smarter and learning faster than ever", and noted that the number of software projects that use machine learning at [[Google]] increased from a "sporadic usage" in 2012 to more than 2,700 projects in 2015.{{Sfnp|Clark|2015b}}}} The amount of machine learning research (measured by total publications) increased by 50% in the years 2015–2019.{{Sfnp|UNESCO|2021}} | Deep learning's success was based on both hardware improvements ([[Moore's law|faster computers]],<ref>[[Moore's Law]] and AI: {{Harvtxt|Russell|Norvig|2021|pp=14, 27}}</ref> [[graphics processing unit]]s, [[cloud computing]]{{Sfnp|Clark|2015b}}) and access to [[big data|large amounts of data]]<ref>[[Big data]]: {{Harvtxt|Russell|Norvig|2021|p=26}}</ref> (including curated datasets,{{Sfnp|Clark|2015b}} such as [[ImageNet]]). Deep learning's success led to an enormous increase in interest and funding in AI.{{Efn|Jack Clark wrote in [[Bloomberg News|Bloomberg]]: "After a half-decade of quiet breakthroughs in artificial intelligence, 2015 has been a landmark year. Computers are smarter and learning faster than ever", and noted that the number of software projects that use machine learning at [[Google]] increased from a "sporadic usage" in 2012 to more than 2,700 projects in 2015.{{Sfnp|Clark|2015b}}}} The amount of machine learning research (measured by total publications) increased by 50% in the years 2015–2019.{{Sfnp|UNESCO|2021}} | ||
| Line 466: | Line 509: | ||
<!-- AI Boom 2020-present --> | <!-- AI Boom 2020-present --> | ||
In the late 2010s and early 2020s, AGI companies began to deliver programs that created enormous interest. In 2015, [[AlphaGo]], developed by [[DeepMind]], beat the world champion [[Go player]]. The program taught only the game's rules and developed a strategy by itself. [[GPT-3]] is a [[large language model]] that was released in 2020 by [[OpenAI]] and is capable of generating high-quality human-like text.<ref>{{Cite web |last=Sagar |first=Ram |date=2020 | In the late 2010s and early 2020s, AGI companies began to deliver programs that created enormous interest. In 2015, [[AlphaGo]], developed by [[DeepMind]], beat the world champion [[Go player]]. The program taught only the game's rules and developed a strategy by itself. [[GPT-3]] is a [[large language model]] that was released in 2020 by [[OpenAI]] and is capable of generating high-quality human-like text.<ref>{{Cite web |last=Sagar |first=Ram |date=3 June 2020 |title=OpenAI Releases GPT-3, The Largest Model So Far |url=https://analyticsindiamag.com/open-ai-gpt-3-language-model |url-status=live |archive-url=https://web.archive.org/web/20200804173452/https://analyticsindiamag.com/open-ai-gpt-3-language-model |archive-date=4 August 2020 |access-date=15 March 2023 |website=Analytics India Magazine}}</ref> [[ChatGPT]], launched on 30 November 2022, became the fastest-growing consumer software application in history, gaining over 100 million users in two months.<ref>{{Cite news |last=Milmo |first=Dan |date=2 February 2023 |title=ChatGPT reaches 100 million users two months after launch |url=https://www.theguardian.com/technology/2023/feb/02/chatgpt-100-million-users-open-ai-fastest-growing-app |access-date=31 December 2024 |work=The Guardian |language=en-GB |issn=0261-3077 |archive-date=3 February 2023 |archive-url=https://web.archive.org/web/20230203051356/https://www.theguardian.com/technology/2023/feb/02/chatgpt-100-million-users-open-ai-fastest-growing-app |url-status=live}}</ref> It marked what is widely regarded as AI's breakout year, bringing it into the public consciousness.<ref>{{Cite web |last=Gorichanaz |first=Tim |date=29 November 2023 |title=ChatGPT turns 1: AI chatbot's success says as much about humans as technology |url=https://theconversation.com/chatgpt-turns-1-ai-chatbots-success-says-as-much-about-humans-as-technology-218704 |access-date=31 December 2024 |website=The Conversation |language=en-US |archive-date=31 December 2024 |archive-url=https://web.archive.org/web/20241231073513/https://theconversation.com/chatgpt-turns-1-ai-chatbots-success-says-as-much-about-humans-as-technology-218704 |url-status=live}}</ref> These programs, and others, inspired an aggressive [[AI boom]], where large companies began investing billions of dollars in AI research. According to AI Impacts, about US$50 billion annually was invested in "AI" around 2022 in the U.S. alone and about 20% of the new U.S. computer science PhD graduates have specialized in "AI".{{Sfnp|DiFeliciantonio|2023}} About 800,000 "AI"-related U.S. job openings existed in 2022.{{Sfnp|Goswami|2023}} According to PitchBook research, 22% of newly funded [[startups]] in 2024 claimed to be AI companies.<ref>{{cite web |title=Nearly 1 in 4 new startups is an AI company |website=PitchBook |date=24 December 2024 |url=https://pitchbook.com/news/articles/nearly-1-in-4-new-startups-is-an-ai-company |access-date=3 January 2025}}</ref> | ||
== Philosophy == | == Philosophy == | ||
{{Main|Philosophy of artificial intelligence}} | {{Main|Philosophy of artificial intelligence}} | ||
Philosophical debates have historically sought to determine the nature of intelligence and how to make intelligent machines.<ref>{{Cite web |last1=Grayling |first1=Anthony |last2=Ball |first2=Brian |date=2024 | Philosophical debates have historically sought to determine the nature of intelligence and how to make intelligent machines.<ref>{{Cite web |last1=Grayling |first1=Anthony |last2=Ball |first2=Brian |date=1 August 2024 |title=Philosophy is crucial in the age of AI |url=https://theconversation.com/philosophy-is-crucial-in-the-age-of-ai-235907 |access-date=4 October 2024 |website=The Conversation |language=en-US |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170243/https://theconversation.com/philosophy-is-crucial-in-the-age-of-ai-235907 |url-status=live}}</ref> Another major focus has been whether machines can be conscious, and the associated ethical implications.<ref name="Jarow-2024">{{Cite web |last=Jarow |first=Oshan |date=15 June 2024 |title=Will AI ever become conscious? It depends on how you think about biology. |url=https://www.vox.com/future-perfect/351893/consciousness-ai-machines-neuroscience-mind |access-date=4 October 2024 |website=Vox |language=en-US |archive-date=21 September 2024 |archive-url=https://web.archive.org/web/20240921035218/https://www.vox.com/future-perfect/351893/consciousness-ai-machines-neuroscience-mind |url-status=live}}</ref> Many other topics in philosophy are relevant to AI, such as [[epistemology]] and [[free will]].<ref>{{Cite web |last=McCarthy |first=John |title=The Philosophy of AI and the AI of Philosophy |url=http://jmc.stanford.edu/articles/aiphil2.html |archive-url=https://web.archive.org/web/20181023181725/http://jmc.stanford.edu/articles/aiphil2.html |archive-date=23 October 2018 |access-date=3 October 2024 |website=jmc.stanford.edu}}</ref> Rapid advancements have intensified public discussions on the philosophy and [[ethics of AI]].<ref name="Jarow-2024" /> | ||
=== Defining artificial intelligence === | === Defining artificial intelligence === | ||
{{See also|Synthetic intelligence|Intelligent agent|Artificial mind|Virtual intelligence|Dartmouth workshop}} | {{See also|Synthetic intelligence|Intelligent agent|Artificial mind (disambiguation){{!}}Artificial mind|Virtual intelligence|Dartmouth workshop}} | ||
[[Alan Turing]] | [[Alan Turing]] investigated whether machines can show intelligent behaviour and think. In 1950, he proposed the [[Turing test]], which measures the ability of a machine to simulate human conversation.<ref>{{Cite journal |last1=Warwick |first1=Kevin |last2=Shah |first2=Huma |date=2016 |title=Passing the Turing Test Does Not Mean the End of Humanity |journal=Cognitive Computation |volume=8 |issue=3 |pages=409–419 |doi=10.1007/s12559-015-9372-6 |issn=1866-9956 |pmc=4867147 |pmid=27257441}}</ref><ref name="Turing">Turing's original publication of the [[Turing test]] in "[[Computing machinery and intelligence]]": {{Harvtxt|Turing|1950}} | ||
Historical influence and philosophical implications: {{Harvtxt|Haugeland|1985|pp=6–9}}, {{Harvtxt|Crevier|1993|p=24}}, {{Harvtxt|McCorduck|2004|pp=70–71}}, {{Harvtxt|Russell|Norvig|2021|pp=2, 984}}</ref> Since we can only observe the behavior of the machine, it does not matter if it is "actually" thinking or literally has a "mind". Turing notes that [[Problem of other minds|we can not determine these things about other people]] but "it is usual to have a polite convention that everyone thinks."{{Sfnp|Turing|1950|loc=Under "The Argument from Consciousness"}} | Historical influence and philosophical implications: {{Harvtxt|Haugeland|1985|pp=6–9}}, {{Harvtxt|Crevier|1993|p=24}}, {{Harvtxt|McCorduck|2004|pp=70–71}}, {{Harvtxt|Russell|Norvig|2021|pp=2, 984}}</ref> Since we can only observe the behavior of the machine, it does not matter if it is "actually" thinking or literally has a "mind". Turing notes that [[Problem of other minds|we can not determine these things about other people]] but "it is usual to have a polite convention that everyone thinks."{{Sfnp|Turing|1950|loc=Under "The Argument from Consciousness"}} | ||
[[File:Weakness of Turing test 1.svg|thumb|The Turing test can provide some evidence of intelligence, but it penalizes non-human intelligent behavior.<ref>{{Cite web |last1=Kirk-Giannini |first1=Cameron Domenico |last2=Goldstein |first2=Simon |date=2023 | [[File:Weakness of Turing test 1.svg|thumb|The Turing test can provide some evidence of intelligence, but it penalizes non-human intelligent behavior.<ref>{{Cite web |last1=Kirk-Giannini |first1=Cameron Domenico |last2=Goldstein |first2=Simon |date=16 October 2023 |title=AI is closer than ever to passing the Turing test for 'intelligence'. What happens when it does? |url=https://theconversation.com/ai-is-closer-than-ever-to-passing-the-turing-test-for-intelligence-what-happens-when-it-does-214721 |access-date=17 August 2024 |website=The Conversation |archive-date=25 September 2024 |archive-url=https://web.archive.org/web/20240925040612/https://theconversation.com/ai-is-closer-than-ever-to-passing-the-turing-test-for-intelligence-what-happens-when-it-does-214721 |url-status=live}}</ref>]] | ||
[[Stuart J. Russell|Russell]] and [[Norvig]] agree with Turing that intelligence must be defined in terms of external behavior, not internal structure.{{Sfnp|Russell|Norvig|2021|pp=1–4}} However, they are critical that the test requires the machine to imitate humans. "[[Aeronautics|Aeronautical engineering]] texts", they wrote, "do not define the goal of their field as making 'machines that fly so exactly like [[pigeon]]s that they can fool other pigeons.{{' "}}{{Sfnp|Russell|Norvig|2021|p=3}} AI founder [[John McCarthy (computer scientist)|John McCarthy]] agreed, writing that "Artificial intelligence is not, by definition, simulation of human intelligence".{{Sfnp|Maker|2006}} | [[Stuart J. Russell|Russell]] and [[Norvig]] agree with Turing that intelligence must be defined in terms of external behavior, not internal structure.{{Sfnp|Russell|Norvig|2021|pp=1–4}} However, they are critical that the test requires the machine to imitate humans. "[[Aeronautics|Aeronautical engineering]] texts", they wrote, "do not define the goal of their field as making 'machines that fly so exactly like [[pigeon]]s that they can fool other pigeons.{{' "}}{{Sfnp|Russell|Norvig|2021|p=3}} AI founder [[John McCarthy (computer scientist)|John McCarthy]] agreed, writing that "Artificial intelligence is not, by definition, simulation of human intelligence".{{Sfnp|Maker|2006}} | ||
McCarthy defines intelligence as "the computational part of the ability to achieve goals in the world".{{Sfnp|McCarthy|1999}} Another AI founder, [[Marvin Minsky]], similarly describes it as "the ability to solve hard problems".{{Sfnp|Minsky|1986}} | McCarthy defines intelligence as "the computational part of the ability to achieve goals in the world".{{Sfnp|McCarthy|1999}} Another AI founder, [[Marvin Minsky]], similarly describes it as "the ability to solve hard problems".{{Sfnp|Minsky|1986}} ''[[Artificial Intelligence: A Modern Approach]]'' defines it as the study of agents that perceive their environment and take actions that maximize their chances of achieving defined goals.{{Sfnp|Russell|Norvig|2021|pp=1–4}} | ||
The many differing definitions of AI have been critically analyzed.<ref>{{cite journal |last=Suchman |first=Lucy |year=2023 |title=The uncontroversial 'thingness' of AI |journal=Big Data & Society |volume=10 |issue=2 |article-number=20539517231206794 |doi=10.1177/20539517231206794 |doi-access=free}}</ref><ref>{{cite book |last1=Rehak |first1=Rainer |title=Proceedings of the 2025 ACM Conference on Fairness, Accountability, and Transparency |chapter=AI Narrative Breakdown. A Critical Assessment of Power and Promise |date=2025 |pages=1250–1260 |doi=10.1145/3715275.3732083 |isbn=979-8-4007-1482-5}}</ref><ref>{{Cite web |last=Musser |first=George |date=1 September 2023 |title=How AI Knows Things No One Told It |url=https://www.scientificamerican.com/article/how-ai-knows-things-no-one-told-it/ |access-date=17 July 2025 |website=[[Scientific American]] |language=en}}</ref> During the 2020s AI boom, the term has been used as a marketing [[buzzword]] to promote products and services which do not use AI.<ref>{{Cite web |date=30 March 2023 |title=AI or BS? How to tell if a marketing tool really uses artificial intelligence |url=https://www.thedrum.com/opinion/2023/03/30/ai-or-bs-how-tell-if-marketing-tool-really-uses-artificial-intelligence |access-date=31 July 2024 |website=The Drum}}</ref> | |||
==== Legal definitions ==== | |||
The [[International Organization for Standardization]] describes an AI system as a "an engineered system that generates outputs such as content, forecasts, recommendations, or decisions for a given set of human‑defined objectives, and can operate with varying levels of automation".<ref>{{Citation|title=Information technology - Artificial intelligence - Artificial intelligence concepts and terminology|doi=10.3403/30467396|publisher=BSI British Standards }}</ref> The [[Artificial Intelligence Act|EU AI Act]] defines an AI system as "a machine-based system that is designed to operate with varying levels of autonomy and that may exhibit adaptiveness after deployment, and that, for explicit or implicit objectives, infers, from the input it receives, how to generate outputs such as predictions, content, recommendations, or decisions that can influence physical or virtual environments".<ref>{{Cite web|title=Regulation - EU - 2024/1689 - EN|url=https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng|website=EUR-Lex|access-date=2026-01-30|language=en}}</ref> In the United States, influential but non‑binding guidance such as the [[National Institute of Standards and Technology]]'s AI Risk Management Framework describes an AI system as "an engineered or machine-based system that can, for a given set of objectives, generate outputs such as predictions, recommendations, or decisions influencing real or virtual environments. AI systems are designed to operate with varying levels of autonomy".<ref>{{Cite report|title=Artificial Intelligence Risk Management Framework (AI RMF 1.0)|doi=10.6028/nist.ai.100-1|publisher=National Institute of Standards and Technology (U.S.)|date=2023-01-26|location=Gaithersburg, MD|first=Elham|last=Tabassi }}</ref> | |||
=== Evaluating approaches to AI === | === Evaluating approaches to AI === | ||
| Line 498: | Line 540: | ||
Historical significance: {{Harvtxt|McCorduck|2004|p=153}}, {{Harvtxt|Russell|Norvig|2021|p=19}}</ref> | Historical significance: {{Harvtxt|McCorduck|2004|p=153}}, {{Harvtxt|Russell|Norvig|2021|p=19}}</ref> | ||
However, the symbolic approach failed on many tasks that humans solve easily, such as learning, recognizing an object or [[ | However, the symbolic approach failed on many tasks that humans solve easily, such as learning, recognizing an object or [[commonsense reasoning]]. [[Moravec's paradox]] is the discovery that high-level "intelligent" tasks were easy for AI, but low level "instinctive" tasks were extremely difficult.<ref>[[Moravec's paradox]]: {{Harvtxt|Moravec|1988|pp=15–16}}, {{Harvtxt|Minsky|1986|p=29}}, {{Harvtxt|Pinker|2007|pp=190–191}}</ref> Philosopher [[Hubert Dreyfus]] had [[Dreyfus' critique of AI|argued]] since the 1960s that human expertise depends on unconscious instinct rather than conscious symbol manipulation, and on having a "feel" for the situation, rather than explicit symbolic knowledge.<ref>[[Dreyfus' critique of AI]]: {{Harvtxt|Dreyfus|1972}}, {{Harvtxt|Dreyfus|Dreyfus|1986}} | ||
Historical significance and philosophical implications: {{Harvtxt|Crevier|1993|pp=120–132}}, {{Harvtxt|McCorduck|2004|pp=211–239}}, {{Harvtxt|Russell|Norvig|2021|pp=981–982}}, {{Harvtxt|Fearn|2007|loc=chpt. 3}}</ref> Although his arguments had been ridiculed and ignored when they were first presented, eventually, AI research came to agree with him.{{Efn| | Historical significance and philosophical implications: {{Harvtxt|Crevier|1993|pp=120–132}}, {{Harvtxt|McCorduck|2004|pp=211–239}}, {{Harvtxt|Russell|Norvig|2021|pp=981–982}}, {{Harvtxt|Fearn|2007|loc=chpt. 3}}</ref> Although his arguments had been ridiculed and ignored when they were first presented, eventually, AI research came to agree with him.{{Efn| | ||
Daniel Crevier wrote that "time has proven the accuracy and perceptiveness of some of Dreyfus's comments. Had he formulated them less aggressively, constructive actions they suggested might have been taken much earlier."{{Sfnp|Crevier|1993|p=125}} | Daniel Crevier wrote that "time has proven the accuracy and perceptiveness of some of Dreyfus's comments. Had he formulated them less aggressively, constructive actions they suggested might have been taken much earlier."{{Sfnp|Crevier|1993|p=125}} | ||
| Line 507: | Line 549: | ||
==== Neat vs. scruffy ==== | ==== Neat vs. scruffy ==== | ||
{{Main|Neats and scruffies}} | {{Main|Neats and scruffies}} | ||
"Neats" hope that intelligent behavior is described using simple, elegant principles (such as [[logic]], [[optimization]], or [[Artificial neural network|neural networks]]). "Scruffies" expect that it necessarily requires solving a large number of unrelated problems. Neats defend their programs with theoretical rigor, scruffies rely mainly on incremental testing to see if they work. This issue was actively discussed in the 1970s and 1980s,<ref>[[Neats vs. scruffies]], the historic debate: {{Harvtxt|McCorduck|2004|pp=421–424, 486–489}}, {{Harvtxt|Crevier|1993|p=168}}, {{Harvtxt|Nilsson|1983|pp=10–11}}, {{Harvtxt|Russell|Norvig|2021|p=24}} | "Neats" hope that intelligent behavior is described using simple, elegant principles (such as [[logic]], [[optimization]], or [[Artificial neural network|neural networks]]). "Scruffies" expect that it necessarily requires solving a large number of unrelated problems. Neats defend their programs with theoretical rigor, scruffies rely mainly on incremental testing to see if they work. This issue was actively discussed in the 1970s and 1980s,<ref>[[Neats vs. scruffies]], the historic debate: {{Harvtxt|McCorduck|2004|pp=421–424, 486–489}}, {{Harvtxt|Crevier|1993|p=168}}, {{Harvtxt|Nilsson|1983|pp=10–11}}, {{Harvtxt|Russell|Norvig|2021|p=24}} | ||
A classic example of the "scruffy" approach to intelligence: {{Harvtxt|Minsky|1986}} | A classic example of the "scruffy" approach to intelligence: {{Harvtxt|Minsky|1986}} | ||
| Line 513: | Line 556: | ||
==== Soft vs. hard computing ==== | ==== Soft vs. hard computing ==== | ||
{{Main|Soft computing}} | {{Main|Soft computing}} | ||
Finding a provably correct or optimal solution is [[Intractability (complexity)|intractable]] for many important problems.<ref name="Intractability and efficiency and the combinatorial explosion"/> Soft computing is a set of techniques, including [[genetic algorithms]], [[fuzzy logic]] and neural networks, that are tolerant of imprecision, uncertainty, partial truth and approximation. Soft computing was introduced in the late 1980s and most successful AI programs in the 21st century are examples of soft computing with neural networks. | Finding a provably correct or optimal solution is [[Intractability (complexity)|intractable]] for many important problems.<ref name="Intractability and efficiency and the combinatorial explosion"/> Soft computing is a set of techniques, including [[genetic algorithms]], [[fuzzy logic]] and neural networks, that are tolerant of imprecision, uncertainty, partial truth and approximation. Soft computing was introduced in the late 1980s and most successful AI programs in the 21st century are examples of soft computing with neural networks. | ||
==== Narrow vs. general AI ==== | ==== Narrow vs. general AI ==== | ||
{{Main|Weak artificial intelligence|Artificial general intelligence}} | {{Main|Weak artificial intelligence|Artificial general intelligence}} | ||
AI researchers are divided as to whether to pursue the goals of artificial general intelligence and [[superintelligence]] directly or to solve as many specific problems as possible (narrow AI) in hopes these solutions will lead indirectly to the field's long-term goals.{{Sfnp|Pennachin|Goertzel|2007}}{{Sfnp|Roberts|2016}} General intelligence is difficult to define and difficult to measure, and modern AI has had more verifiable successes by focusing on specific problems with specific solutions. The sub-field of artificial general intelligence studies this area exclusively. | AI researchers are divided as to whether to pursue the goals of artificial general intelligence and [[superintelligence]] directly or to solve as many specific problems as possible (narrow AI) in hopes these solutions will lead indirectly to the field's long-term goals.{{Sfnp|Pennachin|Goertzel|2007}}{{Sfnp|Roberts|2016}} General intelligence is difficult to define and difficult to measure, and modern AI has had more verifiable successes by focusing on specific problems with specific solutions. The sub-field of artificial general intelligence studies this area exclusively. | ||
=== Machine consciousness, sentience, and mind === | === Machine consciousness, sentience, and mind === | ||
{{Main|Philosophy of artificial intelligence|Artificial consciousness}} | {{Main|Philosophy of artificial intelligence|Artificial consciousness}} | ||
There is no settled consensus in [[philosophy of mind]] on whether a machine can have a [[mind]], [[consciousness]] and | |||
{{quote box|What can be stated, however, is that we must avoid the misconception of equating this type of “intelligence” with that of human beings. These systems merely imitate certain functions of human intelligence. In doing so, they often surpass human intelligence in speed and computational capacity, offering tangible benefits across many fields. Yet this power remains entirely tied to data processing. So-called artificial intelligences do not undergo experiences, do not possess a body, do not feel joy or pain, do not mature through relationships and do not know from within what love, work, friendship or responsibility mean. Nor do they have a moral conscience, since they do not judge good and evil, grasp the ultimate meaning of situations, or bear responsibility for consequences.|[[Pope Leo XIV]], [[Magnifica Humanitas]]<ref>{{cite web |title=Magnifica Humanitas |url=https://www.vatican.va/content/leo-xiv/en/encyclicals/documents/20260515-magnifica-humanitas.html#A_valuable_tool |website=The Holy See |access-date=30 May 2026}}</ref>| style = "text-align:right;" | |||
| salign = right | |||
| width = 25em}} | |||
There is no settled consensus in [[philosophy of mind]] on whether a machine can have a [[mind]], [[consciousness]] and mental states in the same sense that human beings do. This issue considers the internal experiences of the machine, rather than its external behavior. Mainstream AI research considers this issue irrelevant because it does not affect the goals of the field: to build machines that can solve problems using intelligence. [[Stuart J. Russell|Russell]] and [[Norvig]] add that "[t]he additional project of making a machine conscious in exactly the way humans are is not one that we are equipped to take on."{{Sfnp|Russell|Norvig|2021|p=986}} However, the question has become central to the philosophy of mind. It is also typically the central question at issue in [[artificial intelligence in fiction]]. | |||
==== Consciousness ==== | ==== Consciousness ==== | ||
{{Main|Hard problem of consciousness|Theory of mind}} | {{Main|Hard problem of consciousness|Theory of mind}} | ||
[[David Chalmers]] identified two problems in understanding the mind, which he named the "hard" and "easy" problems of consciousness.{{Sfnp|Chalmers|1995}} The easy problem is understanding how the brain processes signals, makes plans and controls behavior. The hard problem is explaining how this ''feels'' or why it should feel like anything at all, assuming we are right in thinking that it truly does feel like something (Dennett's consciousness illusionism says this is an illusion). While human [[Information processing (psychology)|information processing]] is easy to explain, human [[subjective experience]] is difficult to explain. For example, it is easy to imagine a color-blind person who has learned to identify which objects in their field of view are red, but it is not clear what would be required for the person to ''know what red looks like''.{{Sfnp|Dennett|1991}} | [[David Chalmers]] identified two problems in understanding the mind, which he named the "hard" and "easy" problems of consciousness.{{Sfnp|Chalmers|1995}} The easy problem is understanding how the brain processes signals, makes plans and controls behavior. The hard problem is explaining how this ''feels'' or why it should feel like anything at all, assuming we are right in thinking that it truly does feel like something (Dennett's consciousness illusionism says this is an illusion). While human [[Information processing (psychology)|information processing]] is easy to explain, human [[subjective experience]] is difficult to explain. For example, it is easy to imagine a color-blind person who has learned to identify which objects in their field of view are red, but it is not clear what would be required for the person to ''know what red looks like''.{{Sfnp|Dennett|1991}} | ||
| Line 538: | Line 589: | ||
==== AI welfare and rights ==== | ==== AI welfare and rights ==== | ||
It is difficult or impossible to reliably evaluate whether an advanced [[Sentient AI|AI is sentient]] (has the ability to feel), and if so, to what degree.<ref>{{Cite web |last=Leith |first=Sam |date=2022 | {{See also|Ethics of artificial intelligence#AI welfare}} | ||
It is difficult or impossible to reliably evaluate whether an advanced [[Sentient AI|AI is sentient]] (has the ability to feel), and if so, to what degree.<ref>{{Cite web |last=Leith |first=Sam |date=7 July 2022 |title=Nick Bostrom: How can we be certain a machine isn't conscious? |url=https://www.spectator.co.uk/article/nick-bostrom-how-can-we-be-certain-a-machine-isnt-conscious |access-date=23 February 2024 |website=The Spectator |archive-date=26 September 2024 |archive-url=https://web.archive.org/web/20240926155639/https://www.spectator.co.uk/article/nick-bostrom-how-can-we-be-certain-a-machine-isnt-conscious/ |url-status=live}}</ref> But if there is a significant chance that a given machine can feel and suffer, then it may be entitled to certain rights or welfare protection measures, similarly to animals.<ref name="Thomson-2022">{{Cite web |last=Thomson |first=Jonny |date=31 October 2022 |title=Why don't robots have rights? |url=https://bigthink.com/thinking/why-dont-robots-have-rights |access-date=23 February 2024 |website=Big Think |archive-date=13 September 2024 |archive-url=https://web.archive.org/web/20240913055336/https://bigthink.com/thinking/why-dont-robots-have-rights/ |url-status=live}}</ref><ref name="Kateman-2023">{{Cite magazine |last=Kateman |first=Brian |date=24 July 2023 |title=AI Should Be Terrified of Humans |url=https://time.com/6296234/ai-should-be-terrified-of-humans |access-date=23 February 2024 |magazine=Time |archive-date=25 September 2024 |archive-url=https://web.archive.org/web/20240925041601/https://time.com/6296234/ai-should-be-terrified-of-humans/ |url-status=live}}</ref> [[Sapience]] (a set of capacities related to high intelligence, such as discernment or [[self-awareness]]) may provide another moral basis for AI rights.<ref name="Thomson-2022"/> [[Robot rights]] are also sometimes proposed as a practical way to integrate autonomous agents into society.<ref>{{Cite news |last=Wong |first=Jeff |date=10 July 2023 |title=What leaders need to know about robot rights |url=https://www.fastcompany.com/90920769/what-leaders-need-to-know-about-robot-rights |work=Fast Company |ref=none}}</ref> | |||
In 2017, the European Union considered granting "electronic personhood" to some of the most capable AI systems. Similarly to the legal status of companies, it would have conferred rights but also responsibilities.<ref>{{Cite news |last=Hern |first=Alex |date=2017 | In 2017, the European Union considered granting "electronic personhood" to some of the most capable AI systems. Similarly to the legal status of companies, it would have conferred rights but also responsibilities.<ref>{{Cite news |last=Hern |first=Alex |date=12 January 2017 |title=Give robots 'personhood' status, EU committee argues |url=https://www.theguardian.com/technology/2017/jan/12/give-robots-personhood-status-eu-committee-argues |access-date=23 February 2024 |work=The Guardian |issn=0261-3077 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005171222/https://www.theguardian.com/technology/2017/jan/12/give-robots-personhood-status-eu-committee-argues |url-status=live}}</ref> Critics argued in 2018 that granting rights to AI systems would downplay the importance of [[human rights]], and that legislation should focus on user needs rather than speculative futuristic scenarios. They also noted that robots lacked the autonomy to take part in society on their own.<ref>{{Cite web |last=Dovey |first=Dana |date=14 April 2018 |title=Experts Don't Think Robots Should Have Rights |url=https://www.newsweek.com/robots-human-rights-electronic-persons-humans-versus-machines-886075 |access-date=23 February 2024 |website=Newsweek |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005171333/https://www.newsweek.com/robots-human-rights-electronic-persons-humans-versus-machines-886075 |url-status=live}}</ref><ref>{{Cite web |last=Cuddy |first=Alice |date=13 April 2018 |title=Robot rights violate human rights, experts warn EU |url=https://www.euronews.com/2018/04/13/robot-rights-violate-human-rights-experts-warn-eu |access-date=23 February 2024 |website=euronews |archive-date=19 September 2024 |archive-url=https://web.archive.org/web/20240919022327/https://www.euronews.com/2018/04/13/robot-rights-violate-human-rights-experts-warn-eu |url-status=live}}</ref> | ||
Progress in AI increased interest in the topic. Proponents of AI welfare and rights often argue that AI sentience, if it emerges, would be particularly easy to deny. They warn that this may be a [[Moral blindness|moral blind spot]] analogous to [[slavery]] or [[factory farming]], which could lead to [[Suffering risks|large-scale suffering]] if sentient AI is created and carelessly exploited.<ref name="Kateman-2023"/><ref name="Thomson-2022"/> | Progress in AI increased interest in the topic. Proponents of AI welfare and rights often argue that AI sentience, if it emerges, would be particularly easy to deny. They warn that this may be a [[Moral blindness|moral blind spot]] analogous to [[slavery]] or [[factory farming]], which could lead to [[Suffering risks|large-scale suffering]] if sentient AI is created and carelessly exploited.<ref name="Kateman-2023"/><ref name="Thomson-2022"/> | ||
== Future == | == Future == | ||
=== Superintelligence and the singularity === | === Superintelligence and the singularity === | ||
A [[superintelligence]] is a hypothetical agent that would possess intelligence far surpassing that of the brightest and most gifted human mind.{{Sfnp|Roberts|2016}} | A [[superintelligence]] is a hypothetical agent that would possess intelligence far surpassing that of the brightest and most gifted human mind.{{Sfnp|Roberts|2016}} If research into [[artificial general intelligence]] produced sufficiently intelligent software, it might be able to [[Recursive self-improvement|reprogram and improve itself]]. The improved software would be even better at improving itself, leading to what [[I. J. Good]] called an "[[intelligence explosion]]" and [[Vernor Vinge]] called a "[[Technological singularity|singularity]]".<ref>The [[Intelligence explosion]] and [[technological singularity]]: {{Harvtxt|Russell|Norvig|2021|pp=1004–1005}}, {{Harvtxt|Omohundro|2008}}, {{Harvtxt|Kurzweil|2005}} | ||
[[I. J. Good]]'s "intelligence explosion": {{Harvtxt|Good|1965}} | [[I. J. Good]]'s "intelligence explosion": {{Harvtxt|Good|1965}} | ||
[[Vernor Vinge]]'s "singularity": {{Harvtxt|Vinge|1993}}</ref | [[Vernor Vinge]]'s "singularity": {{Harvtxt|Vinge|1993}}</ref> | ||
However, technologies cannot improve exponentially indefinitely, and typically follow an [[S-shaped curve]], slowing when they reach the physical limits of what the technology can do.{{Sfnp|Russell|Norvig|2021|p=1005}} | However, technologies cannot improve exponentially indefinitely, and typically follow an [[S-shaped curve]], slowing when they reach the physical limits of what the technology can do.{{Sfnp|Russell|Norvig|2021|p=1005}} | ||
| Line 557: | Line 609: | ||
=== Transhumanism === | === Transhumanism === | ||
{{Main|Transhumanism}} | {{Main|Transhumanism}} | ||
Robot designer [[Hans Moravec]], cyberneticist [[Kevin Warwick]] and inventor [[Ray Kurzweil]] have predicted that humans and machines may merge in the future into [[cyborg]]s that are more capable and powerful than either. This idea, called transhumanism, has roots in the writings of [[Aldous Huxley]] and [[Robert Ettinger]].<ref>[[Transhumanism]]: {{Harvtxt|Moravec|1988}}, {{Harvtxt|Kurzweil|2005}}, {{Harvtxt|Russell|Norvig|2021|p=1005}}</ref> | Robot designer [[Hans Moravec]], cyberneticist [[Kevin Warwick]] and inventor [[Ray Kurzweil]] have predicted that humans and machines may merge in the future into [[cyborg]]s that are more capable and powerful than either. This idea, called transhumanism, has roots in the writings of [[Aldous Huxley]] and [[Robert Ettinger]].<ref>[[Transhumanism]]: {{Harvtxt|Moravec|1988}}, {{Harvtxt|Kurzweil|2005}}, {{Harvtxt|Russell|Norvig|2021|p=1005}}</ref> | ||
[[Edward Fredkin]] argues that "artificial intelligence is the next step in evolution", an idea first proposed by [[Samuel Butler (novelist)|Samuel Butler]]'s "[[Darwin among the Machines]]" as far back as 1863, and expanded upon by [[George Dyson (science historian)|George Dyson]] in his 1998 book ''[[Darwin Among the Machines#Evolution of Global Intelligence|Darwin Among the Machines: The Evolution of Global Intelligence]]''.<ref>AI as evolution: [[Edward Fredkin]] is quoted in {{Harvtxt|McCorduck|2004|p=401}}, {{Harvtxt|Butler|1863}}, {{Harvtxt|Dyson|1998}}</ref> | [[Edward Fredkin]] argues that "artificial intelligence is the next step in evolution", an idea first proposed by [[Samuel Butler (novelist)|Samuel Butler]]'s "[[Darwin among the Machines]]" as far back as 1863, and expanded upon by [[George Dyson (science historian)|George Dyson]] in his 1998 book ''[[Darwin Among the Machines#Evolution of Global Intelligence|Darwin Among the Machines: The Evolution of Global Intelligence]]''.<ref>AI as evolution: [[Edward Fredkin]] is quoted in {{Harvtxt|McCorduck|2004|p=401}}, {{Harvtxt|Butler|1863}}, {{Harvtxt|Dyson|1998}}</ref> | ||
== In fiction == | == In fiction == | ||
{{Main|Artificial intelligence in fiction}} | {{Main|Artificial intelligence in fiction}} | ||
[[File:Capek play.jpg|thumb|upright=1.2|The word "robot" itself was coined by [[Karel Čapek]] in his 1921 play ''[[R.U.R.]]'', the title standing for "Rossum's Universal Robots".]] | [[File:Capek play.jpg|thumb|upright=1.2|The word "robot" itself was coined by [[Karel Čapek]] in his 1921 play ''[[R.U.R.]]'', the title standing for "Rossum's Universal Robots".]] | ||
Thought-capable artificial beings have appeared as storytelling devices since antiquity,<ref name="AI in myth">AI in myth: {{Harvtxt|McCorduck|2004|pp=4–5}}</ref> and have been a persistent theme in [[science fiction]].{{Sfnp|McCorduck|2004|pp=340–400}} | Thought-capable artificial beings have appeared as storytelling devices since antiquity,<ref name="AI in myth">AI in myth: {{Harvtxt|McCorduck|2004|pp=4–5}}</ref> and have been a persistent theme in [[science fiction]].{{Sfnp|McCorduck|2004|pp=340–400}} | ||
A common [[Trope (literature)|trope]] in these works began with [[Mary Shelley]]'s ''[[Frankenstein]]'', where a human creation becomes a threat to its masters. This includes such works as [[2001: A Space Odyssey (novel)|Arthur C. Clarke's]] and [[2001: A Space Odyssey|Stanley Kubrick's]] ''2001: A Space Odyssey'' (both 1968), with [[HAL 9000]], the murderous computer in charge of the ''[[Discovery One]]'' spaceship, as well as ''[[The Terminator]]'' (1984) and ''[[The Matrix]]'' (1999). In contrast, the rare loyal robots such as Gort from ''[[The Day the Earth Stood Still]]'' (1951) and Bishop from ''[[Aliens (film)|Aliens]]'' (1986) are less prominent in popular culture.{{Sfnp|Buttazzo|2001}} | A common [[Trope (literature)|trope]] in these works began with [[Mary Shelley]]'s ''[[Frankenstein]]'', where a human creation becomes a threat to its masters. This includes such works as [[2001: A Space Odyssey (novel)|Arthur C. Clarke's]] and [[2001: A Space Odyssey|Stanley Kubrick's]] ''2001: A Space Odyssey'' (both 1968), with [[HAL 9000]], the murderous computer in charge of the ''[[Discovery One]]'' spaceship, as well as ''[[Blade Runner]]'' (1982), ''[[The Terminator]]'' (1984) and ''[[The Matrix]]'' (1999). In contrast, the rare loyal robots such as Gort from ''[[The Day the Earth Stood Still]]'' (1951) and Bishop from ''[[Aliens (film)|Aliens]]'' (1986) are less prominent in popular culture.{{Sfnp|Buttazzo|2001}} | ||
[[Isaac Asimov]] introduced the [[Three Laws of Robotics]] in many stories, most notably with the "[[Multivac]]" super-intelligent computer. Asimov's laws are often brought up during lay discussions of machine ethics;{{Sfnp|Anderson|2008}} while almost all artificial intelligence researchers are familiar with Asimov's laws through popular culture, they generally consider the laws useless for many reasons, one of which is their ambiguity.{{Sfnp|McCauley|2007}} | [[Isaac Asimov]] introduced the [[Three Laws of Robotics]] in many stories, most notably with the "[[Multivac]]" super-intelligent computer. Asimov's laws are often brought up during lay discussions of machine ethics;{{Sfnp|Anderson|2008}} while almost all artificial intelligence researchers are familiar with Asimov's laws through popular culture, they generally consider the laws useless for many reasons, one of which is their ambiguity.{{Sfnp|McCauley|2007}} | ||
| Line 576: | Line 628: | ||
== See also == | == See also == | ||
{{div col|colwidth=30em}} | |||
* {{Annotated link|Artificial consciousness}} | * {{Annotated link|Artificial consciousness}} | ||
* {{Annotated link|Artificial intelligence and elections}} | * {{Annotated link|Artificial intelligence and elections}} | ||
* {{Annotated link|Artificial intelligence content detection}} | * {{Annotated link|Artificial intelligence content detection}} | ||
* [[Artificial intelligence in Wikimedia projects]] – Use of artificial intelligence to develop Wikipedia and other Wikimedia projects | |||
* [[Association for the Advancement of Artificial Intelligence]] (AAAI) | * [[Association for the Advancement of Artificial Intelligence]] (AAAI) | ||
* {{Annotated link|Behavior selection algorithm}} | * {{Annotated link|Behavior selection algorithm}} | ||
| Line 584: | Line 638: | ||
* {{Annotated link|Case-based reasoning}} | * {{Annotated link|Case-based reasoning}} | ||
* {{Annotated link|Computational intelligence}} | * {{Annotated link|Computational intelligence}} | ||
* DARWIN EU – A [[European Union]] initiative coordinated by the [[European Medicines Agency]] (EMA) to generate and utilize [[real world evidence]] (RWE) to support the evaluation and supervision of medicines across the EU | |||
* {{Annotated link|Digital immortality}} | * {{Annotated link|Digital immortality}} | ||
* {{Annotated link|Emergent algorithm}} | * {{Annotated link|Emergent algorithm}} | ||
| Line 591: | Line 646: | ||
* {{Annotated link|Intelligent agent}} | * {{Annotated link|Intelligent agent}} | ||
* {{Annotated link|Intelligent automation}} | * {{Annotated link|Intelligent automation}} | ||
* [[List of computer books#Artificial intelligence|List of artificial intelligence books]] | |||
* [[List of artificial intelligence algorithms]] | |||
* [[List of artificial intelligence journals]] | * [[List of artificial intelligence journals]] | ||
* [[List of artificial intelligence projects]] | * [[List of artificial intelligence projects]] | ||
* [[List of chatbots]] | |||
* [[Lists of open-source artificial intelligence software]] | |||
* [[List of robotics software]] | |||
* {{Annotated link|Mind uploading}} | * {{Annotated link|Mind uploading}} | ||
* [[Organoid intelligence]] – Use of brain cells and brain organoids for intelligent computing | * [[Organoid intelligence]] – Use of brain cells and brain organoids for intelligent computing | ||
* [[Outline of deep learning]] | |||
* [[Outline of machine learning]] | |||
* {{Annotated link|Pseudorandomness}} | |||
* {{Annotated link|Robotic process automation}} | * {{Annotated link|Robotic process automation}} | ||
* {{Annotated link|The Last Day (novel)|''The Last Day''}} | * {{Annotated link|The Last Day (novel)|''The Last Day''}} | ||
* {{Annotated link|Wetware computer}} | * {{Annotated link|Wetware computer}} | ||
{{div col end}} | |||
== Explanatory notes == | == Explanatory notes == | ||
| Line 604: | Line 667: | ||
== References == | == References == | ||
{{Reflist}} | {{Reflist|23em}} | ||
=== | === Textbooks === | ||
{{Refbegin|indent=yes|30em}} | {{Refbegin|indent=yes|30em}} | ||
* {{Cite book |last1=Luger |first1=George |author-link=George Luger |url=https://archive.org/details/artificialintell0000luge |title=Artificial Intelligence: Structures and Strategies for Complex Problem Solving |last2=Stubblefield |first2=William |author-link2=William Stubblefield |date=2004 |publisher=Benjamin/Cummings |isbn=978-0-8053-4780-7 |edition=5th |access-date=17 December 2019 |url-access=registration |archive-url=https://web.archive.org/web/20200726220613/https://archive.org/details/artificialintell0000luge |archive-date=26 July 2020 |url-status=live}} | * {{Cite book |last1=Luger |first1=George |author-link=George Luger |url=https://archive.org/details/artificialintell0000luge |title=Artificial Intelligence: Structures and Strategies for Complex Problem Solving |last2=Stubblefield |first2=William |author-link2=William Stubblefield |date=2004 |publisher=Benjamin/Cummings |isbn=978-0-8053-4780-7 |edition=5th |access-date=17 December 2019 |url-access=registration |archive-url=https://web.archive.org/web/20200726220613/https://archive.org/details/artificialintell0000luge |archive-date=26 July 2020 |url-status=live}} | ||
* {{Cite book |last=Nilsson |first=Nils |author-link=Nils Nilsson (researcher) |url=https://archive.org/details/artificialintell0000nils |title=Artificial Intelligence: A New Synthesis |date=1998 |publisher=Morgan Kaufmann |isbn=978-1-5586-0467-4 |access-date=18 November 2019 |url-access=registration |archive-url=https://web.archive.org/web/20200726131654/https://archive.org/details/artificialintell0000nils |archive-date=26 July 2020 |url-status=live}} | * {{Cite book |last=Nilsson |first=Nils |author-link=Nils Nilsson (researcher) |url=https://archive.org/details/artificialintell0000nils |title=Artificial Intelligence: A New Synthesis |date=1998 |publisher=Morgan Kaufmann |isbn=978-1-5586-0467-4 |access-date=18 November 2019 |url-access=registration |archive-url=https://web.archive.org/web/20200726131654/https://archive.org/details/artificialintell0000nils |archive-date=26 July 2020 |url-status=live}} | ||
* {{Cite book |last1=Poole |first1=David |author-link=David Poole (researcher) |url=https://archive.org/details/computationalint00pool |title=Computational Intelligence: A Logical Approach |last2=Mackworth |first2=Alan |author-link2=Alan Mackworth |last3=Goebel |first3=Randy |author-link3=Randy Goebel |date=1998 |publisher=Oxford University Press |isbn=978-0-1951-0270-3 |location=New York |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726131436/https://archive.org/details/computationalint00pool |archive-date=26 July 2020 |url-status=live}} Later edition: {{Cite book |last1=Poole |first1=David |url=http://artint.info/index.html |title=Artificial Intelligence: Foundations of Computational Agents |last2=Mackworth |first2=Alan |author-link2=Alan Mackworth |date=2017 |publisher=Cambridge University Press |isbn=978-1-1071-9539-4 |edition=2nd |access-date=6 December 2017 |archive-url=https://web.archive.org/web/20171207013855/http://artint.info/index.html |archive-date=7 December 2017 |url-status=live}} | |||
* {{Cite book |last1=Rich |first1=Elaine |author-link=Elaine Rich |last2=Knight |first2=Kevin |last3=Nair |first3=Shivashankar |title=Artificial Intelligence |date=2010 |publisher=[[Tata McGraw Hill]] India |isbn=978-0-0700-8770-5 |edition=3rd |location=[[New Delhi]] |ref=none}} | |||
* {{Cite book |last1=Russell |first1=Stuart J. |author-link=Stuart J. Russell |title=[[Artificial Intelligence: A Modern Approach]] |last2=Norvig |first2=Peter |author-link2=Peter Norvig |publisher=[[Pearson Education|Pearson]] |date=2021 |isbn=978-0-1346-1099-3 |edition=4th |location=[[Hoboken]] |lccn=20190474}} | |||
* {{Russell Norvig 2003}}. | * {{Russell Norvig 2003}}. | ||
* {{ | *{{cite book|last=Ertl|first=Wolgang|title=Introduction to Artificial Intelligence|publisher=Springer Nature|date=2024|isbn=978-3319584867}} | ||
* {{Cite book |last1=Ciaramella |first1=Alberto |author-link=Alberto Ciaramella |title=Introduction to Artificial Intelligence: from data analysis to generative AI |last2=Ciaramella |first2=Marco |date=2024 |publisher=Intellisemantic Editions |isbn=978-8-8947-8760-3}} | |||
{{Refend}} | {{Refend}} | ||
=== History of AI === | === History of AI === | ||
| Line 628: | Line 686: | ||
* {{McCorduck 2004}} | * {{McCorduck 2004}} | ||
* {{Cite book |last=Newquist |first=H. P. |author-link=HP Newquist |title=The Brain Makers: Genius, Ego, And Greed In The Quest For Machines That Think |date=1994 |publisher=Macmillan/SAMS |isbn=978-0-6723-0412-5 |location=New York}} | * {{Cite book |last=Newquist |first=H. P. |author-link=HP Newquist |title=The Brain Makers: Genius, Ego, And Greed In The Quest For Machines That Think |date=1994 |publisher=Macmillan/SAMS |isbn=978-0-6723-0412-5 |location=New York}} | ||
{{Refend}} | {{Refend}} | ||
| Line 636: | Line 693: | ||
* [https://suli.pppl.gov/2023/course/Rea-PPPL-SULI2023.pdf AI & ML in Fusion] | * [https://suli.pppl.gov/2023/course/Rea-PPPL-SULI2023.pdf AI & ML in Fusion] | ||
* [https://drive.google.com/file/d/1npCTrJ8XJn20ZGDA_DfMpANuQZFMzKPh/view?usp=drive_link AI & ML in Fusion, video lecture] {{Webarchive|url=https://web.archive.org/web/20230702164332/https://drive.google.com/file/d/1npCTrJ8XJn20ZGDA_DfMpANuQZFMzKPh/view?usp=drive_link |date=2 July 2023 }} | * [https://drive.google.com/file/d/1npCTrJ8XJn20ZGDA_DfMpANuQZFMzKPh/view?usp=drive_link AI & ML in Fusion, video lecture] {{Webarchive|url=https://web.archive.org/web/20230702164332/https://drive.google.com/file/d/1npCTrJ8XJn20ZGDA_DfMpANuQZFMzKPh/view?usp=drive_link |date=2 July 2023 }} | ||
* {{Citation |last1=Alter |first1=Alexandra |title=Franzen, Grisham and Other Prominent Authors Sue OpenAI |date=September | * {{Citation |last1=Alter |first1=Alexandra |title=Franzen, Grisham and Other Prominent Authors Sue OpenAI |date=20 September 2023 |work=The New York Times |url=https://www.nytimes.com/2023/09/20/books/authors-openai-lawsuit-chatgpt-copyright.html?campaign_id=2&emc=edit_th_20230921&instance_id=103259&nl=todaysheadlines®i_id=62816440&segment_id=145288&user_id=ad24f3545dae0ec44284a38bb4a88f1d |last2=Harris |first2=Elizabeth A. |access-date=5 October 2024 |archive-date=14 September 2024 |archive-url=https://web.archive.org/web/20240914155020/https://www.nytimes.com/2023/09/20/books/authors-openai-lawsuit-chatgpt-copyright.html?campaign_id=2&emc=edit_th_20230921&instance_id=103259&nl=todaysheadlines®i_id=62816440&segment_id=145288&user_id=ad24f3545dae0ec44284a38bb4a88f1d |url-status=live}} | ||
* {{Cite web |last1=Altman |first1=Sam |author-link=Sam Altman |last2=Brockman |first2=Greg |author-link2=Greg Brockman |last3=Sutskever |first3=Ilya |author-link3=Ilya Sutskever |date=22 May 2023 |title=Governance of Superintelligence |url=https://openai.com/blog/governance-of-superintelligence |url-status=live |archive-url=https://web.archive.org/web/20230527061619/https://openai.com/blog/governance-of-superintelligence |archive-date=27 May 2023 |access-date=27 May 2023 |website=openai.com }} | * {{Cite web |last1=Altman |first1=Sam |author-link=Sam Altman |last2=Brockman |first2=Greg |author-link2=Greg Brockman |last3=Sutskever |first3=Ilya |author-link3=Ilya Sutskever |date=22 May 2023 |title=Governance of Superintelligence |url=https://openai.com/blog/governance-of-superintelligence |url-status=live |archive-url=https://web.archive.org/web/20230527061619/https://openai.com/blog/governance-of-superintelligence |archive-date=27 May 2023 |access-date=27 May 2023 |website=openai.com}} | ||
* {{Cite journal |last=Anderson |first=Susan Leigh |date=2008 |title=Asimov's | * {{Cite journal |last=Anderson |first=Susan Leigh |date=2008 |title=Asimov's 'three laws of robotics' and machine metaethics. |journal=AI & Society |volume=22 |issue=4 |pages=477–493 |doi=10.1007/s00146-007-0094-5}} | ||
* {{Cite book |last1=Anderson |first1=Michael |title=Machine Ethics |last2=Anderson |first2=Susan Leigh |publisher=Cambridge University Press. |date=2011}} | * {{Cite book |last1=Anderson |first1=Michael |title=Machine Ethics |last2=Anderson |first2=Susan Leigh |publisher=Cambridge University Press. |date=2011}} | ||
* {{Citation |last1=Arntz |first1=Melanie |title=The risk of automation for jobs in OECD countries: A comparative analysis |work=OECD Social, Employment, and Migration Working Papers 189 |date=2016 |last2=Gregory |first2=Terry |last3=Zierahn |first3=Ulrich}} | * {{Citation |last1=Arntz |first1=Melanie |title=The risk of automation for jobs in OECD countries: A comparative analysis |work=OECD Social, Employment, and Migration Working Papers 189 |date=2016 |last2=Gregory |first2=Terry |last3=Zierahn |first3=Ulrich}} | ||
* {{Cite journal |last1=Asada |first1=M. |last2=Hosoda |first2=K. |last3=Kuniyoshi |first3=Y. |last4=Ishiguro |first4=H. |last5=Inui |first5=T. |last6=Yoshikawa |first6=Y. |last7=Ogino |first7=M. |last8=Yoshida |first8=C. |date=2009 |title=Cognitive developmental robotics: a survey |journal=IEEE Transactions on Autonomous Mental Development |volume=1 |issue=1 |pages=12–34 |doi=10.1109/tamd.2009.2021702 | | * {{Cite journal |last1=Asada |first1=M. |last2=Hosoda |first2=K. |last3=Kuniyoshi |first3=Y. |last4=Ishiguro |first4=H. |last5=Inui |first5=T. |last6=Yoshikawa |first6=Y. |last7=Ogino |first7=M. |last8=Yoshida |first8=C. |date=2009 |title=Cognitive developmental robotics: a survey |journal=IEEE Transactions on Autonomous Mental Development |volume=1 |issue=1 |pages=12–34 |doi=10.1109/tamd.2009.2021702 |bibcode=2009ITAMD...1...12A}} | ||
* {{Cite web |title=Ask the AI experts: What's driving today's progress in AI? |url=https://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/ask-the-ai-experts-whats-driving-todays-progress-in-ai |url-status=live |archive-url=https://web.archive.org/web/20180413190018/https://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/ask-the-ai-experts-whats-driving-todays-progress-in-ai |archive-date=13 April 2018 |access-date=13 April 2018 |website=McKinsey & Company |ref={{Harvid|McKinsey|2018}} }} | * {{Cite web |title=Ask the AI experts: What's driving today's progress in AI? |url=https://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/ask-the-ai-experts-whats-driving-todays-progress-in-ai |url-status=live |archive-url=https://web.archive.org/web/20180413190018/https://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/ask-the-ai-experts-whats-driving-todays-progress-in-ai |archive-date=13 April 2018 |access-date=13 April 2018 |website=McKinsey & Company |ref={{Harvid|McKinsey|2018}}}} | ||
* {{Cite book |last1=Barfield |first1=Woodrow |title=Research handbook on the law of artificial intelligence |last2=Pagallo |first2=Ugo |publisher=Edward Elgar Publishing |date=2018 |isbn=978-1-7864-3904-8 |location=Cheltenham, UK |oclc=1039480085}} | * {{Cite book |last1=Barfield |first1=Woodrow |title=Research handbook on the law of artificial intelligence |last2=Pagallo |first2=Ugo |publisher=Edward Elgar Publishing |date=2018 |isbn=978-1-7864-3904-8 |location=Cheltenham, UK |oclc=1039480085}} | ||
* {{Citation |last1=Beal |first1=J. |title=The New Frontier of Human-Level Artificial Intelligence | | * {{Citation |last1=Beal |first1=J. |title=The New Frontier of Human-Level Artificial Intelligence |journal=IEEE Intelligent Systems |volume=24 |pages=21–24 |date=2009 |doi=10.1109/MIS.2009.75 |hdl=1721.1/52357 |last2=Winston |first2=Patrick |issue=4 |bibcode=2009IISys..24d..21B |author-link2=Patrick Winston |hdl-access=free}} | ||
* {{Cite journal |last1=Berdahl |first1=Carl Thomas |last2=Baker |first2=Lawrence |last3=Mann |first3=Sean |last4=Osoba |first4=Osonde |last5=Girosi |first5=Federico |date=7 February 2023 |title=Strategies to Improve the Impact of Artificial Intelligence on Health Equity: Scoping Review |journal=JMIR AI |volume=2 | | * {{Cite journal |last1=Berdahl |first1=Carl Thomas |last2=Baker |first2=Lawrence |last3=Mann |first3=Sean |last4=Osoba |first4=Osonde |last5=Girosi |first5=Federico |date=7 February 2023 |title=Strategies to Improve the Impact of Artificial Intelligence on Health Equity: Scoping Review |journal=JMIR AI |volume=2 |article-number=e42936 |doi=10.2196/42936 |pmc=11041459 |pmid=38875587 |doi-access=free}} | ||
* {{Cite book |last1=Berryhill |first1=Jamie |url=https://oecd-opsi.org/wp-content/uploads/2019/11/AI-Report-Online.pdf |title=Hello, World: Artificial Intelligence and its Use in the Public Sector |last2=Heang |first2=Kévin Kok |last3=Clogher |first3=Rob |last4=McBride |first4=Keegan |date=2019 |publisher=OECD Observatory of Public Sector Innovation |location=Paris |access-date=9 August 2020 |archive-url=https://web.archive.org/web/20191220021331/https://oecd-opsi.org/wp-content/uploads/2019/11/AI-Report-Online.pdf |archive-date=20 December 2019 |url-status=live }} | * {{Cite book |last1=Berryhill |first1=Jamie |url=https://oecd-opsi.org/wp-content/uploads/2019/11/AI-Report-Online.pdf |title=Hello, World: Artificial Intelligence and its Use in the Public Sector |last2=Heang |first2=Kévin Kok |last3=Clogher |first3=Rob |last4=McBride |first4=Keegan |date=2019 |publisher=OECD Observatory of Public Sector Innovation |location=Paris |access-date=9 August 2020 |archive-url=https://web.archive.org/web/20191220021331/https://oecd-opsi.org/wp-content/uploads/2019/11/AI-Report-Online.pdf |archive-date=20 December 2019 |url-status=live}} | ||
* {{ | * {{cite book |last1=Bertini |first1=Marco |last2=Del Bimbo |first2=Alberto |last3=Torniai |first3=Carlo |title=Proceedings of the 14th ACM international conference on Multimedia |chapter=Automatic annotation and semantic retrieval of video sequences using multimedia ontologies |date=2006 |pages=679–682 |doi=10.1145/1180639.1180782 |isbn=1-59593-447-2}} | ||
* {{Cite book |last=Bostrom |first=Nick |author-link=Nick Bostrom |title=Superintelligence: Paths, Dangers, Strategies |title-link=Superintelligence: Paths, Dangers, Strategies |date=2014 |publisher=Oxford University Press}} | * {{Cite book |last=Bostrom |first=Nick |author-link=Nick Bostrom |title=Superintelligence: Paths, Dangers, Strategies |title-link=Superintelligence: Paths, Dangers, Strategies |date=2014 |publisher=Oxford University Press}} | ||
* {{Cite web |last=Bostrom |first=Nick |date=2015 |title=What happens when our computers get smarter than we are? |url=https://www.ted.com/talks/nick_bostrom_what_happens_when_our_computers_get_smarter_than_we_are/transcript |url-status=live |archive-url=https://web.archive.org/web/20200725005719/https://www.ted.com/talks/nick_bostrom_what_happens_when_our_computers_get_smarter_than_we_are/transcript |archive-date=25 July 2020 |access-date=30 January 2020 |publisher=[[TED (conference)]] }} | * {{Cite web |last=Bostrom |first=Nick |date=2015 |title=What happens when our computers get smarter than we are? |url=https://www.ted.com/talks/nick_bostrom_what_happens_when_our_computers_get_smarter_than_we_are/transcript |url-status=live |archive-url=https://web.archive.org/web/20200725005719/https://www.ted.com/talks/nick_bostrom_what_happens_when_our_computers_get_smarter_than_we_are/transcript |archive-date=25 July 2020 |access-date=30 January 2020 |publisher=[[TED (conference)]]}} | ||
* {{Cite web |last=Brooks |first=Rodney |date=10 November 2014 |title=artificial intelligence is a tool, not a threat |url=http://www.rethinkrobotics.com/artificial-intelligence-tool-threat | * {{Cite web |last=Brooks |first=Rodney |date=10 November 2014 |title=artificial intelligence is a tool, not a threat |work=Rethink Robotics |url=http://www.rethinkrobotics.com/artificial-intelligence-tool-threat |archive-url=https://web.archive.org/web/20141112130954/http://www.rethinkrobotics.com/artificial-intelligence-tool-threat |archive-date=12 November 2014}} | ||
* {{ | * {{cite journal |last1=Brooks |first1=Rodney A. |title=Elephants don't play chess |journal=Robotics and Autonomous Systems |date=1990 |volume=6 |issue=1–2 |pages=3–15 |doi=10.1016/S0921-8890(05)80025-9}} | ||
* {{Cite journal |last=Buiten |first=Miriam C |date=2019 |title=Towards Intelligent Regulation of Artificial Intelligence |journal=European Journal of Risk Regulation |volume=10 |issue=1 |pages=41–59 |doi=10.1017/err.2019.8 |issn=1867-299X |doi-access=free}} | * {{Cite journal |last=Buiten |first=Miriam C |date=2019 |title=Towards Intelligent Regulation of Artificial Intelligence |journal=European Journal of Risk Regulation |volume=10 |issue=1 |pages=41–59 |doi=10.1017/err.2019.8 |issn=1867-299X |doi-access=free}} | ||
* {{Citation |last=Bushwick |first=Sophie |title=What the New GPT-4 AI Can Do |date=16 March 2023 |work=Scientific American |url=https://www.scientificamerican.com/article/what-the-new-gpt-4-ai-can-do/ |access-date=5 October 2024 |archive-date=22 August 2023 |archive-url=https://web.archive.org/web/20230822233655/https://www.scientificamerican.com/article/what-the-new-gpt-4-ai-can-do/ |url-status=live }} | * {{Citation |last=Bushwick |first=Sophie |title=What the New GPT-4 AI Can Do |date=16 March 2023 |work=Scientific American |url=https://www.scientificamerican.com/article/what-the-new-gpt-4-ai-can-do/ |access-date=5 October 2024 |archive-date=22 August 2023 |archive-url=https://web.archive.org/web/20230822233655/https://www.scientificamerican.com/article/what-the-new-gpt-4-ai-can-do/ |url-status=live}} | ||
* {{Cite news |last=Butler |first=Samuel |author-link=Samuel Butler (novelist) |date=13 June 1863 |title=Darwin among the Machines |url=https://nzetc.victoria.ac.nz/tm/scholarly/tei-ButFir-t1-g1-t1-g1-t4-body.html |url-status=live |archive-url=https://web.archive.org/web/20080919172551/http://www.nzetc.org/tm/scholarly/tei-ButFir-t1-g1-t1-g1-t4-body.html |archive-date=19 September 2008 |access-date=16 October 2014 |work=[[The Press]] |department=Letters to the Editor |location=Christchurch, New Zealand |via=Victoria University of Wellington }} | * {{Cite news |last=Butler |first=Samuel |author-link=Samuel Butler (novelist) |date=13 June 1863 |title=Darwin among the Machines |url=https://nzetc.victoria.ac.nz/tm/scholarly/tei-ButFir-t1-g1-t1-g1-t4-body.html |url-status=live |archive-url=https://web.archive.org/web/20080919172551/http://www.nzetc.org/tm/scholarly/tei-ButFir-t1-g1-t1-g1-t4-body.html |archive-date=19 September 2008 |access-date=16 October 2014 |work=[[The Press]] |department=Letters to the Editor |location=Christchurch, New Zealand |via=Victoria University of Wellington}} | ||
* {{Cite journal |last=Buttazzo |first=G. |date=July 2001 |title=Artificial consciousness: Utopia or real possibility? |journal=[[Computer (magazine)|Computer]] |volume=34 |issue=7 |pages=24–30 |doi=10.1109/2.933500}} | * {{Cite journal |last=Buttazzo |first=G. |date=July 2001 |title=Artificial consciousness: Utopia or real possibility? |journal=[[Computer (magazine)|Computer]] |volume=34 |issue=7 |pages=24–30 |doi=10.1109/2.933500 |bibcode=2001Compr..34g..24B}} | ||
* {{Cite journal |last1=Cambria |first1=Erik |last2=White |first2=Bebo |date=May 2014 |title=Jumping NLP Curves: A Review of Natural Language Processing Research [Review Article] |journal=IEEE Computational Intelligence Magazine |volume=9 |issue=2 |pages=48–57 |doi=10.1109/MCI.2014.2307227 | * {{Cite journal |last1=Cambria |first1=Erik |last2=White |first2=Bebo |date=May 2014 |title=Jumping NLP Curves: A Review of Natural Language Processing Research [Review Article] |journal=IEEE Computational Intelligence Magazine |volume=9 |issue=2 |pages=48–57 |doi=10.1109/MCI.2014.2307227}} | ||
* {{Cite news |last=Cellan-Jones |first=Rory |date=2 December 2014 |title=Stephen Hawking warns artificial intelligence could end mankind |url=https://www.bbc.com/news/technology-30290540 |url-status=live |archive-url=https://web.archive.org/web/20151030054329/http://www.bbc.com/news/technology-30290540 |archive-date=30 October 2015 |access-date=30 October 2015 |work=[[BBC News]] }} | * {{Cite news |last=Cellan-Jones |first=Rory |date=2 December 2014 |title=Stephen Hawking warns artificial intelligence could end mankind |url=https://www.bbc.com/news/technology-30290540 |url-status=live |archive-url=https://web.archive.org/web/20151030054329/http://www.bbc.com/news/technology-30290540 |archive-date=30 October 2015 |access-date=30 October 2015 |work=[[BBC News]]}} | ||
* {{Cite journal |last=Chalmers |first=David |author-link=David Chalmers |date=1995 |title=Facing up to the problem of consciousness | * {{Cite journal |last=Chalmers |first=David |author-link=David Chalmers |date=1995 |title=Facing up to the problem of consciousness |journal=[[Journal of Consciousness Studies]] |volume=2 |issue=3 |pages=200–219 |url=https://www.ingentaconnect.com/contentone/imp/jcs/1995/00000002/00000003/653}} | ||
* {{Cite book |last1=Challa |first1=Subhash |title=Fundamentals of Object Tracking |last2=Moreland |first2=Mark R. |last3=Mušicki |first3=Darko |last4=Evans |first4=Robin J. |publisher=Cambridge University Press |date=2011 |isbn=978-0-5218-7628-5 |doi=10.1017/CBO9780511975837}} | * {{Cite book |last1=Challa |first1=Subhash |title=Fundamentals of Object Tracking |last2=Moreland |first2=Mark R. |last3=Mušicki |first3=Darko |last4=Evans |first4=Robin J. |publisher=Cambridge University Press |date=2011 |isbn=978-0-5218-7628-5 |doi=10.1017/CBO9780511975837}} | ||
* {{Cite book |last=Christian |first=Brian |author-link=Brian Christian |title=[[The Alignment Problem]]: Machine learning and human values |date=2020 |publisher=W. W. Norton & Company |isbn=978-0-3938-6833-3 |oclc=1233266753}} | * {{Cite book |last=Christian |first=Brian |author-link=Brian Christian |title=[[The Alignment Problem]]: Machine learning and human values |date=2020 |publisher=W. W. Norton & Company |isbn=978-0-3938-6833-3 |oclc=1233266753}} | ||
* {{Cite book |last1=Ciresan |first1=D. |title=2012 IEEE Conference on Computer Vision and Pattern Recognition |last2=Meier |first2=U. |last3=Schmidhuber |first3=J. |date=2012 |isbn=978-1-4673-1228-8 |pages=3642–3649 |chapter=Multi-column deep neural networks for image classification |doi=10.1109/cvpr.2012.6248110 |arxiv=1202.2745 | * {{Cite book |last1=Ciresan |first1=D. |title=2012 IEEE Conference on Computer Vision and Pattern Recognition |last2=Meier |first2=U. |last3=Schmidhuber |first3=J. |date=2012 |isbn=978-1-4673-1228-8 |pages=3642–3649 |chapter=Multi-column deep neural networks for image classification |doi=10.1109/cvpr.2012.6248110 |arxiv=1202.2745}} | ||
* {{Cite news |last=Clark |first=Jack |date=2015b |title=Why 2015 Was a Breakthrough Year in Artificial Intelligence |url=https://www.bloomberg.com/news/articles/2015-12-08/why-2015-was-a-breakthrough-year-in-artificial-intelligence |url-access=subscription |url-status=live |archive-url=https://web.archive.org/web/20161123053855/https://www.bloomberg.com/news/articles/2015-12-08/why-2015-was-a-breakthrough-year-in-artificial-intelligence |archive-date=23 November 2016 |access-date=23 November 2016 |work=Bloomberg.com }} | * {{Cite news |last=Clark |first=Jack |date=2015b |title=Why 2015 Was a Breakthrough Year in Artificial Intelligence |url=https://www.bloomberg.com/news/articles/2015-12-08/why-2015-was-a-breakthrough-year-in-artificial-intelligence |url-access=subscription |url-status=live |archive-url=https://web.archive.org/web/20161123053855/https://www.bloomberg.com/news/articles/2015-12-08/why-2015-was-a-breakthrough-year-in-artificial-intelligence |archive-date=23 November 2016 |access-date=23 November 2016 |work=Bloomberg.com}} | ||
* {{Cite web |last=CNA |date=12 January 2019 |title=Commentary: Bad news. Artificial intelligence is biased |url=https://www.channelnewsasia.com/news/commentary/artificial-intelligence-big-data-bias-hiring-loans-key-challenge-11097374 |url-status=live |archive-url=https://web.archive.org/web/20190112104421/https://www.channelnewsasia.com/news/commentary/artificial-intelligence-big-data-bias-hiring-loans-key-challenge-11097374 |archive-date=12 January 2019 |access-date=19 June 2020 |website=CNA }} | * {{Cite web |last=CNA |date=12 January 2019 |title=Commentary: Bad news. Artificial intelligence is biased |url=https://www.channelnewsasia.com/news/commentary/artificial-intelligence-big-data-bias-hiring-loans-key-challenge-11097374 |url-status=live |archive-url=https://web.archive.org/web/20190112104421/https://www.channelnewsasia.com/news/commentary/artificial-intelligence-big-data-bias-hiring-loans-key-challenge-11097374 |archive-date=12 January 2019 |access-date=19 June 2020 |website=CNA}} | ||
* {{Cite report |title=Continuous valued neural networks with two hidden layers are sufficient |last=Cybenko |first=G. |publisher=Department of Computer Science, Tufts University |author-link=George Cybenko |date=1988}} | * {{Cite report |title=Continuous valued neural networks with two hidden layers are sufficient |last=Cybenko |first=G. |publisher=Department of Computer Science, Tufts University |author-link=George Cybenko |date=1988}} | ||
* {{Cite journal |last1=Deng |first1=L. |last2=Yu |first2=D. |date=2014 |title=Deep Learning: Methods and Applications |url=http://research.microsoft.com/pubs/209355/DeepLearning-NowPublishing-Vol7-SIG-039.pdf |url-status=live |journal=Foundations and Trends in Signal Processing |volume=7 |issue=3–4 |pages=197–387 |doi=10.1561/2000000039 |archive-url=https://web.archive.org/web/20160314152112/http://research.microsoft.com/pubs/209355/DeepLearning-NowPublishing-Vol7-SIG-039.pdf |archive-date=14 March 2016 |access-date=18 October 2014 }} | * {{Cite journal |last1=Deng |first1=L. |last2=Yu |first2=D. |date=2014 |title=Deep Learning: Methods and Applications |url=http://research.microsoft.com/pubs/209355/DeepLearning-NowPublishing-Vol7-SIG-039.pdf |url-status=live |journal=Foundations and Trends in Signal Processing |volume=7 |issue=3–4 |pages=197–387 |doi=10.1561/2000000039 |archive-url=https://web.archive.org/web/20160314152112/http://research.microsoft.com/pubs/209355/DeepLearning-NowPublishing-Vol7-SIG-039.pdf |archive-date=14 March 2016 |access-date=18 October 2014}} | ||
* {{Cite book |last=Dennett |first=Daniel |author-link=Daniel Dennett |title=Consciousness Explained |title-link=Consciousness Explained |publisher=The Penguin Press |date=1991 |isbn=978-0-7139-9037-9}} | * {{Cite book |last=Dennett |first=Daniel |author-link=Daniel Dennett |title=Consciousness Explained |title-link=Consciousness Explained |publisher=The Penguin Press |date=1991 |isbn=978-0-7139-9037-9}} | ||
* {{Cite news |last=DiFeliciantonio |first=Chase |date=3 April 2023 |title=AI has already changed the world. This report shows how |url=https://www.sfchronicle.com/tech/article/ai-artificial-intelligence-report-stanford-17869558.php |url-status=live |archive-url=https://web.archive.org/web/20230619015309/https://www.sfchronicle.com/tech/article/ai-artificial-intelligence-report-stanford-17869558.php |archive-date=19 June 2023 |access-date=19 June 2023 |work=San Francisco Chronicle }} | * {{Cite news |last=DiFeliciantonio |first=Chase |date=3 April 2023 |title=AI has already changed the world. This report shows how |url=https://www.sfchronicle.com/tech/article/ai-artificial-intelligence-report-stanford-17869558.php |url-status=live |archive-url=https://web.archive.org/web/20230619015309/https://www.sfchronicle.com/tech/article/ai-artificial-intelligence-report-stanford-17869558.php |archive-date=19 June 2023 |access-date=19 June 2023 |work=San Francisco Chronicle}} | ||
* {{Cite news |last=Dickson |first=Ben |date=2 May 2022 |title=Machine learning: What is the transformer architecture? |url=https://bdtechtalks.com/2022/05/02/what-is-the-transformer |access-date=22 November 2023 |work=TechTalks |archive-date=22 November 2023 |archive-url=https://web.archive.org/web/20231122142948/https://bdtechtalks.com/2022/05/02/what-is-the-transformer/ |url-status=live | * {{Cite news |last=Dickson |first=Ben |date=2 May 2022 |title=Machine learning: What is the transformer architecture? |url=https://bdtechtalks.com/2022/05/02/what-is-the-transformer |access-date=22 November 2023 |work=TechTalks |archive-date=22 November 2023 |archive-url=https://web.archive.org/web/20231122142948/https://bdtechtalks.com/2022/05/02/what-is-the-transformer/ |url-status=live}} | ||
* {{Cite book |last=Domingos |first=Pedro |author-link=Pedro Domingos |title=The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World |date=2015 |publisher=[[Basic Books]] |isbn=978-0-4650-6570-7}} | * {{Cite book |last=Domingos |first=Pedro |author-link=Pedro Domingos |title=The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World |date=2015 |publisher=[[Basic Books]] |isbn=978-0-4650-6570-7}} | ||
* {{Cite book |last=Dreyfus |first=Hubert |author-link=Hubert Dreyfus |title=What Computers Can't Do |title-link=What Computers Can't Do |publisher=MIT Press |date=1972 |isbn=978-0-0601-1082-6 |location=New York}} | * {{Cite book |last=Dreyfus |first=Hubert |author-link=Hubert Dreyfus |title=What Computers Can't Do |title-link=What Computers Can't Do |publisher=MIT Press |date=1972 |isbn=978-0-0601-1082-6 |location=New York}} | ||
* {{Cite book |last1=Dreyfus |first1=Hubert |author-link=Hubert Dreyfus |url=https://archive.org/details/mindovermachinep00drey |title=Mind over Machine: The Power of Human Intuition and Expertise in the Era of the Computer |last2=Dreyfus |first2=Stuart |publisher=Blackwell |date=1986 |isbn=978-0-0290-8060-3 |location=Oxford |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726131414/https://archive.org/details/mindovermachinep00drey |archive-date=26 July 2020 |url-status=live }} | * {{Cite book |last1=Dreyfus |first1=Hubert |author-link=Hubert Dreyfus |url=https://archive.org/details/mindovermachinep00drey |title=Mind over Machine: The Power of Human Intuition and Expertise in the Era of the Computer |last2=Dreyfus |first2=Stuart |publisher=Blackwell |date=1986 |isbn=978-0-0290-8060-3 |location=Oxford |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726131414/https://archive.org/details/mindovermachinep00drey |archive-date=26 July 2020 |url-status=live}} | ||
* {{Cite book |last=Dyson |first=George |author-link=George Dyson (science historian) |url=https://archive.org/details/darwinamongmachi00dyso |title=Darwin among the Machines |date=1998 |publisher=Allan Lane Science |isbn=978-0-7382-0030-9 |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726131443/https://archive.org/details/darwinamongmachi00dyso |archive-date=26 July 2020 |url-status=live }} | * {{Cite book |last=Dyson |first=George |author-link=George Dyson (science historian) |url=https://archive.org/details/darwinamongmachi00dyso |title=Darwin among the Machines |date=1998 |publisher=Allan Lane Science |isbn=978-0-7382-0030-9 |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726131443/https://archive.org/details/darwinamongmachi00dyso |archive-date=26 July 2020 |url-status=live}} | ||
* {{Cite book |last=Edelson |first=Edward |url=https://archive.org/details/nervoussystem0000edel |title=The Nervous System |date=1991 |publisher=Chelsea House<!--so Worldcat, originally here Remmel Nunn--> |isbn=978-0-7910-0464-7 |location=New York |access-date=18 November 2019 |url-access=registration |archive-url=https://web.archive.org/web/20200726131758/https://archive.org/details/nervoussystem0000edel |archive-date=26 July 2020 |url-status=live }} | * {{Cite book |last=Edelson |first=Edward |url=https://archive.org/details/nervoussystem0000edel |title=The Nervous System |date=1991 |publisher=Chelsea House<!--so Worldcat, originally here Remmel Nunn--> |isbn=978-0-7910-0464-7 |location=New York |access-date=18 November 2019 |url-access=registration |archive-url=https://web.archive.org/web/20200726131758/https://archive.org/details/nervoussystem0000edel |archive-date=26 July 2020 |url-status=live}} | ||
* {{Cite news |last=Edwards |first=Benj |date=17 May 2023 |title=Poll: AI poses risk to humanity, according to majority of Americans |url=https://arstechnica.com/information-technology/2023/05/poll-61-of-americans-say-ai-threatens-humanitys-future |url-status=live |archive-url=https://web.archive.org/web/20230619013608/https://arstechnica.com/information-technology/2023/05/poll-61-of-americans-say-ai-threatens-humanitys-future |archive-date=19 June 2023 |access-date=19 June 2023 |work=Ars Technica }} | * {{Cite news |last=Edwards |first=Benj |date=17 May 2023 |title=Poll: AI poses risk to humanity, according to majority of Americans |url=https://arstechnica.com/information-technology/2023/05/poll-61-of-americans-say-ai-threatens-humanitys-future |url-status=live |archive-url=https://web.archive.org/web/20230619013608/https://arstechnica.com/information-technology/2023/05/poll-61-of-americans-say-ai-threatens-humanitys-future |archive-date=19 June 2023 |access-date=19 June 2023 |work=Ars Technica}} | ||
* {{Cite book |last=Fearn |first=Nicholas |title=The Latest Answers to the Oldest Questions: A Philosophical Adventure with the World's Greatest Thinkers |publisher=Grove Press |date=2007 |isbn=978-0-8021-1839-4 |location=New York}} | * {{Cite book |last=Fearn |first=Nicholas |title=The Latest Answers to the Oldest Questions: A Philosophical Adventure with the World's Greatest Thinkers |publisher=Grove Press |date=2007 |isbn=978-0-8021-1839-4 |location=New York}} | ||
* {{Cite news |last1=Ford |first1=Martin |last2=Colvin |first2=Geoff |date=6 September 2015 |title=Will robots create more jobs than they destroy? |url=https://www.theguardian.com/technology/2015/sep/06/will-robots-create-destroy-jobs |url-status=live |archive-url=https://web.archive.org/web/20180616204119/https://www.theguardian.com/technology/2015/sep/06/will-robots-create-destroy-jobs |archive-date=16 June 2018 |access-date=13 January 2018 |work=The Guardian }} | * {{Cite news |last1=Ford |first1=Martin |last2=Colvin |first2=Geoff |date=6 September 2015 |title=Will robots create more jobs than they destroy? |url=https://www.theguardian.com/technology/2015/sep/06/will-robots-create-destroy-jobs |url-status=live |archive-url=https://web.archive.org/web/20180616204119/https://www.theguardian.com/technology/2015/sep/06/will-robots-create-destroy-jobs |archive-date=16 June 2018 |access-date=13 January 2018 |work=The Guardian}} | ||
* {{Cite web |author=Fox News |date=2023 |title=Fox News Poll |url=https://static.foxnews.com/foxnews.com/content/uploads/2023/05/Fox_April-21-24-2023_Complete_National_Topline_May-1-Release.pdf |url-status=live |archive-url=https://web.archive.org/web/20230512082712/https://static.foxnews.com/foxnews.com/content/uploads/2023/05/Fox_April-21-24-2023_Complete_National_Topline_May-1-Release.pdf |archive-date=12 May 2023 |access-date=19 June 2023 |publisher=Fox News }} | * {{Cite web |author=Fox News |date=2023 |title=Fox News Poll |url=https://static.foxnews.com/foxnews.com/content/uploads/2023/05/Fox_April-21-24-2023_Complete_National_Topline_May-1-Release.pdf |url-status=live |archive-url=https://web.archive.org/web/20230512082712/https://static.foxnews.com/foxnews.com/content/uploads/2023/05/Fox_April-21-24-2023_Complete_National_Topline_May-1-Release.pdf |archive-date=12 May 2023 |access-date=19 June 2023 |publisher=Fox News}} | ||
* {{Cite journal |last1=Frey |first1=Carl Benedikt |last2=Osborne |first2=Michael A |date= | * {{Cite journal |last1=Frey |first1=Carl Benedikt |last2=Osborne |first2=Michael A |date=2017 |title=The future of employment: How susceptible are jobs to computerisation? |journal=Technological Forecasting and Social Change |volume=114 |pages=254–280 |doi=10.1016/j.techfore.2016.08.019 |url=https://ora.ox.ac.uk/objects/uuid:4ed9f1bd-27e9-4e30-997e-5fc8405b0491 }} | ||
* {{Cite news |date=2016 |title=From not working to neural networking |url=https://www.economist.com/news/special-report/21700756-artificial-intelligence-boom-based-old-idea-modern-twist-not |url-status=live |archive-url=https://web.archive.org/web/20161231203934/https://www.economist.com/news/special-report/21700756-artificial-intelligence-boom-based-old-idea-modern-twist-not |archive-date=31 December 2016 |access-date=26 April 2018 |newspaper=The Economist |ref={{Harvid|The Economist|2016}} }} | * {{Cite news |date=2016 |title=From not working to neural networking |url=https://www.economist.com/news/special-report/21700756-artificial-intelligence-boom-based-old-idea-modern-twist-not |url-status=live |archive-url=https://web.archive.org/web/20161231203934/https://www.economist.com/news/special-report/21700756-artificial-intelligence-boom-based-old-idea-modern-twist-not |archive-date=31 December 2016 |access-date=26 April 2018 |newspaper=The Economist |ref={{Harvid|The Economist|2016}}}} | ||
* {{Cite journal |last=Galvan |first=Jill |date=1 January 1997 |title=Entering the Posthuman Collective in Philip K. Dick's "Do Androids Dream of Electric Sheep?" |journal=Science Fiction Studies |volume=24 |issue=3 |pages=413–429 |doi=10.1525/sfs.24.3.0413 |jstor=4240644}} | * {{Cite journal |last=Galvan |first=Jill |date=1 January 1997 |title=Entering the Posthuman Collective in Philip K. Dick's "Do Androids Dream of Electric Sheep?" |journal=Science Fiction Studies |volume=24 |issue=3 |pages=413–429 |doi=10.1525/sfs.24.3.0413 |jstor=4240644}} | ||
* {{Cite web |last=Geist |first=Edward Moore |date=9 August 2015 |title=Is artificial intelligence really an existential threat to humanity? |url=http://thebulletin.org/artificial-intelligence-really-existential-threat-humanity8577 |url-status=live |archive-url=https://web.archive.org/web/20151030054330/http://thebulletin.org/artificial-intelligence-really-existential-threat-humanity8577 |archive-date=30 October 2015 |access-date=30 October 2015 |website=Bulletin of the Atomic Scientists }} | * {{Cite web |last=Geist |first=Edward Moore |date=9 August 2015 |title=Is artificial intelligence really an existential threat to humanity? |url=http://thebulletin.org/artificial-intelligence-really-existential-threat-humanity8577 |url-status=live |archive-url=https://web.archive.org/web/20151030054330/http://thebulletin.org/artificial-intelligence-really-existential-threat-humanity8577 |archive-date=30 October 2015 |access-date=30 October 2015 |website=Bulletin of the Atomic Scientists}} | ||
* {{Cite news |last=Gibbs |first=Samuel |date=27 October 2014 |title=Elon Musk: artificial intelligence is our biggest existential threat |url=https://www.theguardian.com/technology/2014/oct/27/elon-musk-artificial-intelligence-ai-biggest-existential-threat |url-status=live |archive-url=https://web.archive.org/web/20151030054330/http://www.theguardian.com/technology/2014/oct/27/elon-musk-artificial-intelligence-ai-biggest-existential-threat |archive-date=30 October 2015 |access-date=30 October 2015 |work=The Guardian }} | * {{Cite news |last=Gibbs |first=Samuel |date=27 October 2014 |title=Elon Musk: artificial intelligence is our biggest existential threat |url=https://www.theguardian.com/technology/2014/oct/27/elon-musk-artificial-intelligence-ai-biggest-existential-threat |url-status=live |archive-url=https://web.archive.org/web/20151030054330/http://www.theguardian.com/technology/2014/oct/27/elon-musk-artificial-intelligence-ai-biggest-existential-threat |archive-date=30 October 2015 |access-date=30 October 2015 |work=The Guardian}} | ||
* {{Cite book |last=Goffrey |first=Andrew |url=https://archive.org/details/softwarestudiesl00full_007 |title=Software studies: a lexicon |date=2008 |publisher=MIT Press |isbn=978-1-4356-4787-9 |editor-last=Fuller |editor-first=Matthew |location=Cambridge, Mass. |pages=[https://archive.org/details/softwarestudiesl00full_007/page/n29 15]–20 |chapter=Algorithm |url-access=limited }} | * {{Cite book |last=Goffrey |first=Andrew |url=https://archive.org/details/softwarestudiesl00full_007 |title=Software studies: a lexicon |date=2008 |publisher=MIT Press |isbn=978-1-4356-4787-9 |editor-last=Fuller |editor-first=Matthew |location=Cambridge, Mass. |pages=[https://archive.org/details/softwarestudiesl00full_007/page/n29 15]–20 |chapter=Algorithm |url-access=limited}} | ||
* {{Cite news |last=Goldman |first=Sharon |date=14 September 2022 |title=10 years later, deep learning 'revolution' rages on, say AI pioneers Hinton, LeCun and Li |url=https://venturebeat.com/ai/10-years-on-ai-pioneers-hinton-lecun-li-say-deep-learning-revolution-will-continue |access-date=8 December 2023 |work=VentureBeat |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005171338/https://venturebeat.com/ai/10-years-on-ai-pioneers-hinton-lecun-li-say-deep-learning-revolution-will-continue/ |url-status=live }} | * {{Cite news |last=Goldman |first=Sharon |date=14 September 2022 |title=10 years later, deep learning 'revolution' rages on, say AI pioneers Hinton, LeCun and Li |url=https://venturebeat.com/ai/10-years-on-ai-pioneers-hinton-lecun-li-say-deep-learning-revolution-will-continue |access-date=8 December 2023 |work=VentureBeat |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005171338/https://venturebeat.com/ai/10-years-on-ai-pioneers-hinton-lecun-li-say-deep-learning-revolution-will-continue/ |url-status=live}} | ||
* {{Citation |last=Good |first=I. J. |title=Speculations Concerning the First Ultraintelligent Machine |date=1965 |url=https://exhibits.stanford.edu/feigenbaum/catalog/gz727rg3869 |author-link=I. J. Good |access-date=5 October 2024 |archive-date=10 July 2023 |archive-url=https://web.archive.org/web/20230710131733/https://exhibits.stanford.edu/feigenbaum/catalog/gz727rg3869 |url-status=live }} | * {{Citation |last=Good |first=I. J. |title=Speculations Concerning the First Ultraintelligent Machine |date=1965 |url=https://exhibits.stanford.edu/feigenbaum/catalog/gz727rg3869 |author-link=I. J. Good |access-date=5 October 2024 |archive-date=10 July 2023 |archive-url=https://web.archive.org/web/20230710131733/https://exhibits.stanford.edu/feigenbaum/catalog/gz727rg3869 |url-status=live}} | ||
* {{Citation |last1=Goodfellow |first1=Ian |title=Deep Learning |date=2016 |url=http://www.deeplearningbook.org |access-date=12 November 2017 |archive-url=https://web.archive.org/web/20160416111010/http://www.deeplearningbook.org |archive-date=16 April 2016 | * {{Citation |last1=Goodfellow |first1=Ian |title=Deep Learning |date=2016 |url=http://www.deeplearningbook.org |access-date=12 November 2017 |archive-url=https://web.archive.org/web/20160416111010/http://www.deeplearningbook.org |archive-date=16 April 2016 |publisher=MIT Press. |last2=Bengio |first2=Yoshua |last3=Courville |first3=Aaron}} | ||
* {{Cite journal |last1=Goodman |first1=Bryce |last2=Flaxman |first2=Seth |date=2017 |title=EU regulations on algorithmic decision-making and a 'right to explanation' |journal=AI Magazine |volume=38 |issue=3 | | * {{Cite journal |last1=Goodman |first1=Bryce |last2=Flaxman |first2=Seth |date=2017 |title=EU regulations on algorithmic decision-making and a 'right to explanation' |journal=AI Magazine |volume=38 |issue=3 |page=50 |arxiv=1606.08813 |doi=10.1609/aimag.v38i3.2741}} | ||
* {{Cite report |url=https://www.gao.gov/products/gao-22-106096 |title=Consumer Data: Increasing Use Poses Risks to Privacy |last=[[Government Accountability Office]] |date=September | * {{Cite report |url=https://www.gao.gov/products/gao-22-106096 |title=Consumer Data: Increasing Use Poses Risks to Privacy |last=[[Government Accountability Office]] |date=13 September 2022 |ref={{Harvid|GAO|2022}} |website=gao.gov |access-date=5 October 2024 |archive-date=13 September 2024 |archive-url=https://web.archive.org/web/20240913011410/https://www.gao.gov/products/gao-22-106096 |url-status=live}} | ||
* {{Cite news |last1=Grant |first1=Nico |last2=Hill |first2=Kashmir |date=May | * {{Cite news |last1=Grant |first1=Nico |last2=Hill |first2=Kashmir |date=22 May 2023 |title=Google's Photo App Still Can't Find Gorillas. And Neither Can Apple's. |url=https://www.nytimes.com/2023/05/22/technology/ai-photo-labels-google-apple.html |work=The New York Times |access-date=5 October 2024 |archive-date=14 September 2024 |archive-url=https://web.archive.org/web/20240914155032/https://www.nytimes.com/2023/05/22/technology/ai-photo-labels-google-apple.html |url-status=live}} | ||
* {{Cite news |last=Goswami |first=Rohan |date=5 April 2023 |title=Here's where the A.I. jobs are |url=https://www.cnbc.com/2023/04/05/ai-jobs-see-the-state-by-state-data-from-a-stanford-study.html |url-status=live |archive-url=https://web.archive.org/web/20230619015309/https://www.cnbc.com/2023/04/05/ai-jobs-see-the-state-by-state-data-from-a-stanford-study.html |archive-date=19 June 2023 |access-date=19 June 2023 |work=CNBC }} | * {{Cite news |last=Goswami |first=Rohan |date=5 April 2023 |title=Here's where the A.I. jobs are |url=https://www.cnbc.com/2023/04/05/ai-jobs-see-the-state-by-state-data-from-a-stanford-study.html |url-status=live |archive-url=https://web.archive.org/web/20230619015309/https://www.cnbc.com/2023/04/05/ai-jobs-see-the-state-by-state-data-from-a-stanford-study.html |archive-date=19 June 2023 |access-date=19 June 2023 |work=CNBC}} | ||
* {{Cite magazine |last=Harari |first=Yuval Noah |author-link=Yuval Noah Harari |date=October 2018 |title=Why Technology Favors Tyranny |url=https://www.theatlantic.com/magazine/archive/2018/10/yuval-noah-harari-technology-tyranny/568330 |url-status=live |archive-url=https://web.archive.org/web/20210925221449/https://www.theatlantic.com/magazine/archive/2018/10/yuval-noah-harari-technology-tyranny/568330 |archive-date=25 September 2021 |access-date=23 September 2021 |magazine=[[The Atlantic]] }} | * {{Cite magazine |last=Harari |first=Yuval Noah |author-link=Yuval Noah Harari |date=October 2018 |title=Why Technology Favors Tyranny |url=https://www.theatlantic.com/magazine/archive/2018/10/yuval-noah-harari-technology-tyranny/568330 |url-status=live |archive-url=https://web.archive.org/web/20210925221449/https://www.theatlantic.com/magazine/archive/2018/10/yuval-noah-harari-technology-tyranny/568330 |archive-date=25 September 2021 |access-date=23 September 2021 |magazine=[[The Atlantic]]}} | ||
* {{Cite web |last=Harari |first=Yuval Noah |date=2023 |title=AI and the future of humanity |url=https://www.youtube.com/watch?v=LWiM-LuRe6w |website=[[YouTube]] |access-date=5 October 2024 |archive-date=30 September 2024 |archive-url=https://web.archive.org/web/20240930110823/https://www.youtube.com/watch?v=LWiM-LuRe6w |url-status=live }} | * {{Cite web |last=Harari |first=Yuval Noah |date=2023 |title=AI and the future of humanity |url=https://www.youtube.com/watch?v=LWiM-LuRe6w |website=[[YouTube]] |access-date=5 October 2024 |archive-date=30 September 2024 |archive-url=https://web.archive.org/web/20240930110823/https://www.youtube.com/watch?v=LWiM-LuRe6w |url-status=live}} | ||
* {{Cite book |last=Haugeland |first=John |author-link=John Haugeland |title=Artificial Intelligence: The Very Idea |publisher=MIT Press |date=1985 |isbn=978-0-2620-8153-5 |location=Cambridge, Mass.}} | * {{Cite book |last=Haugeland |first=John |author-link=John Haugeland |title=Artificial Intelligence: The Very Idea |publisher=MIT Press |date=1985 |isbn=978-0-2620-8153-5 |location=Cambridge, Mass.}} | ||
* {{Cite journal |last1=Hinton |first1=G. |last2=Deng |first2=L. |last3=Yu |first3=D. |last4=Dahl |first4=G. |last5=Mohamed |first5=A. |last6=Jaitly |first6=N. |last7=Senior |first7=A. |last8=Vanhoucke |first8=V. |last9=Nguyen |first9=P. |last10=Sainath |first10=T. |author-link10=Tara Sainath |last11=Kingsbury |first11=B. |date=2012 |title=Deep Neural Networks for Acoustic Modeling in Speech Recognition – The shared views of four research groups |journal=IEEE Signal Processing Magazine |volume=29 |issue=6 |pages=82–97 |bibcode=2012ISPM...29...82H |doi=10.1109/msp.2012.2205597 | * {{Cite journal |last1=Hinton |first1=G. |last2=Deng |first2=L. |last3=Yu |first3=D. |last4=Dahl |first4=G. |last5=Mohamed |first5=A. |last6=Jaitly |first6=N. |last7=Senior |first7=A. |last8=Vanhoucke |first8=V. |last9=Nguyen |first9=P. |last10=Sainath |first10=T. |author-link10=Tara Sainath |last11=Kingsbury |first11=B. |date=2012 |title=Deep Neural Networks for Acoustic Modeling in Speech Recognition – The shared views of four research groups |journal=IEEE Signal Processing Magazine |volume=29 |issue=6 |pages=82–97 |bibcode=2012ISPM...29...82H |doi=10.1109/msp.2012.2205597 |ref={{Harvid|Hinton ''et al.''|2016}}}} | ||
* {{Cite news |last=Holley |first=Peter |date=28 January 2015 |title=Bill Gates on dangers of artificial intelligence: 'I don't understand why some people are not concerned' |url=https://www.washingtonpost.com/news/the-switch/wp/2015/01/28/bill-gates-on-dangers-of-artificial-intelligence-dont-understand-why-some-people-are-not-concerned |url-status=live |archive-url=https://web.archive.org/web/20151030054330/https://www.washingtonpost.com/news/the-switch/wp/2015/01/28/bill-gates-on-dangers-of-artificial-intelligence-dont-understand-why-some-people-are-not-concerned |archive-date=30 October 2015 |access-date=30 October 2015 |newspaper=The Washington Post |issn=0190-8286 }} | * {{Cite news |last=Holley |first=Peter |date=28 January 2015 |title=Bill Gates on dangers of artificial intelligence: 'I don't understand why some people are not concerned' |url=https://www.washingtonpost.com/news/the-switch/wp/2015/01/28/bill-gates-on-dangers-of-artificial-intelligence-dont-understand-why-some-people-are-not-concerned |url-status=live |archive-url=https://web.archive.org/web/20151030054330/https://www.washingtonpost.com/news/the-switch/wp/2015/01/28/bill-gates-on-dangers-of-artificial-intelligence-dont-understand-why-some-people-are-not-concerned |archive-date=30 October 2015 |access-date=30 October 2015 |newspaper=The Washington Post |issn=0190-8286}} | ||
* {{Cite conference |last1=Hornik |first1=Kurt |last2=Stinchcombe |first2=Maxwell |last3=White |first3=Halbert |date=1989 |title=Multilayer Feedforward Networks are Universal Approximators |url=http://cognitivemedium.com/magic_paper/assets/Hornik.pdf |publisher=Pergamon Press |volume=2 |pages=359–366 |journal=Neural Networks |access-date=5 October 2024 |archive-date=21 April 2023 |archive-url=https://web.archive.org/web/20230421140436/https://cognitivemedium.com/magic_paper/assets/Hornik.pdf |url-status=live }} | * {{Cite conference |last1=Hornik |first1=Kurt |last2=Stinchcombe |first2=Maxwell |last3=White |first3=Halbert |date=1989 |title=Multilayer Feedforward Networks are Universal Approximators |url=http://cognitivemedium.com/magic_paper/assets/Hornik.pdf |publisher=Pergamon Press |volume=2 |pages=359–366 |journal=Neural Networks |access-date=5 October 2024 |archive-date=21 April 2023 |archive-url=https://web.archive.org/web/20230421140436/https://cognitivemedium.com/magic_paper/assets/Hornik.pdf |url-status=live}} | ||
* {{Cite web |last=Horst |first=Steven |date=2005 |title=The Computational Theory of Mind |url=http://plato.stanford.edu/entries/computational-mind |url-status=live |archive-url=https://web.archive.org/web/20160306083748/http://plato.stanford.edu/entries/computational-mind |archive-date=6 March 2016 |access-date=7 March 2016 |website=The Stanford Encyclopedia of Philosophy }} | * {{Cite web |last=Horst |first=Steven |date=2005 |title=The Computational Theory of Mind |url=http://plato.stanford.edu/entries/computational-mind |url-status=live |archive-url=https://web.archive.org/web/20160306083748/http://plato.stanford.edu/entries/computational-mind |archive-date=6 March 2016 |access-date=7 March 2016 |website=The Stanford Encyclopedia of Philosophy}} | ||
* {{Cite web |last=Howe |first=J. |date=November 1994 |title=Artificial Intelligence at Edinburgh University: a Perspective |url=http://www.inf.ed.ac.uk/about/AIhistory.html |url-status=live |archive-url=https://web.archive.org/web/20070515072641/http://www.inf.ed.ac.uk/about/AIhistory.html |archive-date=15 May 2007 |access-date=30 August 2007 }} | * {{Cite web |last=Howe |first=J. |date=November 1994 |title=Artificial Intelligence at Edinburgh University: a Perspective |url=http://www.inf.ed.ac.uk/about/AIhistory.html |url-status=live |archive-url=https://web.archive.org/web/20070515072641/http://www.inf.ed.ac.uk/about/AIhistory.html |archive-date=15 May 2007 |access-date=30 August 2007}} | ||
* {{Cite web |last=IGM Chicago |date=30 June 2017 |title=Robots and Artificial Intelligence |url=http://www.igmchicago.org/surveys/robots-and-artificial-intelligence |url-status=live |archive-url=https://web.archive.org/web/20190501114826/http://www.igmchicago.org/surveys/robots-and-artificial-intelligence |archive-date=1 May 2019 |access-date=3 July 2019 |website=igmchicago.org }} | * {{Cite web |last=IGM Chicago |date=30 June 2017 |title=Robots and Artificial Intelligence |url=http://www.igmchicago.org/surveys/robots-and-artificial-intelligence |url-status=live |archive-url=https://web.archive.org/web/20190501114826/http://www.igmchicago.org/surveys/robots-and-artificial-intelligence |archive-date=1 May 2019 |access-date=3 July 2019 |website=igmchicago.org}} | ||
* {{Cite journal |last1=Iphofen |first1=Ron |last2=Kritikos |first2=Mihalis |date=3 January 2019 |title=Regulating artificial intelligence and robotics: ethics by design in a digital society |journal=Contemporary Social Science |volume=16 |issue=2 |pages=170–184 |doi=10.1080/21582041.2018.1563803 |issn=2158-2041 | * {{Cite journal |last1=Iphofen |first1=Ron |last2=Kritikos |first2=Mihalis |date=3 January 2019 |title=Regulating artificial intelligence and robotics: ethics by design in a digital society |journal=Contemporary Social Science |volume=16 |issue=2 |pages=170–184 |doi=10.1080/21582041.2018.1563803 |issn=2158-2041}} | ||
* {{Cite journal |last1=Jordan |first1=M. I. |last2=Mitchell |first2=T. M. |date=16 July 2015 |title=Machine learning: Trends, perspectives, and prospects |journal=Science |volume=349 |issue=6245 |pages=255–260 |bibcode=2015Sci...349..255J |doi=10.1126/science.aaa8415 |pmid=26185243 | | * {{Cite journal |last1=Jordan |first1=M. I. |last2=Mitchell |first2=T. M. |date=16 July 2015 |title=Machine learning: Trends, perspectives, and prospects |journal=Science |volume=349 |issue=6245 |pages=255–260 |bibcode=2015Sci...349..255J |doi=10.1126/science.aaa8415 |pmid=26185243}} | ||
* {{Cite book |last=Kahneman |first=Daniel |author-link=Daniel Kahneman |url=https://books.google.com/books?id=ZuKTvERuPG8C |title=Thinking, Fast and Slow |date=2011 |publisher=Macmillan |isbn=978-1-4299-6935-2 |access-date=8 April 2012 |archive-url=https://web.archive.org/web/20230315191803/https://books.google.com/books?id=ZuKTvERuPG8C |archive-date=15 March 2023 |url-status=live | * {{Cite book |last1=Kahneman |first1=Daniel |last2=Slovic |first2=Paul |last3=Tversky |first3=Amos |year=1982 |title=Judgment Under Uncertainty: Heuristics and Biases |publisher=Cambridge University Press}} | ||
* {{Cite book |last=Kahneman |first=Daniel |author-link=Daniel Kahneman |url=https://books.google.com/books?id=ZuKTvERuPG8C |title=Thinking, Fast and Slow |date=2011 |publisher=Macmillan |isbn=978-1-4299-6935-2 |access-date=8 April 2012 |archive-url=https://web.archive.org/web/20230315191803/https://books.google.com/books?id=ZuKTvERuPG8C |archive-date=15 March 2023 |url-status=live}} | |||
* {{Cite news |last=Kasperowicz |first=Peter |date=1 May 2023 |title=Regulate AI? GOP much more skeptical than Dems that government can do it right: poll |url=https://www.foxnews.com/politics/regulate-ai-gop-much-more-skeptical-than-dems-that-the-government-can-do-it-right-poll |url-status=live |archive-url=https://web.archive.org/web/20230619013616/https://www.foxnews.com/politics/regulate-ai-gop-much-more-skeptical-than-dems-that-the-government-can-do-it-right-poll |archive-date=19 June 2023 |access-date=19 June 2023 |work=Fox News }} | * {{Cite news |last=Kasperowicz |first=Peter |date=1 May 2023 |title=Regulate AI? GOP much more skeptical than Dems that government can do it right: poll |url=https://www.foxnews.com/politics/regulate-ai-gop-much-more-skeptical-than-dems-that-the-government-can-do-it-right-poll |url-status=live |archive-url=https://web.archive.org/web/20230619013616/https://www.foxnews.com/politics/regulate-ai-gop-much-more-skeptical-than-dems-that-the-government-can-do-it-right-poll |archive-date=19 June 2023 |access-date=19 June 2023 |work=Fox News}} | ||
* {{Cite magazine |last=Katz |first=Yarden |date=1 November 2012 |title=Noam Chomsky on Where Artificial Intelligence Went Wrong |url=https://www.theatlantic.com/technology/archive/2012/11/noam-chomsky-on-where-artificial-intelligence-went-wrong/261637/?single_page=true |url-status=live |archive-url=https://web.archive.org/web/20190228154403/https://www.theatlantic.com/technology/archive/2012/11/noam-chomsky-on-where-artificial-intelligence-went-wrong/261637/?single_page=true |archive-date=28 February 2019 |access-date=26 October 2014 |magazine=The Atlantic }} | * {{Cite magazine |last=Katz |first=Yarden |date=1 November 2012 |title=Noam Chomsky on Where Artificial Intelligence Went Wrong |url=https://www.theatlantic.com/technology/archive/2012/11/noam-chomsky-on-where-artificial-intelligence-went-wrong/261637/?single_page=true |url-status=live |archive-url=https://web.archive.org/web/20190228154403/https://www.theatlantic.com/technology/archive/2012/11/noam-chomsky-on-where-artificial-intelligence-went-wrong/261637/?single_page=true |archive-date=28 February 2019 |access-date=26 October 2014 |magazine=The Atlantic}} | ||
* {{Cite web |title=Kismet |url=http://www.ai.mit.edu/projects/humanoid-robotics-group/kismet/kismet.html |url-status=live |archive-url=https://web.archive.org/web/20141017040432/http://www.ai.mit.edu/projects/humanoid-robotics-group/kismet/kismet.html |archive-date=17 October 2014 |access-date=25 October 2014 |publisher=MIT Artificial Intelligence Laboratory, Humanoid Robotics Group |ref={{Harvid|MIT AIL|2014}} }} | * {{Cite web |title=Kismet |url=http://www.ai.mit.edu/projects/humanoid-robotics-group/kismet/kismet.html |url-status=live |archive-url=https://web.archive.org/web/20141017040432/http://www.ai.mit.edu/projects/humanoid-robotics-group/kismet/kismet.html |archive-date=17 October 2014 |access-date=25 October 2014 |publisher=MIT Artificial Intelligence Laboratory, Humanoid Robotics Group |ref={{Harvid|MIT AIL|2014}}}} | ||
* {{Cite news |last=Kissinger |first=Henry |author-link=Henry Kissinger |date=1 November 2021 |title=The Challenge of Being Human in the Age of AI |url=https://www.wsj.com/articles/being-human-artifical-intelligence-ai-chess-antibiotic-philosophy-ethics-bill-of-rights-11635795271 |url-status=live |archive-url=https://web.archive.org/web/20211104012825/https://www.wsj.com/articles/being-human-artifical-intelligence-ai-chess-antibiotic-philosophy-ethics-bill-of-rights-11635795271 |archive-date=4 November 2021 |access-date=4 November 2021 |work=[[The Wall Street Journal]] }} | * {{Cite news |last=Kissinger |first=Henry |author-link=Henry Kissinger |date=1 November 2021 |title=The Challenge of Being Human in the Age of AI |url=https://www.wsj.com/articles/being-human-artifical-intelligence-ai-chess-antibiotic-philosophy-ethics-bill-of-rights-11635795271 |url-status=live |archive-url=https://web.archive.org/web/20211104012825/https://www.wsj.com/articles/being-human-artifical-intelligence-ai-chess-antibiotic-philosophy-ethics-bill-of-rights-11635795271 |archive-date=4 November 2021 |access-date=4 November 2021 |work=[[The Wall Street Journal]]}} | ||
* {{Cite news |last=Kobielus |first=James |date=27 November 2019 |title=GPUs Continue to Dominate the AI Accelerator Market for Now |url=https://www.informationweek.com/ai-or-machine-learning/gpus-continue-to-dominate-the-ai-accelerator-market-for-now |url-status=live |archive-url=https://web.archive.org/web/20211019031104/https://www.informationweek.com/ai-or-machine-learning/gpus-continue-to-dominate-the-ai-accelerator-market-for-now |archive-date=19 October 2021 |access-date=11 June 2020 |work=InformationWeek }} | * {{Cite news |last=Kobielus |first=James |date=27 November 2019 |title=GPUs Continue to Dominate the AI Accelerator Market for Now |url=https://www.informationweek.com/ai-or-machine-learning/gpus-continue-to-dominate-the-ai-accelerator-market-for-now |url-status=live |archive-url=https://web.archive.org/web/20211019031104/https://www.informationweek.com/ai-or-machine-learning/gpus-continue-to-dominate-the-ai-accelerator-market-for-now |archive-date=19 October 2021 |access-date=11 June 2020 |work=InformationWeek}} | ||
* {{Cite journal |last1=Kuperman |first1=G. J. |last2=Reichley |first2=R. M. |last3=Bailey |first3=T. C. |date=1 July 2006 |title=Using Commercial Knowledge Bases for Clinical Decision Support: Opportunities, Hurdles, and Recommendations |journal=Journal of the American Medical Informatics Association |volume=13 |issue=4 |pages=369–371 |doi=10.1197/jamia.M2055 |pmc=1513681 |pmid=16622160}} | * {{Cite journal |last1=Kuperman |first1=G. J. |last2=Reichley |first2=R. M. |last3=Bailey |first3=T. C. |date=1 July 2006 |title=Using Commercial Knowledge Bases for Clinical Decision Support: Opportunities, Hurdles, and Recommendations |journal=Journal of the American Medical Informatics Association |volume=13 |issue=4 |pages=369–371 |doi=10.1197/jamia.M2055 |pmc=1513681 |pmid=16622160}} | ||
* {{Cite book |last=Kurzweil |first=Ray |author-link=Ray Kurzweil |title=The Singularity is Near |title-link=The Singularity is Near |publisher=Penguin Books |date=2005 |isbn=978-0-6700-3384-3}} | * {{Cite book |last=Kurzweil |first=Ray |author-link=Ray Kurzweil |title=The Singularity is Near |title-link=The Singularity is Near |publisher=Penguin Books |date=2005 |isbn=978-0-6700-3384-3}} | ||
* {{Cite journal |last=Langley |first=Pat |date=2011 |title=The changing science of machine learning |journal=[[Machine Learning (journal)|Machine Learning]] |volume=82 |issue=3 |pages=275–279 |doi=10.1007/s10994-011-5242-y |doi-access=free}} | * {{Cite journal |last=Langley |first=Pat |date=2011 |title=The changing science of machine learning |journal=[[Machine Learning (journal)|Machine Learning]] |volume=82 |issue=3 |pages=275–279 |doi=10.1007/s10994-011-5242-y |doi-access=free}} | ||
* {{Cite web |last1=Larson |first1=Jeff |last2=Angwin |first2=Julia |author-link2=Julia Angwin |date=23 May 2016 |title=How We Analyzed the COMPAS Recidivism Algorithm |url=https://www.propublica.org/article/how-we-analyzed-the-compas-recidivism-algorithm |url-status=live |archive-url=https://web.archive.org/web/20190429190950/https://www.propublica.org/article/how-we-analyzed-the-compas-recidivism-algorithm |archive-date=29 April 2019 |access-date=19 June 2020 |website=ProPublica }} | * {{Cite web |last1=Larson |first1=Jeff |last2=Angwin |first2=Julia |author-link2=Julia Angwin |date=23 May 2016 |title=How We Analyzed the COMPAS Recidivism Algorithm |url=https://www.propublica.org/article/how-we-analyzed-the-compas-recidivism-algorithm |url-status=live |archive-url=https://web.archive.org/web/20190429190950/https://www.propublica.org/article/how-we-analyzed-the-compas-recidivism-algorithm |archive-date=29 April 2019 |access-date=19 June 2020 |website=ProPublica}} | ||
* {{Cite web |last=Laskowski |first=Nicole |date=November 2023 |title=What is Artificial Intelligence and How Does AI Work? TechTarget |url=https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence |access-date=2023 | * {{Cite web |last=Laskowski |first=Nicole |date=November 2023 |title=What is Artificial Intelligence and How Does AI Work? TechTarget |url=https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence |access-date=30 October 2023 |website=Enterprise AI |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005171229/https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence |url-status=live}} | ||
* {{Cite book |author=Law Library of Congress (U.S.). Global Legal Research Directorate, issuing body. |title=Regulation of artificial intelligence in selected jurisdictions |date=2019 |lccn=2019668143 |oclc=1110727808 |ref={{Harvid|Law Library of Congress (U.S.). Global Legal Research Directorate|2019}}}} | * {{Cite book |author=Law Library of Congress (U.S.). Global Legal Research Directorate, issuing body. |title=Regulation of artificial intelligence in selected jurisdictions |date=2019 |lccn=2019668143 |oclc=1110727808 |ref={{Harvid|Law Library of Congress (U.S.). Global Legal Research Directorate|2019}}}} | ||
* {{Cite web |last=Lee |first=Timothy B. |date=22 August 2014 |title=Will artificial intelligence destroy humanity? Here are 5 reasons not to worry. |url=https://www.vox.com/2014/8/22/6043635/5-reasons-we-shouldnt-worry-about-super-intelligent-computers-taking |url-status=live |archive-url=https://web.archive.org/web/20151030092203/http://www.vox.com/2014/8/22/6043635/5-reasons-we-shouldnt-worry-about-super-intelligent-computers-taking |archive-date=30 October 2015 |access-date=30 October 2015 |website=Vox }} | * {{Cite web |last=Lee |first=Timothy B. |date=22 August 2014 |title=Will artificial intelligence destroy humanity? Here are 5 reasons not to worry. |url=https://www.vox.com/2014/8/22/6043635/5-reasons-we-shouldnt-worry-about-super-intelligent-computers-taking |url-status=live |archive-url=https://web.archive.org/web/20151030092203/http://www.vox.com/2014/8/22/6043635/5-reasons-we-shouldnt-worry-about-super-intelligent-computers-taking |archive-date=30 October 2015 |access-date=30 October 2015 |website=Vox}} | ||
* {{Cite book |last1=Lenat |first1=Douglas |author-link=Douglas Lenat |title=Building Large Knowledge-Based Systems |last2=Guha |first2=R. V. |publisher=Addison-Wesley |date=1989 |isbn=978-0-2015-1752-1}} | * {{Cite book |last1=Lenat |first1=Douglas |author-link=Douglas Lenat |title=Building Large Knowledge-Based Systems |last2=Guha |first2=R. V. |publisher=Addison-Wesley |date=1989 |isbn=978-0-2015-1752-1}} | ||
* {{Cite book |last=Lighthill |first=James |author-link=James Lighthill |title=Artificial Intelligence: a paper symposium |publisher=Science Research Council |date=1973 |chapter=Artificial Intelligence: A General Survey}} | * {{Cite book |last=Lighthill |first=James |author-link=James Lighthill |title=Artificial Intelligence: a paper symposium |publisher=Science Research Council |date=1973 |chapter=Artificial Intelligence: A General Survey}} | ||
* {{Citation |last=Lipartito |first=Kenneth |title=The Narrative and the Algorithm: Genres of Credit Reporting from the Nineteenth Century to Today |date=6 January 2011 |type=Unpublished manuscript |url=https://mpra.ub.uni-muenchen.de/28142/1/MPRA_paper_28142.pdf |archive-url=https://ghostarchive.org/archive/20221009/https://mpra.ub.uni-muenchen.de/28142/1/MPRA_paper_28142.pdf |archive-date=9 October 2022 |url-status=live | | * {{Citation |last=Lipartito |first=Kenneth |title=The Narrative and the Algorithm: Genres of Credit Reporting from the Nineteenth Century to Today |date=6 January 2011 |type=Unpublished manuscript |url=https://mpra.ub.uni-muenchen.de/28142/1/MPRA_paper_28142.pdf |archive-url=https://ghostarchive.org/archive/20221009/https://mpra.ub.uni-muenchen.de/28142/1/MPRA_paper_28142.pdf |archive-date=9 October 2022 |url-status=live |ssrn=1736283}} | ||
* {{Cite news |last=Lohr |first=Steve |date=2017 |title=Robots Will Take Jobs, but Not as Fast as Some Fear, New Report Says |url=https://www.nytimes.com/2017/01/12/technology/robots-will-take-jobs-but-not-as-fast-as-some-fear-new-report-says.html |url-status=live |archive-url=https://web.archive.org/web/20180114073704/https://www.nytimes.com/2017/01/12/technology/robots-will-take-jobs-but-not-as-fast-as-some-fear-new-report-says.html |archive-date=14 January 2018 |access-date=13 January 2018 |work=The New York Times }} | * {{Cite news |last=Lohr |first=Steve |date=2017 |title=Robots Will Take Jobs, but Not as Fast as Some Fear, New Report Says |url=https://www.nytimes.com/2017/01/12/technology/robots-will-take-jobs-but-not-as-fast-as-some-fear-new-report-says.html |url-status=live |archive-url=https://web.archive.org/web/20180114073704/https://www.nytimes.com/2017/01/12/technology/robots-will-take-jobs-but-not-as-fast-as-some-fear-new-report-says.html |archive-date=14 January 2018 |access-date=13 January 2018 |work=The New York Times}} | ||
* {{Cite journal |last1=Lungarella |first1=M. |last2=Metta |first2=G. |last3=Pfeifer |first3=R. |last4=Sandini |first4=G. |date=2003 |title=Developmental robotics: a survey |journal=Connection Science |volume=15 |issue=4 |pages=151–190 | * {{Cite journal |last1=Lungarella |first1=M. |last2=Metta |first2=G. |last3=Pfeifer |first3=R. |last4=Sandini |first4=G. |date=2003 |title=Developmental robotics: a survey |journal=Connection Science |volume=15 |issue=4 |pages=151–190 |doi=10.1080/09540090310001655110 |bibcode=2003ConSc..15..151L}} | ||
* {{Cite web |title=Machine Ethics |url=http://www.aaai.org/Library/Symposia/Fall/fs05-06 | * {{Cite web |title=Machine Ethics |url=http://www.aaai.org/Library/Symposia/Fall/fs05-06 |archive-url=https://web.archive.org/web/20141129044821/http://www.aaai.org/Library/Symposia/Fall/fs05-06 |archive-date=29 November 2014 |website=aaai.org |ref={{Harvid|AAAI|2014}}}} | ||
* {{Cite journal |last=Madrigal |first=Alexis C. |date=27 February 2015 |title=The case against killer robots, from a guy actually working on artificial intelligence |url=https://www.hrw.org/report/2012/11/19/losing-humanity/case-against-killer-robots |url-status=live |archive-url=https://web.archive.org/web/20160204175716/http://fusion.net/story/54583/the-case-against-killer-robots-from-a-guy-actually-building-ai |archive-date=4 February 2016 |access-date=31 January 2016 |website=Fusion.net }} | * {{Cite journal |last=Madrigal |first=Alexis C. |date=27 February 2015 |title=The case against killer robots, from a guy actually working on artificial intelligence |url=https://www.hrw.org/report/2012/11/19/losing-humanity/case-against-killer-robots |url-status=live |archive-url=https://web.archive.org/web/20160204175716/http://fusion.net/story/54583/the-case-against-killer-robots-from-a-guy-actually-building-ai |archive-date=4 February 2016 |access-date=31 January 2016 |website=Fusion.net}} | ||
* {{Cite news |last=Mahdawi |first=Arwa |date=26 June 2017 |title=What jobs will still be around in 20 years? Read this to prepare your future |url=https://www.theguardian.com/us-news/2017/jun/26/jobs-future-automation-robots-skills-creative-health |url-status=live |archive-url=https://web.archive.org/web/20180114021804/https://www.theguardian.com/us-news/2017/jun/26/jobs-future-automation-robots-skills-creative-health |archive-date=14 January 2018 |access-date=13 January 2018 |work=The Guardian }} | * {{Cite news |last=Mahdawi |first=Arwa |date=26 June 2017 |title=What jobs will still be around in 20 years? Read this to prepare your future |url=https://www.theguardian.com/us-news/2017/jun/26/jobs-future-automation-robots-skills-creative-health |url-status=live |archive-url=https://web.archive.org/web/20180114021804/https://www.theguardian.com/us-news/2017/jun/26/jobs-future-automation-robots-skills-creative-health |archive-date=14 January 2018 |access-date=13 January 2018 |work=The Guardian}} | ||
* {{Citation |last=Maker |first=Meg Houston |title=AI@50: AI Past, Present, Future |date=2006 |url=http://www.engagingexperience.com/2006/07/ai50_ai_past_pr.html |access-date=16 October 2008 |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=Maker |first=Meg Houston |title=AI@50: AI Past, Present, Future |date=2006 |url=http://www.engagingexperience.com/2006/07/ai50_ai_past_pr.html |access-date=16 October 2008 |archive-url=https://web.archive.org/web/20081008120238/http://www.engagingexperience.com/2006/07/ai50_ai_past_pr.html |archive-date=8 October 2008 |publisher=Dartmouth College}} | ||
* {{Cite web |last=Marmouyet |first=Françoise |date=2023 | * {{Cite web |last=Marmouyet |first=Françoise |date=15 December 2023 |title=Google's Gemini: is the new AI model really better than ChatGPT? |url=http://theconversation.com/googles-gemini-is-the-new-ai-model-really-better-than-chatgpt-219526 |access-date=25 December 2023 |website=The Conversation |archive-date=4 March 2024 |archive-url=https://web.archive.org/web/20240304215625/https://theconversation.com/googles-gemini-is-the-new-ai-model-really-better-than-chatgpt-219526 |url-status=live}} | ||
* {{Citation |last=Minsky |first=Marvin |title=The Society of Mind |title-link=The Society of Mind |date=1986 |publisher=Simon and Schuster |author-link=Marvin Minsky}} | * {{Citation |last=Minsky |first=Marvin |title=The Society of Mind |title-link=The Society of Mind |date=1986 |publisher=Simon and Schuster |author-link=Marvin Minsky}} | ||
* {{Cite web |last1=McCarthy |first1=John |author-link=John McCarthy (computer scientist) |last2=Minsky |first2=Marvin |author-link2=Marvin Minsky |last3=Rochester |first3=Nathan |author-link3=Nathan Rochester |last4=Shannon |first4=Claude |author-link4=Claude Shannon |date=1955 |title=A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence |url=http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html | * {{Cite web |last1=McCarthy |first1=John |author-link=John McCarthy (computer scientist) |last2=Minsky |first2=Marvin |author-link2=Marvin Minsky |last3=Rochester |first3=Nathan |author-link3=Nathan Rochester |last4=Shannon |first4=Claude |author-link4=Claude Shannon |date=1955 |title=A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence |url=http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html |archive-url=https://web.archive.org/web/20070826230310/http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html |website=[[stanford.edu]] |archive-date=26 August 2007 |access-date=30 August 2007}} | ||
* {{Citation |last=McCarthy |first=John |title=From Here to Human-Level AI |work=Artificial Intelligence | | * {{Citation |last=McCarthy |first=John |title=From Here to Human-Level AI |work=Artificial Intelligence |page=171 |date=2007 |author-link=John McCarthy (computer scientist)}} | ||
* {{Citation |last=McCarthy |first=John |title=What is AI? |date=1999 |url=http://jmc.stanford.edu/artificial-intelligence/what-is-ai/index.html |access-date=4 December 2022 |archive-url=https://web.archive.org/web/20221204051737/http://jmc.stanford.edu/artificial-intelligence/what-is-ai/index.html |archive-date=4 December 2022 |url-status=live |author-link=John McCarthy (computer scientist) }} | * {{Citation |last=McCarthy |first=John |title=What is AI? |date=1999 |url=http://jmc.stanford.edu/artificial-intelligence/what-is-ai/index.html |access-date=4 December 2022 |archive-url=https://web.archive.org/web/20221204051737/http://jmc.stanford.edu/artificial-intelligence/what-is-ai/index.html |archive-date=4 December 2022 |url-status=live |author-link=John McCarthy (computer scientist)}} | ||
* {{Cite journal |last=McCauley |first=Lee |date=2007 |title=AI armageddon and the three laws of robotics |journal=Ethics and Information Technology |volume=9 |issue=2 |pages=153–164 | | * {{Cite journal |last=McCauley |first=Lee |date=2007 |title=AI armageddon and the three laws of robotics |journal=Ethics and Information Technology |volume=9 |issue=2 |pages=153–164 |id={{ProQuest|222198675}} |doi=10.1007/s10676-007-9138-2}} | ||
* {{Cite journal |last=McGarry |first=Ken |date=1 December 2005 |title=A survey of interestingness measures for knowledge discovery |journal=The Knowledge Engineering Review |volume=20 |issue=1 |pages=39–61 |doi=10.1017/S0269888905000408 | * {{Cite journal |last=McGarry |first=Ken |date=1 December 2005 |title=A survey of interestingness measures for knowledge discovery |journal=The Knowledge Engineering Review |volume=20 |issue=1 |pages=39–61 |doi=10.1017/S0269888905000408}} | ||
* {{ | * {{cite journal |last1=McGaughey |first1=Ewan |title=Will Robots Automate Your Job Away? Full Employment, Basic Income and Economic Democracy |journal=Industrial Law Journal |date=2022 |volume=51 |issue=3 |pages=511–559 |doi=10.1093/indlaw/dwab010 |ssrn=3044448}} | ||
* {{Cite book |last1=Merkle |first1=Daniel |title=Search Methodologies: Introductory Tutorials in Optimization and Decision Support Techniques |last2=Middendorf |first2=Martin |date=2013 |publisher=Springer Science & Business Media |isbn=978-1-4614-6940-7 |editor-last=Burke |editor-first=Edmund K. |chapter=Swarm Intelligence |editor-last2=Kendall |editor-first2=Graham}} | * {{Cite book |last1=Merkle |first1=Daniel |title=Search Methodologies: Introductory Tutorials in Optimization and Decision Support Techniques |last2=Middendorf |first2=Martin |date=2013 |publisher=Springer Science & Business Media |isbn=978-1-4614-6940-7 |editor-last=Burke |editor-first=Edmund K. |chapter=Swarm Intelligence |editor-last2=Kendall |editor-first2=Graham}} | ||
* {{Citation |last=Minsky |first=Marvin |title=Computation: Finite and Infinite Machines |date=1967 |place=Englewood Cliffs, N.J. |publisher=Prentice-Hall |author-link=Marvin Minsky}} | * {{Citation |last=Minsky |first=Marvin |title=Computation: Finite and Infinite Machines |date=1967 |place=Englewood Cliffs, N.J. |publisher=Prentice-Hall |author-link=Marvin Minsky}} | ||
* {{Cite book |last=Moravec |first=Hans |author-link=Hans Moravec |url=https://archive.org/details/mindchildrenfutu00mora |title=Mind Children |date=1988 |publisher=Harvard University Press |isbn=978-0-6745-7616-2 |access-date=18 November 2019 |url-access=registration |archive-url=https://web.archive.org/web/20200726131644/https://archive.org/details/mindchildrenfutu00mora |archive-date=26 July 2020 |url-status=live }} | * {{Cite book |last=Moravec |first=Hans |author-link=Hans Moravec |url=https://archive.org/details/mindchildrenfutu00mora |title=Mind Children |date=1988 |publisher=Harvard University Press |isbn=978-0-6745-7616-2 |access-date=18 November 2019 |url-access=registration |archive-url=https://web.archive.org/web/20200726131644/https://archive.org/details/mindchildrenfutu00mora |archive-date=26 July 2020 |url-status=live}} | ||
* {{Cite news |last=Morgenstern |first=Michael |date=9 May 2015 |title=Automation and anxiety |url=https://www.economist.com/news/special-report/21700758-will-smarter-machines-cause-mass-unemployment-automation-and-anxiety |url-status=live |archive-url=https://web.archive.org/web/20180112214621/https://www.economist.com/news/special-report/21700758-will-smarter-machines-cause-mass-unemployment-automation-and-anxiety |archive-date=12 January 2018 |access-date=13 January 2018 |newspaper=The Economist }} | * {{Cite news |last=Morgenstern |first=Michael |date=9 May 2015 |title=Automation and anxiety |url=https://www.economist.com/news/special-report/21700758-will-smarter-machines-cause-mass-unemployment-automation-and-anxiety |url-status=live |archive-url=https://web.archive.org/web/20180112214621/https://www.economist.com/news/special-report/21700758-will-smarter-machines-cause-mass-unemployment-automation-and-anxiety |archive-date=12 January 2018 |access-date=13 January 2018 |newspaper=The Economist}} | ||
* {{Cite journal |last1=Müller |first1=Vincent C. |last2=Bostrom |first2=Nick |date=2014 |title=Future Progress in Artificial Intelligence: A Poll Among Experts | * {{Cite journal |last1=Müller |first1=Vincent C. |last2=Bostrom |first2=Nick |date=2014 |title=Future Progress in Artificial Intelligence: A Poll Among Experts |journal=AI Matters |volume=1 |issue=1 |pages=9–11 |doi=10.1145/2639475.2639478}} | ||
* {{Cite journal |last1=Neumann |first1=Bernd |last2=Möller |first2=Ralf |date=January 2008 |title=On scene interpretation with description logics |journal=Image and Vision Computing |volume=26 |issue=1 |pages=82–101 |doi=10.1016/j.imavis.2007.08.013 | * {{Cite journal |last1=Neumann |first1=Bernd |last2=Möller |first2=Ralf |date=January 2008 |title=On scene interpretation with description logics |journal=Image and Vision Computing |volume=26 |issue=1 |pages=82–101 |doi=10.1016/j.imavis.2007.08.013}} | ||
* {{Citation |last=Nilsson |first=Nils |title=Eyes on the Prize |work=AI Magazine |volume=16 |pages=9–17 |date=1995 |author-link=Nils John Nilsson}} | * {{Citation |last=Nilsson |first=Nils |title=Eyes on the Prize |work=AI Magazine |volume=16 |pages=9–17 |date=1995 |author-link=Nils John Nilsson}} | ||
* {{Cite journal |last1=Newell |first1=Allen |author-link=Allen Newell |last2=Simon |first2=H. A. |author-link2=Herbert A. Simon |date=1976 |title=Computer Science as Empirical Inquiry: Symbols and Search |journal=Communications of the ACM |volume=19 |issue=3 |pages=113–126 |doi=10.1145/360018.360022 |doi-access=free}} | * {{Cite journal |last1=Newell |first1=Allen |author-link=Allen Newell |last2=Simon |first2=H. A. |author-link2=Herbert A. Simon |date=1976 |title=Computer Science as Empirical Inquiry: Symbols and Search |journal=Communications of the ACM |volume=19 |issue=3 |pages=113–126 |doi=10.1145/360018.360022 |doi-access=free}} | ||
* {{Cite news |last=Nicas |first=Jack |date=February | * {{Cite news |last=Nicas |first=Jack |date=7 February 2018 |title=How YouTube Drives People to the Internet's Darkest Corners |url=https://www.wsj.com/articles/how-youtube-drives-viewers-to-the-internets-darkest-corners-1518020478 |access-date=16 June 2018 |work=[[The Wall Street Journal]] |issn=0099-9660 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005171230/https://www.wsj.com/articles/how-youtube-drives-viewers-to-the-internets-darkest-corners-1518020478 |url-status=live}} | ||
* {{Cite journal |last=Nilsson |first=Nils |author-link=Nils Nilsson (researcher) |date=1983 |title=Artificial Intelligence Prepares for 2001 |url=https://ai.stanford.edu/~nilsson/OnlinePubs-Nils/General%20Essays/AIMag04-04-002.pdf |url-status=live |journal=AI Magazine |volume=1 |archive-url=https://web.archive.org/web/20200817194457/http://ai.stanford.edu/~nilsson/OnlinePubs-Nils/General%20Essays/AIMag04-04-002.pdf |archive-date=17 August 2020 |access-date=22 August 2020 |number=1 }} Presidential Address to the [[Association for the Advancement of Artificial Intelligence]]. | * {{Cite journal |last=Nilsson |first=Nils |author-link=Nils Nilsson (researcher) |date=1983 |title=Artificial Intelligence Prepares for 2001 |url=https://ai.stanford.edu/~nilsson/OnlinePubs-Nils/General%20Essays/AIMag04-04-002.pdf |url-status=live |journal=AI Magazine |volume=1 |archive-url=https://web.archive.org/web/20200817194457/http://ai.stanford.edu/~nilsson/OnlinePubs-Nils/General%20Essays/AIMag04-04-002.pdf |archive-date=17 August 2020 |access-date=22 August 2020 |number=1}} Presidential Address to the [[Association for the Advancement of Artificial Intelligence]]. | ||
* {{Cite book |last=NRC (United States National Research Council) |author-link=United States National Research Council |title=Funding a Revolution: Government Support for Computing Research |publisher=National | * {{Cite book |last=NRC (United States National Research Council) |author-link=United States National Research Council |chapter=Developments in Artificial Intelligence |chapter-url=https://www.nationalacademies.org/read/6323/chapter/11 |title=Funding a Revolution: Government Support for Computing Research |date=1999 |publisher=National Academies Press |isbn=978-0-309-52501-5 |ref={{Harvid|NRC|1999}}}} | ||
* {{Cite conference |last=Omohundro |first=Steve |author-link=Steve Omohundro |date=2008 |title=The Nature of Self-Improving Artificial Intelligence | | * {{Cite conference |last=Omohundro |first=Steve |author-link=Steve Omohundro |date=2008 |title=The Nature of Self-Improving Artificial Intelligence |conference=2007 Singularity Summit |location=San Francisco, CA |url=https://steveomohundro.com/wp-content/uploads/2009/12/nature_of_self_improving_ai.pdf}} | ||
* {{Cite journal |last=Oudeyer |first=P-Y. |date=2010 |title=On the impact of robotics in behavioral and cognitive sciences: from insect navigation to human cognitive development | * {{Cite journal |last=Oudeyer |first=P-Y. |date=2010 |title=On the impact of robotics in behavioral and cognitive sciences: from insect navigation to human cognitive development |journal=IEEE Transactions on Autonomous Mental Development |volume=2 |issue=1 |pages=2–16 |doi=10.1109/tamd.2009.2039057 |bibcode=2010ITAMD...2....2O |url=https://inria.hal.science/inria-00541783 }} | ||
* {{Cite book |last1=Pennachin |first1=C. |title=Artificial General Intelligence |last2=Goertzel |first2=B. |date=2007 |publisher=Springer |isbn=978-3-5402-3733-4 |series=Cognitive Technologies |location=Berlin, Heidelberg |pages=1–30 |chapter=Contemporary Approaches to Artificial General Intelligence |doi=10.1007/978-3-540-68677-4_1}} | * {{Cite book |last1=Pennachin |first1=C. |title=Artificial General Intelligence |last2=Goertzel |first2=B. |date=2007 |publisher=Springer |isbn=978-3-5402-3733-4 |series=Cognitive Technologies |location=Berlin, Heidelberg |pages=1–30 |chapter=Contemporary Approaches to Artificial General Intelligence |doi=10.1007/978-3-540-68677-4_1}} | ||
* {{Citation |last=Pinker |first=Steven |title=The Language Instinct |title-link=The Language Instinct |date=2007 |series=Perennial Modern Classics |publisher=Harper |isbn=978-0-0613-3646-1 |author-link=Steven Pinker |orig-date=1994}} | * {{Citation |last=Pinker |first=Steven |title=The Language Instinct |title-link=The Language Instinct |date=2007 |series=Perennial Modern Classics |publisher=Harper |isbn=978-0-0613-3646-1 |author-link=Steven Pinker |orig-date=1994}} | ||
* {{Cite journal |last1=Poria |first1=Soujanya |last2=Cambria |first2=Erik |last3=Bajpai |first3=Rajiv |last4=Hussain |first4=Amir |date=September 2017 |title=A review of affective computing: From unimodal analysis to multimodal fusion | * {{Cite journal |last1=Poria |first1=Soujanya |last2=Cambria |first2=Erik |last3=Bajpai |first3=Rajiv |last4=Hussain |first4=Amir |date=September 2017 |title=A review of affective computing: From unimodal analysis to multimodal fusion |journal=Information Fusion |volume=37 |pages=98–125 |doi=10.1016/j.inffus.2017.02.003 |bibcode=2017InfFu..37...98P |hdl-access=free |hdl=1893/25490}} | ||
* {{Cite news |last=Rawlinson |first=Kevin |date=29 January 2015 |title=Microsoft's Bill Gates insists AI is a threat |url=https://www.bbc.co.uk/news/31047780 |url-status=live |archive-url=https://web.archive.org/web/20150129183607/http://www.bbc.co.uk/news/31047780 |archive-date=29 January 2015 |access-date=30 January 2015 |work=BBC News }} | * {{Cite news |last=Rawlinson |first=Kevin |date=29 January 2015 |title=Microsoft's Bill Gates insists AI is a threat |url=https://www.bbc.co.uk/news/31047780 |url-status=live |archive-url=https://web.archive.org/web/20150129183607/http://www.bbc.co.uk/news/31047780 |archive-date=29 January 2015 |access-date=30 January 2015 |work=BBC News}} | ||
* {{Citation |last=Reisner |first=Alex |title=Revealed: The Authors Whose Pirated Books are Powering Generative AI |date=August | * {{Citation |last=Reisner |first=Alex |title=Revealed: The Authors Whose Pirated Books are Powering Generative AI |date=19 August 2023 |work=The Atlantic |url=https://www.theatlantic.com/technology/archive/2023/08/books3-ai-meta-llama-pirated-books/675063/ |access-date=5 October 2024 |archive-date=3 October 2024 |archive-url=https://web.archive.org/web/20241003071505/https://www.theatlantic.com/technology/archive/2023/08/books3-ai-meta-llama-pirated-books/675063/ |url-status=live}} | ||
* {{Cite magazine |last=Roberts |first=Jacob |date=2016 |title=Thinking Machines: The Search for Artificial Intelligence |url=https://www.sciencehistory.org/distillations/magazine/thinking-machines-the-search-for-artificial-intelligence | * {{Cite magazine |last=Roberts |first=Jacob |date=2016 |title=Thinking Machines: The Search for Artificial Intelligence |url=https://www.sciencehistory.org/distillations/magazine/thinking-machines-the-search-for-artificial-intelligence |archive-url=https://web.archive.org/web/20180819152455/https://www.sciencehistory.org/distillations/magazine/thinking-machines-the-search-for-artificial-intelligence |archive-date=19 August 2018 |access-date=20 March 2018 |magazine=Distillations |pages=14–23 |volume=2 |issue=2}} | ||
* {{Cite web |last=Robitzski |first=Dan |date=5 September 2018 |title=Five experts share what scares them the most about AI |url=https://futurism.com/artificial-intelligence-experts-fear/amp |url-status=live |archive-url=https://web.archive.org/web/20191208094101/https://futurism.com/artificial-intelligence-experts-fear/amp |archive-date=8 December 2019 |access-date=8 December 2019 }} | * {{Cite web |last=Robitzski |first=Dan |date=5 September 2018 |title=Five experts share what scares them the most about AI |work=Futurism |url=https://futurism.com/artificial-intelligence-experts-fear/amp |url-status=live |archive-url=https://web.archive.org/web/20191208094101/https://futurism.com/artificial-intelligence-experts-fear/amp |archive-date=8 December 2019 |access-date=8 December 2019}} | ||
* {{Cite news |last=Rose |first=Steve |date=11 July 2023 |title=AI Utopia or dystopia? |work=[[The Guardian Weekly]] |pages=42–43}} | * {{Cite news |last=Rose |first=Steve |date=11 July 2023 |title=AI Utopia or dystopia? |work=[[The Guardian Weekly]] |pages=42–43}} | ||
* {{Cite book |last=Russell |first=Stuart |author-link=Stuart J. Russell |title=Human Compatible: Artificial Intelligence and the Problem of Control |title-link=Human Compatible |date=2019 |publisher=Viking |isbn=978-0-5255-5861-3 |location=United States |oclc=1083694322}} | * {{Cite book |last=Russell |first=Stuart |author-link=Stuart J. Russell |title=Human Compatible: Artificial Intelligence and the Problem of Control |title-link=Human Compatible |date=2019 |publisher=Viking |isbn=978-0-5255-5861-3 |location=United States |oclc=1083694322}} | ||
* {{Cite web |last=Sainato |first=Michael |date=19 August 2015 |title=Stephen Hawking, Elon Musk, and Bill Gates Warn About Artificial Intelligence |url=http://observer.com/2015/08/stephen-hawking-elon-musk-and-bill-gates-warn-about-artificial-intelligence |url-status=live |archive-url=https://web.archive.org/web/20151030053323/http://observer.com/2015/08/stephen-hawking-elon-musk-and-bill-gates-warn-about-artificial-intelligence |archive-date=30 October 2015 |access-date=30 October 2015 |website=Observer }} | * {{Cite web |last=Sainato |first=Michael |date=19 August 2015 |title=Stephen Hawking, Elon Musk, and Bill Gates Warn About Artificial Intelligence |url=http://observer.com/2015/08/stephen-hawking-elon-musk-and-bill-gates-warn-about-artificial-intelligence |url-status=live |archive-url=https://web.archive.org/web/20151030053323/http://observer.com/2015/08/stephen-hawking-elon-musk-and-bill-gates-warn-about-artificial-intelligence |archive-date=30 October 2015 |access-date=30 October 2015 |website=Observer}} | ||
* {{Cite news |last=Sample |first=Ian |date=5 November 2017 |title=Computer says no: why making AIs fair, accountable and transparent is crucial |url=https://www.theguardian.com/science/2017/nov/05/computer-says-no-why-making-ais-fair-accountable-and-transparent-is-crucial |access-date=30 January 2018 |work=The Guardian |archive-date=10 October 2022 |archive-url=https://web.archive.org/web/20221010134155/https://theguardian.com/science/2017/nov/05/computer-says-no-why-making-ais-fair-accountable-and-transparent-is-crucial |url-status=live }} | * {{Cite news |last=Sample |first=Ian |date=5 November 2017 |title=Computer says no: why making AIs fair, accountable and transparent is crucial |url=https://www.theguardian.com/science/2017/nov/05/computer-says-no-why-making-ais-fair-accountable-and-transparent-is-crucial |access-date=30 January 2018 |work=The Guardian |archive-date=10 October 2022 |archive-url=https://web.archive.org/web/20221010134155/https://theguardian.com/science/2017/nov/05/computer-says-no-why-making-ais-fair-accountable-and-transparent-is-crucial |url-status=live}} | ||
* {{Cite news |last=Rothman |first=Denis |date=7 October 2020 |title=Exploring LIME Explanations and the Mathematics Behind It |url=https://www.codemotion.com/magazine/ai-ml/lime-explainable-ai |access-date=25 November 2023 |work=Codemotion |archive-date=25 November 2023 |archive-url=https://web.archive.org/web/20231125045932/https://www.codemotion.com/magazine/ai-ml/lime-explainable-ai/ |url-status=live }} | * {{Cite news |last=Rothman |first=Denis |date=7 October 2020 |title=Exploring LIME Explanations and the Mathematics Behind It |url=https://www.codemotion.com/magazine/ai-ml/lime-explainable-ai |access-date=25 November 2023 |work=Codemotion |archive-date=25 November 2023 |archive-url=https://web.archive.org/web/20231125045932/https://www.codemotion.com/magazine/ai-ml/lime-explainable-ai/ |url-status=live}} | ||
* {{Cite journal |last=Scassellati |first=Brian |date=2002 |title=Theory of mind for a humanoid robot |journal=Autonomous Robots |volume=12 |issue=1 |pages=13–24 |doi=10.1023/A:1013298507114 | * {{Cite journal |last=Scassellati |first=Brian |date=2002 |title=Theory of mind for a humanoid robot |journal=Autonomous Robots |volume=12 |issue=1 |pages=13–24 |doi=10.1023/A:1013298507114}} | ||
* {{Cite journal |last=Schmidhuber |first=J. |author-link=Jürgen Schmidhuber |date=2015 |title=Deep Learning in Neural Networks: An Overview |journal=Neural Networks |volume=61 |pages=85–117 |arxiv=1404.7828 |doi=10.1016/j.neunet.2014.09.003 |pmid=25462637 | | * {{Cite journal |last=Schmidhuber |first=J. |author-link=Jürgen Schmidhuber |date=2015 |title=Deep Learning in Neural Networks: An Overview |journal=Neural Networks |volume=61 |pages=85–117 |arxiv=1404.7828 |doi=10.1016/j.neunet.2014.09.003 |pmid=25462637 |bibcode=2015NN.....61...85S}} | ||
* {{Cite web |last=Schmidhuber |first=Jürgen |author-link=Jürgen Schmidhuber |date=2022 |title=Annotated History of Modern AI and Deep Learning |url=https://people.idsia.ch/~juergen/ |access-date=5 October 2024 |archive-date=7 August 2023 |archive-url=https://web.archive.org/web/20230807173414/https://people.idsia.ch/~juergen/ |url-status=live }} | * {{Cite web |last=Schmidhuber |first=Jürgen |author-link=Jürgen Schmidhuber |date=2022 |title=Annotated History of Modern AI and Deep Learning |url=https://people.idsia.ch/~juergen/ |access-date=5 October 2024 |archive-date=7 August 2023 |archive-url=https://web.archive.org/web/20230807173414/https://people.idsia.ch/~juergen/ |url-status=live}} | ||
* {{Cite journal |last=Searle |first=John |author-link=John Searle |date=1980 |title=Minds, Brains and Programs | * {{Cite journal |last=Searle |first=John |author-link=John Searle (American philosopher) |date=1980 |title=Minds, Brains and Programs |journal=Behavioral and Brain Sciences |volume=3 |issue=3 |pages=417–457 |doi=10.1017/S0140525X00005756}} | ||
* {{Cite book |last=Searle |first=John |author-link=John Searle |url=https://archive.org/details/mindlanguagesoci00sear |title=Mind, language and society |publisher=Basic Books |date=1999 |isbn=978-0-4650-4521-1 |location=New York |oclc=231867665 |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726220615/https://archive.org/details/mindlanguagesoci00sear |archive-date=26 July 2020 |url-status=live }} | * {{Cite book |last=Searle |first=John |author-link=John Searle (American philosopher) |url=https://archive.org/details/mindlanguagesoci00sear |title=Mind, language and society |publisher=Basic Books |date=1999 |isbn=978-0-4650-4521-1 |location=New York |oclc=231867665 |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726220615/https://archive.org/details/mindlanguagesoci00sear |archive-date=26 July 2020 |url-status=live}} | ||
* {{Citation |last=Simon |first=H. A. |title=The Shape of Automation for Men and Management |date=1965 |place=New York |publisher=Harper & Row}} | * {{Citation |last=Simon |first=H. A. |title=The Shape of Automation for Men and Management |date=1965 |place=New York |publisher=Harper & Row |oclc=1483817127}} | ||
* {{Cite web |last=Simonite |first=Tom |date=March | * {{Cite web |last=Simonite |first=Tom |date=31 March 2016 |title=How Google Plans to Solve Artificial Intelligence |url=https://www.technologyreview.com/2016/03/31/161234/how-google-plans-to-solve-artificial-intelligence |website=MIT Technology Review |access-date=5 October 2024 |archive-date=16 September 2024 |archive-url=https://web.archive.org/web/20240916003430/https://www.technologyreview.com/2016/03/31/161234/how-google-plans-to-solve-artificial-intelligence/ |url-status=live}} | ||
* {{Cite web |last=Smith |first=Craig S. |date=March | * {{Cite web |last=Smith |first=Craig S. |date=15 March 2023 |title=ChatGPT-4 Creator Ilya Sutskever on AI Hallucinations and AI Democracy |url=https://www.forbes.com/sites/craigsmith/2023/03/15/gpt-4-creator-ilya-sutskever-on-ai-hallucinations-and-ai-democracy |access-date=25 December 2023 |website=Forbes |archive-date=18 September 2024 |archive-url=https://web.archive.org/web/20240918141325/https://www.forbes.com/sites/craigsmith/2023/03/15/gpt-4-creator-ilya-sutskever-on-ai-hallucinations-and-ai-democracy/ |url-status=live}} | ||
* {{Cite journal |last1=Smoliar |first1=Stephen W. |last2=Zhang |first2=HongJiang |date=1994 |title=Content based video indexing and retrieval |journal=IEEE MultiMedia |volume=1 |issue=2 |pages=62–72 |doi=10.1109/93.311653 | | * {{Cite journal |last1=Smoliar |first1=Stephen W. |last2=Zhang |first2=HongJiang |date=1994 |title=Content based video indexing and retrieval |journal=IEEE MultiMedia |volume=1 |issue=2 |pages=62–72 |doi=10.1109/93.311653 |url=http://scholarbank.nus.edu.sg/handle/10635/111162}} | ||
* {{Cite conference |last=Solomonoff |first=Ray |author-link=Ray Solomonoff |date=1956 |title=An Inductive Inference Machine |url=http://world.std.com/~rjs/indinf56.pdf |conference=Dartmouth Summer Research Conference on Artificial Intelligence |archive-url=https://web.archive.org/web/20110426161749/http://world.std.com/~rjs/indinf56.pdf |archive-date=26 April 2011 |access-date=22 March 2011 |via=std.com, pdf scanned copy of the original |url-status=live }} Later published as<br />{{Cite book |last=Solomonoff |first=Ray |title=IRE Convention Record |date=1957 |volume=Section on Information Theory, part 2 |pages=56–62 |chapter=An Inductive Inference Machine |ref=none}} | * {{Cite conference |last=Solomonoff |first=Ray |author-link=Ray Solomonoff |date=1956 |title=An Inductive Inference Machine |url=http://world.std.com/~rjs/indinf56.pdf |conference=Dartmouth Summer Research Conference on Artificial Intelligence |archive-url=https://web.archive.org/web/20110426161749/http://world.std.com/~rjs/indinf56.pdf |archive-date=26 April 2011 |access-date=22 March 2011 |via=std.com, pdf scanned copy of the original |url-status=live}} Later published as<br />{{Cite book |last=Solomonoff |first=Ray |title=IRE Convention Record |date=1957 |volume=Section on Information Theory, part 2 |pages=56–62 |chapter=An Inductive Inference Machine |ref=none}} | ||
* {{Cite web |author=Stanford University |date=2023 |title=Artificial Intelligence Index Report 2023/Chapter 6: Policy and Governance |url=https://aiindex.stanford.edu/wp-content/uploads/2023/04/HAI_AI-Index-Report-2023_CHAPTER_6-1.pdf |url-status=live |archive-url=https://web.archive.org/web/20230619013609/https://aiindex.stanford.edu/wp-content/uploads/2023/04/HAI_AI-Index-Report-2023_CHAPTER_6-1.pdf |archive-date=19 June 2023 |access-date=19 June 2023 |publisher=AI Index }} | * {{Cite web |author=Stanford University |date=2023 |title=Artificial Intelligence Index Report 2023/Chapter 6: Policy and Governance |url=https://aiindex.stanford.edu/wp-content/uploads/2023/04/HAI_AI-Index-Report-2023_CHAPTER_6-1.pdf |url-status=live |archive-url=https://web.archive.org/web/20230619013609/https://aiindex.stanford.edu/wp-content/uploads/2023/04/HAI_AI-Index-Report-2023_CHAPTER_6-1.pdf |archive-date=19 June 2023 |access-date=19 June 2023 |publisher=AI Index}} | ||
* {{cite podcast |last=Stewart |first=Jon |author-link=Jon Stewart |title=AI: What Could Go Wrong? With Geoffrey Hinton |date=October 9, 2025 |website=The Weekly Show with Jon Stewart |url=https://podcasts.apple.com/ag/podcast/ai-what-could-go-wrong-with-geoffrey-hinton/id1583132133?i=1000730952581}} | |||
* {{Cite conference |last1=Tao |first1=Jianhua |last2=Tan |first2=Tieniu |date=2005 |conference=Affective Computing: A Review |series=Lecture Notes in Computer Science |publisher=Springer |volume=3784 |pages=981–995 |doi=10.1007/11573548 |isbn=978-3-5402-9621-8 |book-title=Affective Computing and Intelligent Interaction}} | * {{Cite conference |last1=Tao |first1=Jianhua |last2=Tan |first2=Tieniu |date=2005 |conference=Affective Computing: A Review |series=Lecture Notes in Computer Science |publisher=Springer |volume=3784 |pages=981–995 |doi=10.1007/11573548 |isbn=978-3-5402-9621-8 |book-title=Affective Computing and Intelligent Interaction}} | ||
* {{Cite news |last1=Taylor |first1=Josh |last2=Hern |first2=Alex |date=May | * {{Cite news |last1=Taylor |first1=Josh |last2=Hern |first2=Alex |date=2 May 2023 |title='Godfather of AI' Geoffrey Hinton quits Google and warns over dangers of misinformation |url=https://www.theguardian.com/technology/2023/may/02/geoffrey-hinton-godfather-of-ai-quits-google-warns-dangers-of-machine-learning |work=[[The Guardian]] |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005171343/https://www.theguardian.com/technology/2023/may/02/geoffrey-hinton-godfather-of-ai-quits-google-warns-dangers-of-machine-learning |url-status=live}} | ||
* {{Cite magazine |last=Thompson |first=Derek |date=23 January 2014 |title=What Jobs Will the Robots Take? |url=https://www.theatlantic.com/business/archive/2014/01/what-jobs-will-the-robots-take/283239 |url-status=live |archive-url=https://web.archive.org/web/20180424202435/https://www.theatlantic.com/business/archive/2014/01/what-jobs-will-the-robots-take/283239 |archive-date=24 April 2018 |access-date=24 April 2018 |magazine=The Atlantic }} | * {{Cite magazine |last=Thompson |first=Derek |date=23 January 2014 |title=What Jobs Will the Robots Take? |url=https://www.theatlantic.com/business/archive/2014/01/what-jobs-will-the-robots-take/283239 |url-status=live |archive-url=https://web.archive.org/web/20180424202435/https://www.theatlantic.com/business/archive/2014/01/what-jobs-will-the-robots-take/283239 |archive-date=24 April 2018 |access-date=24 April 2018 |magazine=The Atlantic}} | ||
* {{Cite book |last=Thro |first=Ellen |url=https://archive.org/details/isbn_9780816026289 |title=Robotics: The Marriage of Computers and Machines |date=1993 |publisher=Facts on File |isbn=978-0-8160-2628-9 |location=New York |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726131505/https://archive.org/details/isbn_9780816026289 |archive-date=26 July 2020 |url-status=live }} | * {{Cite book |last=Thro |first=Ellen |url=https://archive.org/details/isbn_9780816026289 |title=Robotics: The Marriage of Computers and Machines |date=1993 |publisher=Facts on File |isbn=978-0-8160-2628-9 |location=New York |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726131505/https://archive.org/details/isbn_9780816026289 |archive-date=26 July 2020 |url-status=live}} | ||
* {{Cite news |last=Toews |first=Rob |date=3 September 2023 |title=Transformers Revolutionized AI. What Will Replace Them? |url=https://www.forbes.com/sites/robtoews/2023/09/03/transformers-revolutionized-ai-what-will-replace-them |access-date=8 December 2023 |work=Forbes |archive-date=8 December 2023 |archive-url=https://web.archive.org/web/20231208232145/https://www.forbes.com/sites/robtoews/2023/09/03/transformers-revolutionized-ai-what-will-replace-them/ |url-status=live }} | * {{Cite news |last=Toews |first=Rob |date=3 September 2023 |title=Transformers Revolutionized AI. What Will Replace Them? |url=https://www.forbes.com/sites/robtoews/2023/09/03/transformers-revolutionized-ai-what-will-replace-them |access-date=8 December 2023 |work=Forbes |archive-date=8 December 2023 |archive-url=https://web.archive.org/web/20231208232145/https://www.forbes.com/sites/robtoews/2023/09/03/transformers-revolutionized-ai-what-will-replace-them/ |url-status=live}} | ||
* {{Turing 1950}} | * {{Turing 1950}} | ||
* {{Cite book |url=https://unesdoc.unesco.org/ark:/48223/pf0000377433/PDF/377433eng.pdf.multi |title=UNESCO Science Report: the Race Against Time for Smarter Development. |date=2021 |publisher=UNESCO |isbn=978-9-2310-0450-6 |location=Paris |ref={{Harvid|UNESCO|2021}} |access-date=18 September 2021 |archive-url=https://web.archive.org/web/20220618233752/https://unesdoc.unesco.org/ark:/48223/pf0000377433/PDF/377433eng.pdf.multi |archive-date=18 June 2022 |url-status=live }} | * {{Cite book |url=https://unesdoc.unesco.org/ark:/48223/pf0000377433/PDF/377433eng.pdf.multi |title=UNESCO Science Report: the Race Against Time for Smarter Development. |date=2021 |publisher=UNESCO |isbn=978-9-2310-0450-6 |location=Paris |ref={{Harvid|UNESCO|2021}} |access-date=18 September 2021 |archive-url=https://web.archive.org/web/20220618233752/https://unesdoc.unesco.org/ark:/48223/pf0000377433/PDF/377433eng.pdf.multi |archive-date=18 June 2022 |url-status=live}} | ||
* {{Cite journal |last1=Urbina |first1=Fabio |last2=Lentzos |first2=Filippa |last3=Invernizzi |first3=Cédric |last4=Ekins |first4=Sean |date=7 March 2022 |title=Dual use of artificial-intelligence-powered drug discovery |journal=Nature Machine Intelligence |volume=4 |issue=3 |pages=189–191 |doi=10.1038/s42256-022-00465-9 |pmc=9544280 |pmid=36211133 | * {{Cite journal |last1=Urbina |first1=Fabio |last2=Lentzos |first2=Filippa |last3=Invernizzi |first3=Cédric |last4=Ekins |first4=Sean |date=7 March 2022 |title=Dual use of artificial-intelligence-powered drug discovery |journal=Nature Machine Intelligence |volume=4 |issue=3 |pages=189–191 |doi=10.1038/s42256-022-00465-9 |pmc=9544280 |pmid=36211133}} | ||
* {{Cite news |last=Valance |first=Christ |date=30 May 2023 |title=Artificial intelligence could lead to extinction, experts warn |url=https://www.bbc.com/news/uk-65746524 |url-status=live |archive-url=https://web.archive.org/web/20230617200355/https://www.bbc.com/news/uk-65746524 |archive-date=17 June 2023 |access-date=18 June 2023 |work=BBC News }} | * {{Cite news |last=Valance |first=Christ |date=30 May 2023 |title=Artificial intelligence could lead to extinction, experts warn |url=https://www.bbc.com/news/uk-65746524 |url-status=live |archive-url=https://web.archive.org/web/20230617200355/https://www.bbc.com/news/uk-65746524 |archive-date=17 June 2023 |access-date=18 June 2023 |work=BBC News}} | ||
* {{Citation |last=Valinsky |first=Jordan |title=Amazon reportedly employs thousands of people to listen to your Alexa conversations |date=April | * {{Citation |last=Valinsky |first=Jordan |title=Amazon reportedly employs thousands of people to listen to your Alexa conversations |date=11 April 2019 |work=CNN.com |url=https://www.cnn.com/2019/04/11/tech/amazon-alexa-listening/index.html |access-date=5 October 2024 |archive-date=26 January 2024 |archive-url=https://web.archive.org/web/20240126033535/https://www.cnn.com/2019/04/11/tech/amazon-alexa-listening/index.html |url-status=live}} | ||
* {{Cite news |last=Verma |first=Yugesh |date=25 December 2021 |title=A Complete Guide to SHAP – SHAPley Additive exPlanations for Practitioners |url=https://analyticsindiamag.com/a-complete-guide-to-shap-shapley-additive-explanations-for-practitioners |access-date=25 November 2023 |work=Analytics India Magazine |archive-date=25 November 2023 |archive-url=https://web.archive.org/web/20231125045938/https://analyticsindiamag.com/a-complete-guide-to-shap-shapley-additive-explanations-for-practitioners/ |url-status=live }} | * {{Cite news |last=Verma |first=Yugesh |date=25 December 2021 |title=A Complete Guide to SHAP – SHAPley Additive exPlanations for Practitioners |url=https://analyticsindiamag.com/a-complete-guide-to-shap-shapley-additive-explanations-for-practitioners |access-date=25 November 2023 |work=Analytics India Magazine |archive-date=25 November 2023 |archive-url=https://web.archive.org/web/20231125045938/https://analyticsindiamag.com/a-complete-guide-to-shap-shapley-additive-explanations-for-practitioners/ |url-status=live}} | ||
* {{Cite news |last=Vincent |first=James |date=7 November 2019 |title=OpenAI has published the text-generating AI it said was too dangerous to share |url=https://www.theverge.com/2019/11/7/20953040/openai-text-generation-ai-gpt-2-full-model-release-1-5b-parameters |url-status=live |archive-url=https://web.archive.org/web/20200611054114/https://www.theverge.com/2019/11/7/20953040/openai-text-generation-ai-gpt-2-full-model-release-1-5b-parameters |archive-date=11 June 2020 |access-date=11 June 2020 |work=The Verge }} | * {{Cite news |last=Vincent |first=James |date=7 November 2019 |title=OpenAI has published the text-generating AI it said was too dangerous to share |url=https://www.theverge.com/2019/11/7/20953040/openai-text-generation-ai-gpt-2-full-model-release-1-5b-parameters |url-status=live |archive-url=https://web.archive.org/web/20200611054114/https://www.theverge.com/2019/11/7/20953040/openai-text-generation-ai-gpt-2-full-model-release-1-5b-parameters |archive-date=11 June 2020 |access-date=11 June 2020 |work=The Verge}} | ||
* {{Cite news |last=Vincent |first=James |date=15 November 2022 |title=The scary truth about AI copyright is nobody knows what will happen next |url=https://www.theverge.com/23444685/generative-ai-copyright-infringement-legal-fair-use-training-data |url-status=live |archive-url=https://web.archive.org/web/20230619055201/https://www.theverge.com/23444685/generative-ai-copyright-infringement-legal-fair-use-training-data |archive-date=19 June 2023 |access-date=19 June 2023 |work=The Verge }} | * {{Cite news |last=Vincent |first=James |date=15 November 2022 |title=The scary truth about AI copyright is nobody knows what will happen next |url=https://www.theverge.com/23444685/generative-ai-copyright-infringement-legal-fair-use-training-data |url-status=live |archive-url=https://web.archive.org/web/20230619055201/https://www.theverge.com/23444685/generative-ai-copyright-infringement-legal-fair-use-training-data |archive-date=19 June 2023 |access-date=19 June 2023 |work=The Verge}} | ||
* {{Cite news |last=Vincent |first=James |date=3 April 2023 |title=AI is entering an era of corporate control |url=https://www.theverge.com/23667752/ai-progress-2023-report-stanford-corporate-control |url-status=live |archive-url=https://web.archive.org/web/20230619005803/https://www.theverge.com/23667752/ai-progress-2023-report-stanford-corporate-control |archive-date=19 June 2023 |access-date=19 June 2023 |work=The Verge }} | * {{Cite news |last=Vincent |first=James |date=3 April 2023 |title=AI is entering an era of corporate control |url=https://www.theverge.com/23667752/ai-progress-2023-report-stanford-corporate-control |url-status=live |archive-url=https://web.archive.org/web/20230619005803/https://www.theverge.com/23667752/ai-progress-2023-report-stanford-corporate-control |archive-date=19 June 2023 |access-date=19 June 2023 |work=The Verge}} | ||
* {{Cite journal |last=Vinge |first=Vernor |author-link=Vernor Vinge |date=1993 |title=The Coming Technological Singularity: How to Survive in the Post-Human Era |url=http://www-rohan.sdsu.edu/faculty/vinge/misc/singularity.html | * {{Cite journal |last=Vinge |first=Vernor |author-link=Vernor Vinge |date=1993 |title=The Coming Technological Singularity: How to Survive in the Post-Human Era |url=http://www-rohan.sdsu.edu/faculty/vinge/misc/singularity.html |journal=Vision 21: Interdisciplinary Science and Engineering in the Era of Cyberspace |page=11 |bibcode=1993vise.nasa...11V |archive-url=https://web.archive.org/web/20070101133646/http://www-rohan.sdsu.edu/faculty/vinge/misc/singularity.html |archive-date=1 January 2007 |access-date=14 November 2011}} | ||
* {{Cite magazine |last=Waddell |first=Kaveh |date=2018 |title=Chatbots Have Entered the Uncanny Valley |url=https://www.theatlantic.com/technology/archive/2017/04/uncanny-valley-digital-assistants/523806 |url-status=live |archive-url=https://web.archive.org/web/20180424202350/https://www.theatlantic.com/technology/archive/2017/04/uncanny-valley-digital-assistants/523806 |archive-date=24 April 2018 |access-date=24 April 2018 |magazine=The Atlantic }} | * {{Cite magazine |last=Waddell |first=Kaveh |date=2018 |title=Chatbots Have Entered the Uncanny Valley |url=https://www.theatlantic.com/technology/archive/2017/04/uncanny-valley-digital-assistants/523806 |url-status=live |archive-url=https://web.archive.org/web/20180424202350/https://www.theatlantic.com/technology/archive/2017/04/uncanny-valley-digital-assistants/523806 |archive-date=24 April 2018 |access-date=24 April 2018 |magazine=The Atlantic}} | ||
* {{Cite book |last=Wallach |first=Wendell |title=Moral Machines |date=2010 |publisher=Oxford University Press}} | * {{Cite book |last=Wallach |first=Wendell |title=Moral Machines |date=2010 |publisher=Oxford University Press}} | ||
* {{Cite book |last1=Wason |first1=P. C. |author-link=Peter Cathcart Wason |title=New horizons in psychology |last2=Shapiro |first2=D. |publisher=Penguin |date=1966 |editor-last=Foss, B. M. |location=Harmondsworth |chapter=Reasoning |access-date=18 November 2019 |chapter-url=https://archive.org/details/newhorizonsinpsy0000foss |archive-url=https://web.archive.org/web/20200726131518/https://archive.org/details/newhorizonsinpsy0000foss |archive-date=26 July 2020 |url-status=live |chapter-url-access=registration }} | * {{Cite book |last1=Wason |first1=P. C. |author-link=Peter Cathcart Wason |title=New horizons in psychology |last2=Shapiro |first2=D. |publisher=Penguin |date=1966 |editor-last=Foss, B. M. |location=Harmondsworth |chapter=Reasoning |access-date=18 November 2019 |chapter-url=https://archive.org/details/newhorizonsinpsy0000foss |archive-url=https://web.archive.org/web/20200726131518/https://archive.org/details/newhorizonsinpsy0000foss |archive-date=26 July 2020 |url-status=live |chapter-url-access=registration}} | ||
* {{Cite journal |last1=Weng |first1=J. |last2=McClelland |last3=Pentland |first3=A. |last4=Sporns |first4=O. |last5=Stockman |first5=I. |last6=Sur |first6=M. |last7=Thelen |first7=E. |date=2001 |title=Autonomous mental development by robots and animals | * {{Cite journal |last1=Weng |first1=J. |last2=McClelland |last3=Pentland |first3=A. |last4=Sporns |first4=O. |last5=Stockman |first5=I. |last6=Sur |first6=M. |last7=Thelen |first7=E. |date=2001 |title=Autonomous mental development by robots and animals |journal=Science |volume=291 |issue=5504 |pages=599–600 |doi=10.1126/science.291.5504.599 |pmid=11229402}} | ||
* {{Cite news |date=21 October 1999 |title=What is 'fuzzy logic'? Are there computers that are inherently fuzzy and do not apply the usual binary logic? |url=https://www.scientificamerican.com/article/what-is-fuzzy-logic-are-t |url-status=live |archive-url=https://web.archive.org/web/20180506035133/https://www.scientificamerican.com/article/what-is-fuzzy-logic-are-t |archive-date=6 May 2018 |access-date=5 May 2018 |work=Scientific American |ref={{Harvid|Scientific American|1999}} }} | * {{Cite news |date=21 October 1999 |title=What is 'fuzzy logic'? Are there computers that are inherently fuzzy and do not apply the usual binary logic? |url=https://www.scientificamerican.com/article/what-is-fuzzy-logic-are-t |url-status=live |archive-url=https://web.archive.org/web/20180506035133/https://www.scientificamerican.com/article/what-is-fuzzy-logic-are-t |archive-date=6 May 2018 |access-date=5 May 2018 |work=Scientific American |ref={{Harvid|Scientific American|1999}}}} | ||
* {{Citation |last=Williams |first=Rhiannon |title=Humans may be more likely to believe disinformation generated by AI |date=June | * {{Citation |last=Williams |first=Rhiannon |title=Humans may be more likely to believe disinformation generated by AI |date=28 June 2023 |work=[[MIT Technology Review]] |url=https://www.technologyreview.com/2023/06/28/1075683/humans-may-be-more-likely-to-believe-disinformation-generated-by-ai/ |access-date=5 October 2024 |archive-date=16 September 2024 |archive-url=https://web.archive.org/web/20240916014613/https://www.technologyreview.com/2023/06/28/1075683/humans-may-be-more-likely-to-believe-disinformation-generated-by-ai/ |url-status=live}} | ||
* {{Cite journal |last1=Wirtz |first1=Bernd W. |last2=Weyerer |first2=Jan C. |last3=Geyer |first3=Carolin |date=24 July 2018 |title=Artificial Intelligence and the Public Sector – Applications and Challenges | * {{Cite journal |last1=Wirtz |first1=Bernd W. |last2=Weyerer |first2=Jan C. |last3=Geyer |first3=Carolin |date=24 July 2018 |title=Artificial Intelligence and the Public Sector – Applications and Challenges |journal=International Journal of Public Administration |volume=42 |issue=7 |pages=596–615 |doi=10.1080/01900692.2018.1498103}} | ||
* {{Citation |last=Wong |first=Matteo |title=ChatGPT Is Already Obsolete |date=19 May 2023 |work=The Atlantic |url=https://www.theatlantic.com/technology/archive/2023/05/ai-advancements-multimodal-models/674113/ |access-date=5 October 2024 |archive-date=18 September 2024 |archive-url=https://web.archive.org/web/20240918022529/https://www.theatlantic.com/technology/archive/2023/05/ai-advancements-multimodal-models/674113/ |url-status=live }} | * {{Citation |last=Wong |first=Matteo |title=ChatGPT Is Already Obsolete |date=19 May 2023 |work=The Atlantic |url=https://www.theatlantic.com/technology/archive/2023/05/ai-advancements-multimodal-models/674113/ |access-date=5 October 2024 |archive-date=18 September 2024 |archive-url=https://web.archive.org/web/20240918022529/https://www.theatlantic.com/technology/archive/2023/05/ai-advancements-multimodal-models/674113/ |url-status=live}} | ||
* {{Citation |last=Yudkowsky |first=E |title=Artificial Intelligence as a Positive and Negative Factor in Global Risk |work=Global Catastrophic Risks |date=2008 |url=http://intelligence.org/files/AIPosNegFactor.pdf |access-date=24 September 2021 |archive-url=https://web.archive.org/web/20131019182403/http://intelligence.org/files/AIPosNegFactor.pdf |archive-date=19 October 2013 |url-status=live |publisher=Oxford University Press, 2008 |bibcode=2008gcr..book..303Y }} | * {{Citation |last=Yudkowsky |first=E |title=Artificial Intelligence as a Positive and Negative Factor in Global Risk |work=Global Catastrophic Risks |date=2008 |url=http://intelligence.org/files/AIPosNegFactor.pdf |access-date=24 September 2021 |archive-url=https://web.archive.org/web/20131019182403/http://intelligence.org/files/AIPosNegFactor.pdf |archive-date=19 October 2013 |url-status=live |publisher=Oxford University Press, 2008 |bibcode=2008gcr..book..303Y}} | ||
{{Refend}} | {{Refend}} | ||
== | == External links == | ||
<!-- ==== {{No more links}} ==== | |||
PLEASE BE CAUTIOUS IN ADDING MORE LINKS TO THIS ARTICLE. Wikipedia is not a collection of links nor should it be used for advertising. | PLEASE BE CAUTIOUS IN ADDING MORE LINKS TO THIS ARTICLE. Wikipedia is not a collection of links nor should it be used for advertising. | ||
Excessive or inappropriate links WILL BE DELETED. | Excessive or inappropriate links WILL BE DELETED. | ||
See [[Wikipedia:External links]] & [[Wikipedia:Spam]] for details. | See [[Wikipedia:External links]] & [[Wikipedia:Spam]] for details. If there are already plentiful links, please propose additions or replacements on this article's discussion page. | ||
If there are already plentiful links, please propose additions or replacements on this article's discussion page | |||
==== {{No more links}} ==== --> | ==== {{No more links}} ==== | ||
--> | |||
{{Scholia|topic}} | {{Scholia|topic}} | ||
* {{IEP| | * {{IEP|url-id=artificial-intelligence|first=Larry |last=Hauser|title=Artificial Intelligence}} | ||
{{Artificial intelligence (AI)}} | {{Artificial intelligence (AI)}} | ||
| Line 857: | Line 879: | ||
{{Robotics}} | {{Robotics}} | ||
{{Existential risk from artificial intelligence}} | {{Existential risk from artificial intelligence}} | ||
{{Template:Large language models}} | |||
{{Cybernetics}} | {{Cybernetics}} | ||
{{Glossaries of science and engineering}} | {{Glossaries of science and engineering}} | ||
}} | }} | ||
{{Subject bar|voy=no|species=no|d=Q11660|v=Portal:Artificial intelligence|n=no|s=no|c=Category:Artificial intelligence|wikt=artificial intelligence|portal1=Computer programming|portal2=Technology}} | |||
{{Authority control}} | {{Authority control}} | ||
[[Category:Artificial intelligence| ]] | |||
[[Category:Artificial intelligence| | |||
[[Category:Computational fields of study]] | [[Category:Computational fields of study]] | ||
[[Category:Computational neuroscience]] | [[Category:Computational neuroscience]] | ||
Latest revision as of 18:05, 31 May 2026
Template:Artificial intelligence
Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of research in engineering, mathematics and computer science that develops and studies methods and software that enable machines to perceive their environment and use learning and intelligence to take actions that maximize their chances of achieving defined goals.[1]
High-profile applications of AI include advanced web search engines, chatbots, virtual assistants, autonomous vehicles, and play and analysis in strategy games (e.g., chess and Go). Since the 2020s, generative AI has become widely available to generate images, audio, and videos from text prompts.
The traditional goals of AI research include learning, reasoning, knowledge representation, planning, natural language processing, and perception, as well as support for robotics.[lower-alpha 1] To reach these goals, AI researchers have used techniques including state space search and mathematical optimization, formal logic, artificial neural networks, and methods based on statistics, operations research, and economics.[lower-alpha 2] AI also draws upon psychology, linguistics, philosophy, neuroscience, and other fields.[2] Some companies, such as OpenAI, Google DeepMind and Meta, aim to create artificial general intelligence (AGI) – AI that can complete virtually any cognitive task at least as well as a human.[3]
Artificial intelligence was founded as an academic discipline in 1956,[4] and the field went through multiple cycles of optimism throughout its history,[5][6] followed by periods of disappointment and loss of funding, known as AI winters.[7][8] Funding and interest increased substantially after 2012, when graphics processing units began being used to accelerate neural networks, and deep learning outperformed previous AI techniques.[9] This growth accelerated further after 2017 with the transformer architecture.[10] In the 2020s, an AI boom has coincided with advances in generative AI, which allowed for the creation and modification of media. In addition to AI safety and unintended consequences and harms from the use of AI, ethical concerns, AI's long-term effects, and potential existential risks have prompted discussions of AI regulation.
Goals
The general problem of simulating (or creating) intelligence has been broken into subproblems. These consist of particular traits or capabilities that researchers expect an intelligent system to display. The traits described below have received the most attention and cover the scope of AI research.[lower-alpha 1]
Reasoning and problem-solving
Early researchers developed algorithms that imitated step-by-step reasoning that humans use when they solve puzzles or make logical deductions.[11] By the late 1980s and 1990s, methods were developed for dealing with uncertain or incomplete information, employing concepts from probability and economics.[12]
Many of these algorithms are insufficient for solving large reasoning problems because they experience a "combinatorial explosion": They become exponentially slower as the problems grow.[13] Even humans rarely use the step-by-step deduction that early AI research could model. They solve most of their problems using fast, intuitive judgments.[14] Accurate and efficient reasoning is an unsolved problem.
Knowledge representation
Knowledge representation and knowledge engineering[15] allow AI programs to answer questions intelligently and make deductions about real-world facts. Formal knowledge representations are used in content-based indexing and retrieval,[16] scene interpretation,[17] clinical decision support,[18] knowledge discovery (mining "interesting" and actionable inferences from large databases),[19] and other areas.[20]
A knowledge base is a body of knowledge represented in a form that can be used by a program. An ontology is the set of objects, relations, concepts, and properties used by a particular domain of knowledge.[21] Knowledge bases need to represent things such as objects, properties, categories, and relations between objects;[22] situations, events, states, and time;[23] causes and effects;[24] knowledge about knowledge (what we know about what other people know);[25] default reasoning (things that humans assume are true until they are told differently and will remain true even when other facts are changing);[26] and many other aspects and domains of knowledge.
Among the most difficult problems in knowledge representation are the breadth of commonsense knowledge (the set of atomic facts that the average person knows is enormous);[27] and the sub-symbolic form of most commonsense knowledge (much of what people know is not represented as "facts" or "statements" that they could express verbally).[14] There is also the difficulty of knowledge acquisition, the problem of obtaining knowledge for AI applications.[lower-alpha 3]
Planning and decision-making
An "agent" is any entity (artificial or not) that perceives and takes actions in the world. A rational agent has goals or preferences and takes actions to make them happen.[lower-alpha 4][30] In automated planning, the agent has a specific goal.[31] In automated decision-making, the agent has preferences—there are some situations it would prefer to be in, and some situations it is trying to avoid. The decision-making agent assigns a number to each situation (called the "utility") that measures how much the agent prefers it. For each possible action, it can calculate the "expected utility": the utility of all possible outcomes of the action, weighted by the probability that the outcome will occur. It can then choose the action with the maximum expected utility.[32]
In classical planning, the agent knows exactly what the effect of any action will be.[33] In most real-world problems, however, the agent may not be certain about the situation they are in (it is "unknown" or "unobservable") and it may not know for certain what will happen after each possible action (it is not "deterministic"). It must choose an action by making a probabilistic guess and then reassess the situation to see if the action worked.[34]
Alongside thorough testing and improvement based on previous decisions, having an explanation for why the agent took certain decisions is a way to build trust, especially when the decisions have to be relied upon.[35]
In some problems, the agent's preferences may be uncertain, especially if there are other agents or humans involved. These can be learned (e.g., with inverse reinforcement learning), or the agent can seek information to improve its preferences.[36] Information value theory can be used to weigh the value of exploratory or experimental actions.[37] The space of possible future actions and situations is typically intractably large, so the agents must take actions and evaluate situations while being uncertain of what the outcome will be.
A Markov decision process has a transition model that describes the probability that a particular action will change the state in a particular way and a reward function that supplies the utility of each state and the cost of each action. A policy associates a decision with each possible state. The policy could be calculated (e.g., by iteration), be heuristic, or it can be learned.[38]
Game theory describes the rational behavior of multiple interacting agents and is used in AI programs that make decisions that involve other agents.[39]
Learning
Machine learning is the study of programs that can improve their performance on a given task automatically.[40] It has been a part of AI from the beginning.[lower-alpha 5]
There are several kinds of machine learning. Unsupervised learning analyzes a stream of data and finds patterns and makes predictions without any other guidance.[43] Supervised learning requires labeling the training data with the expected answers, and comes in two main varieties: classification (where the program must learn to predict what category the input belongs in) and regression (where the program must deduce a numeric function based on numeric input).[44]
In reinforcement learning, the agent is rewarded for good responses and punished for bad ones. The agent learns to choose responses that are classified as "good".[45] Transfer learning is when the knowledge gained from one problem is applied to a new problem.[46] Deep learning is a type of machine learning that runs inputs through biologically inspired artificial neural networks for all of these types of learning.[47]
Computational learning theory can assess learners by computational complexity, by sample complexity (how much data is required), or by other notions of optimization.[48]
Natural language processing
Natural language processing (NLP) allows programs to read, write and communicate in human languages.[49] Specific problems include speech recognition, speech synthesis, machine translation, information extraction, information retrieval and question answering.[50]
Early work, based on Noam Chomsky's generative grammar and semantic networks, had difficulty with word-sense disambiguation[lower-alpha 6] unless restricted to small domains called "micro-worlds" (due to the common sense knowledge problem[27]). Margaret Masterman believed that it was meaning and not grammar that was the key to understanding languages, and that thesauri and not dictionaries should be the basis of computational language structure.
Modern deep learning techniques for NLP include word embedding (representing words, typically as vectors encoding their meaning),[51] transformers (a deep learning architecture using an attention mechanism),[52] and others.[53] In 2019, generative pre-trained transformer (or "GPT") language models began to generate coherent text,[54][55] and by 2023, these models were able to get human-level scores on the bar exam, SAT test, GRE test, and many other real-world applications.[56]
Perception
Machine perception is the ability to use input from sensors (such as cameras, microphones, wireless signals, active lidar, sonar, radar, and tactile sensors) to deduce aspects of the world. Computer vision is the ability to analyze visual input.[57]
The field includes speech recognition,[58] image classification,[59] facial recognition, object recognition,[60] object tracking,[61] and robotic perception.[62]
Social intelligence
Affective computing is a field that comprises systems that recognize, interpret, process, or simulate human feeling, emotion, and mood.[64] For example, some virtual assistants are programmed to speak conversationally or even to banter humorously; it makes them appear more sensitive to the emotional dynamics of human interaction, or to otherwise facilitate human–computer interaction.
However, this tends to give naïve users an unrealistic conception of the intelligence of existing computer agents.[65] Moderate successes related to affective computing include textual sentiment analysis and, more recently, multimodal sentiment analysis, wherein AI classifies the effects displayed by a videotaped subject.[66]
General intelligence
A machine with artificial general intelligence would be able to solve a wide variety of problems with breadth and versatility similar to human intelligence.[67]
Techniques
AI research uses a wide variety of techniques to accomplish the goals above.[lower-alpha 2]
Search and optimization
There are two different kinds of search used in AI: state space search and local search:
State space search
State space search searches through a tree of possible states to try to find a goal state.[68] For example, planning algorithms search through trees of goals and subgoals, attempting to find a path to a target goal, a process called means-ends analysis.[69]
Simple exhaustive searches[70] are rarely sufficient for most real-world problems: the search space (the number of places to search) quickly grows to astronomical numbers. The result is a search that is too slow or never completes.[13] "Heuristics" or "rules of thumb" can help prioritize choices that are more likely to reach a goal.[71]
Adversarial search is used for game-playing programs, such as chess or Go. It searches through a tree of possible moves and countermoves, looking for a winning position.[72]
Local search
Local search uses mathematical optimization to find a solution to a problem. It begins with some form of guess and refines it incrementally.[73]
Gradient descent is a type of local search that optimizes a set of numerical parameters by incrementally adjusting them to minimize a loss function. Variants of gradient descent are commonly used to train neural networks,[74] through the backpropagation algorithm.
Another type of local search is evolutionary computation, which aims to iteratively improve a set of candidate solutions by "mutating" and "recombining" them, selecting only the fittest to survive each generation.[75]
Distributed search processes can coordinate via swarm intelligence algorithms. Two popular swarm algorithms used in search are particle swarm optimization (inspired by bird flocking) and ant colony optimization (inspired by ant trails).[76]
Logic
Formal logic is used for reasoning and knowledge representation.[77] Formal logic comes in two main forms: propositional logic (which operates on statements that are true or false and uses logical connectives such as "and", "or", "not" and "implies")[78] and predicate logic (which also operates on objects, predicates and relations and uses quantifiers such as "Every X is a Y" and "There are some Xs that are Ys").[79]
Deductive reasoning in logic is the process of proving a new statement (conclusion) from other statements that are given and assumed to be true (the premises).[80] Proofs can be structured as proof trees, in which nodes are labelled by sentences, and children nodes are connected to parent nodes by inference rules.
Given a problem and a set of premises, problem-solving reduces to searching for a proof tree whose root node is labelled by a solution of the problem and whose leaf nodes are labelled by premises or axioms. In the case of Horn clauses, problem-solving search can be performed by reasoning forwards from the premises or backwards from the problem.[81] In the more general case of the clausal form of first-order logic, resolution is a single, axiom-free rule of inference, in which a problem is solved by proving a contradiction from premises that include the negation of the problem to be solved.[82]
Inference in both Horn clause logic and first-order logic is undecidable, and therefore intractable. However, backward reasoning with Horn clauses, which underpins computation in the logic programming language Prolog, is Turing complete. Moreover, its efficiency is competitive with computation in other symbolic programming languages.[83]
Fuzzy logic assigns a "degree of truth" between 0 and 1. It can therefore handle propositions that are vague and partially true.[84]
Non-monotonic logics, including logic programming with negation as failure, are designed to handle default reasoning.[26] Other specialized versions of logic have been developed to describe many complex domains.
Probabilistic methods for uncertain reasoning
Many problems in AI (including reasoning, planning, learning, perception, and robotics) require the agent to operate with incomplete or uncertain information. AI researchers have devised a number of tools to solve these problems using methods from probability theory and economics.[85] Precise mathematical tools have been developed that analyze how an agent can make choices and plan, using decision theory, decision analysis,[86] and information value theory.[87] These tools include models such as Markov decision processes,[88] dynamic decision networks,[89] game theory and mechanism design.[90]
Bayesian networks[91] are a tool that can be used for reasoning (using the Bayesian inference algorithm),[lower-alpha 7][93] learning (using the expectation–maximization algorithm),[lower-alpha 8][95] planning (using decision networks)[96] and perception (using dynamic Bayesian networks).[89]
Probabilistic algorithms can also be used for filtering, prediction, smoothing, and finding explanations for streams of data, thus helping perception systems analyze processes that occur over time (e.g., hidden Markov models or Kalman filters).[89]
Classifiers and statistical learning methods
The simplest AI applications can be divided into two types: classifiers (e.g., "if shiny then diamond"), on one hand, and controllers (e.g., "if diamond then pick up"), on the other hand. Classifiers[97] are functions that use pattern matching to determine the closest match. They can be fine-tuned based on chosen examples using supervised learning. Each pattern (also called an "observation") is labeled with a certain predefined class. All the observations combined with their class labels are known as a data set. When a new observation is received, that observation is classified based on previous experience.[44]
There are many kinds of classifiers in use.[98] The decision tree is the simplest and most widely used symbolic machine learning algorithm.[99] K-nearest neighbor algorithm was the most widely used analogical AI until the mid-1990s, and Kernel methods such as the support vector machine (SVM) displaced k-nearest neighbor in the 1990s.[100] The naive Bayes classifier is reportedly the "most widely used learner"[101] at Google, due in part to its scalability.[102] Neural networks are also used as classifiers.[103]
Artificial neural networks
An artificial neural network is based on a collection of nodes also known as artificial neurons, which loosely model the neurons in a biological brain. It is trained to recognise patterns; once trained, it can recognise those patterns in fresh data. There is an input, at least one hidden layer of nodes and an output. Each node applies a function and once the weight crosses its specified threshold, the data is transmitted to the next layer. A network is typically called a deep neural network if it has at least 2 hidden layers.[103]
Learning algorithms for neural networks use local search to choose the weights that will get the right output for each input during training. The most common training technique is the backpropagation algorithm.[104] Neural networks learn to model complex relationships between inputs and outputs and find patterns in data. In theory, a neural network can learn any function.[105]
In feedforward neural networks the signal passes in only one direction.[106] The term perceptron typically refers to a single-layer neural network.[107] In contrast, deep learning uses many layers.[108] Recurrent neural networks (RNNs) feed the output signal back into the input, which allows short-term memories of previous input events. Long short-term memory networks (LSTMs) are recurrent neural networks that better preserve longterm dependencies and are less sensitive to the vanishing gradient problem.[109] Convolutional neural networks (CNNs) use layers of kernels to more efficiently process local patterns. This local processing is especially important in image processing, where the early CNN layers typically identify simple local patterns such as edges and curves, with subsequent layers detecting more complex patterns like textures, and eventually whole objects.[110]
Deep learning
Deep learning uses several layers of neurons between the network's inputs and outputs.[108] The multiple layers can progressively extract higher-level features from the raw input. For example, in image processing, lower layers may identify edges, while higher layers may identify the concepts relevant to a human such as digits, letters, or faces.[112]
Deep learning has profoundly improved the performance of programs in many important subfields of artificial intelligence, including computer vision, speech recognition, natural language processing, image classification,[113] and others. The reason that deep learning performs so well in so many applications is not known as of 2021.[114] The sudden success of deep learning in 2012–2015 did not occur because of some new discovery or theoretical breakthrough (deep neural networks and backpropagation had been described by many people, as far back as the 1950s)[lower-alpha 9] but because of two factors: the increase in computer power (including the hundred-fold increase in speed by switching to GPUs) and the availability of vast amounts of training data, especially the giant curated datasets used for benchmark testing, such as ImageNet.[lower-alpha 10]
GPT
Generative pre-trained transformers (GPT) are large language models (LLMs) that generate text based on the semantic relationships between words in sentences. Text-based GPT models are pre-trained on a large corpus of text that can be from the Internet. The pretraining consists of predicting the next token (a token being usually a word, subword, or punctuation). Throughout this pretraining, GPT models accumulate knowledge about the world and can then generate human-like text by repeatedly predicting the next token. Typically, a subsequent training phase makes the model more truthful, useful, and harmless, usually with a technique called reinforcement learning from human feedback (RLHF). Current GPT models are prone to generating falsehoods called "hallucinations". These can be reduced with RLHF and quality data, but the problem has been getting worse for reasoning systems.[122] Such systems are used in chatbots, which allow people to ask a question or request a task in simple text.[123][124]
Current models and services include ChatGPT, Claude, Gemini, Copilot, and Meta AI.[125] Multimodal GPT models can process different types of data (modalities) such as images, videos, sound, and text.[126]
Hardware and software
In the late 2010s, graphics processing units (GPUs) that were increasingly designed with AI-specific enhancements and used with specialized TensorFlow software had replaced previously used central processing unit (CPUs) as the dominant means for large-scale (commercial and academic) machine learning models' training.[127] Specialized programming languages such as Prolog were used in early AI research,[128] but general-purpose programming languages like Python have become predominant.[129]
The transistor density in integrated circuits has been observed to roughly double every 18 months—a trend known as Moore's law, named after the Intel co-founder Gordon Moore, who first identified it. Improvements in GPUs have been even faster,[130] a trend sometimes called Huang's law,[131] named after Nvidia co-founder and CEO Jensen Huang.
Applications
AI and machine learning technology is used in most of the essential applications of the 2020s, including:
- search engines (such as Google Search)
- targeting online advertisements
- recommendation systems (offered by Netflix, YouTube or Amazon) driving internet traffic
- targeted advertising (AdSense, Facebook)
- virtual assistants (such as Siri or Alexa)
- autonomous vehicles (including drones, ADAS and self-driving cars)
- automatic language translation (Microsoft Translator, Google Translate)
- facial recognition (Apple's FaceID or Microsoft's DeepFace and Google's FaceNet)
- image labeling (used by Facebook, Apple's Photos and TikTok).
The deployment of AI may be overseen by a chief automation officer (CAO).
Health and medicine
It has been suggested that AI can overcome discrepancies in funding allocated to different fields of research.[132]
AlphaFold 2 (2021) demonstrated the ability to approximate, in hours rather than months, the 3D structure of a protein.[133] In 2023, it was reported that AI-guided drug discovery helped find a class of antibiotics capable of killing two different types of drug-resistant bacteria.[134] In 2024, researchers used machine learning to accelerate the search for Parkinson's disease drug treatments. Their aim was to identify compounds that block the clumping, or aggregation, of alpha-synuclein (the protein that characterises Parkinson's disease). They were able to speed up the initial screening process ten-fold and reduce the cost by a thousand-fold.[135][136]
Gaming
Game playing programs have been used since the 1950s to demonstrate and test AI's most advanced techniques.[137] Deep Blue became the first computer chess-playing system to beat a reigning world chess champion, Garry Kasparov, on 11 May 1997.[138] In 2011, in a Jeopardy! quiz show exhibition match, IBM's question answering system, Watson, defeated the two greatest Jeopardy! champions, Brad Rutter and Ken Jennings, by a significant margin.[139] In March 2016, AlphaGo won 4 out of 5 games of Go in a match with Go champion Lee Sedol, becoming the first computer Go-playing system to beat a professional Go player without handicaps. Then, in 2017, it defeated Ke Jie, who was the best Go player in the world.[140] Other programs handle imperfect-information games, such as the poker-playing program Pluribus.[141] DeepMind developed increasingly generalistic reinforcement learning models, such as with MuZero, which could be trained to play chess, Go, or Atari games.[142] In 2019, DeepMind's AlphaStar achieved grandmaster level in StarCraft II, a particularly challenging real-time strategy game that involves incomplete knowledge of what happens on the map.[143] In 2021, an AI agent competed in a PlayStation Gran Turismo competition, winning against four of the world's best Gran Turismo drivers using deep reinforcement learning.[144] In 2024, Google DeepMind introduced SIMA, a type of AI capable of autonomously playing nine previously unseen open-world video games by observing screen output, as well as executing short, specific tasks in response to natural language instructions.[145]
Mathematics
In mathematics, probabilistic large language models are versatile, but can also produce wrong answers in the form of hallucinations. The Alibaba Group developed a version of its Qwen models called Qwen2-Math, that achieved state-of-the-art performance on several mathematical benchmarks, including 84% accuracy on the MATH dataset of competition mathematics problems.[146] In January 2025, Microsoft proposed the technique rStar-Math that leverages Monte Carlo tree search and step-by-step reasoning, enabling a relatively small language model like Qwen-7B to solve 53% of the AIME 2024 and 90% of the MATH benchmark problems.[147] Google DeepMind has developed models for solving mathematical problems: AlphaTensor, AlphaGeometry, AlphaProof and AlphaEvolve.[148][149]
When natural language is used to describe mathematical problems, converters can transform such prompts into a formal language such as Lean to define mathematical tasks. The experimental model Gemini Deep Think accepts natural language prompts directly and achieved gold medal results in the International Math Olympiad of 2025.[150]
Topological deep learning integrates various topological approaches.
Finance
According to Nicolas Firzli, director of the World Pensions & Investments Forum, it may be too early to see the emergence of highly innovative AI-informed financial products and services. He argues that "the deployment of AI tools will simply further automatise things: destroying tens of thousands of jobs in banking, financial planning, and pension advice in the process, but I'm not sure it will unleash a new wave of [e.g., sophisticated] pension innovation."[151]
Military
Various countries are deploying AI military applications.[152] The main applications enhance command and control, communications, sensors, integration and interoperability.[153] Research is targeting intelligence collection and analysis, logistics, cyber operations, information operations, and semiautonomous and autonomous vehicles.[152] AI technologies enable coordination of sensors and effectors, threat detection and identification, marking of enemy positions, target acquisition, coordination and deconfliction of distributed Joint Fires between networked combat vehicles, both human-operated and autonomous.[153]
AI has been used in military operations in Iraq, Syria, Israel and Ukraine.[152][154][155][156]
Generative AI
Agents
AI agents are software entities designed to perceive their environment, make decisions, and take actions autonomously to achieve specific goals. These agents can interact with users, their environment, or other agents. AI agents are used in various applications, including virtual assistants, chatbots, autonomous vehicles, game-playing systems, and industrial robotics. AI agents operate within the constraints of their programming, available computational resources, and hardware limitations. This means they are restricted to performing tasks within their defined scope and have finite memory and processing capabilities. In real-world applications, AI agents often face time constraints for decision-making and action execution. Many AI agents incorporate learning algorithms, enabling them to improve their performance over time through experience or training. Using machine learning, AI agents can adapt to new situations and optimise their behaviour for their designated tasks.[157][158][159]
Web search
Microsoft introduced Copilot Search in February 2023 under the name Bing Chat. Copilot Search provides AI-generated summaries.[160]
Google introduced an AI Mode at its Google I/O event on 20 May 2025.[161]
Sexuality
Applications of AI in this domain include AI-enabled menstruation and fertility trackers that analyze user data to offer predictions,[162] AI-integrated sex toys (e.g., teledildonics),[163] AI-generated sexual education content,[164] and AI agents that simulate sexual and romantic partners (e.g., Replika).[165] AI is also used for the production of non-consensual deepfake pornography, raising significant ethical and legal concerns.[166]
AI technologies have also been used to attempt to identify online gender-based violence and online sexual grooming of minors.[167][168]
Other industry-specific tasks
In a 2017 survey, one in five companies reported having incorporated "AI" in some offerings or processes.[169]
In the field of evacuation and disaster management, AI has been used to investigate patterns in large-scale and small-scale evacuations using historical data from GPS, videos or social media.[170][171][172]
During the 2024 Indian elections, US$50 million was spent on authorized AI-generated content, notably by creating deepfakes of allied (including sometimes deceased) politicians to better engage with voters, and by translating speeches to various local languages.[173]
The use of generative AI by law firms for legal research resulted in the creation of the global "AI Hallucination Cases" database, in April 2025, established by HEC Paris and Sciences Po legal data analysis lecturer Damien Charlotin.[174][175] By 2026, judges had issued sanctions and bar associations had issued warnings due to attorney submissions to the courts containing fabricated case law citations hallucinated by AI tools.[176]
Ethics
AI has potential benefits and potential risks.[179] AI may be able to advance science and find solutions for serious problems: Demis Hassabis of DeepMind hopes to "solve intelligence, and then use that to solve everything else".[180] However, as the use of AI has become widespread, several unintended consequences and risks have been identified.[181][182] In-production systems can sometimes not factor ethics and bias into their AI training processes, especially when the AI algorithms are inherently unexplainable in deep learning.[183]
Risks and harm
Privacy and copyright
Machine learning algorithms require large amounts of data. The techniques used to acquire this data have raised concerns about privacy, surveillance and copyright.
AI-powered devices and services, such as virtual assistants and IoT products, continuously collect personal information, raising concerns about intrusive data gathering and unauthorized access by third parties. The loss of privacy is further exacerbated by AI's ability to process and combine vast amounts of data, potentially leading to a surveillance society where individual activities are constantly monitored and analyzed without adequate safeguards or transparency.
Sensitive user data collected may include online activity records, geolocation data, video, or audio.[184] For example, in order to build speech recognition algorithms, Amazon has recorded millions of private conversations and allowed temporary workers to listen to and transcribe some of them.[185] Opinions about this widespread surveillance range from those who see it as a necessary evil to those for whom it is clearly unethical and a violation of the right to privacy.[186]
AI developers argue that this is the only way to deliver valuable applications and have developed several techniques that attempt to preserve privacy while still obtaining the data, such as data aggregation, de-identification and differential privacy.[187] Since 2016, some privacy experts, such as Cynthia Dwork, have begun to view privacy in terms of fairness. Brian Christian wrote that experts have pivoted "from the question of 'what they know' to the question of 'what they're doing with it'."[188]
Generative AI is often trained on unlicensed copyrighted works, including in domains such as images or computer code; the output is then used under the rationale of "fair use". Experts disagree about how well and under what circumstances this rationale will hold up in courts of law; relevant factors may include "the purpose and character of the use of the copyrighted work" and "the effect upon the potential market for the copyrighted work".[189][190] Website owners can indicate that they do not want their content scraped via a "robots.txt" file.[191] However, some companies will scrape content regardless[192][193] because the robots.txt file has no real authority. In 2023, leading authors (including John Grisham and Jonathan Franzen) sued AI companies for using their work to train generative AI.[194][195] Another discussed approach is to envision a separate sui generis system of protection for creations generated by AI to ensure fair attribution and compensation for human authors.[196]
Dominance by tech giants
The commercial AI scene is dominated by Big Tech companies such as Alphabet Inc., Amazon, Apple Inc., Meta Platforms, and Microsoft.[197][198][199] Some of these players already own the vast majority of existing cloud infrastructure and computing power from data centers, allowing them to entrench further in the marketplace.[200][201]
Power needs and environmental impacts
Technology companies have built electricity and artificial intelligence infrastructure to facilitate the AI boom of the 2020s. A 2025 report from the consulting firm McKinsey & Company estimated that by 2030, $2.7 trillion would be invested into AI infrastructure and data centers in the US, surpassing World War II's Manhattan Project every month.[203]
In January 2024, the International Energy Agency (IEA) released Electricity 2024, Analysis and Forecast to 2026.[204] This is the first IEA report to make projections for data centers and power consumption by AI and cryptocurrency. The report states that power demand for these uses might double by 2026, with the additional power consumption equaling that of Japan.[205]
Power consumption by AI is responsible for an increase in fossil fuel use, and has delayed closings of obsolete, carbon-emitting coal energy facilities. A ChatGPT search involves the use of 10 times the electrical energy as a Google search.[206]
A 2024 Goldman Sachs Research Paper, AI Data Centers and the Coming US Power Demand Surge, found "US power demand (is) likely to experience growth not seen in a generation...." and forecasts that, by 2030, US data centers will consume 8% of US power, as opposed to 3% in 2022, presaging growth for the electrical power generation industry by a variety of means.[207] Data centers' need for more and more electrical power is such that they might max out the electrical grid. The Big Tech companies counter that AI can be used to maximize the utilization of the grid by all.[208]
In 2024, The Wall Street Journal reported that big AI companies have begun negotiations with the US nuclear power providers to provide electricity to the data centers. In March 2024 Amazon purchased a Pennsylvania nuclear-powered data center for US$650 million.[209]
In September 2024, Microsoft announced an agreement with Constellation Energy to re-open the Three Mile Island nuclear power plant to provide Microsoft with 100% of all electric power produced by the plant for 20 years. Reopening the plant, which suffered a partial nuclear meltdown of its Unit 2 reactor in 1979, will require Constellation to get through strict regulatory processes which will include extensive safety scrutiny from the US Nuclear Regulatory Commission. If approved (this will be the first ever US re-commissioning of a nuclear plant), over 835 megawatts of power – enough for 800,000 homes – of energy will be produced. The cost for re-opening and upgrading is estimated at US$1.6 billion and is dependent on tax breaks for nuclear power contained in the 2022 US Inflation Reduction Act.[210] As of 2024, the US government and the state of Michigan have been investing almost US$2 billion to reopen the Palisades Nuclear reactor on Lake Michigan. Closed since 2022, the plant was planned to be reopened in October 2025.[211]
After the last approval in September 2023, Taiwan suspended the approval of data centers north of Taoyuan with a capacity of more than 5 MW in 2024, due to power supply shortages.[212] Taiwan aims to phase out nuclear power by 2025.[212]
Singapore imposed a ban on the opening of data centers in 2019 due to electric power, but in 2022, lifted this ban.[212]
Although most nuclear plants in Japan have been shut down after the 2011 Fukushima nuclear accident, according to an October 2024 Bloomberg article in Japanese, cloud gaming services company Ubitus, in which Nvidia has a stake, is looking for land in Japan near a nuclear power plant for a new data center for generative AI.[213]
On 1 November 2024, the Federal Energy Regulatory Commission (FERC) rejected an application submitted by Talen Energy for approval to supply some electricity from the nuclear power station Susquehanna to Amazon's data center.[214] According to the Commission Chairman Willie L. Phillips, it is a burden on the electricity grid as well as a significant cost shifting concern to households and other business sectors.[214]
In 2025, a report prepared by the IEA estimated the greenhouse gas emissions from the energy consumption of AI at 180 million tons. By 2035, these emissions could rise to 300–500 million tonnes depending on what measures will be taken. This is below 1.5% of the energy sector emissions. The emissions reduction potential of AI was estimated at 5% of the energy sector emissions, but rebound effects (for example if people switch from public transport to autonomous cars) can reduce it.[215]
Misinformation
YouTube, Facebook and others use recommender systems to guide users to more content. These AI programs were given the goal of maximizing user engagement (that is, the only goal was to keep people watching). The AI learned that users tended to choose misinformation, conspiracy theories, and extreme partisan content, and, to keep them watching, the AI recommended more of it. Users also tended to watch more content on the same subject, so the AI led people into filter bubbles where they received multiple versions of the same misinformation.[216] This convinced many users that the misinformation was true, and ultimately undermined trust in institutions, the media and the government.[217] The AI program had correctly learned to maximize its goal, but the result was harmful to society. After the U.S. election in 2016, major technology companies took some steps to mitigate the problem.[218]
In the early 2020s, generative AI began to create images, audio, and texts that are virtually indistinguishable from real photographs, recordings, or human writing,[219] while realistic AI-generated videos became feasible in the mid-2020s.[220][221][222] It is possible for bad actors to use this technology to create massive amounts of misinformation or propaganda;[223] one such potential malicious use is deepfakes for computational propaganda.[224] AI pioneer and Nobel Prize-winning computer scientist Geoffrey Hinton expressed concern about AI enabling "authoritarian leaders to manipulate their electorates" on a large scale, among other risks.[225] The ability to influence electorates has been proved in at least one study. This same study shows more inaccurate statements from the models when they advocate for candidates of the political right.[226]
AI researchers at Microsoft, OpenAI, universities and other organisations have suggested using "personhood credentials" as a way to overcome online deception enabled by AI models.[227]
Algorithmic bias and fairness
Machine learning applications can be biased[lower-alpha 11] if they learn from biased data.[229] The developers may not be aware that the bias exists.[230] Discriminatory behavior by some LLMs can be observed in their output.[231] Bias can be introduced by the way training data is selected and by the way a model is deployed.[232][229] If a biased algorithm is used to make decisions that can seriously harm people (as it can in medicine, finance, recruitment, housing or policing) then the algorithm may cause discrimination.[233] The field of fairness studies how to prevent harms from algorithmic biases.
On 28 June 2015, Google Photos's new image labeling feature mistakenly identified Jacky Alcine and a friend as "gorillas" because they were black. The system was trained on a dataset that contained very few images of black people,[234] a problem called "sample size disparity".[235] Google "fixed" this problem by preventing the system from labelling anything as a "gorilla". Eight years later, in 2023, Google Photos still could not identify a gorilla, and neither could similar products from Apple, Facebook, Microsoft and Amazon.[236]
COMPAS is a commercial program widely used by U.S. courts to assess the likelihood of a defendant becoming a recidivist. In 2016, Julia Angwin at ProPublica discovered that COMPAS exhibited racial bias, despite the fact that the program was not told the races of the defendants. Although the error rate for both whites and blacks was calibrated equal at exactly 61%, the errors for each race were different—the system consistently overestimated the chance that a black person would re-offend and would underestimate the chance that a white person would not re-offend.[237] In 2017, several researchers[lower-alpha 12] showed that it was mathematically impossible for COMPAS to accommodate all possible measures of fairness when the base rates of re-offense were different for whites and blacks in the data.[239]
A program can make biased decisions even if the data does not explicitly mention a problematic feature (such as "race" or "gender"). The feature will correlate with other features (like "address", "shopping history" or "first name"), and the program will make the same decisions based on these features as it would on "race" or "gender".[240] Moritz Hardt said "the most robust fact in this research area is that fairness through blindness doesn't work."[241]
Criticism of COMPAS highlighted that machine learning models are designed to make "predictions" that are only valid if we assume that the future will resemble the past. If they are trained on data that includes the results of racist decisions in the past, machine learning models must predict that racist decisions will be made in the future. If an application then uses these predictions as recommendations, some of these "recommendations" will likely be racist.[242] Thus, machine learning is not well suited to help make decisions in areas where there is hope that the future will be better than the past. It is descriptive rather than prescriptive.[lower-alpha 13]
Bias and unfairness may go undetected because the developers are overwhelmingly white and male: among AI engineers, about 4% are black and 20% are women.[235]
There are various conflicting definitions and mathematical models of fairness. These notions depend on ethical assumptions, and are influenced by beliefs about society. One broad category is distributive fairness, which focuses on the outcomes, often identifying groups and seeking to compensate for statistical disparities. Representational fairness tries to ensure that AI systems do not reinforce negative stereotypes or render certain groups invisible. Procedural fairness focuses on the decision process rather than the outcome. The most relevant notions of fairness may depend on the context, notably the type of AI application and the stakeholders. The subjectivity in the notions of bias and fairness makes it difficult for companies to operationalize them. Having access to sensitive attributes such as race or gender is also considered by many AI ethicists to be necessary in order to compensate for biases, but it may conflict with anti-discrimination laws.[228]
At the 2022 ACM Conference on Fairness, Accountability, and Transparency a paper reported that a CLIP‑based (Contrastive Language-Image Pre-training) robotic system reproduced harmful gender‑ and race‑linked stereotypes in a simulated manipulation task. The authors recommended robot‑learning methods which physically manifest such harms be "paused, reworked, or even wound down when appropriate, until outcomes can be proven safe, effective, and just."[244][245][246]
Lack of transparency
Many AI systems are so complex that their designers cannot explain how they reach their decisions.[247] Particularly with deep neural networks, in which there are many non-linear relationships between inputs and outputs. But some popular explainability techniques exist.[248]
It is impossible to be certain that a program is operating correctly if no one knows how exactly it works. There have been many cases where a machine learning program passed rigorous tests, but nevertheless learned something different than what the programmers intended. For example, a system that could identify skin diseases better than medical professionals was found to actually have a strong tendency to classify images with a ruler as "cancerous", because pictures of malignancies typically include a ruler to show the scale.[249] Another machine learning system designed to help effectively allocate medical resources was found to classify patients with asthma as being at "low risk" of dying from pneumonia. Having asthma is actually a severe risk factor, but since the patients having asthma would usually get much more medical care, they were relatively unlikely to die according to the training data. The correlation between asthma and low risk of dying from pneumonia was real, but misleading.[250]
People who have been harmed by an algorithm's decision have a right to an explanation.[251] Doctors, for example, are expected to clearly and completely explain to their colleagues the reasoning behind any decision they make. Early drafts of the European Union's General Data Protection Regulation in 2016 included an explicit statement that this right exists.[lower-alpha 14] Industry experts noted that this is an unsolved problem with no solution in sight. Regulators argued that nevertheless the harm is real: if the problem has no solution, the tools should not be used.[252]
DARPA established the XAI ("Explainable Artificial Intelligence") program in 2014 to try to solve these problems.[253]
Several approaches aim to address the transparency problem. SHAP enables to visualise the contribution of each feature to the output.[254] LIME can locally approximate a model's outputs with a simpler, interpretable model.[255] Multitask learning provides a large number of outputs in addition to the target classification. These other outputs can help developers deduce what the network has learned.[256] Deconvolution, DeepDream and other generative methods can allow developers to see what different layers of a deep network for computer vision have learned, and produce output that can suggest what the network is learning.[257] For generative pre-trained transformers, Anthropic developed a technique based on dictionary learning that associates patterns of neuron activations with human-understandable concepts.[258]
Bad actors and weaponized AI
Artificial intelligence provides a number of tools that are useful to bad actors, such as authoritarian governments, terrorists, criminals or rogue states.
A lethal autonomous weapon is a machine that locates, selects and engages human targets without human supervision.[lower-alpha 15] Widely available AI tools can be used by bad actors to develop inexpensive autonomous weapons and, if produced at scale, they are potentially weapons of mass destruction.[260] Even when used in conventional warfare, they currently cannot reliably choose targets and could potentially kill an innocent person.[260] In 2014, 30 nations (including China) supported a ban on autonomous weapons under the United Nations' Convention on Certain Conventional Weapons, however the United States and others disagreed.[261] By 2015, over fifty countries were reported to be researching battlefield robots.[262]
AI tools make it easier for authoritarian governments to efficiently control their citizens in several ways. Face and voice recognition allow widespread surveillance. Machine learning, operating this data, can classify potential enemies of the state and prevent them from hiding. Recommendation systems can precisely target propaganda and misinformation for maximum effect. Deepfakes and generative AI aid in producing misinformation. Advanced AI can make authoritarian centralized decision-making more competitive than liberal and decentralized systems such as markets. It lowers the cost and difficulty of digital warfare and advanced spyware.[263] All these technologies have been available since 2020 or earlier—AI facial recognition systems are already being used for mass surveillance in China.[264][265]
There are many other ways in which AI is expected to help bad actors, some of which can not be foreseen. For example, machine-learning AI is able to design tens of thousands of toxic molecules in a matter of hours.[266]
Technological unemployment
Economists have frequently highlighted the risks of redundancies from AI, and speculated about unemployment if there is no adequate social policy for full employment.[267]
In the past, technology has tended to increase rather than reduce total employment, but economists acknowledge that "we're in uncharted territory" with AI.[268] A survey of economists showed disagreement about whether the increasing use of robots and AI will cause a substantial increase in long-term unemployment, but they generally agree that it could be a net benefit if productivity gains are redistributed.[269] Risk estimates vary; for example, in the 2010s, Michael Osborne and Carl Benedikt Frey estimated 47% of U.S. jobs are at "high risk" of potential automation, while an OECD report classified only 9% of U.S. jobs as "high risk".[lower-alpha 16][271] The methodology of speculating about future employment levels has been criticised as lacking evidential foundation, and for implying that technology, rather than social policy, creates unemployment, as opposed to redundancies.[267] In April 2023, it was reported that 70% of the jobs for Chinese video game illustrators had been eliminated by generative artificial intelligence.[272][273] Early-career workers showed decreasing employment rates in some AI-exposed occupations.[274]
Unlike previous waves of automation, many middle-class jobs may be eliminated by artificial intelligence; The Economist stated in 2015 that "the worry that AI could do to white-collar jobs what steam power did to blue-collar ones during the Industrial Revolution" is "worth taking seriously".[275] Jobs at extreme risk range from paralegals to fast food cooks, while job demand is likely to increase for care-related professions ranging from personal healthcare to the clergy.[276] In July 2025, Ford CEO Jim Farley predicted that "artificial intelligence is going to replace literally half of all white-collar workers in the U.S."[277]
From the early days of the development of artificial intelligence, there have been arguments, for example, those put forward by Joseph Weizenbaum, about whether tasks that can be done by computers actually should be done by them, given the difference between computers and humans, and between quantitative calculation and qualitative, value-based judgement.[278]
Substitution for human–human interaction
With the increase of loneliness in the early 21st century, AI is sometimes identified as a potential source of relief to this problem. It would be possible, via human-like qualities built into AI products,[279] for individuals to assume that this need can be met by artificial means.[280][281] In some cases, people approach artificial intelligence for companionship when they believe that they would not find acceptance due to feeling outcast.[282] Examples of harm coming to humans from advanced chatbots have been reported in courts in the United States, with AI companies accused of creating products that endanger humans through emotional confusion or deception.[283][284]
Existential risk
Recent public debates in artificial intelligence have increasingly focused on its broader societal and ethical implications. It has been argued AI will become so powerful that humanity may irreversibly lose control of it. This could, as physicist Stephen Hawking stated, "spell the end of the human race".[285] This scenario has been common in science fiction, when a computer or robot suddenly develops a human-like "self-awareness" (or "sentience" or "consciousness") and becomes a malevolent character.[lower-alpha 17] These sci-fi scenarios are misleading in several ways.
First, AI does not require human-like sentience to be an existential risk. Modern AI programs are given specific goals and use learning and intelligence to achieve them. Philosopher Nick Bostrom argued that if one gives almost any goal to a sufficiently powerful AI, it may choose to destroy humanity to achieve it (he used the example of an automated paperclip factory that destroys the world to get more iron for paperclips).[287] Stuart Russell gives the example of household robot that tries to find a way to kill its owner to prevent it from being unplugged, reasoning that "you can't fetch the coffee if you're dead."[288] In order to be safe for humanity, a superintelligence would have to be genuinely aligned with humanity's morality and values so that it is "fundamentally on our side".[289]
Second, Yuval Noah Harari argues that AI does not require a robot body or physical control to pose an existential risk. The essential parts of civilization are not physical. Things like ideologies, law, government, money and the economy are built on language; they exist because there are stories that billions of people believe. The current prevalence of misinformation suggests that an AI could use language to convince people to believe anything, even to take actions that are destructive.[290] Geoffrey Hinton said in 2025 that modern AI is particularly "good at persuasion" and getting better all the time. He asks "Suppose you wanted to invade the capital of the US. Do you have to go there and do it yourself? No. You just have to be good at persuasion."[291]
The opinions amongst experts and industry insiders are mixed, with sizable fractions both concerned and unconcerned by risk from eventual superintelligent AI.[292] Personalities such as Stephen Hawking, Bill Gates, and Elon Musk,[293] as well as AI pioneers such as Geoffrey Hinton, Yoshua Bengio, Stuart Russell, Demis Hassabis, and Sam Altman, have expressed concerns about existential risk from AI.
In May 2023, Geoffrey Hinton announced his resignation from Google in order to be able to "freely speak out about the risks of AI" without "considering how this impacts Google".[294] He notably mentioned risks of an AI takeover,[295] and stressed that in order to avoid the worst outcomes, establishing safety guidelines will require cooperation among those competing in use of AI.[296]
In 2023, many leading AI experts endorsed the joint statement that "Mitigating the risk of extinction from AI should be a global priority alongside other societal-scale risks such as pandemics and nuclear war".[297]
Some other researchers were more optimistic. AI pioneer Jürgen Schmidhuber did not sign the joint statement, emphasising that in 95% of all cases, AI research is about making "human lives longer and healthier and easier."[298] While the tools that are now being used to improve lives can also be used by bad actors, "they can also be used against the bad actors."[299][300] Andrew Ng also argued that "it's a mistake to fall for the doomsday hype on AI—and that regulators who do will only benefit vested interests."[301] Yann LeCun, a Turing Award winner, disagreed with the idea that AI will subordinate humans "simply because they are smarter, let alone destroy [us]",[302] "scoff[ing] at his peers' dystopian scenarios of supercharged misinformation and even, eventually, human extinction." In contrast, he claimed that "intelligent machines will usher in a new renaissance for humanity, a new era of enlightenment."[303] In the early 2010s, experts argued that the risks are too distant in the future to warrant research or that humans will be valuable from the perspective of a superintelligent machine.[304] However, after 2016, the study of current and future risks and possible solutions became a serious area of research.[305]
Ethical machines and alignment
Friendly AI are machines that have been designed from the beginning to minimize risks and to make choices that benefit humans. Eliezer Yudkowsky, who coined the term, argues that developing friendly AI should be a higher research priority: it may require a large investment and it must be completed before AI becomes an existential risk.[306]
Machines with intelligence have the potential to use their intelligence to make ethical decisions. The field of machine ethics provides machines with ethical principles and procedures for resolving ethical dilemmas.[307] The field of machine ethics is also called computational morality,[307] and was founded at an AAAI symposium in 2005.[308]
Other approaches include Wendell Wallach's "artificial moral agents"[309] and Stuart J. Russell's three principles for developing provably beneficial machines.[310]
Open source
Active organizations in the AI open-source community include Hugging Face,[311] Google,[312] EleutherAI and Meta.[313] Various AI models, such as Llama 2, Mistral or Stable Diffusion, have been made open-weight,[314][315] meaning that their architecture and trained parameters (the "weights") are publicly available. Open-weight models can be freely fine-tuned, which allows companies to specialize them with their own data and for their own use-case.[316] Open-weight models are useful for research and innovation but can also be misused. Since they can be fine-tuned, any built-in security measure, such as objecting to harmful requests, can be trained away until it becomes ineffective. Some researchers warn that future AI models may develop dangerous capabilities (such as the potential to drastically facilitate bioterrorism) and that once released on the Internet, they cannot be deleted everywhere if needed. They recommend pre-release audits and cost-benefit analyses.[317]
Frameworks
Artificial intelligence projects can be guided by ethical considerations during the design, development, and implementation of an AI system. An AI framework such as the Care and Act Framework, developed by the Alan Turing Institute and based on the SUM values, outlines four main ethical dimensions, defined as follows:[318][319]
- Respect the dignity of individual people
- Connect with other people sincerely, openly, and inclusively
- Care for the wellbeing of everyone
- Protect social values, justice, and the public interest
Other developments in ethical frameworks include those decided upon during the Asilomar Conference, the Montreal Declaration for Responsible AI, and the IEEE's Ethics of Autonomous Systems initiative, among others;[320] however, these principles are not without criticism, especially regarding the people chosen to contribute to these frameworks.[321]
Promotion of the wellbeing of the people and communities that these technologies affect requires consideration of the social and ethical implications at all stages of AI system design, development and implementation, and collaboration between job roles such as data scientists, product managers, data engineers, domain experts, and delivery managers.[322]
The UK AI Safety Institute released in 2024 a testing toolset called 'Inspect' for AI safety evaluations available under an MIT open-source licence which is freely available on GitHub and can be improved with third-party packages. It can be used to evaluate AI models in a range of areas including core knowledge, ability to reason, and autonomous capabilities.[323]
Regulation
The regulation of artificial intelligence is the development of public sector policies and laws for promoting and regulating AI; it is therefore related to the broader regulation of algorithms.[324] The regulatory and policy landscape for AI is an emerging issue in jurisdictions globally.[325] According to AI Index at Stanford, the annual number of AI-related laws passed in the 127 survey countries jumped from one passed in 2016 to 37 passed in 2022 alone.[326][327] Between 2016 and 2020, more than 30 countries adopted dedicated strategies for AI.[328] Most EU member states had released national AI strategies, as had Canada, China, India, Japan, Mauritius, the Russian Federation, Saudi Arabia, United Arab Emirates, U.S., and Vietnam. Others were in the process of elaborating their own AI strategy, including Bangladesh, Malaysia and Tunisia.[328] The Global Partnership on Artificial Intelligence was launched in June 2020, stating a need for AI to be developed in accordance with human rights and democratic values, to ensure public confidence and trust in the technology.[328] Henry Kissinger, Eric Schmidt, and Daniel Huttenlocher published a joint statement in November 2021 calling for a government commission to regulate AI.[329] In 2023, OpenAI leaders published recommendations for the governance of superintelligence, which they believe may happen in less than 10 years.[330] In 2023, the United Nations also launched an advisory body to provide recommendations on AI governance; the body comprises technology company executives, government officials and academics.[331] On 1 August 2024, the EU Artificial Intelligence Act entered into force, establishing the first comprehensive EU-wide AI regulation.[332] In 2024, the Council of Europe created the first international legally binding treaty on AI, called the "Framework Convention on Artificial Intelligence and Human Rights, Democracy and the Rule of Law". It was adopted by the European Union, the United States, the United Kingdom, and other signatories.[333]
In a 2022 Ipsos survey, attitudes towards AI varied greatly by country; 78% of Chinese citizens, but only 35% of Americans, agreed that "products and services using AI have more benefits than drawbacks".[326] A 2023 Reuters/Ipsos poll found that 61% of Americans agree, and 22% disagree, that AI poses risks to humanity.[334] In a 2023 Fox News poll, 35% of Americans thought it "very important", and an additional 41% thought it "somewhat important", for the federal government to regulate AI, versus 13% responding "not very important" and 8% responding "not at all important".[335][336]
In November 2023, the first global AI Safety Summit was held in Bletchley Park in the UK to discuss the near and far term risks of AI and the possibility of mandatory and voluntary regulatory frameworks.[337] 28 countries including the United States, China, and the European Union issued a declaration at the start of the summit, calling for international co-operation to manage the challenges and risks of artificial intelligence.[338][339] In May 2024 at the AI Seoul Summit, 16 global AI tech companies agreed to safety commitments on the development of AI.[340][341]
In March 2026, the United Nations convened the inaugural meeting of the Independent International Scientific Panel on AI, a 40-member expert body established under the Global Digital Compact to produce annual evidence-based reports on AI's societal impacts.[342]
History
The study of mechanical or "formal" reasoning began with philosophers and mathematicians in antiquity. The study of logic led directly to Alan Turing's theory of computation, which suggested that a machine, by shuffling symbols as simple as "0" and "1", could simulate any conceivable form of mathematical reasoning.[344][345] This, along with concurrent discoveries in cybernetics, information theory and neurobiology, led researchers to consider the possibility of building an "electronic brain".[lower-alpha 18] They developed several areas of research that would become part of AI,[347] such as McCulloch and Pitts design for "artificial neurons" in 1943,[115] and Turing's influential 1950 paper 'Computing Machinery and Intelligence', which introduced the Turing test and showed that "machine intelligence" was plausible.[348][345]
The field of AI research was founded at a workshop at Dartmouth College in 1956.[lower-alpha 19][4] The first AI program, Logic Theorist, was presented at the workshop, created by future Turing Award winner Allen Newell and future Nobel Laureate Herbert A. Simon, in collaboration with J. C. Shaw. Many of the workshop attendees became the leaders of AI research in the 1960s.[lower-alpha 20] They and their students produced programs that the press described as "astonishing":[lower-alpha 21] computers were learning checkers strategies, solving word problems in algebra, proving logical theorems and speaking English.[lower-alpha 22][5] Artificial intelligence laboratories were set up at a number of British and U.S. universities in the latter 1950s and early 1960s.[345]
Researchers in the 1960s and the 1970s were convinced that their methods would eventually succeed in creating a machine with general intelligence and considered this the goal of their field.[352] In 1965 Herbert Simon predicted, "machines will be capable, within twenty years, of doing any work a man can do".[353] In 1967 Marvin Minsky agreed, writing that "within a generation ... the problem of creating 'artificial intelligence' will substantially be solved".[354] They had, however, underestimated the difficulty of the problem.[lower-alpha 23] In 1974, both the U.S. and British governments cut off exploratory research in response to the criticism of Sir James Lighthill[356] and ongoing pressure from the U.S. Congress to fund more productive projects.[357] Minsky and Papert's book Perceptrons was understood as proving that artificial neural networks would never be useful for solving real-world tasks, thus discrediting the approach altogether.[358] The "AI winter", a period when obtaining funding for AI projects was difficult, followed.[7]
In the early 1980s, AI research was revived by the commercial success of expert systems,[359] a form of AI program that simulated the knowledge and analytical skills of human experts. By 1985, the market for AI had reached over a billion dollars. At the same time, Japan's fifth generation computer project inspired the U.S. and British governments to restore funding for academic research.[6] However, beginning with the collapse of the Lisp Machine market in 1987, AI once again fell into disrepute, and a second, longer-lasting winter began.[8]
Up to this point, most of AI's funding had gone to projects that used high-level symbols to represent mental objects like plans, goals, beliefs, and known facts. In the 1980s, some researchers began to doubt that this approach would be able to imitate all the processes of human cognition, especially perception, robotics, learning and pattern recognition,[360] and began to look into "sub-symbolic" approaches.[361] Rodney Brooks rejected "representation" in general and focussed directly on engineering machines that move and survive.[lower-alpha 24] Judea Pearl, Lotfi Zadeh, and others developed methods that handled incomplete and uncertain information by making reasonable guesses rather than precise logic.[85][366] But the most important development was the revival of "connectionism", including neural network research, by Geoffrey Hinton and others.[367] In 1990, Yann LeCun successfully showed that convolutional neural networks can recognize handwritten digits, the first of many successful applications of neural networks.[368]
AI gradually restored its reputation in the late 1990s and early 21st century by exploiting formal mathematical methods and by finding specific solutions to specific problems. This "narrow" and "formal" focus allowed researchers to produce verifiable results and collaborate with other fields (such as statistics, economics and mathematics).[369] By 2000, solutions developed by AI researchers were being widely used, although in the 1990s they were rarely described as "artificial intelligence" (a tendency known as the AI effect).[370] However, several academic researchers became concerned that AI was no longer pursuing its original goal of creating versatile, fully intelligent machines. Beginning around 2002, they founded the subfield of artificial general intelligence (or "AGI"), which had several well-funded institutions by the 2010s.[67]
Deep learning began to dominate industry benchmarks in 2012 and was adopted throughout the field.[9] For many specific tasks, other methods were abandoned.[lower-alpha 25] Deep learning's success was based on both hardware improvements (faster computers,[372] graphics processing units, cloud computing[373]) and access to large amounts of data[374] (including curated datasets,[373] such as ImageNet). Deep learning's success led to an enormous increase in interest and funding in AI.[lower-alpha 26] The amount of machine learning research (measured by total publications) increased by 50% in the years 2015–2019.[328]
In 2016, issues of fairness and the misuse of technology were catapulted into center stage at machine learning conferences, publications vastly increased, funding became available, and many researchers re-focussed their careers on these issues. The alignment problem became a serious field of academic study.[305]
In the late 2010s and early 2020s, AGI companies began to deliver programs that created enormous interest. In 2015, AlphaGo, developed by DeepMind, beat the world champion Go player. The program taught only the game's rules and developed a strategy by itself. GPT-3 is a large language model that was released in 2020 by OpenAI and is capable of generating high-quality human-like text.[375] ChatGPT, launched on 30 November 2022, became the fastest-growing consumer software application in history, gaining over 100 million users in two months.[376] It marked what is widely regarded as AI's breakout year, bringing it into the public consciousness.[377] These programs, and others, inspired an aggressive AI boom, where large companies began investing billions of dollars in AI research. According to AI Impacts, about US$50 billion annually was invested in "AI" around 2022 in the U.S. alone and about 20% of the new U.S. computer science PhD graduates have specialized in "AI".[378] About 800,000 "AI"-related U.S. job openings existed in 2022.[379] According to PitchBook research, 22% of newly funded startups in 2024 claimed to be AI companies.[380]
Philosophy
Philosophical debates have historically sought to determine the nature of intelligence and how to make intelligent machines.[381] Another major focus has been whether machines can be conscious, and the associated ethical implications.[382] Many other topics in philosophy are relevant to AI, such as epistemology and free will.[383] Rapid advancements have intensified public discussions on the philosophy and ethics of AI.[382]
Defining artificial intelligence
Alan Turing investigated whether machines can show intelligent behaviour and think. In 1950, he proposed the Turing test, which measures the ability of a machine to simulate human conversation.[384][348] Since we can only observe the behavior of the machine, it does not matter if it is "actually" thinking or literally has a "mind". Turing notes that we can not determine these things about other people but "it is usual to have a polite convention that everyone thinks."[385]
Russell and Norvig agree with Turing that intelligence must be defined in terms of external behavior, not internal structure.[1] However, they are critical that the test requires the machine to imitate humans. "Aeronautical engineering texts", they wrote, "do not define the goal of their field as making 'machines that fly so exactly like pigeons that they can fool other pigeons.'"[387] AI founder John McCarthy agreed, writing that "Artificial intelligence is not, by definition, simulation of human intelligence".[388]
McCarthy defines intelligence as "the computational part of the ability to achieve goals in the world".[389] Another AI founder, Marvin Minsky, similarly describes it as "the ability to solve hard problems".[390] Artificial Intelligence: A Modern Approach defines it as the study of agents that perceive their environment and take actions that maximize their chances of achieving defined goals.[1]
The many differing definitions of AI have been critically analyzed.[391][392][393] During the 2020s AI boom, the term has been used as a marketing buzzword to promote products and services which do not use AI.[394]
Legal definitions
The International Organization for Standardization describes an AI system as a "an engineered system that generates outputs such as content, forecasts, recommendations, or decisions for a given set of human‑defined objectives, and can operate with varying levels of automation".[395] The EU AI Act defines an AI system as "a machine-based system that is designed to operate with varying levels of autonomy and that may exhibit adaptiveness after deployment, and that, for explicit or implicit objectives, infers, from the input it receives, how to generate outputs such as predictions, content, recommendations, or decisions that can influence physical or virtual environments".[396] In the United States, influential but non‑binding guidance such as the National Institute of Standards and Technology's AI Risk Management Framework describes an AI system as "an engineered or machine-based system that can, for a given set of objectives, generate outputs such as predictions, recommendations, or decisions influencing real or virtual environments. AI systems are designed to operate with varying levels of autonomy".[397]
Evaluating approaches to AI
No established unifying theory or paradigm has guided AI research for most of its history.[lower-alpha 27] The unprecedented success of statistical machine learning in the 2010s eclipsed all other approaches (so much so that some sources, especially in the business world, use the term "artificial intelligence" to mean "machine learning with neural networks"). This approach is mostly sub-symbolic, soft and narrow. Critics argue that these questions may have to be revisited by future generations of AI researchers.
Symbolic AI and its limits
Symbolic AI (or "GOFAI")[399] simulated the high-level conscious reasoning that people use when they solve puzzles, express legal reasoning and do mathematics. They were highly successful at "intelligent" tasks such as algebra or IQ tests. In the 1960s, Newell and Simon proposed the physical symbol systems hypothesis: "A physical symbol system has the necessary and sufficient means of general intelligent action."[400]
However, the symbolic approach failed on many tasks that humans solve easily, such as learning, recognizing an object or commonsense reasoning. Moravec's paradox is the discovery that high-level "intelligent" tasks were easy for AI, but low level "instinctive" tasks were extremely difficult.[401] Philosopher Hubert Dreyfus had argued since the 1960s that human expertise depends on unconscious instinct rather than conscious symbol manipulation, and on having a "feel" for the situation, rather than explicit symbolic knowledge.[402] Although his arguments had been ridiculed and ignored when they were first presented, eventually, AI research came to agree with him.[lower-alpha 28][14]
The issue is not resolved: sub-symbolic reasoning can make many of the same inscrutable mistakes that human intuition does, such as algorithmic bias. Critics such as Noam Chomsky argue continuing research into symbolic AI will still be necessary to attain general intelligence,[404][405] in part because sub-symbolic AI is a move away from explainable AI: it can be difficult or impossible to understand why a modern statistical AI program made a particular decision. The emerging field of neuro-symbolic artificial intelligence attempts to bridge the two approaches.
Neat vs. scruffy
"Neats" hope that intelligent behavior is described using simple, elegant principles (such as logic, optimization, or neural networks). "Scruffies" expect that it necessarily requires solving a large number of unrelated problems. Neats defend their programs with theoretical rigor, scruffies rely mainly on incremental testing to see if they work. This issue was actively discussed in the 1970s and 1980s,[406] but eventually was seen as irrelevant. Modern AI has elements of both.
Soft vs. hard computing
Finding a provably correct or optimal solution is intractable for many important problems.[13] Soft computing is a set of techniques, including genetic algorithms, fuzzy logic and neural networks, that are tolerant of imprecision, uncertainty, partial truth and approximation. Soft computing was introduced in the late 1980s and most successful AI programs in the 21st century are examples of soft computing with neural networks.
Narrow vs. general AI
AI researchers are divided as to whether to pursue the goals of artificial general intelligence and superintelligence directly or to solve as many specific problems as possible (narrow AI) in hopes these solutions will lead indirectly to the field's long-term goals.[407][408] General intelligence is difficult to define and difficult to measure, and modern AI has had more verifiable successes by focusing on specific problems with specific solutions. The sub-field of artificial general intelligence studies this area exclusively.
Machine consciousness, sentience, and mind
What can be stated, however, is that we must avoid the misconception of equating this type of “intelligence” with that of human beings. These systems merely imitate certain functions of human intelligence. In doing so, they often surpass human intelligence in speed and computational capacity, offering tangible benefits across many fields. Yet this power remains entirely tied to data processing. So-called artificial intelligences do not undergo experiences, do not possess a body, do not feel joy or pain, do not mature through relationships and do not know from within what love, work, friendship or responsibility mean. Nor do they have a moral conscience, since they do not judge good and evil, grasp the ultimate meaning of situations, or bear responsibility for consequences.
There is no settled consensus in philosophy of mind on whether a machine can have a mind, consciousness and mental states in the same sense that human beings do. This issue considers the internal experiences of the machine, rather than its external behavior. Mainstream AI research considers this issue irrelevant because it does not affect the goals of the field: to build machines that can solve problems using intelligence. Russell and Norvig add that "[t]he additional project of making a machine conscious in exactly the way humans are is not one that we are equipped to take on."[410] However, the question has become central to the philosophy of mind. It is also typically the central question at issue in artificial intelligence in fiction.
Consciousness
David Chalmers identified two problems in understanding the mind, which he named the "hard" and "easy" problems of consciousness.[411] The easy problem is understanding how the brain processes signals, makes plans and controls behavior. The hard problem is explaining how this feels or why it should feel like anything at all, assuming we are right in thinking that it truly does feel like something (Dennett's consciousness illusionism says this is an illusion). While human information processing is easy to explain, human subjective experience is difficult to explain. For example, it is easy to imagine a color-blind person who has learned to identify which objects in their field of view are red, but it is not clear what would be required for the person to know what red looks like.[412]
Computationalism and functionalism
Computationalism is the position in the philosophy of mind that the human mind is an information processing system and that thinking is a form of computing. Computationalism argues that the relationship between mind and body is similar or identical to the relationship between software and hardware and thus may be a solution to the mind–body problem. This philosophical position was inspired by the work of AI researchers and cognitive scientists in the 1960s and was originally proposed by philosophers Jerry Fodor and Hilary Putnam.[413]
Philosopher John Searle characterized this position as "strong AI": "The appropriately programmed computer with the right inputs and outputs would thereby have a mind in exactly the same sense human beings have minds."[lower-alpha 29] Searle challenges this claim with his Chinese room argument, which attempts to show that even a computer capable of perfectly simulating human behavior would not have a mind.[417]
AI welfare and rights
It is difficult or impossible to reliably evaluate whether an advanced AI is sentient (has the ability to feel), and if so, to what degree.[418] But if there is a significant chance that a given machine can feel and suffer, then it may be entitled to certain rights or welfare protection measures, similarly to animals.[419][420] Sapience (a set of capacities related to high intelligence, such as discernment or self-awareness) may provide another moral basis for AI rights.[419] Robot rights are also sometimes proposed as a practical way to integrate autonomous agents into society.[421]
In 2017, the European Union considered granting "electronic personhood" to some of the most capable AI systems. Similarly to the legal status of companies, it would have conferred rights but also responsibilities.[422] Critics argued in 2018 that granting rights to AI systems would downplay the importance of human rights, and that legislation should focus on user needs rather than speculative futuristic scenarios. They also noted that robots lacked the autonomy to take part in society on their own.[423][424]
Progress in AI increased interest in the topic. Proponents of AI welfare and rights often argue that AI sentience, if it emerges, would be particularly easy to deny. They warn that this may be a moral blind spot analogous to slavery or factory farming, which could lead to large-scale suffering if sentient AI is created and carelessly exploited.[420][419]
Future
Superintelligence and the singularity
A superintelligence is a hypothetical agent that would possess intelligence far surpassing that of the brightest and most gifted human mind.[408] If research into artificial general intelligence produced sufficiently intelligent software, it might be able to reprogram and improve itself. The improved software would be even better at improving itself, leading to what I. J. Good called an "intelligence explosion" and Vernor Vinge called a "singularity".[425]
However, technologies cannot improve exponentially indefinitely, and typically follow an S-shaped curve, slowing when they reach the physical limits of what the technology can do.[426]
Transhumanism
Robot designer Hans Moravec, cyberneticist Kevin Warwick and inventor Ray Kurzweil have predicted that humans and machines may merge in the future into cyborgs that are more capable and powerful than either. This idea, called transhumanism, has roots in the writings of Aldous Huxley and Robert Ettinger.[427]
Edward Fredkin argues that "artificial intelligence is the next step in evolution", an idea first proposed by Samuel Butler's "Darwin among the Machines" as far back as 1863, and expanded upon by George Dyson in his 1998 book Darwin Among the Machines: The Evolution of Global Intelligence.[428]
In fiction
Thought-capable artificial beings have appeared as storytelling devices since antiquity,[429] and have been a persistent theme in science fiction.[430]
A common trope in these works began with Mary Shelley's Frankenstein, where a human creation becomes a threat to its masters. This includes such works as Arthur C. Clarke's and Stanley Kubrick's 2001: A Space Odyssey (both 1968), with HAL 9000, the murderous computer in charge of the Discovery One spaceship, as well as Blade Runner (1982), The Terminator (1984) and The Matrix (1999). In contrast, the rare loyal robots such as Gort from The Day the Earth Stood Still (1951) and Bishop from Aliens (1986) are less prominent in popular culture.[431]
Isaac Asimov introduced the Three Laws of Robotics in many stories, most notably with the "Multivac" super-intelligent computer. Asimov's laws are often brought up during lay discussions of machine ethics;[432] while almost all artificial intelligence researchers are familiar with Asimov's laws through popular culture, they generally consider the laws useless for many reasons, one of which is their ambiguity.[433]
Several works use AI to force us to confront the fundamental question of what makes us human, showing us artificial beings that have the ability to feel, and thus to suffer. This appears in Karel Čapek's R.U.R., the films A.I. Artificial Intelligence and Ex Machina, as well as the novel Do Androids Dream of Electric Sheep?, by Philip K. Dick. Dick considers the idea that our understanding of human subjectivity is altered by technology created with artificial intelligence.[434]
See also
- Artificial consciousness
- Artificial intelligence and elections
- Artificial intelligence content detection
- Artificial intelligence in Wikimedia projects – Use of artificial intelligence to develop Wikipedia and other Wikimedia projects
- Association for the Advancement of Artificial Intelligence (AAAI)
- Behavior selection algorithm
- Business process automation
- Case-based reasoning
- Computational intelligence
- DARWIN EU – A European Union initiative coordinated by the European Medicines Agency (EMA) to generate and utilize real world evidence (RWE) to support the evaluation and supervision of medicines across the EU
- Digital immortality
- Emergent algorithm
- Female gendering of AI technologies
- Glossary of artificial intelligence
- Intelligence amplification
- Intelligent agent
- Intelligent automation
- List of artificial intelligence books
- List of artificial intelligence algorithms
- List of artificial intelligence journals
- List of artificial intelligence projects
- List of chatbots
- Lists of open-source artificial intelligence software
- List of robotics software
- Mind uploading
- Organoid intelligence – Use of brain cells and brain organoids for intelligent computing
- Outline of deep learning
- Outline of machine learning
- Pseudorandomness – Appearing random but actually being generated by a deterministic, causal process
- Robotic process automation
- The Last Day
- Wetware computer
Explanatory notes
- ↑ 1.0 1.1 This list of intelligent traits is based on the topics covered by the major AI textbooks, including: Russell & Norvig (2021), Luger & Stubblefield (2004), Poole, Mackworth & Goebel (1998) and Nilsson (1998).
- ↑ 2.0 2.1 This list of tools is based on the topics covered by the major AI textbooks, including: Russell & Norvig (2021), Luger & Stubblefield (2004), Poole, Mackworth & Goebel (1998) and Nilsson (1998).
- ↑ It is among the reasons that expert systems proved to be inefficient for capturing knowledge.[28][29]
- ↑ "Rational agent" is general term used in economics, philosophy and theoretical artificial intelligence. It can refer to anything that directs its behavior to accomplish goals, such as a person, an animal, a corporation, a nation, or in the case of AI, a computer program.
- ↑ Alan Turing discussed the centrality of learning as early as 1950, in his classic paper "Computing Machinery and Intelligence".[41] In 1956, at the original Dartmouth AI summer conference, Ray Solomonoff wrote a report on unsupervised probabilistic machine learning: "An Inductive Inference Machine".[42]
- ↑ See AI winter § Machine translation and the ALPAC report of 1966.
- ↑ Compared with symbolic logic, formal Bayesian inference is computationally expensive. For inference to be tractable, most observations must be conditionally independent of one another. AdSense uses a Bayesian network with over 300 million edges to learn which ads to serve.[92]
- ↑ Expectation–maximization, one of the most popular algorithms in machine learning, allows clustering in the presence of unknown latent variables.[94]
- ↑ Some form of deep neural networks (without a specific learning algorithm) were described by: Warren S. McCulloch and Walter Pitts (1943);[115] Alan Turing (1948);[116] Karl Steinbuch and Roger David Joseph (1961).[117] Deep or recurrent networks that learned (or used gradient descent) were developed by: Frank Rosenblatt (1957);[116] Oliver Selfridge (1959);[117] Alexey Ivakhnenko and Valentin Lapa (1965);[118] Kaoru Nakano (1971);[119] Shun-Ichi Amari (1972); [119] and John Joseph Hopfield (1982).[119] Precursors to backpropagation were developed by: Henry J. Kelley (1960);[116] Arthur E. Bryson (1962);[116] Stuart Dreyfus (1962);[116] Arthur E. Bryson and Yu-Chi Ho (1969).[116] Backpropagation was independently developed by: Seppo Linnainmaa (1970);[120] and Paul Werbos (1974).[116]
- ↑ Geoffrey Hinton said, of his work on neural networks in the 1990s, "our labeled datasets were thousands of times too small. [And] our computers were millions of times too slow."[121]
- ↑ In statistics, a bias is a systematic error or deviation from the correct value. But in the context of fairness, it refers to a tendency in favor or against a certain group or individual characteristic, usually in a way that is considered unfair or harmful. A statistically unbiased AI system that produces disparate outcomes for different demographic groups may thus be viewed as biased in the ethical sense.[228]
- ↑ Including Jon Kleinberg (Cornell University), Sendhil Mullainathan (University of Chicago), Cynthia Chouldechova (Carnegie Mellon) and Sam Corbett-Davis (Stanford)[238]
- ↑ Moritz Hardt (a director at the Max Planck Institute for Intelligent Systems) argues that machine learning "is fundamentally the wrong tool for a lot of domains, where you're trying to design interventions and mechanisms that change the world."[243]
- ↑ When the law was passed in 2018, it still contained a form of this provision.
- ↑ This is the United Nations' definition, and includes things like land mines as well.[259]
- ↑ See table 4; 9% is both the OECD average and the U.S. average.[270]
- ↑ Sometimes called a "robopocalypse"[286]
- ↑ "Electronic brain" was the term used by the press around this time.[344][346]
- ↑ Daniel Crevier wrote, "the conference is generally recognized as the official birthdate of the new science."[349] Russell and Norvig called the conference "the inception of artificial intelligence."[115]
- ↑ Russell and Norvig wrote "for the next 20 years the field would be dominated by these people and their students."[350]
- ↑ Russell and Norvig wrote, "it was astonishing whenever a computer did anything kind of smartish".[351]
- ↑ The programs described are Arthur Samuel's checkers program for the IBM 701, Daniel Bobrow's STUDENT, Newell and Simon's Logic Theorist and Terry Winograd's SHRDLU.
- ↑ Russell and Norvig wrote: "in almost all cases, these early systems failed on more difficult problems".[355]
- ↑ Embodied approaches to AI[362] were championed by Hans Moravec[363] and Rodney Brooks[364] and went by many names: Nouvelle AI.[364] Developmental robotics.[365]
- ↑ Matteo Wong wrote in The Atlantic: "Whereas for decades, computer-science fields such as natural-language processing, computer vision, and robotics used extremely different methods, now they all use a programming method called "deep learning". As a result, their code and approaches have become more similar, and their models are easier to integrate into one another."[371]
- ↑ Jack Clark wrote in Bloomberg: "After a half-decade of quiet breakthroughs in artificial intelligence, 2015 has been a landmark year. Computers are smarter and learning faster than ever", and noted that the number of software projects that use machine learning at Google increased from a "sporadic usage" in 2012 to more than 2,700 projects in 2015.[373]
- ↑ Nils Nilsson wrote in 1983: "Simply put, there is wide disagreement in the field about what AI is all about."[398]
- ↑ Daniel Crevier wrote that "time has proven the accuracy and perceptiveness of some of Dreyfus's comments. Had he formulated them less aggressively, constructive actions they suggested might have been taken much earlier."[403]
- ↑ Searle presented this definition of "Strong AI" in 1999.[414] Searle's original formulation was "The appropriately programmed computer really is a mind, in the sense that computers given the right programs can be literally said to understand and have other cognitive states."[415] Strong AI is defined similarly by Russell and Norvig: "Stong AI – the assertion that machines that do so are actually thinking (as opposed to simulating thinking)."[416]
References
- ↑ 1.0 1.1 1.2 Russell & Norvig (2021), pp. 1–4.
- ↑ Russell & Norvig (2021, §1.2).
- ↑ "Tech companies want to build artificial general intelligence. But who decides when AGI is attained?". AP News. 4 April 2024. Retrieved 20 May 2025.
- ↑ 4.0 4.1 Dartmouth workshop: Russell & Norvig (2021, p. 18), McCorduck (2004, pp. 111–136), NRC (1999, pp. 200–201)
The proposal: McCarthy et al. (1955) - ↑ 5.0 5.1 Successful programs of the 1960s: McCorduck (2004, pp. 243–252), Crevier (1993, pp. 52–107), Moravec (1988, p. 9), Russell & Norvig (2021, pp. 19–21)
- ↑ 6.0 6.1 Funding initiatives in the early 1980s: Fifth Generation Project (Japan), Alvey (UK), Microelectronics and Computer Technology Corporation (US), Strategic Computing Initiative (US): McCorduck (2004, pp. 426–441), Crevier (1993, pp. 161–162, 197–203, 211, 240), Russell & Norvig (2021, p. 23), NRC (1999, pp. 210–211), Newquist (1994, pp. 235–248)
- ↑ 7.0 7.1 First AI Winter, Lighthill report, Mansfield Amendment: Crevier (1993, pp. 115–117), Russell & Norvig (2021, pp. 21–22), NRC (1999, pp. 212–213), Howe (1994), Newquist (1994, pp. 189–201)
- ↑ 8.0 8.1 Second AI Winter: Russell & Norvig (2021, p. 24), McCorduck (2004, pp. 430–435), Crevier (1993, pp. 209–210), NRC (1999, pp. 214–216), Newquist (1994, pp. 301–318)
- ↑ 9.0 9.1 Deep learning revolution, AlexNet: Goldman (2022), Russell & Norvig (2021, p. 26), McKinsey (2018)
- ↑ Toews (2023).
- ↑ Problem-solving, puzzle solving, game playing, and deduction: Russell & Norvig (2021, chpt. 3–5), Russell & Norvig (2021, chpt. 6) (constraint satisfaction), Poole, Mackworth & Goebel (1998, chpt. 2, 3, 7, 9), Luger & Stubblefield (2004, chpt. 3, 4, 6, 8), Nilsson (1998, chpt. 7–12)
- ↑ Uncertain reasoning: Russell & Norvig (2021, chpt. 12–18), Poole, Mackworth & Goebel (1998, pp. 345–395), Luger & Stubblefield (2004, pp. 333–381), Nilsson (1998, chpt. 7–12)
- ↑ 13.0 13.1 13.2 Intractability and efficiency and the combinatorial explosion: Russell & Norvig (2021, p. 21)
- ↑ 14.0 14.1 14.2 Psychological evidence of the prevalence of sub-symbolic reasoning and knowledge: Kahneman (2011), Dreyfus & Dreyfus (1986), Wason & Shapiro (1966), Kahneman, Slovic & Tversky (1982)
- ↑ Knowledge representation and knowledge engineering: Russell & Norvig (2021, chpt. 10), Poole, Mackworth & Goebel (1998, pp. 23–46, 69–81, 169–233, 235–277, 281–298, 319–345), Luger & Stubblefield (2004, pp. 227–243), Nilsson (1998, chpt. 17.1–17.4, 18)
- ↑ Smoliar & Zhang (1994).
- ↑ Neumann & Möller (2008).
- ↑ Kuperman, Reichley & Bailey (2006).
- ↑ McGarry (2005).
- ↑ Bertini, Del Bimbo & Torniai (2006).
- ↑ Russell & Norvig (2021), pp. 272.
- ↑ Representing categories and relations: Semantic networks, description logics, inheritance (including frames, and scripts): Russell & Norvig (2021, §10.2 & 10.5), Poole, Mackworth & Goebel (1998, pp. 174–177), Luger & Stubblefield (2004, pp. 248–258), Nilsson (1998, chpt. 18.3)
- ↑ Representing events and time:Situation calculus, event calculus, fluent calculus (including solving the frame problem): Russell & Norvig (2021, §10.3), Poole, Mackworth & Goebel (1998, pp. 281–298), Nilsson (1998, chpt. 18.2)
- ↑ Causal calculus: Poole, Mackworth & Goebel (1998, pp. 335–337)
- ↑ Representing knowledge about knowledge: Belief calculus, modal logics: Russell & Norvig (2021, §10.4), Poole, Mackworth & Goebel (1998, pp. 275–277)
- ↑ 26.0 26.1 Default reasoning, Frame problem, default logic, non-monotonic logics, circumscription, closed world assumption, abduction: Russell & Norvig (2021, §10.6), Poole, Mackworth & Goebel (1998, pp. 248–256, 323–335), Luger & Stubblefield (2004, pp. 335–363), Nilsson (1998, ~18.3.3) (Poole et al. places abduction under "default reasoning". Luger et al. places this under "uncertain reasoning").
- ↑ 27.0 27.1 Breadth of commonsense knowledge: Lenat & Guha (1989, Introduction), Crevier (1993, pp. 113–114), Moravec (1988, p. 13), Russell & Norvig (2021, pp. 241, 385, 982) (qualification problem)
- ↑ Newquist (1994), p. 296.
- ↑ Crevier (1993), pp. 204–208.
- ↑ Russell & Norvig (2021), p. 528.
- ↑ Automated planning: Russell & Norvig (2021, chpt. 11).
- ↑ Automated decision making, Decision theory: Russell & Norvig (2021, chpt. 16–18).
- ↑ Classical planning: Russell & Norvig (2021, Section 11.2).
- ↑ Sensorless or "conformant" planning, contingent planning, replanning (a.k.a. online planning): Russell & Norvig (2021, Section 11.5).
- ↑ Trust, interpretability, and explainability: Russell & Norvig (2021, Section 19.9.4).
- ↑ Uncertain preferences: Russell & Norvig (2021, Section 16.7) Inverse reinforcement learning: Russell & Norvig (2021, Section 22.6)
- ↑ Information value theory: Russell & Norvig (2021, Section 16.6).
- ↑ Markov decision process: Russell & Norvig (2021, chpt. 17).
- ↑ Game theory and multi-agent decision theory: Russell & Norvig (2021, chpt. 18).
- ↑ Learning: Russell & Norvig (2021, chpt. 19–22), Poole, Mackworth & Goebel (1998, pp. 397–438), Luger & Stubblefield (2004, pp. 385–542), Nilsson (1998, chpt. 3.3, 10.3, 17.5, 20)
- ↑ Turing (1950).
- ↑ Solomonoff (1956).
- ↑ Unsupervised learning: Russell & Norvig (2021, pp. 653) (definition), Russell & Norvig (2021, pp. 738–740) (cluster analysis), Russell & Norvig (2021, pp. 846–860) (word embedding)
- ↑ 44.0 44.1 Supervised learning: Russell & Norvig (2021, §19.2) (Definition), Russell & Norvig (2021, Chpt. 19–20) (Techniques)
- ↑ Reinforcement learning: Russell & Norvig (2021, chpt. 22), Luger & Stubblefield (2004, pp. 442–449)
- ↑ Transfer learning: Russell & Norvig (2021, pp. 281), The Economist (2016)
- ↑ "Artificial Intelligence (AI): What Is AI and How Does It Work?". Built In. Retrieved 30 October 2023.
- ↑ Computational learning theory: Russell & Norvig (2021, pp. 672–674), Jordan & Mitchell (2015)
- ↑ Natural language processing (NLP): Russell & Norvig (2021, chpt. 23–24), Poole, Mackworth & Goebel (1998, pp. 91–104), Luger & Stubblefield (2004, pp. 591–632)
- ↑ Subproblems of NLP: Russell & Norvig (2021, pp. 849–850)
- ↑ Russell & Norvig (2021), pp. 856–858.
- ↑ Dickson (2022).
- ↑ Modern statistical and deep learning approaches to NLP: Russell & Norvig (2021, chpt. 24), Cambria & White (2014)
- ↑ Vincent (2019).
- ↑ Russell & Norvig (2021), pp. 875–878.
- ↑ Bushwick (2023).
- ↑ Computer vision: Russell & Norvig (2021, chpt. 25), Nilsson (1998, chpt. 6)
- ↑ Russell & Norvig (2021), pp. 849–850.
- ↑ Russell & Norvig (2021), pp. 895–899.
- ↑ Russell & Norvig (2021), pp. 899–901.
- ↑ Challa et al. (2011).
- ↑ Russell & Norvig (2021), pp. 931–938.
- ↑ MIT AIL (2014).
- ↑ Affective computing: Thro (1993), Edelson (1991), Tao & Tan (2005), Scassellati (2002)
- ↑ Waddell (2018).
- ↑ Poria et al. (2017).
- ↑ 67.0 67.1
Artificial general intelligence: Russell & Norvig (2021, pp. 32–33, 1020–1021)
Proposal for the modern version: Pennachin & Goertzel (2007)
Warnings of overspecialization in AI from leading researchers: Nilsson (1995), McCarthy (2007), Beal & Winston (2009) - ↑ State space search: Russell & Norvig (2021, chpt. 3)
- ↑ Russell & Norvig (2021), sect. 11.2.
- ↑ Uninformed searches (breadth first search, depth-first search and general state space search): Russell & Norvig (2021, sect. 3.4), Poole, Mackworth & Goebel (1998, pp. 113–132), Luger & Stubblefield (2004, pp. 79–121), Nilsson (1998, chpt. 8)
- ↑ Heuristic or informed searches (e.g., greedy best first and A*): Russell & Norvig (2021, sect. 3.5), Poole, Mackworth & Goebel (1998, pp. 132–147), Poole & Mackworth (2017, sect. 3.6), Luger & Stubblefield (2004, pp. 133–150)
- ↑ Adversarial search: Russell & Norvig (2021, chpt. 5)
- ↑ Local or "optimization" search: Russell & Norvig (2021, chpt. 4)
- ↑ Singh Chauhan, Nagesh (18 December 2020). "Optimization Algorithms in Neural Networks". KDnuggets. Retrieved 13 January 2024.
- ↑ Evolutionary computation: Russell & Norvig (2021, sect. 4.1.2)
- ↑ Merkle & Middendorf (2013).
- ↑ Logic: Russell & Norvig (2021, chpts. 6–9), Luger & Stubblefield (2004, pp. 35–77), Nilsson (1998, chpt. 13–16)
- ↑ Propositional logic: Russell & Norvig (2021, chpt. 6), Luger & Stubblefield (2004, pp. 45–50), Nilsson (1998, chpt. 13)
- ↑ First-order logic and features such as equality: Russell & Norvig (2021, chpt. 7), Poole, Mackworth & Goebel (1998, pp. 268–275), Luger & Stubblefield (2004, pp. 50–62), Nilsson (1998, chpt. 15)
- ↑ Logical inference: Russell & Norvig (2021, chpt. 10)
- ↑ logical deduction as search: Russell & Norvig (2021, sects. 9.3, 9.4), Poole, Mackworth & Goebel (1998, pp. ~46–52), Luger & Stubblefield (2004, pp. 62–73), Nilsson (1998, chpt. 4.2, 7.2)
- ↑ Resolution and unification: Russell & Norvig (2021, sections 7.5.2, 9.2, 9.5)
- ↑ Warren, D.H.; Pereira, L.M.; Pereira, F. (1977). "Prolog-the language and its implementation compared with Lisp". ACM SIGPLAN Notices. 12 (8): 109–115. doi:10.1145/872734.806939.
- ↑ Fuzzy logic: Russell & Norvig (2021, pp. 214, 255, 459), Scientific American (1999)
- ↑ 85.0 85.1 Stochastic methods for uncertain reasoning: Russell & Norvig (2021, chpt. 12–18, 20), Poole, Mackworth & Goebel (1998, pp. 345–395), Luger & Stubblefield (2004, pp. 165–191, 333–381), Nilsson (1998, chpt. 19)
- ↑ decision theory and decision analysis: Russell & Norvig (2021, chpt. 16–18), Poole, Mackworth & Goebel (1998, pp. 381–394)
- ↑ Information value theory: Russell & Norvig (2021, sect. 16.6)
- ↑ Markov decision processes and dynamic decision networks: Russell & Norvig (2021, chpt. 17)
- ↑ 89.0 89.1 89.2 Stochastic temporal models: Russell & Norvig (2021, chpt. 14) Hidden Markov model: Russell & Norvig (2021, sect. 14.3) Kalman filters: Russell & Norvig (2021, sect. 14.4) Dynamic Bayesian networks: Russell & Norvig (2021, sect. 14.5)
- ↑ Game theory and mechanism design: Russell & Norvig (2021, chpt. 18)
- ↑ Bayesian networks: Russell & Norvig (2021, sects. 12.5–12.6, 13.4–13.5, 14.3–14.5, 16.5, 20.2–20.3), Poole, Mackworth & Goebel (1998, pp. 361–381), Luger & Stubblefield (2004, pp. ~182–190, ≈363–379), Nilsson (1998, chpt. 19.3–19.4)
- ↑ Domingos (2015), chpt. 6.
- ↑ Bayesian inference algorithm: Russell & Norvig (2021, sect. 13.3–13.5), Poole, Mackworth & Goebel (1998, pp. 361–381), Luger & Stubblefield (2004, pp. ~363–379), Nilsson (1998, chpt. 19.4 & 7)
- ↑ Domingos (2015), p. 210.
- ↑ Bayesian learning and the expectation–maximization algorithm: Russell & Norvig (2021, chpt. 20), Poole, Mackworth & Goebel (1998, pp. 424–433), Nilsson (1998, chpt. 20), Domingos (2015, p. 210)
- ↑ Bayesian decision theory and Bayesian decision networks: Russell & Norvig (2021, sect. 16.5)
- ↑ Statistical learning methods and classifiers: Russell & Norvig (2021, chpt. 20),
- ↑ Ciaramella, Alberto; Ciaramella, Marco (2024). Introduction to Artificial Intelligence: from data analysis to generative AI. Intellisemantic Editions. ISBN 978-8-8947-8760-3.
- ↑ Decision trees: Russell & Norvig (2021, sect. 19.3), Domingos (2015, p. 88)
- ↑ Non-parameteric learning models such as K-nearest neighbor and support vector machines: Russell & Norvig (2021, sect. 19.7), Domingos (2015, p. 187) (k-nearest neighbor)
- Domingos (2015, p. 88) (kernel methods)
- ↑ Domingos (2015), p. 152.
- ↑ Naive Bayes classifier: Russell & Norvig (2021, sect. 12.6), Domingos (2015, p. 152)
- ↑ 103.0 103.1 Neural networks: Russell & Norvig (2021, chpt. 21), Domingos (2015, Chapter 4)
- ↑ Gradient calculation in computational graphs, backpropagation, automatic differentiation: Russell & Norvig (2021, sect. 21.2), Luger & Stubblefield (2004, pp. 467–474), Nilsson (1998, chpt. 3.3)
- ↑ Universal approximation theorem: Russell & Norvig (2021, p. 752) The theorem: Cybenko (1988), Hornik, Stinchcombe & White (1989)
- ↑ Feedforward neural networks: Russell & Norvig (2021, sect. 21.1)
- ↑ Perceptrons: Russell & Norvig (2021, pp. 21, 22, 683, 22)
- ↑ 108.0 108.1 Deep learning: Russell & Norvig (2021, chpt. 21), Goodfellow, Bengio & Courville (2016), Hinton et al. (2016), Schmidhuber (2015)
- ↑ Recurrent neural networks: Russell & Norvig (2021, sect. 21.6)
- ↑ Convolutional neural networks: Russell & Norvig (2021, sect. 21.3)
- ↑ Sindhu V, Nivedha S, Prakash M (February 2020). "An Empirical Science Research on Bioinformatics in Machine Learning". Journal of Mechanics of Continua and Mathematical Sciences (7). doi:10.26782/jmcms.spl.7/2020.02.00006.
- ↑ Deng & Yu (2014), pp. 199–200.
- ↑ Ciresan, Meier & Schmidhuber (2012).
- ↑ Russell & Norvig (2021), p. 750.
- ↑ 115.0 115.1 115.2 Russell & Norvig (2021), p. 17.
- ↑ 116.0 116.1 116.2 116.3 116.4 116.5 116.6 Russell & Norvig (2021), p. 785.
- ↑ 117.0 117.1 Schmidhuber (2022), sect. 5.
- ↑ Schmidhuber (2022), sect. 6.
- ↑ 119.0 119.1 119.2 Schmidhuber (2022), sect. 7.
- ↑ Schmidhuber (2022), sect. 8.
- ↑ Quoted in Christian (2020, p. 22)
- ↑ Metz, Cade; Weise, Karen (5 May 2025). "A.I. Hallucinations Are Getting Worse, Even as New Systems Become More Powerful". The New York Times. ISSN 0362-4331. Retrieved 6 May 2025.
- ↑ Smith (2023).
- ↑ "Explained: Generative AI". MIT News | Massachusetts Institute of Technology. 9 November 2023.
- ↑ "AI Writing and Content Creation Tools". MIT Sloan Teaching & Learning Technologies. Archived from the original on 25 December 2023. Retrieved 25 December 2023.
- ↑ Marmouyet (2023).
- ↑ Kobielus (2019).
- ↑ Thomason, James (21 May 2024). "Mojo Rising: The resurgence of AI-first programming languages". VentureBeat. Archived from the original on 27 June 2024. Retrieved 26 May 2024.
- ↑ Wodecki, Ben (5 May 2023). "7 AI Programming Languages You Need to Know". AI Business. Archived from the original on 25 July 2024. Retrieved 5 October 2024.
- ↑ Plumb, Taryn (18 September 2024). "Why Jensen Huang and Marc Benioff see 'gigantic' opportunity for agentic AI". VentureBeat. Archived from the original on 5 October 2024. Retrieved 4 October 2024.
- ↑ Mims, Christopher (19 September 2020). "Huang's Law Is the New Moore's Law, and Explains Why Nvidia Wants Arm". Wall Street Journal. ISSN 0099-9660. Archived from the original on 2 October 2023. Retrieved 19 January 2025.
- ↑ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Suggestions' not found.
- ↑ Jumper, J; Evans, R; Pritzel, A (2021). "Highly accurate protein structure prediction with AlphaFold". Nature. 596 (7873): 583–589. Bibcode:2021Natur.596..583J. doi:10.1038/s41586-021-03819-2. PMC 8371605. PMID 34265844.
- ↑ "AI discovers new class of antibiotics to kill drug-resistant bacteria". New Scientist. 20 December 2023. Archived from the original on 16 September 2024. Retrieved 5 October 2024.
- ↑ "AI speeds up drug design for Parkinson's ten-fold". University of Cambridge. Cambridge University. 17 April 2024. Archived from the original on 5 October 2024. Retrieved 5 October 2024.
- ↑ Horne, Robert I.; Andrzejewska, Ewa A.; Alam, Parvez; Brotzakis, Z. Faidon; Srivastava, Ankit; Aubert, Alice; Nowinska, Magdalena; Gregory, Rebecca C.; Staats, Roxine; Possenti, Andrea; Chia, Sean; Sormanni, Pietro; Ghetti, Bernardino; Caughey, Byron; Knowles, Tuomas P. J.; Vendruscolo, Michele (17 April 2024). "Discovery of potent inhibitors of α-synuclein aggregation using structure-based iterative learning". Nature Chemical Biology. Nature. 20 (5): 634–645. doi:10.1038/s41589-024-01580-x. PMC 11062903 Check
|pmc=value (help). PMID 38632492 Check|pmid=value (help). - ↑ Grant, Eugene F.; Lardner, Rex (25 July 1952). "The Talk of the Town – It". The New Yorker. ISSN 0028-792X. Archived from the original on 16 February 2020. Retrieved 28 January 2024.
- ↑ Anderson, Mark Robert (11 May 2017). "Twenty years on from Deep Blue vs Kasparov: how a chess match started the big data revolution". The Conversation. Archived from the original on 17 September 2024. Retrieved 28 January 2024.
- ↑ Markoff, John (16 February 2011). "Computer Wins on 'Jeopardy!': Trivial, It's Not". The New York Times. ISSN 0362-4331. Archived from the original on 22 October 2014. Retrieved 28 January 2024.
- ↑ Byford, Sam (27 May 2017). "AlphaGo retires from competitive Go after defeating world number one 3–0". The Verge. Archived from the original on 7 June 2017. Retrieved 28 January 2024.
- ↑ Brown, Noam; Sandholm, Tuomas (30 August 2019). "Superhuman AI for multiplayer poker". Science. 365 (6456): 885–890. Bibcode:2019Sci...365..885B. doi:10.1126/science.aay2400. PMID 31296650.
- ↑ "MuZero: Mastering Go, chess, shogi and Atari without rules". Google DeepMind. 23 December 2020. Retrieved 28 January 2024.
- ↑ Sample, Ian (30 October 2019). "AI becomes grandmaster in 'fiendishly complex' StarCraft II". The Guardian. ISSN 0261-3077. Archived from the original on 29 December 2020. Retrieved 28 January 2024.
- ↑ Wurman, P. R.; Barrett, S.; Kawamoto, K. (2022). "Outracing champion Gran Turismo drivers with deep reinforcement learning" (PDF). Nature. 602 (7896): 223–228. Bibcode:2022Natur.602..223W. doi:10.1038/s41586-021-04357-7. PMID 35140384.
- ↑ Wilkins, Alex (13 March 2024). "Google AI learns to play open-world video games by watching them". New Scientist. Archived from the original on 26 July 2024. Retrieved 21 July 2024.
- ↑ Franzen, Carl (8 August 2024). "Alibaba claims no. 1 spot in AI math models with Qwen2-Math". VentureBeat. Retrieved 16 February 2025.
- ↑ Franzen, Carl (9 January 2025). "Microsoft's new rStar-Math technique upgrades small models to outperform OpenAI's o1-preview at math problems". VentureBeat. Retrieved 26 January 2025.
- ↑ "AlphaEvolve Tackles Kissing Problem and More | AlphaEvolve made several mathematical discoveries and practical optimizations". IEEE Spectrum. 14 May 2025. Retrieved 7 June 2025.
- ↑ Roberts, Siobhan (25 July 2024). "AI achieves silver-medal standard solving International Mathematical Olympiad problems". The New York Times. Archived from the original on 26 September 2024. Retrieved 7 August 2024.
- ↑ Metz, Cade (21 July 2025). "Google A.I. System Wins Gold Medal in International Math Olympiad". The New York Times. ISSN 0362-4331. Retrieved 24 July 2025.
- ↑ M. Nicolas, J. Firzli: Pensions Age / European Pensions magazine, "Artificial Intelligence: Ask the Industry", May–June 2024. https://videovoice.org/ai-in-finance-innovation-entrepreneurship-vs-over-regulation-with-the-eus-artificial-intelligence-act-wont-work-as-intended/ Archived 11 September 2024 at the Wayback Machine.
- ↑ 152.0 152.1 152.2 Congressional Research Service (2019). Artificial Intelligence and National Security (PDF). Washington, DC: Congressional Research Service. Archived (PDF) from the original on 8 May 2020. Retrieved 25 February 2024.PD-notice
- ↑ 153.0 153.1 Slyusar, Vadym (2019). Artificial intelligence as the basis of future control networks (Preprint). doi:10.13140/RG.2.2.30247.50087.
- ↑ Iraqi, Amjad (3 April 2024). "'Lavender': The AI machine directing Israel's bombing spree in Gaza". +972 Magazine. Archived from the original on 10 October 2024. Retrieved 6 April 2024.
- ↑ Davies, Harry; McKernan, Bethan; Sabbagh, Dan (1 December 2023). "'The Gospel': how Israel uses AI to select bombing targets in Gaza". The Guardian. Archived from the original on 6 December 2023. Retrieved 4 December 2023.
- ↑ Marti, J Werner (10 August 2024). "Drohnen haben den Krieg in der Ukraine revolutioniert, doch sie sind empfindlich auf Störsender – deshalb sollen sie jetzt autonom operieren". Neue Zürcher Zeitung (in German). Archived from the original on 10 August 2024. Retrieved 10 August 2024.
- ↑ Poole, David; Mackworth, Alan (2023). Artificial Intelligence, Foundations of Computational Agents (3rd ed.). Cambridge University Press. doi:10.1017/9781009258227. ISBN 978-1-0092-5819-7.
- ↑ Russell, Stuart; Norvig, Peter (2020). Artificial Intelligence: A Modern Approach (4th ed.). Pearson. ISBN 978-0-1346-1099-3.
- ↑ "Why agents are the next frontier of generative AI". McKinsey Digital. 24 July 2024. Archived from the original on 3 October 2024. Retrieved 10 August 2024.
- ↑ Peters, Jay (14 March 2023). "The Bing AI bot has been secretly running GPT-4". The Verge. Retrieved 31 August 2025.
- ↑ Wiggers, Kyle; Levy, Karyne (20 May 2025). "Google I/O 2025: Everything announced at this year's developer conference". TechCrunch. Archived from the original on 15 January 2026. Retrieved 26 February 2026.
- ↑ Figueiredo, Mayara Costa; Ankrah, Elizabeth; Powell, Jacquelyn E.; Epstein, Daniel A.; Chen, Yunan (12 January 2024). "Powered by AI: Examining How AI Descriptions Influence Perceptions of Fertility Tracking Applications". Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies. 7 (4): 1–24. doi:10.1145/3631414.
- ↑ Power, Jennifer; Pym, Tinonee; James, Alexandra; Waling, Andrea (5 July 2024). "Smart Sex Toys: A Narrative Review of Recent Research on Cultural, Health and Safety Considerations". Current Sexual Health Reports. 16 (3): 199–215. doi:10.1007/s11930-024-00392-3. ISSN 1548-3592.
- ↑ Marcantonio, Tiffany L.; Avery, Gracie; Thrash, Anna; Leone, Ruschelle M. (10 September 2024). "Large Language Models in an App: Conducting a Qualitative Synthetic Data Analysis of How Snapchat's 'My AI' Responds to Questions About Sexual Consent, Sexual Refusals, Sexual Assault, and Sexting". The Journal of Sex Research. 62 (9): 1905–1919. doi:10.1080/00224499.2024.2396457. PMC 11891083 Check
|pmc=value (help). PMID 39254628 Check|pmid=value (help). - ↑ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Suggestions' not found.
- ↑ Mania, Karolina (2024). "Legal Protection of Revenge and Deepfake Porn Victims in the European Union: Findings from a Comparative Legal Study". Trauma, Violence, & Abuse. 25 (1): 117–129. doi:10.1177/15248380221143772. PMID 36565267 Check
|pmid=value (help). - ↑ Singh, Suyesha; Nambiar, Vaishnavi (2024). "Role of Artificial Intelligence in the Prevention of Online Child Sexual Abuse: A Systematic Review of Literature". Journal of Applied Security Research. 19 (4): 586–627. doi:10.1080/19361610.2024.2331885.
- ↑ Razi, Afsaneh; Kim, Seunghyun; Alsoubai, Ashwaq; Stringhini, Gianluca; Solorio, Thamar; De Choudhury, Munmun; Wisniewski, Pamela J. (13 October 2021). "A Human-Centered Systematic Literature Review of the Computational Approaches for Online Sexual Risk Detection". Proceedings of the ACM on Human-Computer Interaction. 5 (CSCW2): 1–38. doi:10.1145/3479609.
- ↑ Ransbotham, Sam; Kiron, David; Gerbert, Philipp; Reeves, Martin (6 September 2017). "Reshaping Business With Artificial Intelligence". MIT Sloan Management Review. Archived from the original on 13 February 2024.
- ↑ Sun, Yuran; Zhao, Xilei; Lovreglio, Ruggiero; Kuligowski, Erica (2024). "AI for large-scale evacuation modeling: Promises and challenges". Interpretable Machine Learning for the Analysis, Design, Assessment, and Informed Decision Making for Civil Infrastructure. pp. 185–204. doi:10.1016/B978-0-12-824073-1.00014-9. ISBN 978-0-12-824073-1.
- ↑ Gomaa, Islam; Adelzadeh, Masoud; Gwynne, Steven; Spencer, Bruce; Ko, Yoon; Bénichou, Noureddine; Ma, Chunyun; Elsagan, Nour; Duong, Dana; Zalok, Ehab; Kinateder, Max (1 November 2021). "A Framework for Intelligent Fire Detection and Evacuation System". Fire Technology. 57 (6): 3179–3185. doi:10.1007/s10694-021-01157-3.
- ↑ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Suggestions' not found.
- ↑ "India's latest election embraced AI technology. Here are some ways it was used constructively". PBS News. 12 June 2024. Archived from the original on 17 September 2024. Retrieved 28 October 2024.
- ↑ "AI Hallucination Cases". damiencharlotin.com. Damien Charlotin. Retrieved 21 April 2026.
- ↑ Gorelick, Evan (7 November 2025). "Vigilante Lawyers Expose the Rising Tide of A.I. Slop in Court Filings". The New York Times. ISSN 0362-4331. Retrieved 12 May 2026.
- ↑ Lichtenberg, Nick. "Even as hallucinations show up in legal filings, Big Law goes all in on AI with new Anthropic release". Fortune. Retrieved 12 May 2026.
- ↑ "Экономист Дарон Асемоглу написал книгу об угрозах искусственного интеллекта — и о том, как правильное управление может обратить его на пользу человечеству Спецкор "Медузы" Маргарита Лютова узнала у ученого, как скоро мир сможет приблизиться к этой утопии". Meduza (in Russian). Archived from the original on 20 June 2023. Retrieved 21 June 2023.
- ↑ "Learning, thinking, artistic collaboration and other such human endeavours in the age of AI". The Hindu. 2 June 2023. Archived from the original on 21 June 2023. Retrieved 21 June 2023.
- ↑ Müller, Vincent C. (30 April 2020). "Ethics of Artificial Intelligence and Robotics". Stanford Encyclopedia of Philosophy Archive. Archived from the original on 5 October 2024. Retrieved 5 October 2024.
- ↑ Simonite (2016).
- ↑ Russell & Norvig (2021), p. 987.
- ↑ "Assessing potential future artificial intelligence risks, benefits and policy imperatives". OECD. 14 November 2024. Retrieved 1 August 2025.
- ↑ Laskowski (2023).
- ↑ GAO (2022).
- ↑ Valinsky (2019).
- ↑ Russell & Norvig (2021), p. 991.
- ↑ Russell & Norvig (2021), pp. 991–992.
- ↑ Christian (2020), p. 63.
- ↑ Vincent (2022).
- ↑ Kopel, Matthew. "Copyright Services: Fair Use". Cornell University Library. Archived from the original on 26 September 2024. Retrieved 26 April 2024.
- ↑ Burgess, Matt. "How to Stop Your Data From Being Used to Train AI". Wired. ISSN 1059-1028. Archived from the original on 3 October 2024. Retrieved 26 April 2024.
- ↑ "Exclusive: Multiple AI companies bypassing web standard to scrape publisher sites, licensing firm says". Reuters. Archived from the original on 10 November 2024. Retrieved 13 November 2025.
- ↑ Shilov, Anton (21 June 2024). "Several AI companies said to be ignoring robots dot txt exclusion, scraping content without permission: report". Tom's Hardware. Retrieved 13 November 2025.
- ↑ Reisner (2023).
- ↑ Alter & Harris (2023).
- ↑ "Getting the Innovation Ecosystem Ready for AI. An IP policy toolkit" (PDF). WIPO.
- ↑ Hammond, George (27 December 2023). "Big Tech is spending more than VC firms on AI startups". Ars Technica. Archived from the original on 10 January 2024.
- ↑ Wong, Matteo (24 October 2023). "The Future of AI Is GOMA". The Atlantic. Archived from the original on 5 January 2024.
- ↑ "Big tech and the pursuit of AI dominance". The Economist. 26 March 2023. Archived from the original on 29 December 2023.
- ↑ Fung, Brian (19 December 2023). "Where the battle to dominate AI may be won". CNN Business. Archived from the original on 13 January 2024.
- ↑ Metz, Cade (5 July 2023). "In the Age of A.I., Tech's Little Guys Need Big Friends". The New York Times. Archived from the original on 8 July 2024. Retrieved 5 October 2024.
- ↑ Bhattarai, Abha; Lerman, Rachel (25 December 2025). "10 charts that show where the economy is heading / 3. AI related investments". The Washington Post.
Source: MSCI
- ↑ Coren, Michael (24 March 2026). "How to get Big Tech to pay your energy bills". The Washington Post.
- ↑ "Electricity 2024 – Analysis and Forecast to 2026". IEA. 24 January 2024. Retrieved 13 July 2024.
- ↑ Calvert, Brian (28 March 2024). "AI already uses as much energy as a small country. It's only the beginning". Vox. New York, New York. Archived from the original on 3 July 2024. Retrieved 5 October 2024.
- ↑ Halper, Evan; O'Donovan, Caroline (21 June 2024). "AI is exhausting the power grid. Tech firms are seeking a miracle solution". The Washington Post.
- ↑ Davenport, Carly. "AI Data Centers and the Coming YS Power Demand Surge" (PDF). Goldman Sachs. Archived from the original (PDF) on 26 July 2024. Retrieved 5 October 2024.
- ↑ Ryan, Carol (12 April 2024). "Energy-Guzzling AI Is Also the Future of Energy Savings". Wall Street Journal. Dow Jones.
- ↑ Hiller, Jennifer (1 July 2024). "Tech Industry Wants to Lock Up Nuclear Power for AI". Wall Street Journal. Dow Jones. Archived from the original on 5 October 2024. Retrieved 5 October 2024.
- ↑ Halper, Evan (20 September 2024). "Microsoft deal would reopen Three Mile Island nuclear plant to power AI". Washington Post.
- ↑ Hiller, Jennifer (20 September 2024). "Three Mile Island's Nuclear Plant to Reopen, Help Power Microsoft's AI Centers". Wall Street Journal. Dow Jones. Archived from the original on 5 October 2024. Retrieved 5 October 2024.
- ↑ 212.0 212.1 212.2 Niva Yadav (19 August 2024). "Taiwan to stop large data centers in the North, cites insufficient power". DatacenterDynamics. Archived from the original on 8 November 2024. Retrieved 7 November 2024.
- ↑ Mochizuki, Takashi; Oda, Shoko (18 October 2024). "エヌビディア出資の日本企業、原発近くでΑIデータセンター新設検討". Bloomberg (in Japanese). Archived from the original on 8 November 2024. Retrieved 7 November 2024.
- ↑ 214.0 214.1 Naureen S Malik and Will Wade (5 November 2024). "Nuclear-Hungry AI Campuses Need New Plan to Find Power Fast". Bloomberg.
- ↑ "Energy and AI Executive summary". International Energy Agency. Retrieved 10 April 2025.
- ↑ Nicas (2018).
- ↑ Rainie, Lee; Keeter, Scott; Perrin, Andrew (22 July 2019). "Trust and Distrust in America". Pew Research Center. Archived from the original on 22 February 2024.
- ↑ Kosoff, Maya (8 February 2018). "YouTube Struggles to Contain Its Conspiracy Problem". Vanity Fair. Retrieved 10 April 2025.
- ↑ Berry, David M. (19 March 2025). "Synthetic media and computational capitalism: towards a critical theory of artificial intelligence". AI & Society. 40 (7): 5257–5269. doi:10.1007/s00146-025-02265-2. ISSN 1435-5655.
- ↑ "Unreal: A quantum leap in AI video". The Week. 17 June 2025. Retrieved 20 June 2025.
- ↑ Snow, Jackie (16 June 2025). "AI video is getting real. Beware what comes next". Quartz. Retrieved 20 June 2025.
- ↑ Chow, Andrew R.; Perrigo, Billy (3 June 2025). "Google's New AI Tool Generates Convincing Deepfakes of Riots, Conflict, and Election Fraud". Time. Retrieved 20 June 2025.
- ↑ Williams (2023).
- ↑ Olanipekun, Samson Olufemi (2025). "Computational propaganda and misinformation: AI technologies as tools of media manipulation". World Journal of Advanced Research and Reviews. 25 (1): 911–923. doi:10.30574/wjarr.2025.25.1.0131. ISSN 2581-9615.
- ↑ Taylor & Hern (2023).
- ↑ Lin, Hause; Czarnek, Gabriela; Lewis, Benjamin; White, Joshua P.; Berinsky, Adam J.; Costello, Thomas; Pennycook, Gordon; Rand, David G. (2025). "Persuading voters using human–artificial intelligence dialogues". Nature. 648 (8093): 394–401. Bibcode:2025Natur.648..394L. doi:10.1038/s41586-025-09771-9. PMID 41345316 Check
|pmid=value (help). - ↑ "To fight AI, we need 'personhood credentials,' say AI firms". The Register. 3 September 2024. Archived from the original on 24 April 2025. Retrieved 9 May 2025.
- ↑ 228.0 228.1 Samuel, Sigal (19 April 2022). "Why it's so damn hard to make AI fair and unbiased". Vox. Archived from the original on 5 October 2024. Retrieved 24 July 2024.
- ↑ 229.0 229.1 Rose (2023).
- ↑ CNA (2019).
- ↑ Mazeika, Mantas; Yin, Xuwang; Tamirisa, Rishub; Lim, Jaehyuk; Lee, Bruce W.; Ren, Richard; Phan, Long; Mu, Norman; Khoja, Adam (2025), Utility Engineering: Analyzing and Controlling Emergent Value Systems in AIs, Figure 16, arXiv:2502.08640
- ↑ Goffrey (2008), p. 17.
- ↑ Berdahl et al. (2023); Goffrey (2008, p. 17); Rose (2023); Russell & Norvig (2021, p. 995)
- ↑ Christian (2020), p. 25.
- ↑ 235.0 235.1 Russell & Norvig (2021), p. 995.
- ↑ Grant & Hill (2023).
- ↑ Larson & Angwin (2016).
- ↑ Christian (2020), p. 67–70.
- ↑ Christian (2020, pp. 67–70); Russell & Norvig (2021, pp. 993–994)
- ↑ Russell & Norvig (2021, p. 995); Lipartito (2011, p. 36); Goodman & Flaxman (2017, p. 6); Christian (2020, pp. 39–40, 65)
- ↑ Quoted in Christian (2020, p. 65).
- ↑ Russell & Norvig (2021, p. 994); Christian (2020, pp. 40, 80–81)
- ↑ Quoted in Christian (2020, p. 80)
- ↑ Hundt, Andrew; Agnew, William; Zeng, Vicky; Kacianka, Severin; Gombolay, Matthew (21–24 June 2022). "Robots Enact Malignant Stereotypes". Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Transparency (FAccT '22). Seoul, South Korea: Association for Computing Machinery. doi:10.1145/3531146.3533138.
- ↑ For accessible summaries, see the Georgia Tech release and ScienceDaily coverage of the study's findings."Flawed AI Makes Robots Racist, Sexist". Georgia Tech Research News. 23 June 2022.
- ↑ "Robots turn racist and sexist with flawed AI, study finds". ScienceDaily. 21 June 2022.
- ↑ Sample (2017).
- ↑ "Black Box AI". 16 June 2023. Archived from the original on 15 June 2024. Retrieved 5 October 2024.
- ↑ Christian (2020), p. 110.
- ↑ Christian (2020), pp. 88–91.
- ↑ Christian (2020, p. 83); Russell & Norvig (2021, p. 997)
- ↑ Christian (2020), p. 91.
- ↑ Christian (2020), p. 83.
- ↑ Verma (2021).
- ↑ Rothman (2020).
- ↑ Christian (2020), pp. 105–108.
- ↑ Christian (2020), pp. 108–112.
- ↑ Ropek, Lucas (21 May 2024). "New Anthropic Research Sheds Light on AI's 'Black Box'". Gizmodo. Archived from the original on 5 October 2024. Retrieved 23 May 2024.
- ↑ Russell & Norvig (2021), p. 989.
- ↑ 260.0 260.1 Russell & Norvig (2021), pp. 987–990.
- ↑ Russell & Norvig (2021), p. 988.
- ↑ Robitzski (2018); Sainato (2015)
- ↑ Harari (2018).
- ↑ Buckley, Chris; Mozur, Paul (22 May 2019). "How China Uses High-Tech Surveillance to Subdue Minorities". The New York Times. Archived from the original on 25 November 2019. Retrieved 2 July 2019.
- ↑ Whittaker, Zack (3 May 2019). "Security lapse exposed a Chinese smart city surveillance system". TechCrunch. Archived from the original on 7 March 2021. Retrieved 14 September 2020.
- ↑ Urbina et al. (2022).
- ↑ 267.0 267.1 McGaughey (2022).
- ↑ Ford & Colvin (2015); McGaughey (2022)
- ↑ IGM Chicago (2017).
- ↑ Arntz, Gregory & Zierahn (2016), p. 33.
- ↑ Lohr (2017); Frey & Osborne (2017); Arntz, Gregory & Zierahn (2016, p. 33)
- ↑ Zhou, Viola (11 April 2023). "AI is already taking video game illustrators' jobs in China". Rest of World. Archived from the original on 21 February 2024. Retrieved 17 August 2023.
- ↑ Carter, Justin (11 April 2023). "China's game art industry reportedly decimated by growing AI use". Game Developer. Archived from the original on 17 August 2023. Retrieved 17 August 2023.
- ↑ "Canaries in the Coal Mine? Six Facts about the Recent Employment Effects of Artificial Intelligence". Stanford Digital Economy Lab. 2026. Retrieved 6 March 2026.
- ↑ Morgenstern (2015).
- ↑ Mahdawi (2017); Thompson (2014)
- ↑ Ma, Jason (5 July 2025). "Ford CEO Jim Farley warns AI will wipe out half of white-collar jobs, but the 'essential economy' has a huge shortage of workers". Fortune. Retrieved 21 October 2025.
- ↑ Tarnoff, Ben (4 August 2023). "Lessons from Eliza". The Guardian Weekly. pp. 34–39.
- ↑ Kühne, Rinaldo; Peter, Jochen (2023). "Anthropomorphism in human–robot interactions: a multidimensional conceptualization". Communication Theory. 33 (1): 42–52. doi:10.1093/ct/qtac020.
- ↑ Reeves, Byron; Nass, Clifford (1996). The Media Equation: How People Treat Computers, Television, and New Media Like Real People and Places. New York: Cambridge University Press. ISBN 978-1-57586-053-4.
- ↑ Nass, Clifford; Moon, Youngme (2000). "Machines and mindlessness: Social responses to computers". Journal of Social Issues. 56 (1): 81–103. doi:10.1111/0022-4537.00153.
- ↑ Salles, Arleen; Evers, Kathinka; Farisco, Michele (2020). "Anthropomorphism in AI". AJOB Neuroscience. 2020 Vol 11 (2): 88–95. doi:10.1080/21507740.2020.1740350. PMID 32228388.
An additional concern is that socialization with entities that are not truly social, even if designed to offer new tools for enriching users’ emotional life and even if beneficial in some specific cases (for example, when enhancing the well-being of those who would otherwise be social outcasts) is not truly meaningful and it can only limitedly replace the richness of human interactions.... Another common objection to anthropomorphism by design is that it is deceptive insofar as it would appear that in order to meet specific, e.g. emotional or social needs, AI must actually “fool” users by making them believe that they have the capacity to engage emotionally
- ↑ Jargon, Julie (4 March 2026). "Gemini Said They Could Only Be Together if He Killed Himself. Soon, He Was Dead". Wall Street Journal. Retrieved 27 March 2026.
- ↑ Watwe, Shweta (15 October 2025). "AI Chatbot Suits Open New Frontier in Debate Over Online Speech". Bloomberg Law. Retrieved 27 March 2026.
- ↑ Cellan-Jones (2014).
- ↑ Russell & Norvig 2021, p. 1001.
- ↑ Bostrom (2014).
- ↑ Russell (2019).
- ↑ Bostrom (2014); Müller & Bostrom (2014); Bostrom (2015).
- ↑ Harari (2023).
- ↑ Stewart (2025).
- ↑ Müller & Bostrom (2014).
- ↑ Leaders' concerns about the existential risks of AI around 2015: Rawlinson (2015), Holley (2015), Gibbs (2014), Sainato (2015)
- ↑ ""Godfather of artificial intelligence" talks impact and potential of new AI". CBS News. 25 March 2023. Archived from the original on 28 March 2023. Retrieved 28 March 2023.
- ↑ Pittis, Don (4 May 2023). "Canadian artificial intelligence leader Geoffrey Hinton piles on fears of computer takeover". CBC. Archived from the original on 7 July 2024. Retrieved 5 October 2024.
- ↑ "'50–50 chance' that AI outsmarts humanity, Geoffrey Hinton says". Bloomberg BNN. 14 June 2024. Archived from the original on 14 June 2024. Retrieved 6 July 2024.
- ↑ Valance (2023).
- ↑ Taylor, Josh (7 May 2023). "Rise of artificial intelligence is inevitable but should not be feared, 'father of AI' says". The Guardian. Archived from the original on 23 October 2023. Retrieved 26 May 2023.
- ↑ Colton, Emma (7 May 2023). "'Father of AI' says tech fears misplaced: 'You cannot stop it'". Fox News. Archived from the original on 26 May 2023. Retrieved 26 May 2023.
- ↑ Jones, Hessie (23 May 2023). "Juergen Schmidhuber, Renowned 'Father Of Modern AI,' Says His Life's Work Won't Lead To Dystopia". Forbes. Archived from the original on 26 May 2023. Retrieved 26 May 2023.
- ↑ McMorrow, Ryan (19 December 2023). "Andrew Ng: 'Do we think the world is better off with more or less intelligence?'". Financial Times. Archived from the original on 25 January 2024. Retrieved 30 December 2023.
- ↑ Will Douglas Heaven (2 May 2023). "Geoffrey Hinton tells us why he's now scared of the tech he helped build". MIT Technology Review. Ideas AI. Retrieved 4 January 2026.
- ↑ Levy, Steven (22 December 2023). "How Not to Be Stupid About AI, With Yann LeCun". Wired. Archived from the original on 28 December 2023. Retrieved 30 December 2023.
- ↑ Arguments that AI is not an imminent risk: Brooks (2014), Geist (2015), Madrigal (2015), Lee (2014)
- ↑ 305.0 305.1 Christian (2020), pp. 67, 73.
- ↑ Yudkowsky (2008).
- ↑ 307.0 307.1 Anderson & Anderson (2011).
- ↑ AAAI (2014).
- ↑ Wallach (2010).
- ↑ Russell (2019), p. 173.
- ↑ Stewart, Ashley; Melton, Monica. "Hugging Face CEO says he's focused on building a 'sustainable model' for the $4.5 billion open-source-AI startup". Business Insider. Archived from the original on 25 September 2024. Retrieved 14 April 2024.
- ↑ Wiggers, Kyle (9 April 2024). "Google open sources tools to support AI model development". TechCrunch. Archived from the original on 10 September 2024. Retrieved 14 April 2024.
- ↑ Heaven, Will Douglas (12 May 2023). "The open-source AI boom is built on Big Tech's handouts. How long will it last?". MIT Technology Review. Retrieved 14 April 2024.
- ↑ Brodsky, Sascha (19 December 2023). "Mistral AI's New Language Model Aims for Open Source Supremacy". AI Business. Archived from the original on 5 September 2024. Retrieved 5 October 2024.
- ↑ Edwards, Benj (22 February 2024). "Stability announces Stable Diffusion 3, a next-gen AI image generator". Ars Technica. Archived from the original on 5 October 2024. Retrieved 14 April 2024.
- ↑ Marshall, Matt (29 January 2024). "How enterprises are using open source LLMs: 16 examples". VentureBeat. Archived from the original on 26 September 2024. Retrieved 5 October 2024.
- ↑ Piper, Kelsey (2 February 2024). "Should we make our most powerful AI models open source to all?". Vox. Archived from the original on 5 October 2024. Retrieved 14 April 2024.
- ↑ Alan Turing Institute (2019). "Understanding artificial intelligence ethics and safety" (PDF). Archived (PDF) from the original on 11 September 2024. Retrieved 5 October 2024.
- ↑ Alan Turing Institute (2023). "AI Ethics and Governance in Practice" (PDF). Archived (PDF) from the original on 11 September 2024. Retrieved 5 October 2024.
- ↑ Floridi, Luciano; Cowls, Josh (23 June 2019). "A Unified Framework of Five Principles for AI in Society". Harvard Data Science Review. 1 (1). doi:10.1162/99608f92.8cd550d1.
- ↑ Buruk, Banu; Ekmekci, Perihan Elif; Arda, Berna (1 September 2020). "A critical perspective on guidelines for responsible and trustworthy artificial intelligence". Medicine, Health Care and Philosophy. 23 (3): 387–399. doi:10.1007/s11019-020-09948-1. PMID 32236794.
- ↑ Kamila, Manoj Kumar; Jasrotia, Sahil Singh (1 January 2023). "Ethical issues in the development of artificial intelligence: recognizing the risks". International Journal of Ethics and Systems. 41 (ahead-of-print): 45–63. doi:10.1108/IJOES-05-2023-0107.
- ↑ "AI Safety Institute releases new AI safety evaluations platform". UK Government. 10 May 2024. Archived from the original on 5 October 2024. Retrieved 14 May 2024.
- ↑ Regulation of AI to mitigate risks: Berryhill et al. (2019), Barfield & Pagallo (2018), Iphofen & Kritikos (2019), Wirtz, Weyerer & Geyer (2018), Buiten (2019)
- ↑ Law Library of Congress (U.S.). Global Legal Research Directorate (2019).
- ↑ 326.0 326.1 Vincent (2023).
- ↑ Stanford University (2023).
- ↑ 328.0 328.1 328.2 328.3 UNESCO (2021).
- ↑ Kissinger (2021).
- ↑ Altman, Brockman & Sutskever (2023).
- ↑ n.a. (25 October 2023). "UN Announces Advisory Body on Artificial Intelligence". Voice of America. Archived from the original on 18 September 2024. Retrieved 5 October 2024.
- ↑ "AI Act enters into force". European Commission. Retrieved 11 August 2025.
- ↑ "Council of Europe opens first ever global treaty on AI for signature". Council of Europe. 5 September 2024. Archived from the original on 17 September 2024. Retrieved 17 September 2024.
- ↑ Edwards (2023).
- ↑ Kasperowicz (2023).
- ↑ Fox News (2023).
- ↑ Milmo, Dan (3 November 2023). "Hope or Horror? The great AI debate dividing its pioneers". The Guardian Weekly. pp. 10–12.
- ↑ "The Bletchley Declaration by Countries Attending the AI Safety Summit, 1–2 November 2023". GOV.UK. 1 November 2023. Archived from the original on 1 November 2023. Retrieved 2 November 2023.
- ↑ "Countries agree to safe and responsible development of frontier AI in landmark Bletchley Declaration". GOV.UK (Press release). Archived from the original on 1 November 2023. Retrieved 1 November 2023.
- ↑ "Second global AI summit secures safety commitments from companies". Reuters. 21 May 2024. Retrieved 23 May 2024.
- ↑ "Frontier AI Safety Commitments, AI Seoul Summit 2024". gov.uk. 21 May 2024. Archived from the original on 23 May 2024. Retrieved 23 May 2024.
- ↑ "UN launches independent scientific panel on artificial intelligence". UN News. 3 March 2026. Retrieved 7 March 2026.
- ↑ 343.0 343.1 Buntz, Brian (3 November 2024). "Quality vs. quantity: US and China chart different paths in global AI patent race in 2024 / Geographical breakdown of AI patents in 2024". Research & Development World. R&D World. Archived from the original on 9 December 2024.
- ↑ 344.0 344.1 Russell & Norvig 2021, p. 9.
- ↑ 345.0 345.1 345.2 Copeland, J., ed. (2004). The Essential Turing: the ideas that gave birth to the computer age. Oxford, England: Clarendon Press. ISBN 0-1982-5079-7.
- ↑ "Google books ngram". Archived from the original on 5 October 2024. Retrieved 5 October 2024.
- ↑ AI's immediate precursors: McCorduck (2004, pp. 51–107), Crevier (1993, pp. 27–32), Russell & Norvig (2021, pp. 8–17), Moravec (1988, p. 3)
- ↑ 348.0 348.1 Turing's original publication of the Turing test in "Computing machinery and intelligence": Turing (1950) Historical influence and philosophical implications: Haugeland (1985, pp. 6–9), Crevier (1993, p. 24), McCorduck (2004, pp. 70–71), Russell & Norvig (2021, pp. 2, 984)
- ↑ Crevier (1993), pp. 47–49.
- ↑ Russell & Norvig (2003), p. 17.
- ↑ Russell & Norvig (2003), p. 18.
- ↑ Newquist (1994), pp. 86–86.
- ↑ Simon (1965, p. 96) quoted in Crevier (1993, p. 109)
- ↑ Minsky (1967, p. 2) quoted in Crevier (1993, p. 109)
- ↑ Russell & Norvig (2021), p. 21.
- ↑ Lighthill (1973).
- ↑ NRC 1999, pp. 212–213.
- ↑ Russell & Norvig (2021), p. 22.
- ↑ Expert systems: Russell & Norvig (2021, pp. 23, 292), Luger & Stubblefield (2004, pp. 227–331), Nilsson (1998, chpt. 17.4), McCorduck (2004, pp. 327–335, 434–435), Crevier (1993, pp. 145–162, 197–203), Newquist (1994, pp. 155–183)
- ↑ Russell & Norvig (2021), p. 24.
- ↑ Nilsson (1998), p. 7.
- ↑ McCorduck (2004), pp. 454–462.
- ↑ Moravec (1988).
- ↑ 364.0 364.1 Brooks (1990).
- ↑ Developmental robotics: Weng et al. (2001), Lungarella et al. (2003), Asada et al. (2009), Oudeyer (2010)
- ↑ Russell & Norvig (2021), p. 25.
- ↑ Crevier (1993, pp. 214–215), Russell & Norvig (2021, pp. 24, 26)
- ↑ Russell & Norvig (2021), p. 26.
- ↑ Formal and narrow methods adopted in the 1990s: Russell & Norvig (2021, pp. 24–26), McCorduck (2004, pp. 486–487)
- ↑ AI widely used in the late 1990s: Kurzweil (2005, p. 265), NRC (1999, pp. 216–222), Newquist (1994, pp. 189–201)
- ↑ Wong (2023).
- ↑ Moore's Law and AI: Russell & Norvig (2021, pp. 14, 27)
- ↑ 373.0 373.1 373.2 Clark (2015b).
- ↑ Big data: Russell & Norvig (2021, p. 26)
- ↑ Sagar, Ram (3 June 2020). "OpenAI Releases GPT-3, The Largest Model So Far". Analytics India Magazine. Archived from the original on 4 August 2020. Retrieved 15 March 2023.
- ↑ Milmo, Dan (2 February 2023). "ChatGPT reaches 100 million users two months after launch". The Guardian. ISSN 0261-3077. Archived from the original on 3 February 2023. Retrieved 31 December 2024.
- ↑ Gorichanaz, Tim (29 November 2023). "ChatGPT turns 1: AI chatbot's success says as much about humans as technology". The Conversation. Archived from the original on 31 December 2024. Retrieved 31 December 2024.
- ↑ DiFeliciantonio (2023).
- ↑ Goswami (2023).
- ↑ "Nearly 1 in 4 new startups is an AI company". PitchBook. 24 December 2024. Retrieved 3 January 2025.
- ↑ Grayling, Anthony; Ball, Brian (1 August 2024). "Philosophy is crucial in the age of AI". The Conversation. Archived from the original on 5 October 2024. Retrieved 4 October 2024.
- ↑ 382.0 382.1 Jarow, Oshan (15 June 2024). "Will AI ever become conscious? It depends on how you think about biology". Vox. Archived from the original on 21 September 2024. Retrieved 4 October 2024.
- ↑ McCarthy, John. "The Philosophy of AI and the AI of Philosophy". jmc.stanford.edu. Archived from the original on 23 October 2018. Retrieved 3 October 2024.
- ↑ Warwick, Kevin; Shah, Huma (2016). "Passing the Turing Test Does Not Mean the End of Humanity". Cognitive Computation. 8 (3): 409–419. doi:10.1007/s12559-015-9372-6. ISSN 1866-9956. PMC 4867147. PMID 27257441.
- ↑ Turing (1950), Under "The Argument from Consciousness".
- ↑ Kirk-Giannini, Cameron Domenico; Goldstein, Simon (16 October 2023). "AI is closer than ever to passing the Turing test for 'intelligence'. What happens when it does?". The Conversation. Archived from the original on 25 September 2024. Retrieved 17 August 2024.
- ↑ Russell & Norvig (2021), p. 3.
- ↑ Maker (2006).
- ↑ McCarthy (1999).
- ↑ Minsky (1986).
- ↑ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Suggestions' not found.
- ↑ Rehak, Rainer (2025). "AI Narrative Breakdown. A Critical Assessment of Power and Promise". Proceedings of the 2025 ACM Conference on Fairness, Accountability, and Transparency. pp. 1250–1260. doi:10.1145/3715275.3732083. ISBN 979-8-4007-1482-5.
- ↑ Musser, George (1 September 2023). "How AI Knows Things No One Told It". Scientific American. Retrieved 17 July 2025.
- ↑ "AI or BS? How to tell if a marketing tool really uses artificial intelligence". The Drum. 30 March 2023. Retrieved 31 July 2024.
- ↑ Information technology - Artificial intelligence - Artificial intelligence concepts and terminology, BSI British Standards, doi:10.3403/30467396
- ↑ "Regulation - EU - 2024/1689 - EN". EUR-Lex. Retrieved 30 January 2026.
- ↑ Tabassi, Elham (26 January 2023). Artificial Intelligence Risk Management Framework (AI RMF 1.0) (Report). Gaithersburg, MD: National Institute of Standards and Technology (U.S.). doi:10.6028/nist.ai.100-1.
- ↑ Nilsson (1983), p. 10.
- ↑ Haugeland (1985), pp. 112–117.
- ↑ Physical symbol system hypothesis: Newell & Simon (1976, p. 116) Historical significance: McCorduck (2004, p. 153), Russell & Norvig (2021, p. 19)
- ↑ Moravec's paradox: Moravec (1988, pp. 15–16), Minsky (1986, p. 29), Pinker (2007, pp. 190–191)
- ↑ Dreyfus' critique of AI: Dreyfus (1972), Dreyfus & Dreyfus (1986) Historical significance and philosophical implications: Crevier (1993, pp. 120–132), McCorduck (2004, pp. 211–239), Russell & Norvig (2021, pp. 981–982), Fearn (2007, chpt. 3)
- ↑ Crevier (1993), p. 125.
- ↑ Langley (2011).
- ↑ Katz (2012).
- ↑ Neats vs. scruffies, the historic debate: McCorduck (2004, pp. 421–424, 486–489), Crevier (1993, p. 168), Nilsson (1983, pp. 10–11), Russell & Norvig (2021, p. 24) A classic example of the "scruffy" approach to intelligence: Minsky (1986) A modern example of neat AI and its aspirations in the 21st century: Domingos (2015)
- ↑ Pennachin & Goertzel (2007).
- ↑ 408.0 408.1 Roberts (2016).
- ↑ "Magnifica Humanitas". The Holy See. Retrieved 30 May 2026.
- ↑ Russell & Norvig (2021), p. 986.
- ↑ Chalmers (1995).
- ↑ Dennett (1991).
- ↑ Horst (2005).
- ↑ Searle (1999).
- ↑ Searle (1980), p. 1.
- ↑ Russell & Norvig (2021), p. 9817.
- ↑ Searle's Chinese room argument: Searle (1980). Searle's original presentation of the thought experiment., Searle (1999). Discussion: Russell & Norvig (2021, pp. 985), McCorduck (2004, pp. 443–445), Crevier (1993, pp. 269–271)
- ↑ Leith, Sam (7 July 2022). "Nick Bostrom: How can we be certain a machine isn't conscious?". The Spectator. Archived from the original on 26 September 2024. Retrieved 23 February 2024.
- ↑ 419.0 419.1 419.2 Thomson, Jonny (31 October 2022). "Why don't robots have rights?". Big Think. Archived from the original on 13 September 2024. Retrieved 23 February 2024.
- ↑ 420.0 420.1 Kateman, Brian (24 July 2023). "AI Should Be Terrified of Humans". Time. Archived from the original on 25 September 2024. Retrieved 23 February 2024.
- ↑ Wong, Jeff (10 July 2023). "What leaders need to know about robot rights". Fast Company.
- ↑ Hern, Alex (12 January 2017). "Give robots 'personhood' status, EU committee argues". The Guardian. ISSN 0261-3077. Archived from the original on 5 October 2024. Retrieved 23 February 2024.
- ↑ Dovey, Dana (14 April 2018). "Experts Don't Think Robots Should Have Rights". Newsweek. Archived from the original on 5 October 2024. Retrieved 23 February 2024.
- ↑ Cuddy, Alice (13 April 2018). "Robot rights violate human rights, experts warn EU". euronews. Archived from the original on 19 September 2024. Retrieved 23 February 2024.
- ↑ The Intelligence explosion and technological singularity: Russell & Norvig (2021, pp. 1004–1005), Omohundro (2008), Kurzweil (2005) I. J. Good's "intelligence explosion": Good (1965) Vernor Vinge's "singularity": Vinge (1993)
- ↑ Russell & Norvig (2021), p. 1005.
- ↑ Transhumanism: Moravec (1988), Kurzweil (2005), Russell & Norvig (2021, p. 1005)
- ↑ AI as evolution: Edward Fredkin is quoted in McCorduck (2004, p. 401), Butler (1863), Dyson (1998)
- ↑ AI in myth: McCorduck (2004, pp. 4–5)
- ↑ McCorduck (2004), pp. 340–400.
- ↑ Buttazzo (2001).
- ↑ Anderson (2008).
- ↑ McCauley (2007).
- ↑ Galvan (1997).
Textbooks
- Luger, George; Stubblefield, William (2004). Artificial Intelligence: Structures and Strategies for Complex Problem Solving (5th ed.). Benjamin/Cummings. ISBN 978-0-8053-4780-7. Archived from the original on 26 July 2020. Retrieved 17 December 2019.
- Nilsson, Nils (1998). Artificial Intelligence: A New Synthesis. Morgan Kaufmann. ISBN 978-1-5586-0467-4. Archived from the original on 26 July 2020. Retrieved 18 November 2019.
- Poole, David; Mackworth, Alan; Goebel, Randy (1998). Computational Intelligence: A Logical Approach. New York: Oxford University Press. ISBN 978-0-1951-0270-3. Archived from the original on 26 July 2020. Retrieved 22 August 2020. Later edition: Poole, David; Mackworth, Alan (2017). Artificial Intelligence: Foundations of Computational Agents (2nd ed.). Cambridge University Press. ISBN 978-1-1071-9539-4. Archived from the original on 7 December 2017. Retrieved 6 December 2017.
- Rich, Elaine; Knight, Kevin; Nair, Shivashankar (2010). Artificial Intelligence (3rd ed.). New Delhi: Tata McGraw Hill India. ISBN 978-0-0700-8770-5.
- Russell, Stuart J.; Norvig, Peter (2021). Artificial Intelligence: A Modern Approach (4th ed.). Hoboken: Pearson. ISBN 978-0-1346-1099-3. LCCN 20190474.
- Template:Russell Norvig 2003.
- Ertl, Wolgang (2024). Introduction to Artificial Intelligence. Springer Nature. ISBN 978-3319584867.
- Ciaramella, Alberto; Ciaramella, Marco (2024). Introduction to Artificial Intelligence: from data analysis to generative AI. Intellisemantic Editions. ISBN 978-8-8947-8760-3.
History of AI
- Template:Crevier 1993
- Template:McCorduck 2004
- Newquist, H. P. (1994). The Brain Makers: Genius, Ego, And Greed In The Quest For Machines That Think. New York: Macmillan/SAMS. ISBN 978-0-6723-0412-5.
Other sources
- AI & ML in Fusion
- AI & ML in Fusion, video lecture Archived 2 July 2023 at the Wayback Machine
- Alter, Alexandra; Harris, Elizabeth A. (20 September 2023), "Franzen, Grisham and Other Prominent Authors Sue OpenAI", The New York Times, archived from the original on 14 September 2024, retrieved 5 October 2024
- Altman, Sam; Brockman, Greg; Sutskever, Ilya (22 May 2023). "Governance of Superintelligence". openai.com. Archived from the original on 27 May 2023. Retrieved 27 May 2023.
- Anderson, Susan Leigh (2008). "Asimov's 'three laws of robotics' and machine metaethics". AI & Society. 22 (4): 477–493. doi:10.1007/s00146-007-0094-5.
- Anderson, Michael; Anderson, Susan Leigh (2011). Machine Ethics. Cambridge University Press.
- Arntz, Melanie; Gregory, Terry; Zierahn, Ulrich (2016), "The risk of automation for jobs in OECD countries: A comparative analysis", OECD Social, Employment, and Migration Working Papers 189
- Asada, M.; Hosoda, K.; Kuniyoshi, Y.; Ishiguro, H.; Inui, T.; Yoshikawa, Y.; Ogino, M.; Yoshida, C. (2009). "Cognitive developmental robotics: a survey". IEEE Transactions on Autonomous Mental Development. 1 (1): 12–34. Bibcode:2009ITAMD...1...12A. doi:10.1109/tamd.2009.2021702.
- "Ask the AI experts: What's driving today's progress in AI?". McKinsey & Company. Archived from the original on 13 April 2018. Retrieved 13 April 2018.
- Barfield, Woodrow; Pagallo, Ugo (2018). Research handbook on the law of artificial intelligence. Cheltenham, UK: Edward Elgar Publishing. ISBN 978-1-7864-3904-8. OCLC 1039480085.
- Beal, J.; Winston, Patrick (2009), "The New Frontier of Human-Level Artificial Intelligence", IEEE Intelligent Systems, 24 (4): 21–24, Bibcode:2009IISys..24d..21B, doi:10.1109/MIS.2009.75, hdl:1721.1/52357
- Lua error in package.lua at line 80: module 'Module:Citation/CS1/Suggestions' not found.
- Berryhill, Jamie; Heang, Kévin Kok; Clogher, Rob; McBride, Keegan (2019). Hello, World: Artificial Intelligence and its Use in the Public Sector (PDF). Paris: OECD Observatory of Public Sector Innovation. Archived (PDF) from the original on 20 December 2019. Retrieved 9 August 2020.
- Bertini, Marco; Del Bimbo, Alberto; Torniai, Carlo (2006). "Automatic annotation and semantic retrieval of video sequences using multimedia ontologies". Proceedings of the 14th ACM international conference on Multimedia. pp. 679–682. doi:10.1145/1180639.1180782. ISBN 1-59593-447-2.
- Bostrom, Nick (2014). Superintelligence: Paths, Dangers, Strategies. Oxford University Press.
- Bostrom, Nick (2015). "What happens when our computers get smarter than we are?". TED (conference). Archived from the original on 25 July 2020. Retrieved 30 January 2020.
- Brooks, Rodney (10 November 2014). "artificial intelligence is a tool, not a threat". Rethink Robotics. Archived from the original on 12 November 2014.
- Brooks, Rodney A. (1990). "Elephants don't play chess". Robotics and Autonomous Systems. 6 (1–2): 3–15. doi:10.1016/S0921-8890(05)80025-9.
- Buiten, Miriam C (2019). "Towards Intelligent Regulation of Artificial Intelligence". European Journal of Risk Regulation. 10 (1): 41–59. doi:10.1017/err.2019.8. ISSN 1867-299X.
- Bushwick, Sophie (16 March 2023), "What the New GPT-4 AI Can Do", Scientific American, archived from the original on 22 August 2023, retrieved 5 October 2024
- Butler, Samuel (13 June 1863). "Darwin among the Machines". Letters to the Editor. The Press. Christchurch, New Zealand. Archived from the original on 19 September 2008. Retrieved 16 October 2014 – via Victoria University of Wellington.
- Buttazzo, G. (July 2001). "Artificial consciousness: Utopia or real possibility?". Computer. 34 (7): 24–30. Bibcode:2001Compr..34g..24B. doi:10.1109/2.933500.
- Cambria, Erik; White, Bebo (May 2014). "Jumping NLP Curves: A Review of Natural Language Processing Research [Review Article]". IEEE Computational Intelligence Magazine. 9 (2): 48–57. doi:10.1109/MCI.2014.2307227.
- Cellan-Jones, Rory (2 December 2014). "Stephen Hawking warns artificial intelligence could end mankind". BBC News. Archived from the original on 30 October 2015. Retrieved 30 October 2015.
- Chalmers, David (1995). "Facing up to the problem of consciousness". Journal of Consciousness Studies. 2 (3): 200–219.
- Challa, Subhash; Moreland, Mark R.; Mušicki, Darko; Evans, Robin J. (2011). Fundamentals of Object Tracking. Cambridge University Press. doi:10.1017/CBO9780511975837. ISBN 978-0-5218-7628-5.
- Christian, Brian (2020). The Alignment Problem: Machine learning and human values. W. W. Norton & Company. ISBN 978-0-3938-6833-3. OCLC 1233266753.
- Ciresan, D.; Meier, U.; Schmidhuber, J. (2012). "Multi-column deep neural networks for image classification". 2012 IEEE Conference on Computer Vision and Pattern Recognition. pp. 3642–3649. arXiv:1202.2745. doi:10.1109/cvpr.2012.6248110. ISBN 978-1-4673-1228-8.
- Clark, Jack (2015b). "Why 2015 Was a Breakthrough Year in Artificial Intelligence". Bloomberg.com. Archived from the original on 23 November 2016. Retrieved 23 November 2016.
- CNA (12 January 2019). "Commentary: Bad news. Artificial intelligence is biased". CNA. Archived from the original on 12 January 2019. Retrieved 19 June 2020.
- Cybenko, G. (1988). Continuous valued neural networks with two hidden layers are sufficient (Report). Department of Computer Science, Tufts University.
- Deng, L.; Yu, D. (2014). "Deep Learning: Methods and Applications" (PDF). Foundations and Trends in Signal Processing. 7 (3–4): 197–387. doi:10.1561/2000000039. Archived (PDF) from the original on 14 March 2016. Retrieved 18 October 2014.
- Dennett, Daniel (1991). Consciousness Explained. The Penguin Press. ISBN 978-0-7139-9037-9.
- DiFeliciantonio, Chase (3 April 2023). "AI has already changed the world. This report shows how". San Francisco Chronicle. Archived from the original on 19 June 2023. Retrieved 19 June 2023.
- Dickson, Ben (2 May 2022). "Machine learning: What is the transformer architecture?". TechTalks. Archived from the original on 22 November 2023. Retrieved 22 November 2023.
- Domingos, Pedro (2015). The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World. Basic Books. ISBN 978-0-4650-6570-7.
- Dreyfus, Hubert (1972). What Computers Can't Do. New York: MIT Press. ISBN 978-0-0601-1082-6.
- Dreyfus, Hubert; Dreyfus, Stuart (1986). Mind over Machine: The Power of Human Intuition and Expertise in the Era of the Computer. Oxford: Blackwell. ISBN 978-0-0290-8060-3. Archived from the original on 26 July 2020. Retrieved 22 August 2020.
- Dyson, George (1998). Darwin among the Machines. Allan Lane Science. ISBN 978-0-7382-0030-9. Archived from the original on 26 July 2020. Retrieved 22 August 2020.
- Edelson, Edward (1991). The Nervous System. New York: Chelsea House. ISBN 978-0-7910-0464-7. Archived from the original on 26 July 2020. Retrieved 18 November 2019.
- Edwards, Benj (17 May 2023). "Poll: AI poses risk to humanity, according to majority of Americans". Ars Technica. Archived from the original on 19 June 2023. Retrieved 19 June 2023.
- Fearn, Nicholas (2007). The Latest Answers to the Oldest Questions: A Philosophical Adventure with the World's Greatest Thinkers. New York: Grove Press. ISBN 978-0-8021-1839-4.
- Ford, Martin; Colvin, Geoff (6 September 2015). "Will robots create more jobs than they destroy?". The Guardian. Archived from the original on 16 June 2018. Retrieved 13 January 2018.
- Fox News (2023). "Fox News Poll" (PDF). Fox News. Archived (PDF) from the original on 12 May 2023. Retrieved 19 June 2023.
- Frey, Carl Benedikt; Osborne, Michael A (2017). "The future of employment: How susceptible are jobs to computerisation?". Technological Forecasting and Social Change. 114: 254–280. doi:10.1016/j.techfore.2016.08.019.
- "From not working to neural networking". The Economist. 2016. Archived from the original on 31 December 2016. Retrieved 26 April 2018.
- Galvan, Jill (1 January 1997). "Entering the Posthuman Collective in Philip K. Dick's "Do Androids Dream of Electric Sheep?"". Science Fiction Studies. 24 (3): 413–429. doi:10.1525/sfs.24.3.0413. JSTOR 4240644.
- Geist, Edward Moore (9 August 2015). "Is artificial intelligence really an existential threat to humanity?". Bulletin of the Atomic Scientists. Archived from the original on 30 October 2015. Retrieved 30 October 2015.
- Gibbs, Samuel (27 October 2014). "Elon Musk: artificial intelligence is our biggest existential threat". The Guardian. Archived from the original on 30 October 2015. Retrieved 30 October 2015.
- Goffrey, Andrew (2008). "Algorithm". In Fuller, Matthew (ed.). Software studies: a lexicon. Cambridge, Mass.: MIT Press. pp. 15–20. ISBN 978-1-4356-4787-9.
- Goldman, Sharon (14 September 2022). "10 years later, deep learning 'revolution' rages on, say AI pioneers Hinton, LeCun and Li". VentureBeat. Archived from the original on 5 October 2024. Retrieved 8 December 2023.
- Good, I. J. (1965), Speculations Concerning the First Ultraintelligent Machine, archived from the original on 10 July 2023, retrieved 5 October 2024
- Goodfellow, Ian; Bengio, Yoshua; Courville, Aaron (2016), Deep Learning, MIT Press., archived from the original on 16 April 2016, retrieved 12 November 2017
- Goodman, Bryce; Flaxman, Seth (2017). "EU regulations on algorithmic decision-making and a 'right to explanation'". AI Magazine. 38 (3): 50. arXiv:1606.08813. doi:10.1609/aimag.v38i3.2741.
- Government Accountability Office (13 September 2022). Consumer Data: Increasing Use Poses Risks to Privacy. gao.gov (Report). Archived from the original on 13 September 2024. Retrieved 5 October 2024.
- Grant, Nico; Hill, Kashmir (22 May 2023). "Google's Photo App Still Can't Find Gorillas. And Neither Can Apple's". The New York Times. Archived from the original on 14 September 2024. Retrieved 5 October 2024.
- Goswami, Rohan (5 April 2023). "Here's where the A.I. jobs are". CNBC. Archived from the original on 19 June 2023. Retrieved 19 June 2023.
- Harari, Yuval Noah (October 2018). "Why Technology Favors Tyranny". The Atlantic. Archived from the original on 25 September 2021. Retrieved 23 September 2021.
- Harari, Yuval Noah (2023). "AI and the future of humanity". YouTube. Archived from the original on 30 September 2024. Retrieved 5 October 2024.
- Haugeland, John (1985). Artificial Intelligence: The Very Idea. Cambridge, Mass.: MIT Press. ISBN 978-0-2620-8153-5.
- Hinton, G.; Deng, L.; Yu, D.; Dahl, G.; Mohamed, A.; Jaitly, N.; Senior, A.; Vanhoucke, V.; Nguyen, P.; Sainath, T.; Kingsbury, B. (2012). "Deep Neural Networks for Acoustic Modeling in Speech Recognition – The shared views of four research groups". IEEE Signal Processing Magazine. 29 (6): 82–97. Bibcode:2012ISPM...29...82H. doi:10.1109/msp.2012.2205597.
- Holley, Peter (28 January 2015). "Bill Gates on dangers of artificial intelligence: 'I don't understand why some people are not concerned'". The Washington Post. ISSN 0190-8286. Archived from the original on 30 October 2015. Retrieved 30 October 2015.
- Hornik, Kurt; Stinchcombe, Maxwell; White, Halbert (1989). Multilayer Feedforward Networks are Universal Approximators (PDF). Neural Networks. 2. Pergamon Press. pp. 359–366. Archived (PDF) from the original on 21 April 2023. Retrieved 5 October 2024.
- Horst, Steven (2005). "The Computational Theory of Mind". The Stanford Encyclopedia of Philosophy. Archived from the original on 6 March 2016. Retrieved 7 March 2016.
- Howe, J. (November 1994). "Artificial Intelligence at Edinburgh University: a Perspective". Archived from the original on 15 May 2007. Retrieved 30 August 2007.
- IGM Chicago (30 June 2017). "Robots and Artificial Intelligence". igmchicago.org. Archived from the original on 1 May 2019. Retrieved 3 July 2019.
- Iphofen, Ron; Kritikos, Mihalis (3 January 2019). "Regulating artificial intelligence and robotics: ethics by design in a digital society". Contemporary Social Science. 16 (2): 170–184. doi:10.1080/21582041.2018.1563803. ISSN 2158-2041.
- Jordan, M. I.; Mitchell, T. M. (16 July 2015). "Machine learning: Trends, perspectives, and prospects". Science. 349 (6245): 255–260. Bibcode:2015Sci...349..255J. doi:10.1126/science.aaa8415. PMID 26185243.
- Kahneman, Daniel; Slovic, Paul; Tversky, Amos (1982). Judgment Under Uncertainty: Heuristics and Biases. Cambridge University Press.
- Kahneman, Daniel (2011). Thinking, Fast and Slow. Macmillan. ISBN 978-1-4299-6935-2. Archived from the original on 15 March 2023. Retrieved 8 April 2012.
- Kasperowicz, Peter (1 May 2023). "Regulate AI? GOP much more skeptical than Dems that government can do it right: poll". Fox News. Archived from the original on 19 June 2023. Retrieved 19 June 2023.
- Katz, Yarden (1 November 2012). "Noam Chomsky on Where Artificial Intelligence Went Wrong". The Atlantic. Archived from the original on 28 February 2019. Retrieved 26 October 2014.
- "Kismet". MIT Artificial Intelligence Laboratory, Humanoid Robotics Group. Archived from the original on 17 October 2014. Retrieved 25 October 2014.
- Kissinger, Henry (1 November 2021). "The Challenge of Being Human in the Age of AI". The Wall Street Journal. Archived from the original on 4 November 2021. Retrieved 4 November 2021.
- Kobielus, James (27 November 2019). "GPUs Continue to Dominate the AI Accelerator Market for Now". InformationWeek. Archived from the original on 19 October 2021. Retrieved 11 June 2020.
- Kuperman, G. J.; Reichley, R. M.; Bailey, T. C. (1 July 2006). "Using Commercial Knowledge Bases for Clinical Decision Support: Opportunities, Hurdles, and Recommendations". Journal of the American Medical Informatics Association. 13 (4): 369–371. doi:10.1197/jamia.M2055. PMC 1513681. PMID 16622160.
- Kurzweil, Ray (2005). The Singularity is Near. Penguin Books. ISBN 978-0-6700-3384-3.
- Langley, Pat (2011). "The changing science of machine learning". Machine Learning. 82 (3): 275–279. doi:10.1007/s10994-011-5242-y.
- Larson, Jeff; Angwin, Julia (23 May 2016). "How We Analyzed the COMPAS Recidivism Algorithm". ProPublica. Archived from the original on 29 April 2019. Retrieved 19 June 2020.
- Laskowski, Nicole (November 2023). "What is Artificial Intelligence and How Does AI Work? TechTarget". Enterprise AI. Archived from the original on 5 October 2024. Retrieved 30 October 2023.
- Law Library of Congress (U.S.). Global Legal Research Directorate, issuing body. (2019). Regulation of artificial intelligence in selected jurisdictions. LCCN 2019668143. OCLC 1110727808.
- Lee, Timothy B. (22 August 2014). "Will artificial intelligence destroy humanity? Here are 5 reasons not to worry". Vox. Archived from the original on 30 October 2015. Retrieved 30 October 2015.
- Lenat, Douglas; Guha, R. V. (1989). Building Large Knowledge-Based Systems. Addison-Wesley. ISBN 978-0-2015-1752-1.
- Lighthill, James (1973). "Artificial Intelligence: A General Survey". Artificial Intelligence: a paper symposium. Science Research Council.
- Lipartito, Kenneth (6 January 2011), The Narrative and the Algorithm: Genres of Credit Reporting from the Nineteenth Century to Today (PDF) (Unpublished manuscript), SSRN 1736283, archived (PDF) from the original on 9 October 2022
- Lohr, Steve (2017). "Robots Will Take Jobs, but Not as Fast as Some Fear, New Report Says". The New York Times. Archived from the original on 14 January 2018. Retrieved 13 January 2018.
- Lungarella, M.; Metta, G.; Pfeifer, R.; Sandini, G. (2003). "Developmental robotics: a survey". Connection Science. 15 (4): 151–190. Bibcode:2003ConSc..15..151L. doi:10.1080/09540090310001655110.
- "Machine Ethics". aaai.org. Archived from the original on 29 November 2014.
- Madrigal, Alexis C. (27 February 2015). "The case against killer robots, from a guy actually working on artificial intelligence". Fusion.net. Archived from the original on 4 February 2016. Retrieved 31 January 2016.
- Mahdawi, Arwa (26 June 2017). "What jobs will still be around in 20 years? Read this to prepare your future". The Guardian. Archived from the original on 14 January 2018. Retrieved 13 January 2018.
- Maker, Meg Houston (2006), AI@50: AI Past, Present, Future, Dartmouth College, archived from the original on 8 October 2008, retrieved 16 October 2008
- Marmouyet, Françoise (15 December 2023). "Google's Gemini: is the new AI model really better than ChatGPT?". The Conversation. Archived from the original on 4 March 2024. Retrieved 25 December 2023.
- Minsky, Marvin (1986), The Society of Mind, Simon and Schuster
- McCarthy, John; Minsky, Marvin; Rochester, Nathan; Shannon, Claude (1955). "A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence". stanford.edu. Archived from the original on 26 August 2007. Retrieved 30 August 2007.
- McCarthy, John (2007), "From Here to Human-Level AI", Artificial Intelligence, p. 171
- McCarthy, John (1999), What is AI?, archived from the original on 4 December 2022, retrieved 4 December 2022
- McCauley, Lee (2007). "AI armageddon and the three laws of robotics". Ethics and Information Technology. 9 (2): 153–164. doi:10.1007/s10676-007-9138-2. Template:ProQuest.
- McGarry, Ken (1 December 2005). "A survey of interestingness measures for knowledge discovery". The Knowledge Engineering Review. 20 (1): 39–61. doi:10.1017/S0269888905000408.
- McGaughey, Ewan (2022). "Will Robots Automate Your Job Away? Full Employment, Basic Income and Economic Democracy". Industrial Law Journal. 51 (3): 511–559. doi:10.1093/indlaw/dwab010. SSRN 3044448.
- Merkle, Daniel; Middendorf, Martin (2013). "Swarm Intelligence". In Burke, Edmund K.; Kendall, Graham (eds.). Search Methodologies: Introductory Tutorials in Optimization and Decision Support Techniques. Springer Science & Business Media. ISBN 978-1-4614-6940-7.
- Minsky, Marvin (1967), Computation: Finite and Infinite Machines, Englewood Cliffs, N.J.: Prentice-Hall
- Moravec, Hans (1988). Mind Children. Harvard University Press. ISBN 978-0-6745-7616-2. Archived from the original on 26 July 2020. Retrieved 18 November 2019.
- Morgenstern, Michael (9 May 2015). "Automation and anxiety". The Economist. Archived from the original on 12 January 2018. Retrieved 13 January 2018.
- Müller, Vincent C.; Bostrom, Nick (2014). "Future Progress in Artificial Intelligence: A Poll Among Experts". AI Matters. 1 (1): 9–11. doi:10.1145/2639475.2639478.
- Neumann, Bernd; Möller, Ralf (January 2008). "On scene interpretation with description logics". Image and Vision Computing. 26 (1): 82–101. doi:10.1016/j.imavis.2007.08.013.
- Nilsson, Nils (1995), "Eyes on the Prize", AI Magazine, 16, pp. 9–17
- Newell, Allen; Simon, H. A. (1976). "Computer Science as Empirical Inquiry: Symbols and Search". Communications of the ACM. 19 (3): 113–126. doi:10.1145/360018.360022.
- Nicas, Jack (7 February 2018). "How YouTube Drives People to the Internet's Darkest Corners". The Wall Street Journal. ISSN 0099-9660. Archived from the original on 5 October 2024. Retrieved 16 June 2018.
- Nilsson, Nils (1983). "Artificial Intelligence Prepares for 2001" (PDF). AI Magazine. 1 (1). Archived (PDF) from the original on 17 August 2020. Retrieved 22 August 2020. Presidential Address to the Association for the Advancement of Artificial Intelligence.
- NRC (United States National Research Council) (1999). "Developments in Artificial Intelligence". Funding a Revolution: Government Support for Computing Research. National Academies Press. ISBN 978-0-309-52501-5.
- Omohundro, Steve (2008). The Nature of Self-Improving Artificial Intelligence (PDF). 2007 Singularity Summit. San Francisco, CA.
- Oudeyer, P-Y. (2010). "On the impact of robotics in behavioral and cognitive sciences: from insect navigation to human cognitive development". IEEE Transactions on Autonomous Mental Development. 2 (1): 2–16. Bibcode:2010ITAMD...2....2O. doi:10.1109/tamd.2009.2039057.
- Pennachin, C.; Goertzel, B. (2007). "Contemporary Approaches to Artificial General Intelligence". Artificial General Intelligence. Cognitive Technologies. Berlin, Heidelberg: Springer. pp. 1–30. doi:10.1007/978-3-540-68677-4_1. ISBN 978-3-5402-3733-4.
- Pinker, Steven (2007) [1994], The Language Instinct, Perennial Modern Classics, Harper, ISBN 978-0-0613-3646-1
- Poria, Soujanya; Cambria, Erik; Bajpai, Rajiv; Hussain, Amir (September 2017). "A review of affective computing: From unimodal analysis to multimodal fusion". Information Fusion. 37: 98–125. Bibcode:2017InfFu..37...98P. doi:10.1016/j.inffus.2017.02.003. hdl:1893/25490.
- Rawlinson, Kevin (29 January 2015). "Microsoft's Bill Gates insists AI is a threat". BBC News. Archived from the original on 29 January 2015. Retrieved 30 January 2015.
- Reisner, Alex (19 August 2023), "Revealed: The Authors Whose Pirated Books are Powering Generative AI", The Atlantic, archived from the original on 3 October 2024, retrieved 5 October 2024
- Roberts, Jacob (2016). "Thinking Machines: The Search for Artificial Intelligence". Distillations. Vol. 2 no. 2. pp. 14–23. Archived from the original on 19 August 2018. Retrieved 20 March 2018.
- Robitzski, Dan (5 September 2018). "Five experts share what scares them the most about AI". Futurism. Archived from the original on 8 December 2019. Retrieved 8 December 2019.
- Rose, Steve (11 July 2023). "AI Utopia or dystopia?". The Guardian Weekly. pp. 42–43.
- Russell, Stuart (2019). Human Compatible: Artificial Intelligence and the Problem of Control. United States: Viking. ISBN 978-0-5255-5861-3. OCLC 1083694322.
- Sainato, Michael (19 August 2015). "Stephen Hawking, Elon Musk, and Bill Gates Warn About Artificial Intelligence". Observer. Archived from the original on 30 October 2015. Retrieved 30 October 2015.
- Sample, Ian (5 November 2017). "Computer says no: why making AIs fair, accountable and transparent is crucial". The Guardian. Archived from the original on 10 October 2022. Retrieved 30 January 2018.
- Rothman, Denis (7 October 2020). "Exploring LIME Explanations and the Mathematics Behind It". Codemotion. Archived from the original on 25 November 2023. Retrieved 25 November 2023.
- Scassellati, Brian (2002). "Theory of mind for a humanoid robot". Autonomous Robots. 12 (1): 13–24. doi:10.1023/A:1013298507114.
- Schmidhuber, J. (2015). "Deep Learning in Neural Networks: An Overview". Neural Networks. 61: 85–117. arXiv:1404.7828. Bibcode:2015NN.....61...85S. doi:10.1016/j.neunet.2014.09.003. PMID 25462637.
- Schmidhuber, Jürgen (2022). "Annotated History of Modern AI and Deep Learning". Archived from the original on 7 August 2023. Retrieved 5 October 2024.
- Searle, John (1980). "Minds, Brains and Programs". Behavioral and Brain Sciences. 3 (3): 417–457. doi:10.1017/S0140525X00005756.
- Searle, John (1999). Mind, language and society. New York: Basic Books. ISBN 978-0-4650-4521-1. OCLC 231867665. Archived from the original on 26 July 2020. Retrieved 22 August 2020.
- Simon, H. A. (1965), The Shape of Automation for Men and Management, New York: Harper & Row, OCLC 1483817127
- Simonite, Tom (31 March 2016). "How Google Plans to Solve Artificial Intelligence". MIT Technology Review. Archived from the original on 16 September 2024. Retrieved 5 October 2024.
- Smith, Craig S. (15 March 2023). "ChatGPT-4 Creator Ilya Sutskever on AI Hallucinations and AI Democracy". Forbes. Archived from the original on 18 September 2024. Retrieved 25 December 2023.
- Smoliar, Stephen W.; Zhang, HongJiang (1994). "Content based video indexing and retrieval". IEEE MultiMedia. 1 (2): 62–72. doi:10.1109/93.311653.
- Solomonoff, Ray (1956). An Inductive Inference Machine (PDF). Dartmouth Summer Research Conference on Artificial Intelligence. Archived (PDF) from the original on 26 April 2011. Retrieved 22 March 2011 – via std.com, pdf scanned copy of the original. Later published as
Solomonoff, Ray (1957). "An Inductive Inference Machine". IRE Convention Record. Section on Information Theory, part 2. pp. 56–62. - Stanford University (2023). "Artificial Intelligence Index Report 2023/Chapter 6: Policy and Governance" (PDF). AI Index. Archived (PDF) from the original on 19 June 2023. Retrieved 19 June 2023.
- Template:Cite podcast
- Tao, Jianhua; Tan, Tieniu (2005). Affective Computing and Intelligent Interaction. Affective Computing: A Review. Lecture Notes in Computer Science. 3784. Springer. pp. 981–995. doi:10.1007/11573548. ISBN 978-3-5402-9621-8.
- Taylor, Josh; Hern, Alex (2 May 2023). "'Godfather of AI' Geoffrey Hinton quits Google and warns over dangers of misinformation". The Guardian. Archived from the original on 5 October 2024. Retrieved 5 October 2024.
- Thompson, Derek (23 January 2014). "What Jobs Will the Robots Take?". The Atlantic. Archived from the original on 24 April 2018. Retrieved 24 April 2018.
- Thro, Ellen (1993). Robotics: The Marriage of Computers and Machines. New York: Facts on File. ISBN 978-0-8160-2628-9. Archived from the original on 26 July 2020. Retrieved 22 August 2020.
- Toews, Rob (3 September 2023). "Transformers Revolutionized AI. What Will Replace Them?". Forbes. Archived from the original on 8 December 2023. Retrieved 8 December 2023.
- Template:Turing 1950
- UNESCO Science Report: the Race Against Time for Smarter Development. Paris: UNESCO. 2021. ISBN 978-9-2310-0450-6. Archived from the original on 18 June 2022. Retrieved 18 September 2021.
- Urbina, Fabio; Lentzos, Filippa; Invernizzi, Cédric; Ekins, Sean (7 March 2022). "Dual use of artificial-intelligence-powered drug discovery". Nature Machine Intelligence. 4 (3): 189–191. doi:10.1038/s42256-022-00465-9. PMC 9544280 Check
|pmc=value (help). PMID 36211133 Check|pmid=value (help). - Valance, Christ (30 May 2023). "Artificial intelligence could lead to extinction, experts warn". BBC News. Archived from the original on 17 June 2023. Retrieved 18 June 2023.
- Valinsky, Jordan (11 April 2019), "Amazon reportedly employs thousands of people to listen to your Alexa conversations", CNN.com, archived from the original on 26 January 2024, retrieved 5 October 2024
- Verma, Yugesh (25 December 2021). "A Complete Guide to SHAP – SHAPley Additive exPlanations for Practitioners". Analytics India Magazine. Archived from the original on 25 November 2023. Retrieved 25 November 2023.
- Vincent, James (7 November 2019). "OpenAI has published the text-generating AI it said was too dangerous to share". The Verge. Archived from the original on 11 June 2020. Retrieved 11 June 2020.
- Vincent, James (15 November 2022). "The scary truth about AI copyright is nobody knows what will happen next". The Verge. Archived from the original on 19 June 2023. Retrieved 19 June 2023.
- Vincent, James (3 April 2023). "AI is entering an era of corporate control". The Verge. Archived from the original on 19 June 2023. Retrieved 19 June 2023.
- Vinge, Vernor (1993). "The Coming Technological Singularity: How to Survive in the Post-Human Era". Vision 21: Interdisciplinary Science and Engineering in the Era of Cyberspace: 11. Bibcode:1993vise.nasa...11V. Archived from the original on 1 January 2007. Retrieved 14 November 2011.
- Waddell, Kaveh (2018). "Chatbots Have Entered the Uncanny Valley". The Atlantic. Archived from the original on 24 April 2018. Retrieved 24 April 2018.
- Wallach, Wendell (2010). Moral Machines. Oxford University Press.
- Wason, P. C.; Shapiro, D. (1966). "Reasoning". In Foss, B. M. (ed.). New horizons in psychology. Harmondsworth: Penguin. Archived from the original on 26 July 2020. Retrieved 18 November 2019.
- Weng, J.; McClelland; Pentland, A.; Sporns, O.; Stockman, I.; Sur, M.; Thelen, E. (2001). "Autonomous mental development by robots and animals". Science. 291 (5504): 599–600. doi:10.1126/science.291.5504.599. PMID 11229402.
- "What is 'fuzzy logic'? Are there computers that are inherently fuzzy and do not apply the usual binary logic?". Scientific American. 21 October 1999. Archived from the original on 6 May 2018. Retrieved 5 May 2018.
- Williams, Rhiannon (28 June 2023), "Humans may be more likely to believe disinformation generated by AI", MIT Technology Review, archived from the original on 16 September 2024, retrieved 5 October 2024
- Wirtz, Bernd W.; Weyerer, Jan C.; Geyer, Carolin (24 July 2018). "Artificial Intelligence and the Public Sector – Applications and Challenges". International Journal of Public Administration. 42 (7): 596–615. doi:10.1080/01900692.2018.1498103.
- Wong, Matteo (19 May 2023), "ChatGPT Is Already Obsolete", The Atlantic, archived from the original on 18 September 2024, retrieved 5 October 2024
- Yudkowsky, E (2008), "Artificial Intelligence as a Positive and Negative Factor in Global Risk" (PDF), Global Catastrophic Risks, Oxford University Press, 2008, Bibcode:2008gcr..book..303Y, archived (PDF) from the original on 19 October 2013, retrieved 24 September 2021
External links
| File:Scholia logo.svg | Scholia has a topic profile for Artificial intelligence. |
- Harv and Sfn no-target errors
- CS1 errors: PMID
- CS1 German-language sources (de)
- CS1 Russian-language sources (ru)
- CS1 Japanese-language sources (ja)
- Use dmy dates from October 2025
- Articles with broken excerpts
- Artificial intelligence
- Computational fields of study
- Computational neuroscience
- Cybernetics
- Data science
- Formal sciences
- Intelligence by type