artificial intelligence

{{Short description|Intelligence of machines}}

{{Redirect|AI|other uses|AI (disambiguation)|and|Artificial intelligence (disambiguation)}}

{{Use dmy dates|date=July 2023}}{{Pp|small=yes}}

{{Artificial intelligence}}

Artificial intelligence (AI) refers to 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 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.{{Sfnp|Russell|Norvig|2021|pp=1–4}} Such machines may be called AIs.

High-profile applications of AI include advanced web search engines (e.g., Google Search); recommendation systems (used by YouTube, Amazon, and Netflix); virtual assistants (e.g., Google Assistant, Siri, and Alexa); autonomous vehicles (e.g., Waymo); generative and creative tools (e.g., ChatGPT and AI art); and superhuman play and analysis in strategy games (e.g., chess and Go). However, many AI applications are not perceived as AI: "A lot of cutting edge AI has filtered into general applications, often without being called AI because once something becomes useful enough and common enough it's not labeled AI anymore."[http://www.cnn.com/2006/TECH/science/07/24/ai.bostrom/ AI set to exceed human brain power] {{Webarchive|url=https://web.archive.org/web/20080219001624/http://www.cnn.com/2006/TECH/science/07/24/ai.bostrom/|date=2008-02-19}} CNN.com (July 26, 2006){{Cite journal |last1=Kaplan |first1=Andreas |last2=Haenlein |first2=Michael |date=2019 |title=Siri, Siri, in my hand: Who's the fairest in the land? On the interpretations, illustrations, and implications of artificial intelligence |journal=Business Horizons |volume=62 |pages=15–25 |doi=10.1016/j.bushor.2018.08.004 |issn=0007-6813 |s2cid=158433736}}

Various subfields of AI research are centered around particular goals and the use of particular tools. The traditional goals of AI research include learning, reasoning, knowledge representation, planning, natural language processing, perception, and support for robotics.{{Efn|name="Problems of AI"}} General intelligence—the ability to complete any task performed by a human on an at least equal level—is among the field's long-term goals. To reach these goals, AI researchers have adapted and integrated a wide range of techniques, including search and mathematical optimization, formal logic, artificial neural networks, and methods based on statistics, operations research, and economics.{{Efn|name="Tools of AI"}} AI also draws upon psychology, linguistics, philosophy, neuroscience, and other fields.{{Harvtxt|Russell|Norvig|2021|loc=§1.2}}.

Artificial intelligence was founded as an academic discipline in 1956, and the field went through multiple cycles of optimism throughout its history, followed by periods of disappointment and loss of funding, known as AI winters. Funding and interest vastly increased after 2012 when deep learning outperformed previous AI techniques. This growth accelerated further after 2017 with the transformer architecture,{{Sfnp|Toews|2023}} and by the early 2020s many billions of dollars were being invested in AI and the field experienced rapid ongoing progress in what has become known as the AI boom. The emergence of advanced generative AI in the midst of the AI boom and its ability to create and modify content exposed several unintended consequences and harms in the present and raised concerns about the risks of AI and its long-term effects in the future, prompting discussions about regulatory policies to ensure the safety and benefits of the technology.

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}}}}

= 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.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}} By the late 1980s and 1990s, methods were developed for dealing with uncertain or incomplete information, employing concepts from probability and economics.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}}

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.Intractability and efficiency and the combinatorial explosion: {{Harvtxt|Russell|Norvig|2021|p=21}} 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.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}} Accurate and efficient reasoning is an unsolved problem.

= Knowledge representation =

File:General Formal Ontology.svg

Knowledge representation and knowledge engineeringKnowledge representation and knowledge engineering: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 10}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=23–46, 69–81, 169–233, 235–277, 281–298, 319–345}}, {{Harvtxt|Luger|Stubblefield|2004|pp=227–243}}, {{Harvtxt|Nilsson|1998|loc=chpt. 17.1–17.4, 18}} 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,{{Sfnp|Smoliar|Zhang|1994}} scene interpretation,{{Sfnp|Neumann|Möller|2008}} clinical decision support,{{Sfnp|Kuperman|Reichley|Bailey|2006}} knowledge discovery (mining "interesting" and actionable inferences from large databases),{{Sfnp|McGarry|2005}} and other areas.{{Sfnp|Bertini|Del Bimbo|Torniai|2006}}

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.{{Sfnp|Russell|Norvig|2021|pp=272}} Knowledge bases need to represent things such as objects, properties, categories, and relations between objects;Representing categories and relations: Semantic networks, description logics, inheritance (including frames, and scripts): {{Harvtxt|Russell|Norvig|2021|loc=§10.2 & 10.5}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=174–177}}, {{Harvtxt|Luger|Stubblefield|2004|pp=248–258}}, {{Harvtxt|Nilsson|1998|loc=chpt. 18.3}} situations, events, states, and time;Representing events and time:Situation calculus, event calculus, fluent calculus (including solving the frame problem): {{Harvtxt|Russell|Norvig|2021|loc=§10.3}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=281–298}}, {{Harvtxt|Nilsson|1998|loc=chpt. 18.2}} causes and effects;Causal calculus: {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=335–337}} knowledge about knowledge (what we know about what other people know);Representing knowledge about knowledge: Belief calculus, modal logics: {{Harvtxt|Russell|Norvig|2021|loc=§10.4}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=275–277}} default reasoning (things that humans assume are true until they are told differently and will remain true even when other facts are changing);Default reasoning, Frame problem, default logic, non-monotonic logics, circumscription, closed world assumption, abduction: {{Harvtxt|Russell|Norvig|2021|loc=§10.6}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=248–256, 323–335}}, {{Harvtxt|Luger|Stubblefield|2004|pp=335–363}}, {{Harvtxt|Nilsson|1998|loc=~18.3.3}}

(Poole et al. places abduction under "default reasoning". Luger et al. places this under "uncertain reasoning"). 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);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) 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). There is also the difficulty of knowledge acquisition, the problem of obtaining knowledge for AI applications.{{Efn|It is among the reasons that expert systems proved to be inefficient for capturing knowledge.{{Sfnp|Newquist|1994|p=296}}{{Sfnp|Crevier|1993|pp=204–208}}}}

= Planning and decision-making =

An "agent" is anything 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.

}}{{Sfnp|Russell|Norvig|2021|p=528}} In automated planning, the agent has a specific goal.Automated planning: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 11}}. 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.Automated decision making, Decision theory: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 16–18}}.

In classical planning, the agent knows exactly what the effect of any action will be.Classical planning: {{Harvtxt|Russell|Norvig|2021|loc=Section 11.2}}. 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.Sensorless or "conformant" planning, contingent planning, replanning (a.k.a online planning): {{Harvtxt|Russell|Norvig|2021|loc=Section 11.5}}.

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.Uncertain preferences: {{Harvtxt|Russell|Norvig|2021|loc=Section 16.7}}

Inverse reinforcement learning: {{Harvtxt|Russell|Norvig|2021|loc=Section 22.6}} Information value theory can be used to weigh the value of exploratory or experimental actions.Information value theory: {{Harvtxt|Russell|Norvig|2021|loc=Section 16.6}}. 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.Markov decision process: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 17}}.

Game theory describes the rational behavior of multiple interacting agents and is used in AI programs that make decisions that involve other agents.Game theory and multi-agent decision theory: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 18}}.

= Learning =

Machine learning is the study of programs that can improve their performance on a given task automatically.Learning: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 19–22}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=397–438}}, {{Harvtxt|Luger|Stubblefield|2004|pp=385–542}}, {{Harvtxt|Nilsson|1998|loc=chpt. 3.3, 10.3, 17.5, 20}} It has been a part of AI from the beginning.{{Efn

|Alan Turing discussed the centrality of learning as early as 1950, in his classic paper "Computing Machinery and Intelligence".{{Sfnp|Turing|1950}} In 1956, at the original Dartmouth AI summer conference, Ray Solomonoff wrote a report on unsupervised probabilistic machine learning: "An Inductive Inference Machine".{{Sfnp|Solomonoff|1956}}

}}

File:Supervised and unsupervised learning.png

There are several kinds of machine learning. Unsupervised learning analyzes a stream of data and finds patterns and makes predictions without any other guidance.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) 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).Supervised learning: {{Harvtxt|Russell|Norvig|2021|loc=§19.2}} (Definition), {{Harvtxt|Russell|Norvig|2021|loc=Chpt. 19–20}} (Techniques)

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".Reinforcement learning: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 22}}, {{Harvtxt|Luger|Stubblefield|2004|pp=442–449}} Transfer learning is when the knowledge gained from one problem is applied to a new problem.Transfer learning: {{Harvtxt|Russell|Norvig|2021|pp=281}}, {{Harvtxt|The Economist|2016}} Deep learning is a type of machine learning that runs inputs through biologically inspired artificial neural networks for all of these types of learning.{{Cite web |title=Artificial Intelligence (AI): What Is AI and How Does It Work? {{!}} Built In |url=https://builtin.com/artificial-intelligence |access-date=2023-10-30 |website=builtin.com}}

Computational learning theory can assess learners by computational complexity, by sample complexity (how much data is required), or by other notions of optimization.Computational learning theory: {{Harvtxt|Russell|Norvig|2021|pp=672–674}}, {{Harvtxt|Jordan|Mitchell|2015}}

{{Clear}}

= Natural language processing =

Natural language processing (NLP)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}} allows programs to read, write and communicate in human languages such as English. Specific problems include speech recognition, speech synthesis, machine translation, information extraction, information retrieval and question answering.Subproblems of NLP: {{Harvtxt|Russell|Norvig|2021|pp=849–850}}

Early work, based on Noam Chomsky's generative grammar and semantic networks, 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 "micro-worlds" (due to the common sense knowledge problem). 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),{{Sfnp|Russell|Norvig|2021|pp=856–858}} transformers (a deep learning architecture using an attention mechanism),{{Sfnp|Dickson|2022}} and others.Modern statistical and deep learning approaches to NLP: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 24}}, {{Harvtxt|Cambria|White|2014}} 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 ===

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.Computer vision: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 25}}, {{Harvtxt|Nilsson|1998|loc=chpt. 6}}

The field includes speech recognition,{{Sfnp|Russell|Norvig|2021|pp=849–850}} image classification,{{Sfnp|Russell|Norvig|2021|pp=895–899}} facial recognition, object recognition,{{Sfnp|Russell|Norvig|2021|pp=899–901}}object tracking,{{Sfnp|Challa|Moreland|Mušicki|Evans|2011}} and robotic perception.{{Sfnp|Russell|Norvig|2021|pp=931–938}}

= Social intelligence =

File:Kismet-IMG 6007-gradient.jpg, a robot head which was made in the 1990s; it 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 feeling, emotion, and mood.Affective computing: {{Harvtxt|Thro|1993}}, {{Harvtxt|Edelson|1991}}, {{Harvtxt|Tao|Tan|2005}}, {{Harvtxt|Scassellati|2002}} 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.{{Sfnp|Waddell|2018}} 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.{{Sfnp|Poria|Cambria|Bajpai |Hussain|2017}}

= General intelligence =

A machine with artificial general intelligence should be able to solve a wide variety of problems with breadth and versatility similar to human intelligence.

Artificial general intelligence: {{Harvtxt|Russell|Norvig|2021|pp=32–33, 1020–1021}}
Proposal for the modern version: {{Harvtxt|Pennachin|Goertzel|2007}}
Warnings of overspecialization in AI from leading researchers: {{Harvtxt|Nilsson|1995}}, {{Harvtxt|McCarthy|2007}}, {{Harvtxt|Beal|Winston|2009}}

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}}}}

= Search and optimization =

AI can solve many problems by intelligently searching through many possible solutions.Search algorithms: {{Harvtxt|Russell|Norvig|2021|loc=chpts. 3–5}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=113–163}}, {{Harvtxt|Luger|Stubblefield|2004|pp=79–164, 193–219}}, {{Harvtxt|Nilsson|1998|loc=chpts. 7–12}} There are two very 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.State space search: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 3}} 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.{{Sfnp|Russell|Norvig|2021|loc=sect. 11.2}}

Simple exhaustive searchesUninformed searches (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}} 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. "Heuristics" or "rules of thumb" can help prioritize choices that are more likely to reach a goal.Heuristic or informed searches (e.g., greedy best first and 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}}

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.Adversarial search: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 5}}

== Local search ==

File:Gradient descent.gif for 3 different starting points; two parameters (represented by the plan coordinates) are adjusted in order to minimize the loss function (the height)]] Local search uses mathematical optimization to find a solution to a problem. It begins with some form of guess and refines it incrementally.Local or "optimization" search: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 4}}

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,{{Cite web |last=Singh Chauhan |first=Nagesh |date=December 18, 2020 |title=Optimization Algorithms in Neural Networks |url=https://www.kdnuggets.com/optimization-algorithms-in-neural-networks |access-date=2024-01-13 |website=KDnuggets}} 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.Evolutionary computation: {{Harvtxt|Russell|Norvig|2021|loc=sect. 4.1.2}}

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).{{Sfnp|Merkle|Middendorf|2013}}

= Logic =

Formal logic is used for reasoning and knowledge representation.Logic: {{Harvtxt|Russell|Norvig|2021|loc=chpts. 6–9}}, {{Harvtxt|Luger|Stubblefield|2004|pp=35–77}}, {{Harvtxt|Nilsson|1998|loc=chpt. 13–16}}

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")Propositional logic: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 6}}, {{Harvtxt|Luger|Stubblefield|2004|pp=45–50}}, {{Harvtxt|Nilsson|1998|loc=chpt. 13}} 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").First-order logic and features such as equality: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 7}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=268–275}}, {{Harvtxt|Luger|Stubblefield|2004|pp=50–62}}, {{Harvtxt|Nilsson|1998|loc=chpt. 15}}

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).Logical inference: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 10}} 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.logical deduction as search: {{Harvtxt|Russell|Norvig|2021|loc=sects. 9.3, 9.4}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=~46–52}}, {{Harvtxt|Luger|Stubblefield|2004|pp=62–73}}, {{Harvtxt|Nilsson|1998|loc=chpt. 4.2, 7.2}} 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.Resolution and unification: {{Harvtxt|Russell|Norvig|2021|loc= sections 7.5.2, 9.2, 9.5}}

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.{{Cite journal |last1=Warren |first1=D.H. |last2=Pereira |first2=L.M. |last3=Pereira |first3=F. |date=1977 |title=Prolog-the language and its implementation compared with Lisp |journal=ACM SIGPLAN Notices |volume=12 |issue=8 |pages=109–115 |doi=10.1145/872734.806939}}

Fuzzy logic assigns a "degree of truth" between 0 and 1. It can therefore handle propositions that are vague and partially true.Fuzzy logic: {{Harvtxt|Russell|Norvig|2021|pp=214, 255, 459}}, {{Harvtxt|Scientific American|1999}}

Non-monotonic logics, including logic programming with negation as failure, are designed to handle default reasoning. Other specialized versions of logic have been developed to describe many complex domains.

= Probabilistic methods for uncertain reasoning =

File:SimpleBayesNet.svg, with the associated conditional probability tables]]

Many problems in AI (including in 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.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}} Precise mathematical tools have been developed that analyze how an agent can make choices and plan, using decision theory, decision analysis,decision theory and decision analysis: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 16–18}}, {{Harvtxt|Poole|Mackworth|Goebel|1998|pp=381–394}} and information value theory.Information value theory: {{Harvtxt|Russell|Norvig|2021|loc=sect. 16.6}} These tools include models such as Markov decision processes,Markov decision processes and dynamic decision networks: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 17}} dynamic decision networks, game theory and mechanism design.Game theory and mechanism design: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 18}}

Bayesian networksBayesian networks: {{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}} are a tool that can be used for 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}}

}}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}} 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}}}}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}} planning (using decision networks)Bayesian decision theory and Bayesian decision networks: {{Harvtxt|Russell|Norvig|2021|loc=sect. 16.5}} and perception (using dynamic Bayesian networks).

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).Stochastic temporal models: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 14}}

Hidden Markov model: {{Harvtxt|Russell|Norvig|2021|loc=sect. 14.3}}

Kalman filters: {{Harvtxt|Russell|Norvig|2021|loc=sect. 14.4}}

Dynamic Bayesian networks: {{Harvtxt|Russell|Norvig|2021|loc=sect. 14.5}}

File:EM_Clustering_of_Old_Faithful_data.gif 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 =

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. ClassifiersStatistical learning methods and classifiers: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 20}}, 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.

There are many kinds of classifiers in use.{{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}} The decision tree is the simplest and most widely used symbolic machine learning algorithm.Decision trees: {{Harvtxt|Russell|Norvig|2021|loc=sect. 19.3}}, {{Harvtxt|Domingos|2015|p=88}} 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.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)

The naive Bayes classifier is reportedly the "most widely used learner"{{Sfnp|Domingos|2015|p=152}} at Google, due in part to its scalability.Naive Bayes classifier: {{Harvtxt|Russell|Norvig|2021|loc=sect. 12.6}}, {{Harvtxt|Domingos|2015|p=152}}

Neural networks are also used as classifiers.

= Artificial neural networks =

File:Artificial_neural_network.svgs 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 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.Neural networks: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 21}}, {{Harvtxt|Domingos|2015|loc=Chapter 4}}

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.Gradient calculation in computational graphs, backpropagation, automatic differentiation: {{Harvtxt|Russell|Norvig|2021|loc=sect. 21.2}}, {{Harvtxt|Luger|Stubblefield|2004|pp=467–474}}, {{Harvtxt|Nilsson|1998|loc=chpt. 3.3}} 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.Universal approximation theorem: {{Harvtxt|Russell|Norvig|2021|p=752}}

The theorem: {{Harvtxt|Cybenko|1988}}, {{Harvtxt|Hornik|Stinchcombe|White|1989}}

In feedforward neural networks the signal passes in only one direction.Feedforward neural networks: {{Harvtxt|Russell|Norvig|2021|loc=sect. 21.1}} Recurrent neural networks feed the output signal back into the input, which allows short-term memories of previous input events. Long short term memory is the most successful network architecture for recurrent networks.Recurrent neural networks: {{Harvtxt|Russell|Norvig|2021|loc=sect. 21.6}} PerceptronsPerceptrons: {{Harvtxt|Russell|Norvig|2021|pp=21, 22, 683, 22}} use only a single layer of neurons; deep learning uses multiple layers. Convolutional neural networks strengthen the connection between neurons that are "close" to each other—this is especially important in image processing, where a local set of neurons must identify an "edge" before the network can identify an object.Convolutional neural networks: {{Harvtxt|Russell|Norvig|2021|loc=sect. 21.3}}

{{Clear}}

= Deep learning =

File:AI hierarchy.svg

Deep learningDeep learning: {{Harvtxt|Russell|Norvig|2021|loc=chpt. 21}}, {{Harvtxt|Goodfellow|Bengio|Courville|2016}}, {{Harvtxt|Hinton et al.|2016}}, {{Harvtxt|Schmidhuber|2015}} uses several layers of neurons between the network's inputs and outputs. 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|

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}}

Alan Turing (1948);{{Sfnp|Russell|Norvig|2021|p=785}}

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:

Frank Rosenblatt(1957);{{Sfnp|Russell|Norvig|2021|p=785}}

Oliver Selfridge (1959);{{Sfnp|Schmidhuber|2022|loc=sect. 5}}

Alexey Ivakhnenko and Valentin Lapa (1965);{{Sfnp|Schmidhuber|2022|loc=sect. 6}}

Kaoru Nakano (1971);{{Sfnp|Schmidhuber|2022|loc=sect. 7}}

Shun-Ichi Amari (1972);{{Sfnp|Schmidhuber|2022|loc=sect. 7}}

John Joseph Hopfield (1982).{{Sfnp|Schmidhuber|2022|loc=sect. 7}}

Precursors to backpropagation were developed by:

Henry J. Kelley (1960);{{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}}

Arthur E. Bryson and Yu-Chi Ho (1969);{{Sfnp|Russell|Norvig|2021|p=785}}

Backpropagation was independently developed by:

Seppo Linnainmaa (1970);{{Sfnp|Schmidhuber|2022|loc=sect. 8}}

Paul Werbos (1974).{{Sfnp|Russell|Norvig|2021|p=785}}

}} but because of two factors: the incredible 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.{{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."Quoted in {{Harvtxt|Christian|2020|p=22}}}}

=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 pretrained 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", although this can be reduced with RLHF and quality data. They are used in chatbots, which allow people to ask a question or request a task in simple text.{{Sfnp|Smith|2023}}{{Cite web |date=9 November 2023 |title=Explained: Generative AI |url=https://news.mit.edu/2023/explained-generative-ai-1109}}

Current models and services include Gemini (formerly Bard), ChatGPT, Grok, Claude, Copilot, and LLaMA.{{Cite web |title=AI Writing and Content Creation Tools |url=https://mitsloanedtech.mit.edu/ai/tools/writing |access-date=25 December 2023 |publisher=MIT Sloan Teaching & Learning Technologies |archive-date=25 December 2023 |archive-url=https://web.archive.org/web/20231225232503/https://mitsloanedtech.mit.edu/ai/tools/writing/ |url-status=live }} Multimodal GPT models can process different types of data (modalities) such as images, videos, sound, and text.{{Sfnp|Marmouyet|2023}}

=Hardware and software=

{{Main|Programming languages for artificial intelligence|Hardware for artificial intelligence}}

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.{{Sfnp|Kobielus|2019}} Specialized programming languages such as Prolog were used in early AI research,{{Cite web |last=Thomason |first=James |date=2024-05-21 |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=2024-05-26 |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 }} but general-purpose programming languages like Python have become predominant.{{Cite news |last=Wodecki |first=Ben |date=May 5, 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 }}

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,{{Cite web |last=Plumb |first=Taryn |date=2024-09-18 |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=2024-10-04 |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 }} a trend sometimes called Huang's law,{{Cite news |last=Mims |first=Christopher |date=2020-09-19 |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=2025-01-19 |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 }} named after Nvidia co-founder and CEO Jensen Huang.

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), 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 Face ID or Microsoft's DeepFace and Google's FaceNet) and image labeling (used by Facebook, Apple's iPhoto and TikTok). The deployment of AI may be overseen by a Chief automation officer (CAO).

=Health and medicine=

{{Main|Artificial intelligence in healthcare}}

The application of AI in medicine and medical research has the potential to increase patient care and quality of life.{{Cite journal |last1=Davenport |first1=T |last2=Kalakota |first2=R |date=June 2019 |title=The potential for artificial intelligence in healthcare |journal=Future Healthc J. |volume=6 |issue=2 |pages=94–98 |doi=10.7861/futurehosp.6-2-94 |pmc=6616181 |pmid=31363513}} Through the lens of the Hippocratic Oath, medical professionals are ethically compelled to use AI, if applications can more accurately diagnose and treat patients.{{Cite journal |last1=Lyakhova |first1=U.A. |last2=Lyakhov |first2=P.A. |date=2024 |title=Systematic review of approaches to detection and classification of skin cancer using artificial intelligence: Development and prospects |url=https://linkinghub.elsevier.com/retrieve/pii/S0010482524008278 |journal=Computers in Biology and Medicine |language=en |volume=178 |pages=108742 |doi=10.1016/j.compbiomed.2024.108742 |pmid=38875908 |archive-date=3 December 2024 |access-date=10 October 2024 |archive-url=https://web.archive.org/web/20241203172502/https://linkinghub.elsevier.com/retrieve/pii/S0010482524008278 |url-status=live }}{{Cite journal |last1=Alqudaihi |first1=Kawther S. |last2=Aslam |first2=Nida |last3=Khan |first3=Irfan Ullah |last4=Almuhaideb |first4=Abdullah M. |last5=Alsunaidi |first5=Shikah J. |last6=Ibrahim |first6=Nehad M. Abdel Rahman |last7=Alhaidari |first7=Fahd A. |last8=Shaikh |first8=Fatema S. |last9=Alsenbel |first9=Yasmine M. |last10=Alalharith |first10=Dima M. |last11=Alharthi |first11=Hajar M. |last12=Alghamdi |first12=Wejdan M. |last13=Alshahrani |first13=Mohammed S. |date=2021 |title=Cough Sound Detection and Diagnosis Using Artificial Intelligence Techniques: Challenges and Opportunities |journal=IEEE Access |volume=9 |pages=102327–102344 |doi=10.1109/ACCESS.2021.3097559 |issn=2169-3536 |pmc=8545201 |pmid=34786317|bibcode=2021IEEEA...9j2327A }}

For medical research, AI is an important tool for processing and integrating big data. This is particularly important for organoid and tissue engineering development which use microscopy imaging as a key technique in fabrication.{{Cite journal |last1=Bax |first1=Monique |last2=Thorpe |first2=Jordan |last3=Romanov |first3=Valentin |date=December 2023 |title=The future of personalized cardiovascular medicine demands 3D and 4D printing, stem cells, and artificial intelligence |journal=Frontiers in Sensors |volume=4 |doi=10.3389/fsens.2023.1294721 |issn=2673-5067 |doi-access=free}} It has been suggested that AI can overcome discrepancies in funding allocated to different fields of research.{{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 |doi=10.5888/pcd21.240245 |pmid=39173183 |issn=1545-1151|pmc=11364282 }} New AI tools can deepen the understanding of biomedically relevant pathways. For example, AlphaFold 2 (2021) demonstrated the ability to approximate, in hours rather than months, the 3D structure of a protein.{{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}} 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.{{Cite web |date=2023-12-20 |title=AI discovers new class of antibiotics to kill drug-resistant bacteria |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 }} 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.{{Cite web |date=2024-04-17 |title=AI speeds up drug design for Parkinson's ten-fold |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 }}{{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=2024-04-17 |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}}

= Games =

{{Main|Game artificial intelligence}}

Game playing programs have been used since the 1950s to demonstrate and test AI's most advanced techniques.{{Cite magazine |last1=Grant |first1=Eugene F. |last2=Lardner |first2=Rex |date=1952-07-25 |title=The Talk of the Town – It |url=https://www.newyorker.com/magazine/1952/08/02/it |access-date=2024-01-28 |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 }} Deep Blue became the first computer chess-playing system to beat a reigning world chess champion, Garry Kasparov, on 11 May 1997.{{Cite web |last=Anderson |first=Mark Robert |date=2017-05-11 |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=2024-01-28 |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 }} 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.{{Cite news |last=Markoff |first=John |date=2011-02-16 |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=2024-01-28 |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 }} 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.{{Cite web |last=Byford |first=Sam |date=2017-05-27 |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=2024-01-28 |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 }} Other programs handle imperfect-information games, such as the poker-playing program Pluribus.{{Cite journal |last1=Brown |first1=Noam |last2=Sandholm |first2=Tuomas |date=2019-08-30 |title=Superhuman AI for multiplayer poker |url=https://www.science.org/doi/10.1126/science.aay2400 |journal=Science |volume=365 |issue=6456 |pages=885–890 |bibcode=2019Sci...365..885B |doi=10.1126/science.aay2400 |issn=0036-8075 |pmid=31296650}} DeepMind developed increasingly generalistic reinforcement learning models, such as with MuZero, which could be trained to play chess, Go, or Atari games.{{Cite web |date=2020-12-23 |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=2024-01-28 |website=Google DeepMind}} 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.{{Cite news |last=Sample |first=Ian |date=2019-10-30 |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=2024-01-28 |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 }} 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.{{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 }} 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.{{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=2024-07-21 |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 }}

= Mathematics =

Large language models, such as GPT-4, Gemini, Claude, LLaMa or Mistral, are increasingly used in mathematics. These probabilistic models are versatile, but can also produce wrong answers in the form of hallucinations. They sometimes need a large database of mathematical problems to learn from, but also methods such as supervised fine-tuning{{Cite journal |date=2024 |title=ReFT: Representation Finetuning for Language Models |journal=NeurIPS |arxiv=2404.03592 |last1=Wu |first1=Zhengxuan |last2=Arora |first2=Aryaman |last3=Wang |first3=Zheng |last4=Geiger |first4=Atticus |last5=Jurafsky |first5=Dan |last6=Manning |first6=Christopher D. |last7=Potts |first7=Christopher }} or trained classifiers with human-annotated data to improve answers for new problems and learn from corrections.{{Cite web |date=2023-05-31 |title=Improving mathematical reasoning with process supervision |url=https://openai.com/index/improving-mathematical-reasoning-with-process-supervision/ |access-date=2025-01-26 |website=OpenAI |language=en-US}} A February 2024 study showed that the performance of some language models for reasoning capabilities in solving math problems not included in their training data was low, even for problems with only minor deviations from trained data.{{Cite arXiv |eprint=2402.19450 |class=cs.AI |first=Saurabh |last=Srivastava |title=Functional Benchmarks for Robust Evaluation of Reasoning Performance, and the Reasoning Gap |date=2024-02-29}} One technique to improve their performance involves training the models to produce correct reasoning steps, rather than just the correct result.{{cite arXiv |eprint=2305.20050v1 |class=cs.LG |first1=Hunter |last1=Lightman |first2=Vineet |last2=Kosaraju |title=Let's Verify Step by Step |date=2023 |last3=Burda |first3=Yura |last4=Edwards |first4=Harri |last5=Baker |first5=Bowen |last6=Lee |first6=Teddy |last7=Leike |first7=Jan |last8=Schulman |first8=John |last9=Sutskever |first9=Ilya |last10=Cobbe |first10=Karl}} 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.{{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=2024-08-08|access-date=2025-02-16}} 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.{{Cite web |last=Franzen |first=Carl |date=2025-01-09 |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=2025-01-26 |website=VentureBeat |language=en-US}}

Alternatively, dedicated models for mathematical problem solving with higher precision for the outcome including proof of theorems have been developed such as AlphaTensor, AlphaGeometry and AlphaProof all from Google DeepMind,{{Cite web |last=Roberts |first=Siobhan |date=July 25, 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=2024-08-07 |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 }} Llemma from EleutherAI{{Cite web |last1=Azerbayev |first1=Zhangir |last2=Schoelkopf |first2=Hailey |last3=Paster |first3=Keiran |last4=Santos |first4=Marco Dos |last5=McAleer' |first5=Stephen |last6=Jiang |first6=Albert Q. |last7=Deng |first7=Jia |last8=Biderman |first8=Stella |last9=Welleck |first9=Sean |date=2023-10-16 |title=Llemma: An Open Language Model For Mathematics |url=https://blog.eleuther.ai/llemma/ |access-date=2025-01-26 |website=EleutherAI Blog |language=en}} or Julius.{{Cite web |title=Julius AI |url=https://julius.ai/home/ai-math |access-date= |website=julius.ai |language=en}}

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.

Some models have been developed to solve challenging problems and reach good results in benchmark tests, others to serve as educational tools in mathematics.{{Cite web |last=McFarland |first=Alex |date=2024-07-12 |title=8 Best AI for Math Tools (January 2025) |url=https://www.unite.ai/best-ai-for-math-tools/ |access-date=2025-01-26 |website=Unite.AI |language=en-US}}

Topological deep learning integrates various topological approaches.

= Finance =

Finance is one of the fastest growing sectors where applied AI tools are being deployed: from retail online banking to investment advice and insurance, where automated "robot advisers" have been in use for some years.Matthew Finio & Amanda Downie: IBM Think 2024 Primer, "What is Artificial Intelligence (AI) in Finance?" 8 Dec. 2023

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."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}}.

= Military =

{{main|Military applications of artificial intelligence}}

Various countries are deploying AI military applications.{{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}}PD-notice The main applications enhance command and control, communications, sensors, integration and interoperability.{{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 }} Research is targeting intelligence collection and analysis, logistics, cyber operations, information operations, and semiautonomous and autonomous vehicles. 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.

AI has been used in military operations in Iraq, Syria, Israel and Ukraine.{{Cite web |last=Iraqi |first=Amjad |date=2024-04-03 |title='Lavender': The AI machine directing Israel's bombing spree in Gaza |url=https://www.972mag.com/lavender-ai-israeli-army-gaza/ |access-date=2024-04-06 |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 }}{{Cite news |last1=Davies |first1=Harry |last2=McKernan |first2=Bethan |last3=Sabbagh |first3=Dan |date=2023-12-01 |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=2023-12-04 |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 }}{{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}}

= Generative AI =

File:Vincent van Gogh in watercolour.png in watercolour created by generative AI software]]{{Excerpt|Generative artificial intelligence|only=paragraphs|paragraphs=1-3}}

=Agents=

Artificial intelligent (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.{{Cite book |last1=Poole |first1=David |url=https://doi.org/10.1017/9781009258227 |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 |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005165650/https://www.cambridge.org/highereducation/books/artificial-intelligence/C113F6CE284AB00F5489EBA5A59B93B7#overview |url-status=live }}{{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}}{{Cite web |date=2024-07-24 |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=2024-08-10 |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 }}

= Sexuality =

Applications of AI in this domain include AI-enabled menstruation and fertility trackers that analyze user data to offer prediction,{{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-01-12 |title=Powered by AI: Examining How AI Descriptions Influence Perceptions of Fertility Tracking Applications |url=https://dl.acm.org/doi/10.1145/3631414 |journal=Proc. ACM Interact. Mob. Wearable Ubiquitous Technol. |volume=7 |issue=4 |pages=154:1–154:24 |doi=10.1145/3631414}} AI-integrated sex toys (e.g., teledildonics),{{Cite journal |last1=Power |first1=Jennifer |last2=Pym |first2=Tinonee |last3=James |first3=Alexandra |last4=Waling |first4=Andrea |date=2024-07-05 |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}} AI-generated sexual education content,{{Cite journal |last1=Marcantonio |first1=Tiffany L. |last2=Avery |first2=Gracie |last3=Thrash |first3=Anna |last4=Leone |first4=Ruschelle M. |date=2024-09-10 |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 |url=https://www.tandfonline.com/doi/full/10.1080/00224499.2024.2396457 |url-status=live |journal=The Journal of Sex Research |language=en |pages=1–15 |doi=10.1080/00224499.2024.2396457 |pmid=39254628 |pmc=11891083 |pmc-embargo-date=March 10, 2026 |issn=0022-4499 |archive-url=https://web.archive.org/web/20241209185843/https://www.tandfonline.com/doi/full/10.1080/00224499.2024.2396457 |archive-date=9 December 2024 |access-date=9 December 2024}} and AI agents that simulate sexual and romantic partners (e.g., Replika).{{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 |doi=10.1177/23780231241259627 |issn=2378-0231 |doi-access=free}} AI is also used for the production of non-consensual deepfake pornography, raising significant ethical and legal concerns.{{Cite journal |last=Mania |first=Karolina |date=2024-01-01 |title=Legal Protection of Revenge and Deepfake Porn Victims in the European Union: Findings From a Comparative Legal Study |url=https://journals.sagepub.com/doi/abs/10.1177/15248380221143772?journalCode=tvaa |journal=Trauma, Violence, & Abuse |language=en |volume=25 |issue=1 |pages=117–129 |doi=10.1177/15248380221143772 |pmid=36565267 |issn=1524-8380}}

AI technologies have also been used to attempt to identify online gender-based violence and online sexual grooming of minors.{{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 |url=https://www.tandfonline.com/doi/full/10.1080/19361610.2024.2331885 |url-status=live |journal=Journal of Applied Security Research |language=en |volume=19 |issue=4 |pages=586–627 |doi=10.1080/19361610.2024.2331885 |issn=1936-1610 |archive-url=https://web.archive.org/web/20241209171923/https://www.tandfonline.com/doi/full/10.1080/19361610.2024.2331885 |archive-date=9 December 2024 |access-date=9 December 2024}}{{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=2021-10-13 |title=A Human-Centered Systematic Literature Review of the Computational Approaches for Online Sexual Risk Detection |url=https://dl.acm.org/doi/10.1145/3479609 |url-status=live |journal=Proceedings of the ACM on Human-Computer Interaction |language=en |volume=5 |issue=CSCW2 |pages=1–38 |doi=10.1145/3479609 |issn=2573-0142 |archive-url=https://web.archive.org/web/20241209171735/https://dl.acm.org/doi/10.1145/3479609 |archive-date=9 December 2024 |access-date=9 December 2024}}

=Other industry-specific tasks=

There are also thousands of successful AI applications used to solve specific problems for specific industries or institutions. In a 2017 survey, one in five companies reported having incorporated "AI" in some offerings or processes.{{Cite journal |last1=Ransbotham |first1=Sam |last2=Kiron |first2=David |last3=Gerbert |first3=Philipp |last4=Reeves |first4=Martin |date=2017-09-06 |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=Feb 13, 2024}} A few examples are energy storage, medical diagnosis, military logistics, applications that predict the result of judicial decisions, foreign policy, or supply chain management.

AI applications for evacuation and disaster management are growing. AI has been used to investigate if and how people evacuated in large scale and small scale evacuations using historical data from GPS, videos or social media. Further, AI can provide real time information on the real time evacuation conditions.{{Citation |last1=Sun |first1=Yuran |title=8 – AI for large-scale evacuation modeling: promises and challenges |date=2024-01-01 |work=Interpretable Machine Learning for the Analysis, Design, Assessment, and Informed Decision Making for Civil Infrastructure |pages=185–204 |editor-last=Naser |editor-first=M. Z. |url=https://www.sciencedirect.com/science/article/pii/B9780128240731000149 |access-date=2024-06-28 |series=Woodhead Publishing Series in Civil and Structural Engineering |publisher=Woodhead Publishing |isbn=978-0-1282-4073-1 |last2=Zhao |first2=Xilei |last3=Lovreglio |first3=Ruggiero |last4=Kuligowski |first4=Erica |archive-date=19 May 2024 |archive-url=https://web.archive.org/web/20240519121547/https://www.sciencedirect.com/science/article/abs/pii/B9780128240731000149 |url-status=live }}.{{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=2021-11-01 |title=A Framework for Intelligent Fire Detection and Evacuation System |url=https://doi.org/10.1007/s10694-021-01157-3 |journal=Fire Technology |volume=57 |issue=6 |pages=3179–3185 |doi=10.1007/s10694-021-01157-3 |issn=1572-8099 |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005165650/https://link.springer.com/article/10.1007/s10694-021-01157-3 |url-status=live }}{{Cite journal |last1=Zhao |first1=Xilei |last2=Lovreglio |first2=Ruggiero |last3=Nilsson |first3=Daniel |date=2020-05-01 |title=Modelling and interpreting pre-evacuation decision-making using machine learning |url=https://www.sciencedirect.com/science/article/pii/S0926580519313184 |journal=Automation in Construction |volume=113 |pages=103140 |doi=10.1016/j.autcon.2020.103140 |issn=0926-5805 |access-date=5 October 2024 |archive-date=19 May 2024 |archive-url=https://web.archive.org/web/20240519121548/https://www.sciencedirect.com/science/article/abs/pii/S0926580519313184 |url-status=live |hdl=10179/17315 |hdl-access=free }}

In agriculture, AI has helped farmers identify areas that need irrigation, fertilization, pesticide treatments or increasing yield. Agronomists use AI to conduct research and development. AI has been used to predict the ripening time for crops such as tomatoes, monitor soil moisture, operate agricultural robots, conduct predictive analytics, classify livestock pig call emotions, automate greenhouses, detect diseases and pests, and save water.

Artificial intelligence is used in astronomy to analyze increasing amounts of available data and applications, mainly for "classification, regression, clustering, forecasting, generation, discovery, and the development of new scientific insights." For example, it is used for discovering exoplanets, forecasting solar activity, and distinguishing between signals and instrumental effects in gravitational wave astronomy. Additionally, it could be used for activities in space, such as space exploration, including the analysis of data from space missions, real-time science decisions of spacecraft, space debris avoidance, and more autonomous operation.

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.{{Cite web |date=2024-06-12 |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=2024-10-28 |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 }}

Ethics

{{Main|Ethics of artificial intelligence}}

AI has potential benefits and potential risks.{{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 }} 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}} 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 =

==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.{{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=Jan 10, 2024 |website=Ars Technica}}{{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=Jan 5, 2024 |website=The Atlantic |ref=none}}{{Cite news |date=Mar 26, 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=Dec 29, 2023 |newspaper=The Economist}} 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.{{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=Jan 13, 2024 |work=CNN Business}}{{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 }}

==Power needs and environmental impacts==

{{See also|Environmental impacts of artificial intelligence}}

In January 2024, the International Energy Agency (IEA) released Electricity 2024, Analysis and Forecast to 2026, forecasting electric power use.{{Cite web |date=2024-01-24 |title=Electricity 2024 – Analysis |url=https://www.iea.org/reports/electricity-2024 |access-date=2024-07-13 |website=IEA}} This is the first IEA report to make projections for data centers and power consumption for artificial intelligence and cryptocurrency. The report states that power demand for these uses might double by 2026, with additional electric power usage equal to electricity used by the whole Japanese nation.{{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 }}

Prodigious power consumption by AI is responsible for the growth of fossil fuels use, and might delay closings of obsolete, carbon-emitting coal energy facilities. There is a feverish rise in the construction of data centers throughout the US, making large technology firms (e.g., Microsoft, Meta, Google, Amazon) into voracious consumers of electric power. Projected electric consumption is so immense that there is concern that it will be fulfilled no matter the source. A ChatGPT search involves the use of 10 times the electrical energy as a Google search. The large firms are in haste to find power sources – from nuclear energy to geothermal to fusion. The tech firms argue that – in the long view – AI will be eventually kinder to the environment, but they need the energy now. AI makes the power grid more efficient and "intelligent", will assist in the growth of nuclear power, and track overall carbon emissions, according to technology firms.{{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/?utm_campaign=wp_post_most&utm_medium=email&utm_source=newsletter&wpisrc=nl_most&carta-url=https%3A%2F%2Fs2.washingtonpost.com%2Fcar-ln-tr%2F3e0d678%2F6675a2d2c2c05472dd9ec0f4%2F596c09009bbc0f20865036e7%2F12%2F52%2F6675a2d2c2c05472dd9ec0f4 |newspaper=Washington Post}}

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.{{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 |url-status=dead }} 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.{{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}}

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 $650 Million (US).{{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 }} Nvidia CEO Jen-Hsun Huang said nuclear power is a good option for the data centers.{{Cite news |last1=Kendall |first1=Tyler |date=28 September 2024 |title=Nvidia's Huang Says Nuclear Power an Option to Feed Data Centers |url=https://www.bloomberg.com/news/articles/2024-09-27/nvidia-s-huang-says-nuclear-power-an-option-to-feed-data-centers |newspaper=Bloomberg}}

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 $1.6 billion (US) and is dependent on tax breaks for nuclear power contained in the 2022 US Inflation Reduction Act.{{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}} The US government and the state of Michigan are investing almost $2 billion (US) to reopen the Palisades Nuclear reactor on Lake Michigan. Closed since 2022, the plant is planned to be reopened in October 2025. The Three Mile Island facility will be renamed the Crane Clean Energy Center after Chris Crane, a nuclear proponent and former CEO of Exelon who was responsible for Exelon spinoff of Constellation.{{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 }}

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.{{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 }} Taiwan aims to phase out nuclear power by 2025. On the other hand, Singapore imposed a ban on the opening of data centers in 2019 due to electric power, but in 2022, lifted this ban.

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.{{Cite news |last1=Mochizuki |first1=Takashi |last2=Oda |first2=Shoko |date=18 October 2024 |title=エヌビディア出資の日本企業、原発近くでAIデータセンター新設検討 |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 }} Ubitus CEO Wesley Kuo said nuclear power plants are the most efficient, cheap and stable power for AI.

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.{{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}}

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.

In 2025 a report prepared by the International Energy Agency 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 will pass from public transport to autonomous cars) can reduce it.{{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}}

== Misinformation ==

{{See also|YouTube#Moderation and offensive content}}

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.{{Sfnp|Nicas|2018}} This convinced many users that the misinformation was true, and ultimately undermined trust in institutions, the media and the government.{{Cite web |last1=Rainie |first1=Lee |last2=Keeter |first2=Scott |last3=Perrin |first3=Andrew |date=July 22, 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=Feb 22, 2024 |website=Pew Research Center}} 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.{{Cite magazine |last=Kosoff |first=Maya |date=2018-02-08 |title=YouTube Struggles to Contain Its Conspiracy Problem |url=https://www.vanityfair.com/news/2018/02/youtube-conspiracy-problem |access-date=2025-04-10 |magazine=Vanity Fair |language=en-US}}

In 2022, generative AI began to create images, audio, video and text that are indistinguishable from real photographs, recordings, films, or human writing. 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{{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}}. AI pioneer Geoffrey Hinton expressed concern about AI enabling "authoritarian leaders to manipulate their electorates" on a large scale, among other risks.{{Sfnp|Taylor|Hern|2023}}

==Algorithmic bias and fairness==

{{Main|Algorithmic bias|Fairness (machine learning)}}

Machine learning applications will be biased{{Efn|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.}} if they learn from biased data.{{Sfnp|Rose|2023}} The developers may not be aware that the bias exists.{{Sfnp|CNA|2019}} 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 medicine, finance, recruitment, housing or policing) then the algorithm may cause discrimination.{{Harvtxt|Berdahl|Baker|Mann|Osoba|2023}}; {{Harvtxt|Goffrey|2008|p=17}}; {{Harvtxt|Rose|2023}}; {{Harvtxt|Russell|Norvig|2021|p=995}} The field of fairness studies how to prevent harms from algorithmic biases.

On June 28, 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 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.{{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.{{Harvtxt|Christian|2020|pp=67–70}}; {{Harvtxt|Russell|Norvig|2021|pp=993–994}}

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".{{Harvtxt|Russell|Norvig|2021|p=995}}; {{Harvtxt|Lipartito|2011|p=36}}; {{Harvtxt|Goodman|Flaxman|2017|p=6}}; {{Harvtxt|Christian|2020|pp=39–40, 65}} Moritz Hardt said "the most robust fact in this research area is that fairness through blindness doesn't work."Quoted in {{Harvtxt|Christian|2020|p=65}}.

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.{{Harvtxt|Russell|Norvig|2021|p=994}}; {{Harvtxt|Christian|2020|pp=40, 80–81}} 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.{{Efn|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."Quoted in {{Harvtxt|Christian|2020|p=80}}}}

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 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.{{Cite web |last=Samuel |first=Sigal |date=2022-04-19 |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=2024-07-24 |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 }}

At its 2022 Conference on Fairness, Accountability, and Transparency (ACM FAccT 2022), the Association for Computing Machinery, in Seoul, South Korea, presented and published findings that recommend that until AI and robotics systems are demonstrated to be free of bias mistakes, they are unsafe, and the use of self-learning neural networks trained on vast, unregulated sources of flawed internet data should be curtailed.{{Dubious|date=July 2024|reason=Depending on what is meant by "free of bias", it may be impossible in practice to demonstrate it. Additionally, the study evaluates the priors (initial assumptions) of the robots, rather than their decision-making in scenarios where there is a correct choice. For example, it may not be sexist to have the prior that most doctors are males (it's actually an accurate statistical prior in the world we currently live in, so the bias may arguably be to not have this prior). If forced to choose which one is the doctor based solely on gender, a rational person seeking to maximize the number of correct answers would choose the man 100% of the time. The real issue arises when such priors lead to significant discrimination.}}{{Sfnp|Dockrill|2022}}

== Lack of transparency ==

{{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 a large amount of non-linear relationships between inputs and outputs. But some popular explainability techniques exist.{{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 }}

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}}

People who have been harmed by an algorithm's decision have a right to an explanation.{{Harvtxt|Christian|2020|p=83}}; {{Harvtxt|Russell|Norvig|2021|p=997}} 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.{{Efn|When the law was passed in 2018, it still contained a form of this provision.}} 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.{{Sfnp|Christian|2020|p=91}}

DARPA established the 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 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 transformers, Anthropic developed a technique based on dictionary learning that associates patterns of neuron activations with human-understandable concepts.{{Cite web |last=Ropek |first=Lucas |date=2024-05-21 |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=2024-05-23 |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 }}

== Bad actors and weaponized AI ==

{{Main|Lethal autonomous weapon|Artificial intelligence arms race|AI safety}}

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.{{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 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.{{Harvtxt|Robitzski|2018}}; {{Harvtxt|Sainato|2015}}

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.{{Sfnp|Harari|2018}} All these technologies have been available since 2020 or earlier—AI facial recognition systems are already being used for mass surveillance in China.{{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 }}{{Cite web |date=3 May 2019 |title=Security lapse exposed a Chinese smart city surveillance system |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}}

There many other ways that 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}}

== 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.E. McGaughey, 'Will Robots Automate Your Job Away? Full Employment, Basic Income, and Economic Democracy' (2022), [https://academic.oup.com/ilj/article/51/3/511/6321008 51(3) Industrial Law Journal 511–559]. {{Webarchive|url=https://web.archive.org/web/20230527163045/https://academic.oup.com/ilj/article/51/3/511/6321008|date=27 May 2023}}.

In the past, technology has tended to increase rather than reduce total employment, but economists acknowledge that "we're in uncharted territory" with AI.{{Harvtxt|Ford|Colvin|2015}};{{Harvtxt|McGaughey|2022}} 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.{{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}}}}{{Harvtxt|Lohr|2017}}; {{Harvtxt|Frey|Osborne|2017}}; {{Harvtxt|Arntz|Gregory|Zierahn|2016|p=33}} 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 April 2023, it was reported that 70% of the jobs for Chinese video game illustrators had been eliminated by generative artificial intelligence.{{Cite web |last=Zhou |first=Viola |date=2023-04-11 |title=AI is already taking video game illustrators' jobs in China |url=https://restofworld.org/2023/ai-image-china-video-game-layoffs |access-date=2023-08-17 |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 }}{{Cite web |last=Carter |first=Justin |date=2023-04-11 |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=2023-08-17 |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 }}

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 paralegals to fast food cooks, while job demand is likely to increase for care-related professions ranging from personal healthcare to the clergy.{{Harvtxt|Mahdawi|2017}}; {{Harvtxt|Thompson|2014}}

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.{{Cite news |last=Tarnoff |first=Ben |date=4 August 2023 |title=Lessons from Eliza |work=The Guardian Weekly |pages=34–39}}

== Existential risk ==

{{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, "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 a paperclip factory manager).{{Sfnp|Bostrom|2014}} 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 aligned with humanity's morality and values so that it is "fundamentally on our side".{{Harvtxt|Bostrom|2014}}; {{Harvtxt|Müller|Bostrom|2014}}; {{Harvtxt|Bostrom|2015}}.

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}}

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,Leaders' concerns about the existential risks of AI around 2015: {{Harvtxt|Rawlinson|2015}}, {{Harvtxt|Holley|2015}}, {{Harvtxt|Gibbs|2014}}, {{Harvtxt|Sainato|2015}} as well as AI pioneers such as 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".{{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=2023-03-28 |work=CBS News}} He notably mentioned risks of an AI takeover,{{Cite news |last=Pittis |first=Don |date=May 4, 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 }} and stressed that in order to avoid the worst outcomes, establishing safety guidelines will require cooperation among those competing in use of AI.{{Cite web |date=2024-06-14 |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=2024-07-06 |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 }}

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".{{Sfnp|Valance|2023}}

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."{{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 }} 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."{{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 }}{{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 }} 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."{{Cite news |last=McMorrow |first=Ryan |date=19 Dec 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 Dec 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 }} Yann LeCun "scoffs at his peers' dystopian scenarios of supercharged misinformation and even, eventually, human extinction."{{Cite magazine |last=Levy |first=Steven |date=22 Dec 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 Dec 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 }} 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.Arguments that AI is not an imminent risk: {{Harvtxt|Brooks|2014}}, {{Harvtxt|Geist|2015}}, {{Harvtxt|Madrigal|2015}}, {{Harvtxt|Lee|2014}} 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 =

{{Main|Machine ethics|AI safety|Friendly artificial intelligence|Artificial moral agents|Human Compatible}}

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}}

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.{{Sfnp|Anderson|Anderson|2011}}

The field of machine ethics is also called computational morality,{{Sfnp|Anderson|Anderson|2011}}

and was founded at an AAAI symposium in 2005.{{Sfnp|AAAI|2014}}

Other approaches include Wendell Wallach's "artificial moral agents"{{Sfnp|Wallach|2010}} and Stuart J. Russell's three principles for developing provably beneficial machines.{{Sfnp|Russell|2019|p=173}}

= Open source =

Active organizations in the AI open-source community include Hugging Face,{{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-04-14 |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 }} Google,{{Cite web |last=Wiggers |first=Kyle |date=2024-04-09 |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=2024-04-14 |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 }} EleutherAI and Meta.{{Cite web |last=Heaven |first=Will Douglas |date=May 12, 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=2024-04-14 |website=MIT Technology Review}} Various AI models, such as Llama 2, Mistral or Stable Diffusion, have been made open-weight,{{Cite news |last=Brodsky |first=Sascha |date=December 19, 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 }}{{Cite web |last=Edwards |first=Benj |date=2024-02-22 |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=2024-04-14 |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 }} 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.{{Cite news |last=Marshall |first=Matt |date=January 29, 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 }} 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.{{Cite web |last=Piper |first=Kelsey |date=2024-02-02 |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=2024-04-14 |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 }}

= 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:{{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 }}{{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 }}

  • 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;{{Cite journal |last1=Floridi |first1=Luciano |last2=Cowls |first2=Josh |date=2019-06-23 |title=A Unified Framework of Five Principles for AI in Society |url=https://hdsr.mitpress.mit.edu/pub/l0jsh9d1 |journal=Harvard Data Science Review |volume=1 |issue=1 |doi=10.1162/99608f92.8cd550d1 |s2cid=198775713 |doi-access=free |archive-date=7 August 2019 |access-date=5 December 2023 |archive-url=https://archive.today/20190807202909/https://hdsr.mitpress.mit.edu/pub/l0jsh9d1 |url-status=live }} however, these principles are not without criticism, especially regards to the people chosen to contribute to these frameworks.{{Cite journal |last1=Buruk |first1=Banu |last2=Ekmekci |first2=Perihan Elif |last3=Arda |first3=Berna |date=2020-09-01 |title=A critical perspective on guidelines for responsible and trustworthy artificial intelligence |url=https://doi.org/10.1007/s11019-020-09948-1 |journal=Medicine, Health Care and Philosophy |volume=23 |issue=3 |pages=387–399 |doi=10.1007/s11019-020-09948-1 |issn=1572-8633 |pmid=32236794 |s2cid=214766800 |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170206/https://link.springer.com/article/10.1007/s11019-020-09948-1 |url-status=live }}

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.{{Cite journal |last1=Kamila |first1=Manoj Kumar |last2=Jasrotia |first2=Sahil Singh |date=2023-01-01 |title=Ethical issues in the development of artificial intelligence: recognizing the risks |url=https://doi.org/10.1108/IJOES-05-2023-0107 |journal=International Journal of Ethics and Systems |pages=45–63 |volume=41 |issue=ahead-of-print |doi=10.1108/IJOES-05-2023-0107 |issn=2514-9369 |s2cid=259614124 |access-date=5 October 2024 |archive-date=5 October 2024 |archive-url=https://web.archive.org/web/20241005170207/https://www.emerald.com/insight/content/doi/10.1108/IJOES-05-2023-0107/full/html |url-status=live }}

The UK AI Safety Institute released in 2024 a testing toolset called 'Inspect' for AI safety evaluations available under a 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.{{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 }}

= Regulation =

{{Main|Regulation of artificial intelligence|Regulation of algorithms|AI safety}}

File:Vice President Harris at the group photo of the 2023 AI Safety Summit.jpg 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.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}} 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, governments officials and academics.{{Cite web |last=VOA News |date=October 25, 2023 |title=UN Announces Advisory Body on Artificial Intelligence |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 }} 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.{{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=2024-09-17 |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 }}

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.{{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}} 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.{{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}}{{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}} In May 2024 at the AI Seoul Summit, 16 global AI tech companies agreed to safety commitments on the development of AI.{{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}}{{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}}

History

{{Main|History of artificial intelligence}}

{{For timeline}}

File:2024 AI patents by country - artificial intelligence.svg

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}} 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}}{{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 }}}} They developed several areas of research that would become part of AI,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}} such as McCullouch and 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.{{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}}

The field of AI research was founded at 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}} Russell and Norvig called the conference "the inception of artificial intelligence."{{Sfnp|Russell|Norvig|2021|p=17}}}}Dartmouth workshop: {{Harvtxt|Russell|Norvig|2021|p=18}}, {{Harvtxt|McCorduck|2004|pp=111–136}}, {{Harvtxt|NRC|1999|pp=200–201}}
The proposal: {{Harvtxt|McCarthy|Minsky|Rochester|Shannon|1955}}
The attendees became the leaders of AI research in the 1960s.{{Efn|

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|

Russell and Norvig wrote, "it was astonishing whenever a computer did anything kind of smartish".{{Sfnp|Russell|Norvig|2003|p=18}}

}} computers were learning checkers strategies, solving word problems in algebra, proving logical theorems and speaking English.{{Efn|

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.

}}Successful programs of the 1960s: {{Harvtxt|McCorduck|2004|pp=243–252}}, {{Harvtxt|Crevier|1993|pp=52–107}}, {{Harvtxt|Moravec|1988|p=9}}, {{Harvtxt|Russell|Norvig|2021|pp=19–21}} Artificial intelligence laboratories were set up at a number of British and U.S. universities in the latter 1950s and early 1960s.

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.{{Sfnp|Newquist|1994|pp=86–86}} In 1965 Herbert Simon predicted, "machines will be capable, within twenty years, of doing any work a man can do".{{Harvtxt|Simon|1965|p=96}} quoted in {{Harvtxt|Crevier|1993|p=109}} In 1967 Marvin Minsky agreed, writing that "within a generation ... the problem of creating 'artificial intelligence' will substantially be solved".{{Harvtxt|Minsky|1967|p=2}} quoted in {{Harvtxt|Crevier|1993|p=109}} They had, however, underestimated the difficulty of the problem.{{Efn|Russell and Norvig write: "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 criticism of Sir James Lighthill{{Sfnp|Lighthill|1973}} and ongoing pressure from the U.S. Congress to fund more productive projects.{{Sfn|NRC|1999|pp=212–213}} Minsky's 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.{{Sfnp|Russell|Norvig|2021|p=22}} The "AI winter", a period when obtaining funding for AI projects was difficult, followed.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}}

In the early 1980s, AI research was revived by the commercial success of expert systems,Expert systems: {{Harvtxt|Russell|Norvig|2021|pp=23, 292}}, {{Harvtxt|Luger|Stubblefield|2004|pp=227–331}}, {{Harvtxt|Nilsson|1998|loc=chpt. 17.4}}, {{Harvtxt|McCorduck|2004|pp=327–335, 434–435}}, {{Harvtxt|Crevier|1993|pp=145–162, 197–203}}, {{Harvtxt|Newquist|1994|pp=155–183}} 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.Funding initiatives in the early 1980s: Fifth Generation Project (Japan), Alvey (UK), Microelectronics and Computer Technology Corporation (US), Strategic Computing Initiative (US): {{Harvtxt|McCorduck|2004|pp=426–441}}, {{Harvtxt|Crevier|1993|pp=161–162, 197–203, 211, 240}}, {{Harvtxt|Russell|Norvig|2021|p=23}}, {{Harvtxt|NRC|1999|pp=210–211}}, {{Harvtxt|Newquist|1994|pp=235–248}} 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.Second AI Winter: {{Harvtxt|Russell|Norvig|2021|p=24}}, {{Harvtxt|McCorduck|2004|pp=430–435}}, {{Harvtxt|Crevier|1993|pp=209–210}}, {{Harvtxt|NRC|1999|pp=214–216}}, {{Harvtxt|Newquist|1994|pp=301–318}}

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,{{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 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.Developmental robotics: {{Harvtxt|Weng|McClelland|Pentland|Sporns|2001}}, {{Harvtxt|Lungarella|Metta|Pfeifer|Sandini|2003}}, {{Harvtxt|Asada|Hosoda|Kuniyoshi|Ishiguro|2009}}, {{Harvtxt|Oudeyer|2010}}

}} Judea Pearl, Lofti Zadeh, and others developed methods that handled incomplete and uncertain information by making reasonable guesses rather than precise logic.{{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.{{Harvtxt|Crevier|1993|pp=214–215}}, {{Harvtxt|Russell|Norvig|2021|pp=24, 26}} 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}}

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).Formal and narrow methods adopted in the 1990s: {{Harvtxt |Russell|Norvig|2021|pp=24–26}}, {{Harvtxt|McCorduck|2004|pp=486–487}} 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).AI widely used in the late 1990s: {{Harvtxt|Kurzweil|2005|p=265}}, {{Harvtxt|NRC|1999|pp=216–222}}, {{Harvtxt|Newquist|1994|pp=189–201}}

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.

Deep learning began to dominate industry benchmarks in 2012 and was adopted throughout the field.Deep learning revolution, AlexNet: {{Harvtxt|Goldman|2022}}, {{Harvtxt|Russell|Norvig|2021|p=26}}, {{Harvtxt|McKinsey|2018}}

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 (faster computers,Moore's Law and AI: {{Harvtxt|Russell|Norvig|2021|pp=14, 27}} graphics processing units, cloud computing{{Sfnp|Clark|2015b}}) and access to large amounts of dataBig data: {{Harvtxt|Russell|Norvig|2021|p=26}} (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: "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}}

File:20250202 "AI" (search term) on Google Trends.svg

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.{{Sfnp|Christian|2020|pp=67, 73}}

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.{{Cite web |last=Sagar |first=Ram |date=2020-06-03 |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=2020-08-04 |access-date=2023-03-15 |website=Analytics India Magazine}} ChatGPT, launched on November 30, 2022, became the fastest-growing consumer software application in history, gaining over 100 million users in two months.{{Cite news |last=Milmo |first=Dan |date=2023-02-02 |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=2024-12-31 |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 }} It marked what is widely regarded as AI's breakout year, bringing it into the public consciousness.{{Cite web |last=Gorichanaz |first=Tim |date=2023-11-29 |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=2024-12-31 |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 }} 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 $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.{{cite web | title=Nearly 1 in 4 new startups is an AI company | website=PitchBook | date=2024-12-24 | url=https://pitchbook.com/news/articles/nearly-1-in-4-new-startups-is-an-ai-company | access-date=2025-01-03}}

Philosophy

{{Main|Philosophy of artificial intelligence}}

Philosophical debates have historically sought to determine the nature of intelligence and how to make intelligent machines.{{Cite web |last1=Grayling |first1=Anthony |last2=Ball |first2=Brian |date=2024-08-01 |title=Philosophy is crucial in the age of AI |url=https://theconversation.com/philosophy-is-crucial-in-the-age-of-ai-235907 |access-date=2024-10-04 |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 }} Another major focus has been whether machines can be conscious, and the associated ethical implications.{{Cite web |last=Jarow |first=Oshan |date=2024-06-15 |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=2024-10-04 |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 }} Many other topics in philosophy are relevant to AI, such as epistemology and free will.{{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=2018-10-23 |access-date=2024-10-03 |website=jmc.stanford.edu}} Rapid advancements have intensified public discussions on the philosophy and ethics of AI.

= Defining artificial intelligence =

{{See also|Turing test|Intelligent agent|Dartmouth workshop|Synthetic intelligence}}

Alan Turing wrote in 1950 "I propose to consider the question 'can machines think'?"{{Sfnp|Turing|1950|p=1}} He advised changing the question from whether a machine "thinks", to "whether or not it is possible for machinery to show intelligent behaviour".{{Sfnp|Turing|1950|p=1}} He devised the Turing test, which measures the ability of a machine to simulate human conversation.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}} 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."{{Sfnp|Turing|1950|loc=Under "The Argument from Consciousness"}}

File:Weakness of Turing test 1.svg

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. "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.{{' "}}{{Sfnp|Russell|Norvig|2021|p=3}} AI founder 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}} The leading AI textbook 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}} These definitions view intelligence in terms of well-defined problems with well-defined solutions, where both the difficulty of the problem and the performance of the program are direct measures of the "intelligence" of the machine—and no other philosophical discussion is required, or may not even be possible.

Another definition has been adopted by Google,{{Cite web |title=What Is Artificial Intelligence (AI)? |url=https://cloud.google.com/learn/what-is-artificial-intelligence |url-status=live |archive-url=https://web.archive.org/web/20230731114802/https://cloud.google.com/learn/what-is-artificial-intelligence |archive-date=31 July 2023 |access-date=16 October 2023 |website=Google Cloud Platform}} a major practitioner in the field of AI. This definition stipulates the ability of systems to synthesize information as the manifestation of intelligence, similar to the way it is defined in biological intelligence.

Some authors have suggested in practice, that the definition of AI is vague and difficult to define, with contention as to whether classical algorithms should be categorised as AI,{{Cite web |title=One of the Biggest Problems in Regulating AI Is Agreeing on a Definition |url=https://carnegieendowment.org/posts/2022/10/one-of-the-biggest-problems-in-regulating-ai-is-agreeing-on-a-definition?lang=en |access-date=2024-07-31 |website=Carnegie Endowment for International Peace}} with many companies during the early 2020s AI boom using the term as a marketing buzzword, often even if they did "not actually use AI in a material way".{{Cite web |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=2024-07-31 |website=The Drum}}

= Evaluating approaches to AI =

No established unifying theory or paradigm has guided AI research for most of its history.{{Efn

|Nils Nilsson wrote in 1983: "Simply put, there is wide disagreement in the field about what AI is all about."{{Sfnp|Nilsson|1983|p=10}}}} 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"){{Sfnp|Haugeland|1985|pp=112–117}} 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."Physical symbol system hypothesis: {{Harvtxt|Newell|Simon|1976|p=116}}

Historical significance: {{Harvtxt|McCorduck|2004|p=153}}, {{Harvtxt|Russell|Norvig|2021|p=19}}

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.Moravec's paradox: {{Harvtxt|Moravec|1988|pp=15–16}}, {{Harvtxt|Minsky|1986|p=29}}, {{Harvtxt|Pinker|2007|pp=190–191}} 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.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}} 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}}

}}

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,{{Sfnp|Langley|2011}}{{Sfnp|Katz|2012}} 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 ==

{{Main|Neats and scruffies}}

"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,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 modern example of neat AI and its aspirations in the 21st century: {{Harvtxt|Domingos|2015}} but eventually was seen as irrelevant. Modern AI has elements of both.

== Soft vs. hard computing ==

{{Main|Soft computing}}

Finding a provably correct or optimal solution is intractable for many important problems. 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 ==

{{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.

= Machine consciousness, sentience, and mind =

{{Main|Philosophy of artificial intelligence|Artificial consciousness}}

The philosophy of mind does not know 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."{{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 ==

{{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 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}}

== Computationalism and functionalism ==

{{Main|Computational theory of mind|Functionalism (philosophy of mind)}}

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.{{Sfnp|Horst|2005}}

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."{{Efn|name="Searle's strong AI"|

Searle presented this definition of "Strong AI" in 1999.{{Sfnp|Searle|1999}} 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."{{Sfnp|Searle|1980|p=1}} 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)."{{Sfnp|Russell|Norvig|2021|p=9817}}

}} 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.Searle's Chinese room argument: {{Harvtxt|Searle|1980}}. Searle's original presentation of the thought experiment., {{Harvtxt|Searle|1999}}.

Discussion: {{Harvtxt|Russell|Norvig|2021|pp=985}}, {{Harvtxt|McCorduck|2004|pp=443–445}}, {{Harvtxt|Crevier|1993|pp=269–271}}

== 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.{{Cite web |last=Leith |first=Sam |date=2022-07-07 |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=2024-02-23 |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 }} 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.{{Cite web |last=Thomson |first=Jonny |date=2022-10-31 |title=Why don't robots have rights? |url=https://bigthink.com/thinking/why-dont-robots-have-rights |access-date=2024-02-23 |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 }}{{Cite magazine |last=Kateman |first=Brian |date=2023-07-24 |title=AI Should Be Terrified of Humans |url=https://time.com/6296234/ai-should-be-terrified-of-humans |access-date=2024-02-23 |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 }} Sapience (a set of capacities related to high intelligence, such as discernment or self-awareness) may provide another moral basis for AI rights. Robot rights are also sometimes proposed as a practical way to integrate autonomous agents into society.{{Cite news |last=Wong |first=Jeff |date=July 10, 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}}

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.{{Cite news |last=Hern |first=Alex |date=2017-01-12 |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=2024-02-23 |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 }} 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 to society on their own.{{Cite web |last=Dovey |first=Dana |date=2018-04-14 |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=2024-02-23 |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 }}{{Cite web |last=Cuddy |first=Alice |date=2018-04-13 |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=2024-02-23 |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 }}

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.

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.{{Sfnp|Roberts|2016}} 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".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}}

Vernor Vinge's "singularity": {{Harvtxt|Vinge|1993}}

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}}

= 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 cyborgs that are more capable and powerful than either. This idea, called transhumanism, has roots in the writings of Aldous Huxley and Robert Ettinger.Transhumanism: {{Harvtxt|Moravec|1988}}, {{Harvtxt|Kurzweil|2005}}, {{Harvtxt|Russell|Norvig|2021|p=1005}}

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.AI as evolution: Edward Fredkin is quoted in {{Harvtxt|McCorduck|2004|p=401}}, {{Harvtxt|Butler|1863}}, {{Harvtxt|Dyson|1998}}

=Decomputing=

Arguments for decomputing have been raised by Dan McQuillan (Resisting AI: An Anti-fascist Approach to Artificial Intelligence, 2022), meaning an opposition to the sweeping application and expansion of artificial intelligence. Similar to degrowth, the approach criticizes AI as an outgrowth of the systemic issues and capitalist world we live in. It argues that a different future is possible, in which distance between people is reduced rather than increased through AI intermediaries.{{cite web | last=McQuillan | first=Dan | title=a gift to the far right | website=ComputerWeekly.com | date=2025-01-14 | url=https://www.computerweekly.com/opinion/Labours-AI-Action-Plan-a-gift-to-the-far-right | access-date=2025-01-22}}

In fiction

{{Main|Artificial intelligence in fiction}}

File:Capek play.jpg 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,AI in myth: {{Harvtxt|McCorduck|2004|pp=4–5}} and have been a persistent theme in science fiction.{{Sfnp|McCorduck|2004|pp=340–400}}

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 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.{{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}}

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.{{Sfnp|Galvan|1997}}

See also

  • {{Annotated link|Artificial consciousness}}
  • {{Annotated link|Artificial intelligence and elections}}
  • {{Annotated link|Artificial intelligence content detection}}
  • {{Annotated link|Behavior selection algorithm}}
  • {{Annotated link|Business process automation}}
  • {{Annotated link|Case-based reasoning}}
  • {{Annotated link|Computational intelligence}}
  • {{Annotated link|Digital immortality}}
  • {{Annotated link|Emergent algorithm}}
  • {{Annotated link|Female gendering of AI technologies}}
  • {{Annotated link|Glossary of artificial intelligence}}
  • {{Annotated link|Intelligence amplification}}
  • {{Annotated link|Intelligent agent}}
  • {{Annotated link|Mind uploading}}
  • Organoid intelligence – Use of brain cells and brain organoids for intelligent computing
  • {{Annotated link|Robotic process automation}}
  • {{Annotated link|The Last Day (novel)|The Last Day}}
  • {{Annotated link|Wetware computer}}

Explanatory notes

{{Notelist}}

References

{{Reflist}}

= AI textbooks =

The two most widely used textbooks in 2023 (see the [https://explorer.opensyllabus.org/result/field?id=Computer+Science Open Syllabus]):

  • {{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 |date=2021 |isbn=978-0-1346-1099-3 |edition=4th |location=Hoboken |lccn=20190474}}
  • {{Cite book |last1=Rich |first1=Elaine |author-link=Elaine Rich |title=Artificial Intelligence |last2=Knight |first2=Kevin |last3=Nair |first3=Shivashankar B |date=2010 |publisher=Tata McGraw Hill India |isbn=978-0-0700-8770-5 |edition=3rd |location=New Delhi |ref=none}}

The four most widely used AI textbooks in 2008:

{{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 |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}}
  • {{Russell Norvig 2003}}.
  • {{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}}

{{Refend}}

Other textbooks:

  • {{Cite book |last=Ertel |first=Wolfgang |title=Introduction to Artificial Intelligence |date=2017 |publisher=Springer |isbn=978-3-3195-8486-7 |edition=2nd |ref=none}}
  • {{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 |edition=1st |ref=none}}

= History of AI =

{{Refbegin|indent=yes|30em}}

  • {{Crevier 1993}}
  • {{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 |last1= Harmon |first1=Paul |last2= Sawyer |first2=Brian |title=Creating Expert Systems for Business and Industry |date=1990 |publisher=John Wiley & Sons |isbn=0471614963 |location=New York}}

{{Refend}}

= Other sources =

{{Refbegin|indent=yes|30em}}

  • [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 }}
  • {{Citation |last1=Alter |first1=Alexandra |title=Franzen, Grisham and Other Prominent Authors Sue OpenAI |date=September 20, 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 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 |s2cid=1809459}}
  • {{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}}
  • {{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 |s2cid=10168773}}
  • {{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}}
  • {{Citation |last1=Beal |first1=J. |title=The New Frontier of Human-Level Artificial Intelligence |work=IEEE Intelligent Systems |volume=24 |pages=21–24 |date=2009 |doi=10.1109/MIS.2009.75 |hdl=1721.1/52357 |s2cid=32437713 |last2=Winston |first2=Patrick |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 |pages=e42936 |doi=10.2196/42936 |issn=2817-1705 |pmc=11041459 |pmid=38875587 |s2cid=256681439 |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 conference |last1=Bertini |first1=M |last2=Del Bimbo |first2=A |last3=Torniai |first3=C |date=2006 |title=Automatic annotation and semantic retrieval of video sequences using multimedia ontologies |conference=14th ACM international conference on Multimedia |location=Santa Barbara |publisher=ACM |pages=679–682 |book-title=MM '06 Proceedings of the 14th ACM international conference on Multimedia}}
  • {{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=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 |url-status=dead |archive-url=https://web.archive.org/web/20141112130954/http://www.rethinkrobotics.com/artificial-intelligence-tool-threat |archive-date=12 November 2014 }}
  • {{Cite journal |last=Brooks |first=Rodney |author-link=Rodney Brooks |date=1990 |title=Elephants Don't Play Chess |url=http://people.csail.mit.edu/brooks/papers/elephants.pdf |url-status=live |journal=Robotics and Autonomous Systems |volume=6 |issue=1–2 |pages=3–15 |citeseerx=10.1.1.588.7539 |doi=10.1016/S0921-8890(05)80025-9 |archive-url=https://web.archive.org/web/20070809020912/http://people.csail.mit.edu/brooks/papers/elephants.pdf |archive-date=9 August 2007 }}
  • {{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 }}
  • {{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 |volume=34 |issue=7 |pages=24–30 |doi=10.1109/2.933500}}
  • {{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 |s2cid=206451986}}
  • {{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 |url=http://www.imprint.co.uk/chalmers.html |url-status=live |journal=Journal of Consciousness Studies |volume=2 |issue=3 |pages=200–219 |archive-url=https://web.archive.org/web/20050308163649/http://www.imprint.co.uk/chalmers.html |archive-date=8 March 2005 |access-date=11 October 2018 |citeseerx=10.1.1.103.8362 }}
  • {{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 |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 |s2cid=2161592}}
  • {{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 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 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=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 }}
  • {{Citation |last=Dockrill |first=Peter |title=Robots With Flawed AI Make Sexist And Racist Decisions, Experiment Shows |date=27 June 2022 |work=Science Alert |url=https://www.sciencealert.com/robots-with-flawed-ai-make-sexist-racist-and-toxic-decisions-experiment-shows |archive-url=https://web.archive.org/web/20220627225827/https://www.sciencealert.com/robots-with-flawed-ai-make-sexist-racist-and-toxic-decisions-experiment-shows |archive-date=27 June 2022 }}
  • {{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 |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=Edelson |first=Edward |url=https://archive.org/details/nervoussystem0000edel |title=The Nervous System |date=1991 |publisher=Chelsea House |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 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 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=1 January 2017 |title=The future of employment: How susceptible are jobs to computerisation? |journal=Technological Forecasting and Social Change |volume=114 |pages=254–280 |citeseerx=10.1.1.395.416 |doi=10.1016/j.techfore.2016.08.019 |issn=0040-1625}}
  • {{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 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 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 }}
  • {{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 |url-status=dead |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 |pages=50 |arxiv=1606.08813 |doi=10.1609/aimag.v38i3.2741 |s2cid=7373959}}
  • {{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 13, 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 22, 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 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 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 |s2cid=206485943 |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 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=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 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 |s2cid=59298502}}
  • {{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 |s2cid=677218}}
  • {{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 journal |last1=Kahneman |first1=Daniel |author-link=Daniel Kahneman |last2=Slovic |first2=D. |last3=Tversky |first3=Amos |author-link3=Amos Tversky |date=1982 |title=Judgment under uncertainty: Heuristics and biases |journal=Science |location=New York |publisher=Cambridge University Press |volume=185 |issue=4157 |pages=1124–1131 |bibcode=1974Sci...185.1124T |doi=10.1126/science.185.4157.1124 |isbn=978-0-5212-8414-1 |pmid=17835457 |s2cid=143452957}}
  • {{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 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=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 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 |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 |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-10-30 |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 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 |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 |doi=10.2139/ssrn.1736283 |s2cid=166742927 }}
  • {{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 |citeseerx=10.1.1.83.7615 |doi=10.1080/09540090310001655110 |s2cid=1452734}}
  • {{Cite web |title=Machine Ethics |url=http://www.aaai.org/Library/Symposia/Fall/fs05-06 |url-status=dead |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 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 |url-status=dead |publisher=Dartmouth College }}
  • {{Cite web |last=Marmouyet |first=Françoise |date=2023-12-15 |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=2023-12-25 |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}}
  • {{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 |url-status=dead |archive-url=https://web.archive.org/web/20070826230310/http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html |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 |pages=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) }}
  • {{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 |citeseerx=10.1.1.85.8904 |doi=10.1007/s10676-007-9138-2 |s2cid=37272949}}
  • {{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 |s2cid=14987656}}
  • {{Citation |last=McGaughey |first=E |title=Will Robots Automate Your Job Away? Full Employment, Basic Income, and Economic Democracy |page=51(3) Industrial Law Journal 511–559 |date=2022 |url=https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3044448 |access-date=27 May 2023 |archive-url=https://web.archive.org/web/20210131074722/https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3044448 |archive-date=31 January 2021 |url-status=live |doi=10.2139/ssrn.3044448 |s2cid=219336439 |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}}
  • {{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 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 |url=http://www.sophia.de/pdf/2014_PT-AI_polls.pdf |url-status=live |journal=AI Matters |volume=1 |issue=1 |pages=9–11 |doi=10.1145/2639475.2639478 |s2cid=8510016 |archive-url=https://web.archive.org/web/20160115114604/http://www.sophia.de/pdf/2014_PT-AI_polls.pdf |archive-date=15 January 2016 }}
  • {{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 |s2cid=10767011}}
  • {{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 news |last=Nicas |first=Jack |date=February 7, 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=June 16, 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 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 Academy Press |date=1999 |chapter=Developments in Artificial Intelligence |ref={{Harvid|NRC|1999}}}}
  • {{Cite conference |last=Omohundro |first=Steve |author-link=Steve Omohundro |date=2008 |title=The Nature of Self-Improving Artificial Intelligence |publisher=presented and distributed at the 2007 Singularity Summit, San Francisco, CA.}}
  • {{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 |url=http://www.pyoudeyer.com/IEEETAMDOudeyer10.pdf |url-status=live |journal=IEEE Transactions on Autonomous Mental Development |volume=2 |issue=1 |pages=2–16 |doi=10.1109/tamd.2009.2039057 |s2cid=6362217 |archive-url=https://web.archive.org/web/20181003202543/http://www.pyoudeyer.com/IEEETAMDOudeyer10.pdf |archive-date=3 October 2018 |access-date=4 June 2013 }}
  • {{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}}
  • {{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 |url=http://researchrepository.napier.ac.uk/Output/1792429 |url-status=live |journal=Information Fusion |volume=37 |pages=98–125 |doi=10.1016/j.inffus.2017.02.003 |s2cid=205433041 |archive-url=https://web.archive.org/web/20230323165407/https://www.napier.ac.uk/research-and-innovation/research-search/outputs/a-review-of-affective-computing-from-unimodal-analysis-to-multimodal-fusion |archive-date=23 March 2023 |access-date=27 April 2021 |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 }}
  • {{Citation |last=Reisner |first=Alex |title=Revealed: The Authors Whose Pirated Books are Powering Generative AI |date=August 19, 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 |url-status=dead |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 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 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=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 |s2cid=1979315}}
  • {{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 |s2cid=11715509}}
  • {{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 |url=http://cogprints.org/7150/1/10.1.1.83.5248.pdf |url-status=live |journal=Behavioral and Brain Sciences |volume=3 |issue=3 |pages=417–457 |doi=10.1017/S0140525X00005756 |s2cid=55303721 |archive-url=https://web.archive.org/web/20190317230215/http://cogprints.org/7150/1/10.1.1.83.5248.pdf |archive-date=17 March 2019 |access-date=22 August 2020 }}
  • {{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 }}
  • {{Citation |last=Simon |first=H. A. |title=The Shape of Automation for Men and Management |date=1965 |place=New York |publisher=Harper & Row}}
  • {{Cite web |last=Simonite |first=Tom |date=March 31, 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 15, 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=2023-12-25 |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 |s2cid=32710913}}
  • {{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
    {{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 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 2, 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 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 }}
  • {{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 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 |s2cid=247302391}}
  • {{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 11, 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=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=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 |url-status=dead |journal=Vision 21: Interdisciplinary Science and Engineering in the Era of Cyberspace |pages=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 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 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 |url=http://www.cse.msu.edu/dl/SciencePaper.pdf |url-status=live |journal=Science |volume=291 |issue=5504 |pages=599–600 |doi=10.1126/science.291.5504.599 |pmid=11229402 |s2cid=54131797 |archive-url=https://web.archive.org/web/20130904235242/http://www.cse.msu.edu/dl/SciencePaper.pdf |archive-date=4 September 2013 |access-date=4 June 2013 |via=msu.edu }}
  • {{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 28, 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 |url=https://zenodo.org/record/3569435 |url-status=live |journal=International Journal of Public Administration |volume=42 |issue=7 |pages=596–615 |doi=10.1080/01900692.2018.1498103 |issn=0190-0692 |s2cid=158829602 |archive-url=https://web.archive.org/web/20200818131415/https://zenodo.org/record/3569435 |archive-date=18 August 2020 |access-date=22 August 2020 }}
  • {{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 }}

{{Refend}}

Further reading

{{Refbegin|indent=yes|30em}}

  • Autor, David H., "Why Are There Still So Many Jobs? The History and Future of Workplace Automation" (2015) 29(3) Journal of Economic Perspectives 3.
  • {{Cite book |last=Berlinski |first=David |author-link=David Berlinski |url=https://archive.org/details/adventofalgorith0000berl |title=The Advent of the Algorithm |publisher=Harcourt Books |date=2000 |isbn=978-0-1560-1391-8 |oclc=46890682 |access-date=22 August 2020 |archive-url=https://web.archive.org/web/20200726215744/https://archive.org/details/adventofalgorith0000berl |archive-date=26 July 2020 |url-status=live }}
  • Boyle, James, [https://direct.mit.edu/books/book/5859/The-LineAI-and-the-Future-of-Personhood The Line: AI and the Future of Personhood], MIT Press, 2024.
  • Cukier, Kenneth, "Ready for Robots? How to Think about the Future of AI", Foreign Affairs, vol. 98, no. 4 (July/August 2019), pp. 192–198. George Dyson, historian of computing, writes (in what might be called "Dyson's Law") that "Any system simple enough to be understandable will not be complicated enough to behave intelligently, while any system complicated enough to behave intelligently will be too complicated to understand." (p. 197.) Computer scientist Alex Pentland writes: "Current AI machine-learning algorithms are, at their core, dead simple stupid. They work, but they work by brute force." (p. 198.)
  • {{Cite journal |last=Evans |first=Woody |author-link=Woody Evans |date=2015 |title=Posthuman Rights: Dimensions of Transhuman Worlds |journal=Teknokultura |volume=12 |issue=2 |doi=10.5209/rev_TK.2015.v12.n2.49072 |doi-access=free|s2cid=147612763 }}
  • {{Cite web |last=Frank |first=Michael |date=September 22, 2023 |title=US Leadership in Artificial Intelligence Can Shape the 21st Century Global Order |url=https://thediplomat.com/2023/09/us-leadership-in-artificial-intelligence-can-shape-the-21st-century-global-order |access-date=2023-12-08 |website=The Diplomat |quote=Instead, the United States has developed a new area of dominance that the rest of the world views with a mixture of awe, envy, and resentment: artificial intelligence... From AI models and research to cloud computing and venture capital, U.S. companies, universities, and research labs – and their affiliates in allied countries – appear to have an enormous lead in both developing cutting-edge AI and commercializing it. The value of U.S. venture capital investments in AI start-ups exceeds that of the rest of the world combined. |archive-date=16 September 2024 |archive-url=https://web.archive.org/web/20240916014433/https://thediplomat.com/2023/09/us-leadership-in-artificial-intelligence-can-shape-the-21st-century-global-order/ |url-status=live }}
  • Gertner, Jon. (2023) "Wikipedia's Moment of Truth: Can the online encyclopedia help teach A.I. chatbots to get their facts right — without destroying itself in the process?" New York Times Magazine (July 18, 2023) [https://www.nytimes.com/2023/07/18/magazine/wikipedia-ai-chatgpt.html online] {{Webarchive|url=https://web.archive.org/web/20230720125400/https://www.nytimes.com/2023/07/18/magazine/wikipedia-ai-chatgpt.html |date=20 July 2023 }}
  • Gleick, James, "The Fate of Free Will" (review of Kevin J. Mitchell, Free Agents: How Evolution Gave Us Free Will, Princeton University Press, 2023, 333 pp.), The New York Review of Books, vol. LXXI, no. 1 (18 January 2024), pp. 27–28, 30. "Agency is what distinguishes us from machines. For biological creatures, reason and purpose come from acting in the world and experiencing the consequences. Artificial intelligences – disembodied, strangers to blood, sweat, and tears – have no occasion for that." (p. 30.)
  • Halpern, Sue, "The Coming Tech Autocracy" (review of Verity Harding, AI Needs You: How We Can Change AI's Future and Save Our Own, Princeton University Press, 274 pp.; Gary Marcus, Taming Silicon Valley: How We Can Ensure That AI Works for Us, MIT Press, 235 pp.; Daniela Rus and Gregory Mone, The Mind's Mirror: Risk and Reward in the Age of AI, Norton, 280 pp.; Madhumita Murgia, Code Dependent: Living in the Shadow of AI, Henry Holt, 311 pp.), The New York Review of Books, vol. LXXI, no. 17 (7 November 2024), pp. 44–46. "'We can't realistically expect that those who hope to get rich from AI are going to have the interests of the rest of us close at heart,' ... writes [Gary Marcus]. 'We can't count on governments driven by campaign finance contributions [from tech companies] to push back.'... Marcus details the demands that citizens should make of their governments and the tech companies. They include transparency on how AI systems work; compensation for individuals if their data [are] used to train LLMs (large language model)s and the right to consent to this use; and the ability to hold tech companies liable for the harms they cause by eliminating Section 230, imposing cash penalties, and passing stricter product liability laws... Marcus also suggests... that a new, AI-specific federal agency, akin to the FDA, the FCC, or the FTC, might provide the most robust oversight.... [T]he Fordham law professor Chinmayi Sharma... suggests... establish[ing] a professional licensing regime for engineers that would function in a similar way to medical licenses, malpractice suits, and the Hippocratic oath in medicine. 'What if, like doctors,' she asks..., 'AI engineers also vowed to do no harm?'" (p. 46.)
  • {{Cite news |last=Henderson |first=Mark |date=24 April 2007 |title=Human rights for robots? We're getting carried away |url=https://www.thetimes.com/uk/science/article/human-rights-for-robots-were-getting-carried-away-xfbdkpgwn0v |url-status=live |archive-url=https://web.archive.org/web/20140531104850/http://www.thetimes.co.uk/tto/technology/article1966391.ece |archive-date=31 May 2014 |access-date=31 May 2014 |work=The Times Online |location=London }}
  • Hughes-Castleberry, Kenna, "A Murder Mystery Puzzle: The literary puzzle Cain's Jawbone, which has stumped humans for decades, reveals the limitations of natural-language-processing algorithms", Scientific American, vol. 329, no. 4 (November 2023), pp. 81–82. "This murder mystery competition has revealed that although NLP (natural-language processing) models are capable of incredible feats, their abilities are very much limited by the amount of context they receive. This [...] could cause [difficulties] for researchers who hope to use them to do things such as analyze ancient languages. In some cases, there are few historical records on long-gone civilizations to serve as training data for such a purpose." (p. 82.)
  • Immerwahr, Daniel, "Your Lying Eyes: People now use A.I. to generate fake videos indistinguishable from real ones. How much does it matter?", The New Yorker, 20 November 2023, pp. 54–59. "If by 'deepfakes' we mean realistic videos produced using artificial intelligence that actually deceive people, then they barely exist. The fakes aren't deep, and the deeps aren't fake. [...] A.I.-generated videos are not, in general, operating in our media as counterfeited evidence. Their role better resembles that of cartoons, especially smutty ones." (p. 59.)
  • Johnston, John (2008) The Allure of Machinic Life: Cybernetics, Artificial Life, and the New AI, MIT Press.
  • {{Cite journal |last1=Jumper |first1=John |last2=Evans |first2=Richard |last3=Pritzel |first3=Alexander |last4=Green |first4=Tim |last5=Figurnov |first5=Michael |last6=Ronneberger |first6=Olaf |last7=Tunyasuvunakool |first7=Kathryn |last8=Bates |first8=Russ |last9=Žídek |first9=Augustin |last10=Potapenko |first10=Anna |last11=Bridgland |first11=Alex |last12=Meyer |first12=Clemens |last13=Kohl |first13=Simon A. A. |last14=Ballard |first14=Andrew J. |last15=Cowie |first15=Andrew |last16=Romera-Paredes |first16=Bernardino |last17=Nikolov |first17=Stanislav |last18=Jain |first18=Rishub |last19=Adler |first19=Jonas |last20=Back |first20=Trevor |last21=Petersen |first21=Stig |last22=Reiman |first22=David |last23=Clancy |first23=Ellen |last24=Zielinski |first24=Michal |last25=Steinegger |first25=Martin |last26=Pacholska |first26=Michalina |last27=Berghammer |first27=Tamas |last28=Bodenstein |first28=Sebastian |last29=Silver |first29=David |last30=Vinyals |first30=Oriol |last31=Senior |first31=Andrew W. |last32=Kavukcuoglu |first32=Koray |last33=Kohli |first33=Pushmeet |last34=Hassabis |first34=Demis |display-authors=3 |date=26 August 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 |s2cid=235959867}}
  • {{Cite journal |last1=LeCun |first1=Yann |last2=Bengio |first2=Yoshua |last3=Hinton |first3=Geoffrey |date=28 May 2015 |title=Deep learning |url=https://www.nature.com/articles/nature14539 |url-status=live |journal=Nature |volume=521 |issue=7553 |pages=436–444 |bibcode=2015Natur.521..436L |doi=10.1038/nature14539 |pmid=26017442 |s2cid=3074096 |archive-url=https://web.archive.org/web/20230605235832/https://www.nature.com/articles/nature14539 |archive-date=5 June 2023 |access-date=19 June 2023 }}
  • Leffer, Lauren, "The Risks of Trusting AI: We must avoid humanizing machine-learning models used in scientific research", Scientific American, vol. 330, no. 6 (June 2024), pp. 80–81.
  • Lepore, Jill, "The Chit-Chatbot: Is talking with a machine a conversation?", The New Yorker, 7 October 2024, pp. 12–16.
  • {{Cite web |last=Maschafilm |date=2010 |title=Content: Plug & Pray Film – Artificial Intelligence – Robots |url=http://www.plugandpray-film.de/en/content.html |url-status=live |archive-url=https://web.archive.org/web/20160212040134/http://www.plugandpray-film.de/en/content.html |archive-date=12 February 2016 |website=plugandpray-film.de }}
  • Marcus, Gary, "Artificial Confidence: Even the newest, buzziest systems of artificial general intelligence are stymmied by the same old problems", Scientific American, vol. 327, no. 4 (October 2022), pp. 42–45.
  • {{Cite book |last=Mitchell |first=Melanie |title=Artificial intelligence: a guide for thinking humans |date=2019 |publisher=Farrar, Straus and Giroux |isbn=978-0-3742-5783-5 |location=New York}}
  • {{Cite journal |last1=Mnih |first1=Volodymyr |last2=Kavukcuoglu |first2=Koray |last3=Silver |first3=David |last4=Rusu |first4=Andrei A. |last5=Veness |first5=Joel |last6=Bellemare |first6=Marc G. |last7=Graves |first7=Alex |last8=Riedmiller |first8=Martin |last9=Fidjeland |first9=Andreas K. |last10=Ostrovski |first10=Georg |last11=Petersen |first11=Stig |last12=Beattie |first12=Charles |last13=Sadik |first13=Amir |last14=Antonoglou |first14=Ioannis |last15=King |first15=Helen |last16=Kumaran |first16=Dharshan |last17=Wierstra |first17=Daan |last18=Legg |first18=Shane |last19=Hassabis |first19=Demis |display-authors=3 |date=26 February 2015 |title=Human-level control through deep reinforcement learning |url=https://www.nature.com/articles/nature14236 |url-status=live |journal=Nature |volume=518 |issue=7540 |pages=529–533 |bibcode=2015Natur.518..529M |doi=10.1038/nature14236 |pmid=25719670 |s2cid=205242740 |archive-url=https://web.archive.org/web/20230619055525/https://www.nature.com/articles/nature14236 |archive-date=19 June 2023 |access-date=19 June 2023 }} Introduced DQN, which produced human-level performance on some Atari games.
  • Press, Eyal, "In Front of Their Faces: Does facial-recognition technology lead police to ignore contradictory evidence?", The New Yorker, 20 November 2023, pp. 20–26.
  • {{Cite news |date=21 December 2006 |title=Robots could demand legal rights |url=http://news.bbc.co.uk/2/hi/technology/6200005.stm |url-status=live |archive-url=https://web.archive.org/web/20191015042628/http://news.bbc.co.uk/2/hi/technology/6200005.stm |archive-date=15 October 2019 |access-date=3 February 2011 |work=BBC News }}
  • Roivainen, Eka, "AI's IQ: ChatGPT aced a [standard intelligence] test but showed that intelligence cannot be measured by IQ alone", Scientific American, vol. 329, no. 1 (July/August 2023), p. 7. "Despite its high IQ, ChatGPT fails at tasks that require real humanlike reasoning or an understanding of the physical and social world.... ChatGPT seemed unable to reason logically and tried to rely on its vast database of... facts derived from online texts."
  • Scharre, Paul, "Killer Apps: The Real Dangers of an AI Arms Race", Foreign Affairs, vol. 98, no. 3 (May/June 2019), pp. 135–144. "Today's AI technologies are powerful but unreliable. Rules-based systems cannot deal with circumstances their programmers did not anticipate. Learning systems are limited by the data on which they were trained. AI failures have already led to tragedy. Advanced autopilot features in cars, although they perform well in some circumstances, have driven cars without warning into trucks, concrete barriers, and parked cars. In the wrong situation, AI systems go from supersmart to superdumb in an instant. When an enemy is trying to manipulate and hack an AI system, the risks are even greater." (p. 140.)
  • {{Cite journal |last1=Schulz |first1=Hannes |last2=Behnke |first2=Sven |date=1 November 2012 |title=Deep Learning |url=https://www.researchgate.net/publication/230690795 |journal=KI – Künstliche Intelligenz |volume=26 |issue=4 |pages=357–363 |doi=10.1007/s13218-012-0198-z |issn=1610-1987 |s2cid=220523562 }}
  • {{Cite journal |last1=Serenko |first1=Alexander |last2=Michael Dohan |date=2011 |title=Comparing the expert survey and citation impact journal ranking methods: Example from the field of Artificial Intelligence |url=http://www.aserenko.com/papers/JOI_AI_Journal_Ranking_Serenko.pdf |url-status=live |journal=Journal of Informetrics |volume=5 |issue=4 |pages=629–649 |doi=10.1016/j.joi.2011.06.002 |archive-url=https://web.archive.org/web/20131004212839/http://www.aserenko.com/papers/JOI_AI_Journal_Ranking_Serenko.pdf |archive-date=4 October 2013 |access-date=12 September 2013 }}
  • {{Cite journal |last1=Silver |first1=David |last2=Huang |first2=Aja |last3=Maddison |first3=Chris J. |last4=Guez |first4=Arthur |last5=Sifre |first5=Laurent |last6=van den Driessche |first6=George |last7=Schrittwieser |first7=Julian |last8=Antonoglou |first8=Ioannis |last9=Panneershelvam |first9=Veda |last10=Lanctot |first10=Marc |last11=Dieleman |first11=Sander |last12=Grewe |first12=Dominik |last13=Nham |first13=John |last14=Kalchbrenner |first14=Nal |last15=Sutskever |first15=Ilya |last16=Lillicrap |first16=Timothy |last17=Leach |first17=Madeleine |last18=Kavukcuoglu |first18=Koray |last19=Graepel |first19=Thore |last20=Hassabis |first20=Demis |display-authors=3 |date=28 January 2016 |title=Mastering the game of Go with deep neural networks and tree search |url=https://www.nature.com/articles/nature16961 |url-status=live |journal=Nature |volume=529 |issue=7587 |pages=484–489 |bibcode=2016Natur.529..484S |doi=10.1038/nature16961 |pmid=26819042 |s2cid=515925 |archive-url=https://web.archive.org/web/20230618213059/https://www.nature.com/articles/nature16961 |archive-date=18 June 2023 |access-date=19 June 2023 }}
  • Tarnoff, Ben, "The Labor Theory of AI" (review of Matteo Pasquinelli, The Eye of the Master: A Social History of Artificial Intelligence, Verso, 2024, 264 pp.), The New York Review of Books, vol. LXXII, no. 5 (27 March 2025), pp. 30–32. The reviewer, Ben Tarnoff, writes: "The strangeness at the heart of the generative AI boom is that nobody really knows how the technology works. We know how the large language models within ChatGPT and its counterparts are trained, even if we don't always know which data they're being trained on: they are asked to predict the next string of characters in a sequence. But exactly how they arrive at any given prediction is a mystery. The computations that occur inside the model are simply too intricate for any human to comprehend." (p. 32.)
  • Vaswani, Ashish, Noam Shazeer, Niki Parmar et al. "Attention is all you need." Advances in neural information processing systems 30 (2017). Seminal paper on transformers.
  • Vincent, James, "Horny Robot Baby Voice: James Vincent on AI chatbots", London Review of Books, vol. 46, no. 19 (10 October 2024), pp. 29–32. "[AI chatbot] programs are made possible by new technologies but rely on the timelelss human tendency to anthropomorphise." (p. 29.)
  • {{Cite book |url=https://ec.europa.eu/info/sites/info/files/commission-white-paper-artificial-intelligence-feb2020_en.pdf |title=White Paper: On Artificial Intelligence – A European approach to excellence and trust |publisher=European Commission |date=2020 |location=Brussels |ref={{Harvid|European Commission|2020}} |access-date=20 February 2020 |archive-url=https://web.archive.org/web/20200220173419/https://ec.europa.eu/info/sites/info/files/commission-white-paper-artificial-intelligence-feb2020_en.pdf |archive-date=20 February 2020 |url-status=live }}

{{Refend}}