# Artificial intelligence

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Artificial_intelligence
> Markdown URL: https://mediated.wiki/source/Artificial_intelligence.md
> Source: https://en.wikipedia.org/wiki/Artificial_intelligence
> Source revision: 1357079091
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Intelligence of machines

"AI" redirects here. For other uses, see [AI (disambiguation)](/source/AI_(disambiguation)) and [Artificial intelligence (disambiguation)](/source/Artificial_intelligence_(disambiguation)).

Part of a series on Artificial intelligence (AI) Major goals Artificial general intelligence Intelligent agent Recursive self-improvement Planning Computer vision General game playing Knowledge representation Natural language processing Robotics AI safety Approaches Machine learning Symbolic Deep learning Bayesian networks Evolutionary algorithms Neuro-symbolic AI Systems integration Open-source AI data centers Applications Bioinformatics Deepfake Earth sciences Finance Generative AI Art Audio Music Government Healthcare Industry Software development Translation Military Physics Projects Philosophy AI alignment Artificial consciousness The bitter lesson Chinese room Friendly AI Ethics Existential risk Turing test Uncanny valley Human–AI interaction History Timeline Progress AI winter AI boom AI bubble Controversies Deepfake pornography Taylor Swift deepfake pornography controversy Grok sexual deepfake scandal Google Gemini image generation controversy It's the Most Terrible Time of the Year Pause Giant AI Experiments Removal of Sam Altman from OpenAI Statement on AI Risk Tay (chatbot) Théâtre D'opéra Spatial Voiceverse NFT plagiarism scandal Glossary Glossary v t e

**Artificial intelligence** (**AI**) is the capability of [computational systems](/source/Computer) to perform tasks typically associated with [human intelligence](/source/Human_intelligence), such as [learning](/source/Learning), [reasoning](/source/Reason), [problem-solving](/source/Problem-solving), [perception](/source/Perception), and [decision-making](/source/Decision-making). It is a [field of research](/source/Field_of_research) in [engineering](/source/Engineering), [mathematics](/source/Mathematics) and [computer science](/source/Computer_science) that develops and studies methods and [software](/source/Software) that enable machines to perceive their environment and use [learning](/source/Machine_learning) and [intelligence](/source/Intelligence) to take actions that maximize their chances of achieving defined goals.[1]

High-profile [applications of AI](/source/Applications_of_artificial_intelligence) include advanced [web search engines](/source/Web_search_engine), [chatbots](/source/Chatbot), [virtual assistants](/source/Virtual_assistant), [autonomous vehicles](/source/Autonomous_vehicles), and play and analysis in [strategy games](/source/Strategy_game) (e.g., [chess](/source/Chess) and [Go](/source/Go_(game))). Since the 2020s, [generative AI](/source/Generative_AI) has become widely available to generate images, audio, and videos from text prompts.

The traditional goals of AI research include learning, [reasoning](/source/Automated_reasoning), [knowledge representation](/source/Knowledge_representation), [planning](/source/Automated_planning_and_scheduling), [natural language processing](/source/Natural_language_processing), and [perception](/source/Machine_perception), as well as support for [robotics](/source/Robotics).[a] To reach these goals, AI researchers have used techniques including [state space search](/source/State_space_search) and [mathematical optimization](/source/Mathematical_optimization), [formal logic](/source/Formal_logic), [artificial neural networks](/source/Artificial_neural_network), and methods based on [statistics](/source/Statistics), [operations research](/source/Operations_research), and [economics](/source/Economics).[b] AI also draws upon [psychology](/source/Psychology), [linguistics](/source/Linguistics), [philosophy](/source/Philosophy_of_artificial_intelligence), [neuroscience](/source/Neuroscience), and other fields.[2] Some companies, such as [OpenAI](/source/OpenAI), [Google DeepMind](/source/Google_DeepMind) and [Meta](/source/Meta_Platforms), aim to create [artificial general intelligence](/source/Artificial_general_intelligence) (AGI) – AI that can complete virtually any cognitive task at least as well as a human.[3]

Artificial intelligence was founded as an academic discipline in 1956,[4] and the field went through multiple cycles of optimism throughout [its history](/source/History_of_artificial_intelligence),[5][6] followed by periods of disappointment and loss of funding, known as [AI winters](/source/AI_winter).[7][8] Funding and interest increased substantially after 2012, when [graphics processing units](/source/Graphics_processing_unit) began being used to accelerate neural networks, and [deep learning](/source/Deep_learning) outperformed previous AI techniques.[9] This growth accelerated further after 2017 with the [transformer architecture](/source/Transformer_architecture).[10] In the 2020s, an [AI boom](/source/AI_boom) has coincided with advances in [generative AI](/source/Generative_AI), which allowed for the creation and modification of media. In addition to [AI safety](/source/AI_safety) and [unintended consequences and harms](/source/Generative_AI#Concerns) from the use of AI, [ethical concerns](/source/Ethics_of_artificial_intelligence), [AI's long-term effects](/source/AI_aftermath_scenarios), and [potential existential risks](/source/Existential_risk_from_artificial_intelligence) have prompted discussions of [AI regulation](/source/Regulation_of_artificial_intelligence).

## 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.[a]

### 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](/source/Deductive_reasoning).[11] By the late 1980s and 1990s, methods were developed for dealing with [uncertain](/source/Uncertainty) or incomplete information, employing concepts from [probability](/source/Probability) and [economics](/source/Economics).[12]

Many of these [algorithms](/source/Algorithm) are insufficient for solving large reasoning problems because they experience a "combinatorial explosion": They become exponentially slower as the problems grow.[13] Even humans rarely use the step-by-step deduction that early AI research could model. They solve most of their problems using fast, intuitive judgments.[14] Accurate and efficient reasoning is an unsolved problem.

### Knowledge representation

An ontology represents knowledge as a set of concepts within a domain and the relationships between those concepts.

[Knowledge representation](/source/Knowledge_representation) and [knowledge engineering](/source/Knowledge_engineering)[15] allow AI programs to answer questions intelligently and make deductions about real-world facts. Formal knowledge representations are used in content-based indexing and retrieval,[16] scene interpretation,[17] clinical decision support,[18] knowledge discovery (mining "interesting" and actionable inferences from large [databases](/source/Database)),[19] and other areas.[20]

A [knowledge base](/source/Knowledge_base) is a body of knowledge represented in a form that can be used by a program. An [ontology](/source/Ontology_(information_science)) is the set of objects, relations, concepts, and properties used by a particular domain of knowledge.[21] Knowledge bases need to represent things such as objects, properties, categories, and relations between objects;[22] situations, events, states, and time;[23] causes and effects;[24] knowledge about knowledge (what we know about what other people know);[25] [default reasoning](/source/Default_reasoning) (things that humans assume are true until they are told differently and will remain true even when other facts are changing);[26] and many other aspects and domains of knowledge.

Among the most difficult problems in knowledge representation are the breadth of [commonsense knowledge](/source/Commonsense_knowledge) (the set of atomic facts that the average person knows is enormous);[27] and the sub-symbolic form of most commonsense knowledge (much of what people know is not represented as "facts" or "statements" that they could express verbally).[14] There is also the difficulty of [knowledge acquisition](/source/Knowledge_acquisition), the problem of obtaining knowledge for AI applications.[c]

### Planning and decision-making

An "agent" is any entity (artificial or not) that perceives and takes actions in the world. A [rational agent](/source/Rational_agent) has goals or preferences and takes actions to make them happen.[d][30] In [automated planning](/source/Automated_planning), the agent has a specific goal.[31] In [automated decision-making](/source/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](/source/Utility)") that measures how much the agent prefers it. For each possible action, it can calculate the "[expected utility](/source/Expected_utility)": the utility of all possible outcomes of the action, weighted by the probability that the outcome will occur. It can then choose the action with the maximum expected utility.[32]

In [classical planning](/source/Automated_planning_and_scheduling#classical_planning), the agent knows exactly what the effect of any action will be.[33] In most real-world problems, however, the agent may not be certain about the situation they are in (it is "unknown" or "unobservable") and it may not know for certain what will happen after each possible action (it is not "deterministic"). It must choose an action by making a probabilistic guess and then reassess the situation to see if the action worked.[34]

Alongside thorough testing and improvement based on previous decisions, having an explanation for why the agent took certain decisions is a way to build trust, especially when the decisions have to be relied upon.[35]

In some problems, the agent's preferences may be uncertain, especially if there are other agents or humans involved. These can be learned (e.g., with [inverse reinforcement learning](/source/Inverse_reinforcement_learning)), or the agent can seek information to improve its preferences.[36] [Information value theory](/source/Information_value_theory) can be used to weigh the value of exploratory or experimental actions.[37] The space of possible future actions and situations is typically [intractably](/source/Intractably) large, so the agents must take actions and evaluate situations while being uncertain of what the outcome will be.

A [Markov decision process](/source/Markov_decision_process) has a [transition model](/source/Finite-state_machine) 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](/source/Reinforcement_learning#Policy) associates a decision with each possible state. The policy could be calculated (e.g., by [iteration](/source/Policy_iteration)), be [heuristic](/source/Heuristic), or it can be learned.[38]

[Game theory](/source/Game_theory) describes the rational behavior of multiple interacting agents and is used in AI programs that make decisions that involve other agents.[39]

### Learning

[Machine learning](/source/Machine_learning) is the study of programs that can improve their performance on a given task automatically.[40] It has been a part of AI from the beginning.[e]

In [supervised learning](/source/Supervised_learning), the training data is labelled with the expected answers, while in [unsupervised learning](/source/Unsupervised_learning), the model identifies patterns or structures in unlabelled data.

There are several kinds of machine learning. [Unsupervised learning](/source/Unsupervised_learning) analyzes a stream of data and finds patterns and makes predictions without any other guidance.[43] [Supervised learning](/source/Supervised_learning) requires labeling the training data with the expected answers, and comes in two main varieties: [classification](/source/Statistical_classification) (where the program must learn to predict what category the input belongs in) and [regression](/source/Regression_analysis) (where the program must deduce a numeric function based on numeric input).[44]

In [reinforcement learning](/source/Reinforcement_learning), the agent is rewarded for good responses and punished for bad ones. The agent learns to choose responses that are classified as "good".[45] [Transfer learning](/source/Transfer_learning) is when the knowledge gained from one problem is applied to a new problem.[46] [Deep learning](/source/Deep_learning) is a type of machine learning that runs inputs through biologically inspired [artificial neural networks](/source/Artificial_neural_networks) for all of these types of learning.[47]

[Computational learning theory](/source/Computational_learning_theory) can assess learners by [computational complexity](/source/Computational_complexity), by [sample complexity](/source/Sample_complexity) (how much data is required), or by other notions of [optimization](/source/Optimization).[48]

### Natural language processing

[Natural language processing](/source/Natural_language_processing) (NLP) allows programs to read, write and communicate in human languages.[49] Specific problems include [speech recognition](/source/Speech_recognition), [speech synthesis](/source/Speech_synthesis), [machine translation](/source/Machine_translation), [information extraction](/source/Information_extraction), [information retrieval](/source/Information_retrieval) and [question answering](/source/Question_answering).[50]

Early work, based on [Noam Chomsky](/source/Noam_Chomsky)'s [generative grammar](/source/Generative_grammar) and [semantic networks](/source/Semantic_network), had difficulty with [word-sense disambiguation](/source/Word-sense_disambiguation)[f] unless restricted to small domains called "[micro-worlds](/source/Blocks_world)" (due to the [common sense knowledge problem](/source/Commonsense_knowledge_(artificial_intelligence))[27]). [Margaret Masterman](/source/Margaret_Masterman) believed that it was meaning and not grammar that was the key to understanding languages, and that [thesauri](/source/Thesauri) and not dictionaries should be the basis of computational language structure.

Modern deep learning techniques for NLP include [word embedding](/source/Word_embedding) (representing words, typically as [vectors](/source/Vector_space) encoding their meaning),[51] [transformers](/source/Transformer_(machine_learning_model)) (a deep learning architecture using an [attention](/source/Attention_(machine_learning)) mechanism),[52] and others.[53] In 2019, [generative pre-trained transformer](/source/Generative_pre-trained_transformer) (or "GPT") language models began to generate coherent text,[54][55] and by 2023, these models were able to get human-level scores on the [bar exam](/source/Bar_exam), [SAT](/source/SAT) test, [GRE](/source/GRE) test, and many other real-world applications.[56]

### Perception

[Machine perception](/source/Machine_perception) is the ability to use input from sensors (such as cameras, microphones, wireless signals, active [lidar](/source/Lidar), sonar, radar, and [tactile sensors](/source/Tactile_sensor)) to deduce aspects of the world. [Computer vision](/source/Computer_vision) is the ability to analyze visual input.[57]

The field includes [speech recognition](/source/Speech_recognition),[58] [image classification](/source/Image_classification),[59] [facial recognition](/source/Facial_recognition_system), [object recognition](/source/Object_recognition),[60] [object tracking](/source/Motion_capture),[61] and [robotic perception](/source/Robotic_perception).[62]

### Social intelligence

[Kismet](/source/Kismet_(robot)), a robot head made in the 1990s, is a machine that can recognize and simulate emotions.[63]

[Affective computing](/source/Affective_computing) is a field that comprises systems that recognize, interpret, process, or simulate human [feeling, emotion, and mood](/source/Affect_(psychology)).[64] For example, some [virtual assistants](/source/Virtual_assistant) 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](/source/Human%E2%80%93computer_interaction).

However, this tends to give naïve users an unrealistic conception of the intelligence of existing computer agents.[65] Moderate successes related to affective computing include textual [sentiment analysis](/source/Sentiment_analysis) and, more recently, [multimodal sentiment analysis](/source/Multimodal_sentiment_analysis), wherein AI classifies the effects displayed by a videotaped subject.[66]

### General intelligence

A machine with [artificial general intelligence](/source/Artificial_general_intelligence) would be able to solve a wide variety of problems with breadth and versatility similar to [human intelligence](/source/Human_intelligence).[67]

## Techniques

AI research uses a wide variety of techniques to accomplish the goals above.[b]

### Search and optimization

There are two different kinds of search used in AI: [state space search](/source/State_space_search) and [local search](/source/Local_search_(optimization)):

#### State space search

[State space search](/source/State_space_search) searches through a tree of possible states to try to find a goal state.[68] For example, [planning](/source/Automated_planning_and_scheduling) algorithms search through trees of goals and subgoals, attempting to find a path to a target goal, a process called [means-ends analysis](/source/Means-ends_analysis).[69]

[Simple exhaustive searches](/source/Brute_force_search)[70] are rarely sufficient for most real-world problems: the [search space](/source/Search_algorithm) (the number of places to search) quickly grows to [astronomical numbers](/source/Astronomically_large). The result is a search that is [too slow](/source/Computation_time) or never completes.[13] "[Heuristics](/source/Heuristics)" or "rules of thumb" can help prioritize choices that are more likely to reach a goal.[71]

[Adversarial search](/source/Adversarial_search) is used for [game-playing](/source/Game_AI) programs, such as chess or Go. It searches through a [tree](/source/Game_tree) of possible moves and countermoves, looking for a winning position.[72]

#### Local search

Illustration of [gradient descent](/source/Gradient_descent) for three different starting points; two parameters (represented by the plan coordinates) are adjusted in order to minimize the [loss function](/source/Loss_function) (the height).

[Local search](/source/Local_search_(optimization)) uses [mathematical optimization](/source/Mathematical_optimization) to find a solution to a problem. It begins with some form of guess and refines it incrementally.[73]

[Gradient descent](/source/Gradient_descent) is a type of local search that optimizes a set of numerical parameters by incrementally adjusting them to minimize a [loss function](/source/Loss_function). Variants of gradient descent are commonly used to train [neural networks](/source/Artificial_neural_network),[74] through the [backpropagation](/source/Backpropagation) algorithm.

Another type of local search is [evolutionary computation](/source/Evolutionary_computation), which aims to iteratively improve a set of candidate solutions by "mutating" and "recombining" them, [selecting](/source/Artificial_selection) only the fittest to survive each generation.[75]

Distributed search processes can coordinate via [swarm intelligence](/source/Swarm_intelligence) algorithms. Two popular swarm algorithms used in search are [particle swarm optimization](/source/Particle_swarm_optimization) (inspired by bird [flocking](/source/Flocking)) and [ant colony optimization](/source/Ant_colony_optimization) (inspired by [ant trails](/source/Ant_trail)).[76]

### Logic

Formal [logic](/source/Logic) is used for [reasoning](/source/Automatic_reasoning) and [knowledge representation](/source/Knowledge_representation).[77] Formal logic comes in two main forms: [propositional logic](/source/Propositional_logic) (which operates on statements that are true or false and uses [logical connectives](/source/Logical_connective) such as "and", "or", "not" and "implies")[78] and [predicate logic](/source/Predicate_logic) (which also operates on objects, predicates and relations and uses [quantifiers](/source/Quantifier_(logic)) such as "*Every* *X* is a *Y*" and "There are *some* *X*s that are *Y*s").[79]

[Deductive reasoning](/source/Deductive_reasoning) in logic is the process of [proving](/source/Logical_proof) a new statement ([conclusion](/source/Logical_consequence)) from other statements that are given and assumed to be true (the [premises](/source/Premise)).[80] Proofs can be structured as proof [trees](/source/Tree_structure), in which nodes are labelled by sentences, and children nodes are connected to parent nodes by [inference rules](/source/Inference_rule).

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](/source/Leaf_nodes) are labelled by premises or [axioms](/source/Axiom). In the case of [Horn clauses](/source/Horn_clause), problem-solving search can be performed by reasoning [forwards](/source/Forward_chaining) from the premises or [backwards](/source/Backward_chaining) from the problem.[81] In the more general case of the clausal form of [first-order logic](/source/First-order_logic), [resolution](/source/Resolution_(logic)) is a single, axiom-free rule of inference, in which a problem is solved by proving a contradiction from premises that include the negation of the problem to be solved.[82]

Inference in both Horn clause logic and first-order logic is [undecidable](/source/Undecidable_problem), and therefore [intractable](/source/Intractable_problem). However, backward reasoning with Horn clauses, which underpins computation in the [logic programming](/source/Logic_programming) language [Prolog](/source/Prolog), is [Turing complete](/source/Turing_complete). Moreover, its efficiency is competitive with computation in other [symbolic programming](/source/Symbolic_programming) languages.[83]

[Fuzzy logic](/source/Fuzzy_logic) assigns a "degree of truth" between 0 and 1. It can therefore handle propositions that are vague and partially true.[84]

[Non-monotonic logics](/source/Non-monotonic_logic), including logic programming with [negation as failure](/source/Negation_as_failure), are designed to handle [default reasoning](/source/Default_reasoning).[26] Other specialized versions of logic have been developed to describe many complex domains.

### Probabilistic methods for uncertain reasoning

A simple [Bayesian network](/source/Bayesian_network), with the associated [conditional probability tables](/source/Conditional_probability_table)

Many problems in AI (including reasoning, planning, learning, perception, and robotics) require the agent to operate with incomplete or uncertain information. AI researchers have devised a number of tools to solve these problems using methods from [probability](/source/Probability) theory and economics.[85] Precise mathematical tools have been developed that analyze how an agent can make choices and plan, using [decision theory](/source/Decision_theory), [decision analysis](/source/Decision_analysis),[86] and [information value theory](/source/Information_value_theory).[87] These tools include models such as [Markov decision processes](/source/Markov_decision_process),[88] dynamic [decision networks](/source/Decision_network),[89] [game theory](/source/Game_theory) and [mechanism design](/source/Mechanism_design).[90]

[Bayesian networks](/source/Bayesian_network)[91] are a tool that can be used for [reasoning](/source/Automated_reasoning) (using the [Bayesian inference](/source/Bayesian_inference) algorithm),[g][93] [learning](/source/Machine_learning) (using the [expectation–maximization algorithm](/source/Expectation%E2%80%93maximization_algorithm)),[h][95] [planning](/source/Automated_planning_and_scheduling) (using [decision networks](/source/Decision_network))[96] and [perception](/source/Machine_perception) (using [dynamic Bayesian networks](/source/Dynamic_Bayesian_network)).[89]

Probabilistic algorithms can also be used for filtering, prediction, smoothing, and finding explanations for streams of data, thus helping perception systems analyze processes that occur over time (e.g., [hidden Markov models](/source/Hidden_Markov_model) or [Kalman filters](/source/Kalman_filter)).[89]

[Expectation–maximization](/source/Expectation%E2%80%93maximization_algorithm) [clustering](/source/Cluster_analysis) of [Old Faithful](/source/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. [Classifiers](/source/Classifier_(mathematics))[97] are functions that use [pattern matching](/source/Pattern_matching) to determine the closest match. They can be fine-tuned based on chosen examples using [supervised learning](/source/Supervised_learning). Each pattern (also called an "[observation](/source/Random_variate)") is labeled with a certain predefined class. All the observations combined with their class labels are known as a [data set](/source/Data_set). When a new observation is received, that observation is classified based on previous experience.[44]

There are many kinds of classifiers in use.[98] The [decision tree](/source/Decision_tree) is the simplest and most widely used symbolic machine learning algorithm.[99] [K-nearest neighbor](/source/K-nearest_neighbor) algorithm was the most widely used analogical AI until the mid-1990s, and [Kernel methods](/source/Kernel_methods) such as the [support vector machine](/source/Support_vector_machine) (SVM) displaced k-nearest neighbor in the 1990s.[100] The [naive Bayes classifier](/source/Naive_Bayes_classifier) is reportedly the "most widely used learner"[101] at Google, due in part to its scalability.[102] [Neural networks](/source/Artificial_neural_network) are also used as classifiers.[103]

### Artificial neural networks

A neural network is an interconnected group of nodes, akin to the vast network of [neurons](/source/Neuron) in the [human brain](/source/Human_brain).

An artificial neural network is based on a collection of nodes also known as [artificial neurons](/source/Artificial_neurons), which loosely model the [neurons](/source/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](/source/Weighting) crosses its specified threshold, the data is transmitted to the next layer. A network is typically called a deep neural network if it has at least 2 hidden layers.[103]

Learning algorithms for neural networks use [local search](/source/Local_search_(optimization)) to choose the weights that will get the right output for each input during training. The most common training technique is the [backpropagation](/source/Backpropagation) algorithm.[104] Neural networks learn to model complex relationships between inputs and outputs and [find patterns](/source/Pattern_recognition) in data. In theory, a neural network can learn any function.[105]

In [feedforward neural networks](/source/Feedforward_neural_network) the signal passes in only one direction.[106] The term [perceptron](/source/Perceptron) typically refers to a single-layer neural network.[107] In contrast, deep learning uses many layers.[108] [Recurrent neural networks](/source/Recurrent_neural_network) (RNNs) feed the output signal back into the input, which allows short-term memories of previous input events. [Long short-term memory](/source/Long_short-term_memory) networks (LSTMs) are recurrent neural networks that better preserve longterm dependencies and are less sensitive to the [vanishing gradient problem](/source/Vanishing_gradient_problem).[109] [Convolutional neural networks](/source/Convolutional_neural_network) (CNNs) use layers of [kernels](/source/Kernel_(image_processing)) to more efficiently process local patterns. This local processing is especially important in [image processing](/source/Image_processing), where the early CNN layers typically identify simple local patterns such as edges and curves, with subsequent layers detecting more complex patterns like textures, and eventually whole objects.[110]

### Deep learning

[Deep learning](/source/Deep_learning) is a subset of [machine learning](/source/Machine_learning), which is itself a subset of artificial intelligence.[111]

[Deep learning](/source/Deep_learning) uses several layers of neurons between the network's inputs and outputs.[108] The multiple layers can progressively extract higher-level features from the raw input. For example, in [image processing](/source/Image_processing), lower layers may identify edges, while higher layers may identify the concepts relevant to a human such as digits, letters, or faces.[112]

Deep learning has profoundly improved the performance of programs in many important subfields of artificial intelligence, including [computer vision](/source/Computer_vision), [speech recognition](/source/Speech_recognition), [natural language processing](/source/Natural_language_processing), [image classification](/source/Image_classification),[113] and others. The reason that deep learning performs so well in so many applications is not known as of 2021.[114] The sudden success of deep learning in 2012–2015 did not occur because of some new discovery or theoretical breakthrough (deep neural networks and backpropagation had been described by many people, as far back as the 1950s)[i] but because of two factors: the increase in computer power (including the hundred-fold increase in speed by switching to [GPUs](/source/GPU)) and the availability of vast amounts of training data, especially the giant [curated datasets](/source/List_of_datasets_for_machine-learning_research) used for benchmark testing, such as [ImageNet](/source/ImageNet).[j]

### GPT

[Generative pre-trained transformers](/source/Generative_pre-trained_transformer) (GPT) are [large language models](/source/Large_language_model) (LLMs) that generate text based on the semantic relationships between words in sentences. Text-based GPT models are pre-trained on a large [corpus of text](/source/Corpus_of_text) that can be from the Internet. The pretraining consists of predicting the next [token](/source/Lexical_analysis) (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](/source/Reinforcement_learning_from_human_feedback) (RLHF). Current GPT models are prone to generating falsehoods called "[hallucinations](/source/Hallucination_(artificial_intelligence))". These can be reduced with RLHF and quality data, but the problem has been getting worse for reasoning systems.[122] Such systems are used in [chatbots](/source/Chatbot), which allow people to ask a question or request a task in simple text.[123][124]

Current models and services include [ChatGPT](/source/ChatGPT), [Claude](/source/Claude_AI), [Gemini](/source/Gemini_(chatbot)), [Copilot](/source/Microsoft_Copilot), and [Meta AI](/source/Meta_AI).[125] [Multimodal](/source/Multimodal_learning) GPT models can process different types of data ([modalities](/source/Modality_(human%E2%80%93computer_interaction))) such as images, videos, sound, and text.[126]

### Hardware and software

Main articles: [Programming languages for artificial intelligence](/source/Programming_languages_for_artificial_intelligence) and [Hardware for artificial intelligence](/source/Hardware_for_artificial_intelligence)

Raspberry Pi AI Kit

In the late 2010s, [graphics processing units](/source/Graphics_processing_unit) (GPUs) that were increasingly designed with AI-specific enhancements and used with specialized [TensorFlow](/source/TensorFlow) software had replaced previously used [central processing unit](/source/Central_processing_unit) (CPUs) as the dominant means for large-scale (commercial and academic) [machine learning](/source/Machine_learning) models' training.[127] Specialized [programming languages](/source/Programming_language) such as [Prolog](/source/Prolog) were used in early AI research,[128] but [general-purpose programming languages](/source/General-purpose_programming_language) like [Python](/source/Python_(programming_language)) have become predominant.[129]

The transistor density in [integrated circuits](/source/Integrated_circuit) has been observed to roughly double every 18 months—a trend known as [Moore's law](/source/Moore's_law), named after the [Intel](/source/Intel) co-founder [Gordon Moore](/source/Gordon_Moore), who first identified it. Improvements in [GPUs](/source/GPUs) have been even faster,[130] a trend sometimes called [Huang's law](/source/Huang's_law),[131] named after [Nvidia](/source/Nvidia) co-founder and CEO [Jensen Huang](/source/Jensen_Huang).

## Applications

Main article: [Applications of artificial intelligence](/source/Applications_of_artificial_intelligence)

[AI Overviews](/source/AI_Overviews), an example of AI use on search engines

AI and machine learning technology is used in most of the essential applications of the 2020s, including:

- [search engines](/source/Search_engines) (such as [Google Search](/source/Google_Search))

- [targeting online advertisements](/source/Targeted_advertising)

- [recommendation systems](/source/Recommendation_systems) (offered by [Netflix](/source/Netflix), [YouTube](/source/YouTube) or [Amazon](/source/Amazon_(company))) driving [internet traffic](/source/Internet_traffic)

- [targeted advertising](/source/Marketing_and_artificial_intelligence) ([AdSense](/source/AdSense), [Facebook](/source/Facebook))

- [virtual assistants](/source/Virtual_assistant) (such as [Siri](/source/Siri) or [Alexa](/source/Amazon_Alexa))

- [autonomous vehicles](/source/Autonomous_vehicles) (including [drones](/source/Unmanned_aerial_vehicle), [ADAS](/source/Advanced_driver-assistance_system) and [self-driving cars](/source/Self-driving_cars))

- [automatic language translation](/source/Automatic_language_translation) ([Microsoft Translator](/source/Microsoft_Translator), [Google Translate](/source/Google_Translate))

- [facial recognition](/source/Facial_recognition_system) ([Apple](/source/Apple_Computer)'s [FaceID](/source/FaceID) or [Microsoft](/source/Microsoft)'s [DeepFace](/source/DeepFace) and [Google](/source/Google)'s [FaceNet](/source/FaceNet))

- [image labeling](/source/Image_labeling) (used by Facebook, Apple's [Photos](/source/Photos_(Apple)) and [TikTok](/source/TikTok)).

The deployment of AI may be overseen by a [chief automation officer](/source/Chief_automation_officer) (CAO).

### Health and medicine

Main article: [Artificial intelligence in healthcare](/source/Artificial_intelligence_in_healthcare)

It has been suggested that AI can overcome discrepancies in funding allocated to different fields of research.[132]

[AlphaFold 2](/source/AlphaFold_2) (2021) demonstrated the ability to approximate, in hours rather than months, the 3D [structure of a protein](/source/Protein_structure).[133] In 2023, it was reported that AI-guided drug discovery helped find a class of antibiotics capable of killing two different types of drug-resistant bacteria.[134] In 2024, researchers used machine learning to accelerate the search for [Parkinson's disease](/source/Parkinson's_disease) drug treatments. Their aim was to identify compounds that block the clumping, or aggregation, of [alpha-synuclein](/source/Alpha-synuclein) (the protein that characterises Parkinson's disease). They were able to speed up the initial screening process ten-fold and reduce the cost by a thousand-fold.[135][136]

### Gaming

Main article: [Artificial intelligence in video games](/source/Artificial_intelligence_in_video_games)

[Game playing](/source/Game_AI) programs have been used since the 1950s to demonstrate and test AI's most advanced techniques.[137] [Deep Blue](/source/IBM_Deep_Blue) became the first computer chess-playing system to beat a reigning world chess champion, [Garry Kasparov](/source/Garry_Kasparov), on 11 May 1997.[138] In 2011, in a *[Jeopardy!](/source/Jeopardy!)* [quiz show](/source/Quiz_show) exhibition match, [IBM](/source/IBM)'s [question answering system](/source/Question_answering_system), [Watson](/source/Watson_(artificial_intelligence_software)), defeated the two greatest *Jeopardy!* champions, [Brad Rutter](/source/Brad_Rutter) and [Ken Jennings](/source/Ken_Jennings), by a significant margin.[139] In March 2016, [AlphaGo](/source/AlphaGo) won 4 out of 5 games of [Go](/source/Go_(game)) in a match with Go champion [Lee Sedol](/source/Lee_Sedol), becoming the first [computer Go](/source/Computer_Go)-playing system to beat a professional Go player without [handicaps](/source/Go_handicaps). Then, in 2017, it [defeated Ke Jie](/source/AlphaGo_versus_Ke_Jie), who was the best Go player in the world.[140] Other programs handle [imperfect-information](/source/Imperfect_information) games, such as the [poker](/source/Poker)-playing program [Pluribus](/source/Pluribus_(poker_bot)).[141] [DeepMind](/source/DeepMind) developed increasingly generalistic [reinforcement learning](/source/Reinforcement_learning) models, such as with [MuZero](/source/MuZero), which could be trained to play chess, Go, or [Atari](/source/Atari) games.[142] In 2019, DeepMind's AlphaStar achieved grandmaster level in [StarCraft II](/source/StarCraft_II), a particularly challenging real-time strategy game that involves incomplete knowledge of what happens on the map.[143] In 2021, an AI agent competed in a PlayStation [Gran Turismo](/source/Gran_Turismo_(series)) competition, winning against four of the world's best Gran Turismo drivers using deep reinforcement learning.[144] In 2024, Google DeepMind introduced SIMA, a type of AI capable of autonomously playing nine previously unseen [open-world](/source/Open-world) video games by observing screen output, as well as executing short, specific tasks in response to natural language instructions.[145]

### Mathematics

In mathematics, probabilistic large language models are versatile, but can also produce wrong answers in the form of [hallucinations](/source/Hallucination_(artificial_intelligence)). The [Alibaba Group](/source/Alibaba_Group) developed a version of its *[Qwen](/source/Qwen)* models called *Qwen2-Math*, that achieved state-of-the-art performance on several mathematical benchmarks, including 84% accuracy on the MATH dataset of competition mathematics problems.[146] In January 2025, Microsoft proposed the technique *rStar-Math* that leverages [Monte Carlo tree search](/source/Monte_Carlo_tree_search) and step-by-step reasoning, enabling a relatively small language model like *Qwen-7B* to solve 53% of the [AIME](/source/American_Invitational_Mathematics_Examination) 2024 and 90% of the MATH benchmark problems.[147] [Google DeepMind](/source/Google_DeepMind) has developed models for solving mathematical problems: *AlphaTensor*, *[AlphaGeometry](/source/AlphaGeometry)*, *AlphaProof* and *[AlphaEvolve](/source/AlphaEvolve).*[148][149]

When natural language is used to describe mathematical problems, converters can transform such prompts into a formal language such as [Lean](/source/Lean_(proof_assistant)) to define mathematical tasks. The experimental model *Gemini Deep Think* accepts natural language prompts directly and achieved gold medal results in the [International Math Olympiad](/source/International_Math_Olympiad) of 2025.[150]

[Topological deep learning](/source/Topological_deep_learning) integrates various [topological](/source/Topological) approaches.

### Finance

According to Nicolas Firzli, director of the [World Pensions & Investments Forum](/source/World_Pensions_%26_Investments_Forum), it may be too early to see the emergence of highly innovative AI-informed financial products and services. He argues that "the deployment of AI tools will simply further automatise things: destroying tens of thousands of jobs in banking, financial planning, and pension advice in the process, but I'm not sure it will unleash a new wave of [e.g., sophisticated] pension innovation."[151]

### Military

Main article: [Military applications of artificial intelligence](/source/Military_applications_of_artificial_intelligence)

Various countries are deploying AI military applications.[152] The main applications enhance [command and control](/source/Command_and_control), communications, sensors, integration and interoperability.[153] Research is targeting intelligence collection and analysis, logistics, cyber operations, information operations, and semiautonomous and [autonomous vehicles](/source/Vehicular_automation).[152] AI technologies enable coordination of sensors and effectors, threat detection and identification, marking of enemy positions, [target acquisition](/source/Target_acquisition), coordination and deconfliction of distributed [Joint Fires](/source/Forward_observers_in_the_U.S._military) between networked combat vehicles, both human-operated and autonomous.[153]

AI has been used in military operations in Iraq, Syria, Israel and Ukraine.[152][154][155][156]

### Generative AI

These paragraphs are an excerpt from [Generative AI](/source/Generative_AI).[[edit](https://en.wikipedia.org/w/index.php?title=Generative_AI&action=edit)]

[Generative artificial intelligence](/source/Generative_AI) (GenAI) is a subfield of artificial intelligence (AI) that uses [generative models](/source/Generative_model) to generate text, [images](/source/Digital_image), [videos](/source/Digital_video), [audio](/source/Digital_audio), [software code](/source/Software_code) ([vibe coding](/source/Vibe_coding)) or other forms of data.[157] These models [learn the underlying patterns](/source/Machine_learning) and structures of their [training data](/source/Training_data), and use them to generate new data[158] in response to input, which often takes the form of [natural language](/source/Natural_language) [prompts](/source/Prompt_engineering).[159][160]

The prevalence of generative AI tools has increased significantly since the [AI boom](/source/AI_boom) in the 2020s. This boom was made possible by improvements in [deep](/source/Deep_learning) [neural networks](/source/Neural_network_(machine_learning)), particularly [large language models](/source/Large_language_model) (LLMs), which are based on the [transformer](/source/Transformer_(machine_learning_model)) architecture. Generative AI [applications](/source/Applications_of_artificial_intelligence) include [chatbots](/source/Chatbots) such as [ChatGPT](/source/ChatGPT), [Claude](/source/Claude_(language_model)), [Copilot](/source/Microsoft_Copilot), [DeepSeek](/source/DeepSeek_(chatbot)), [Doubao](/source/Doubao), [Google Gemini](/source/Gemini_(chatbot)), [Grok](/source/Grok_(chatbot)) and [Qwen](/source/Qwen); [text-to-image](/source/Text-to-image) models such as [DALL-E](/source/DALL-E), [Firefly](/source/Adobe_Firefly), [Stable Diffusion](/source/Stable_Diffusion), and [Midjourney](/source/Midjourney); and [text-to-video](/source/Text-to-video) models such as [Veo](/source/Veo_(text-to-video_model)), [LTX](/source/LTX-2) and [Sora](/source/Sora_(text-to-video_model)).[161][162][163]

Companies in a variety of sectors have used generative AI, including those in software development, healthcare,[164] finance,[165] entertainment,[166] customer service,[167] sales and marketing,[168] art, writing,[169] and product design.[170]

### Agents

Main article: [Agentic AI](/source/Agentic_AI)

See also: [OpenClaw](/source/OpenClaw) and [CrewAI](/source/CrewAI)

AI agents are software entities designed to perceive their environment, make decisions, and take actions autonomously to achieve specific goals. These agents can interact with users, their environment, or other agents. AI agents are used in various applications, including [virtual assistants](/source/Virtual_assistant), [chatbots](/source/Chatbots), [autonomous vehicles](/source/Autonomous_vehicles), [game-playing systems](/source/Video_game_console), and [industrial robotics](/source/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.[171][172][173]

### Web search

[Microsoft](/source/Microsoft) introduced [Copilot Search](/source/Microsoft_Copilot) in February 2023 under the name [Bing Chat](/source/Bing_Chat). Copilot Search provides AI-generated summaries.[174]

Google introduced an [AI Mode](/source/AI_Mode) at its Google I/O event on 20 May 2025.[175]

### Sexuality

Applications of AI in this domain include AI-enabled menstruation and fertility trackers that analyze user data to offer predictions,[176] AI-integrated sex toys (e.g., [teledildonics](/source/Teledildonics)),[177] AI-generated sexual education content,[178] and AI agents that simulate sexual and romantic partners (e.g., [Replika](/source/Replika)).[179] AI is also used for the production of non-consensual [deepfake pornography](/source/Deepfake_pornography), raising significant ethical and legal concerns.[180]

AI technologies have also been used to attempt to identify [online gender-based violence](/source/Online_gender-based_violence) and online [sexual grooming](/source/Sexual_grooming) of minors.[181][182]

### Other industry-specific tasks

In a 2017 survey, one in five companies reported having incorporated "AI" in some offerings or processes.[183]

In the field of evacuation and [disaster](/source/Disaster) management, AI has been used to investigate patterns in large-scale and small-scale evacuations using historical data from GPS, videos or social media.[184][185][186]

During the [2024 Indian elections](/source/2024_Indian_general_election), US$50 million was spent on authorized AI-generated content, notably by creating [deepfakes](/source/Deepfake) of allied (including sometimes deceased) politicians to better engage with voters, and by translating speeches to various local languages.[187]

The use of [generative AI](/source/Generative_AI) by law firms for legal research resulted in the creation of the global "AI Hallucination Cases" database, in April 2025, established by [HEC Paris](/source/HEC_Paris) and [Sciences Po](/source/Sciences_Po) legal data analysis lecturer Damien Charlotin.[188][189] By 2026, judges had issued sanctions and [bar associations](/source/Bar_association) had issued warnings due to attorney submissions to the courts containing fabricated case law citations [hallucinated](/source/Hallucination_(artificial_intelligence)) by AI tools.[190]

See also: [Hallucination (artificial intelligence) § In legal filings](/source/Hallucination_(artificial_intelligence)#In_legal_filings)

## Ethics

Main article: [Ethics of artificial intelligence](/source/Ethics_of_artificial_intelligence)

[Street art in Tel Aviv](/source/Street_art_in_Tel_Aviv)[191][192]

AI has potential benefits and potential risks.[193] AI may be able to advance science and find solutions for serious problems: [Demis Hassabis](/source/Demis_Hassabis) of [DeepMind](/source/DeepMind) hopes to "solve intelligence, and then use that to solve everything else".[194] However, as the use of AI has become widespread, several unintended consequences and risks have been identified.[195][196] 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.[197]

### Risks and harm

#### Privacy and copyright

Further information: [Information privacy](/source/Information_privacy) and [Artificial intelligence and copyright](/source/Artificial_intelligence_and_copyright)

Machine learning algorithms require large amounts of data. The techniques used to acquire this data have raised concerns about [privacy](/source/Privacy), [surveillance](/source/Surveillance) and [copyright](/source/Copyright).

AI-powered devices and services, such as virtual assistants and IoT products, continuously collect personal information, raising concerns about intrusive data gathering and unauthorized access by third parties. The loss of privacy is further exacerbated by AI's ability to process and combine vast amounts of data, potentially leading to a surveillance society where individual activities are constantly monitored and analyzed without adequate safeguards or transparency.

Sensitive user data collected may include online activity records, geolocation data, video, or audio.[198] For example, in order to build [speech recognition](/source/Speech_recognition) algorithms, [Amazon](/source/Amazon_(company)) has recorded millions of private conversations and allowed [temporary workers](/source/Temporary_worker) to listen to and transcribe some of them.[199] Opinions about this widespread surveillance range from those who see it as a [necessary evil](/source/Necessary_evil) to those for whom it is clearly [unethical](/source/Unethical) and a violation of the [right to privacy](/source/Right_to_privacy).[200]

AI developers argue that this is the only way to deliver valuable applications and have developed several techniques that attempt to preserve privacy while still obtaining the data, such as [data aggregation](/source/Data_aggregation), [de-identification](/source/De-identification) and [differential privacy](/source/Differential_privacy).[201] Since 2016, some privacy experts, such as [Cynthia Dwork](/source/Cynthia_Dwork), have begun to view privacy in terms of [fairness](/source/Fairness_(machine_learning)). [Brian Christian](/source/Brian_Christian) wrote that experts have pivoted "from the question of 'what they know' to the question of 'what they're doing with it'."[202]

Generative AI is often trained on unlicensed copyrighted works, including in domains such as images or computer code; the output is then used under the rationale of "[fair use](/source/Fair_use)". Experts disagree about how well and under what circumstances this rationale will hold up in courts of law; relevant factors may include "the purpose and character of the use of the copyrighted work" and "the effect upon the potential market for the copyrighted work".[203][204] Website owners can indicate that they do not want their content scraped via a "[robots.txt](/source/Robots.txt)" file.[205] However, some companies will scrape content regardless[206][207] because the robots.txt file has no real authority. In 2023, leading authors (including [John Grisham](/source/John_Grisham) and [Jonathan Franzen](/source/Jonathan_Franzen)) sued AI companies for using their work to train generative AI.[208][209] Another discussed approach is to envision a separate *[sui generis](/source/Sui_generis)* system of protection for creations generated by AI to ensure fair attribution and compensation for human authors.[210]

#### Dominance by tech giants

The commercial AI scene is dominated by [Big Tech](/source/Big_Tech) companies such as [Alphabet Inc.](/source/Alphabet_Inc.), [Amazon](/source/Amazon_(company)), [Apple Inc.](/source/Apple_Inc.), [Meta Platforms](/source/Meta_Platforms), and [Microsoft](/source/Microsoft).[211][212][213] Some of these players already own the vast majority of existing [cloud infrastructure](/source/Cloud_computing) and [computing](/source/Computing) power from [data centers](/source/Data_center), allowing them to entrench further in the marketplace.[214][215]

#### Power needs and environmental impacts

See also: [Environmental impacts of artificial intelligence](/source/Environmental_impacts_of_artificial_intelligence)

Fueled by a growth in AI, data centers' demand for power increased in the 2020s.[216]

Technology companies have built electricity and artificial intelligence infrastructure to facilitate the AI boom of the 2020s. A 2025 report from the consulting firm [McKinsey & Company](/source/McKinsey_%26_Company) estimated that by 2030, $2.7 trillion would be invested into AI infrastructure and data centers in the US, surpassing World War II's [Manhattan Project](/source/Manhattan_Project) every month.[217]

In January 2024, the [International Energy Agency](/source/International_Energy_Agency) (IEA) released *Electricity 2024, Analysis and Forecast to 2026*.[218] This is the first IEA report to make projections for data centers and power consumption by AI and cryptocurrency. The report states that power demand for these uses might double by 2026, with the additional power consumption equaling that of Japan.[219]

Power consumption by AI is responsible for an increase in fossil fuel use, and has delayed closings of obsolete, carbon-emitting coal energy facilities. A ChatGPT search involves the use of 10 times the electrical energy as a Google search.[220]

A 2024 [Goldman Sachs](/source/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.[221] 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.[222]

In 2024, *The Wall Street Journal* reported that big AI companies have begun negotiations with the US nuclear power providers to provide electricity to the data centers. In March 2024 Amazon purchased a Pennsylvania nuclear-powered data center for US$650 million.[223]

In September 2024, [Microsoft](/source/Microsoft) announced an agreement with [Constellation Energy](/source/Constellation_Energy) to re-open the [Three Mile Island](/source/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](/source/Nuclear_Regulatory_Commission). If approved (this will be the first ever US re-commissioning of a nuclear plant), over 835 megawatts of power – enough for 800,000 homes – of energy will be produced. The cost for re-opening and upgrading is estimated at US$1.6 billion and is dependent on tax breaks for nuclear power contained in the 2022 US [Inflation Reduction Act](/source/Inflation_Reduction_Act).[224] As of 2024, the US government and the state of Michigan have been investing almost US$2 billion to reopen the [Palisades Nuclear](/source/Palisades_Nuclear_Generating_Station) reactor on Lake Michigan. Closed since 2022, the plant was planned to be reopened in October 2025.[225]

After the last approval in September 2023, [Taiwan](/source/Taiwan) suspended the approval of data centers north of [Taoyuan](/source/Taoyuan%2C_Taiwan) with a capacity of more than 5 MW in 2024, due to power supply shortages.[226] Taiwan aims to [phase out nuclear power](/source/Nuclear_power_phase-out) by 2025.[226]

[Singapore](/source/Singapore) imposed a ban on the opening of data centers in 2019 due to electric power, but in 2022, lifted this ban.[226]

Although most nuclear plants in Japan have been shut down after the 2011 [Fukushima nuclear accident](/source/Fukushima_nuclear_accident), according to an October 2024 *Bloomberg* article in Japanese, cloud gaming services company Ubitus, in which Nvidia has a stake, is looking for land in Japan near a nuclear power plant for a new data center for generative AI.[227]

On 1 November 2024, the [Federal Energy Regulatory Commission](/source/Federal_Energy_Regulatory_Commission) (FERC) rejected an application submitted by [Talen Energy](/source/Talen_Energy) for approval to supply some electricity from the nuclear power station [Susquehanna](/source/Susquehanna_Steam_Electric_Station) to Amazon's data center.[228] According to the Commission Chairman [Willie L. Phillips](/source/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.[228]

In 2025, a report prepared by the IEA estimated the [greenhouse gas emissions](/source/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](/source/Rebound_effect_(conservation)) (for example if people switch from public transport to autonomous cars) can reduce it.[229]

#### Misinformation

See also: [Content moderation](/source/Content_moderation)

[YouTube](/source/YouTube), [Facebook](/source/Facebook) and others use [recommender systems](/source/Recommender_system) to guide users to more content. These AI programs were given the goal of [maximizing](/source/Mathematical_optimization) user engagement (that is, the only goal was to keep people watching). The AI learned that users tended to choose [misinformation](/source/Misinformation), [conspiracy theories](/source/Conspiracy_theories), and extreme [partisan](/source/Partisan_(politics)) 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](/source/Filter_bubbles) where they received multiple versions of the same misinformation.[230] This convinced many users that the misinformation was true, and ultimately undermined trust in institutions, the media and the government.[231] 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.[232]

In the early 2020s, [generative AI](/source/Generative_AI) began to create images, audio, and texts that are virtually indistinguishable from real photographs, recordings, or human writing,[233] while realistic AI-generated videos became feasible in the mid-2020s.[234][235][236] It is possible for bad actors to use this technology to create massive amounts of misinformation or propaganda;[237] one such potential malicious use is deepfakes for [computational propaganda](/source/Computational_propaganda).[238] AI pioneer and Nobel Prize-winning computer scientist [Geoffrey Hinton](/source/Geoffrey_Hinton) expressed concern about AI enabling "authoritarian leaders to manipulate their electorates" on a large scale, among other risks.[239] The ability to influence electorates has been proved in at least one study. This same study shows more inaccurate statements from the models when they advocate for candidates of the political right.[240]

AI researchers at [Microsoft](/source/Microsoft), [OpenAI](/source/OpenAI), universities and other organisations have suggested using "[personhood credentials](/source/Proof_of_personhood#Approaches)" as a way to overcome online deception enabled by AI models.[241]

#### Algorithmic bias and fairness

Main articles: [Algorithmic bias](/source/Algorithmic_bias) and [Fairness (machine learning)](/source/Fairness_(machine_learning))

Machine learning applications can be [biased](/source/Algorithmic_bias)[k] if they learn from biased data.[243] The developers may not be aware that the bias exists.[244] Discriminatory behavior by some LLMs can be observed in their output.[245] Bias can be introduced by the way [training data](/source/Training_data) is selected and by the way a model is deployed.[246][243] If a biased algorithm is used to make decisions that can seriously [harm](/source/Harm) people (as it can in [medicine](/source/Health_equity), [finance](/source/Credit_rating), [recruitment](/source/Recruitment), [housing](/source/Public_housing) or [policing](/source/Policing)) then the algorithm may cause [discrimination](/source/Discrimination).[247] The field of [fairness](/source/Fairness_(machine_learning)) studies how to prevent harms from algorithmic biases.

On 28 June 2015, [Google Photos](/source/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,[248] a problem called "sample size disparity".[249] 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.[250]

[COMPAS](/source/COMPAS_(software)) is a commercial program widely used by [U.S. courts](/source/U.S._court) to assess the likelihood of a [defendant](/source/Defendant) becoming a [recidivist](/source/Recidivist). In 2016, [Julia Angwin](/source/Julia_Angwin) at [ProPublica](/source/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.[251] In 2017, several researchers[l] 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.[253]

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".[254] Moritz Hardt said "the most robust fact in this research area is that fairness through blindness doesn't work."[255]

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.[256] 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.[m]

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.[249]

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](/source/Distributive_justice), 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](/source/Stereotype) 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](/source/Anti-discrimination_law).[242]

At the 2022 [ACM Conference on Fairness, Accountability, and Transparency](/source/ACM_Conference_on_Fairness%2C_Accountability%2C_and_Transparency) a paper reported that a CLIP‑based ([Contrastive Language-Image Pre-training](/source/Contrastive_Language-Image_Pre-training)) robotic system reproduced harmful gender‑ and race‑linked stereotypes in a simulated manipulation task. The authors recommended robot‑learning methods which physically manifest such harms be "paused, reworked, or even wound down when appropriate, until outcomes can be proven safe, effective, and just."[258][259][260]

#### Lack of transparency

See also: [Explainable AI](/source/Explainable_AI), [Algorithmic transparency](/source/Algorithmic_transparency), and [Right to explanation](/source/Right_to_explanation)

Many AI systems are so complex that their designers cannot explain how they reach their decisions.[261] Particularly with [deep neural networks](/source/Deep_neural_networks), in which there are many non-[linear](/source/Linear) relationships between inputs and outputs. But some popular explainability techniques exist.[262]

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](/source/Ruler) as "cancerous", because pictures of malignancies typically include a ruler to show the scale.[263] 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.[264]

People who have been harmed by an algorithm's decision have a right to an explanation.[265] 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](/source/General_Data_Protection_Regulation) in 2016 included an explicit statement that this right exists.[n] 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.[266]

[DARPA](/source/DARPA) established the [XAI](/source/Explainable_Artificial_Intelligence) ("Explainable Artificial Intelligence") program in 2014 to try to solve these problems.[267]

Several approaches aim to address the transparency problem. SHAP enables to visualise the contribution of each feature to the output.[268] LIME can locally approximate a model's outputs with a simpler, interpretable model.[269] [Multitask learning](/source/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.[270] [Deconvolution](/source/Deconvolution), [DeepDream](/source/DeepDream) and other [generative](/source/Generative_AI) 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.[271] For [generative pre-trained transformers](/source/Generative_pre-trained_transformer), [Anthropic](/source/Anthropic) developed a technique based on [dictionary learning](/source/Dictionary_learning) that associates patterns of neuron activations with human-understandable concepts.[272]

#### Bad actors and weaponized AI

Main articles: [Lethal autonomous weapon](/source/Lethal_autonomous_weapon), [Artificial intelligence arms race](/source/Artificial_intelligence_arms_race), and [AI safety](/source/AI_safety)

Artificial intelligence provides a number of tools that are useful to [bad actors](/source/Bad_actor), such as [authoritarian governments](/source/Authoritarian), [terrorists](/source/Terrorist), [criminals](/source/Criminals) or [rogue states](/source/Rogue_states).

A lethal autonomous weapon is a machine that locates, selects and engages human targets without human supervision.[o] 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](/source/Weapons_of_mass_destruction).[274] Even when used in conventional warfare, they currently cannot reliably choose targets and could potentially [kill an innocent person](/source/Murder).[274] In 2014, 30 nations (including China) supported a ban on autonomous weapons under the [United Nations](/source/United_Nations)' [Convention on Certain Conventional Weapons](/source/Convention_on_Certain_Conventional_Weapons), however the [United States](/source/United_States) and others disagreed.[275] By 2015, over fifty countries were reported to be researching battlefield robots.[276]

AI tools make it easier for authoritarian governments to efficiently control their citizens in several ways. Face and [voice recognition](/source/Speaker_recognition) allow widespread [surveillance](/source/Surveillance). [Machine learning](/source/Machine_learning), operating this data, can [classify](/source/Classifier_(machine_learning)) potential enemies of the state and prevent them from hiding. [Recommendation systems](/source/Recommendation_systems) can precisely target [propaganda](/source/Propaganda) and [misinformation](/source/Misinformation) for maximum effect. [Deepfakes](/source/Deepfakes) and [generative AI](/source/Generative_AI) aid in producing misinformation. Advanced AI can make authoritarian [centralized decision-making](/source/Technocracy) more competitive than liberal and decentralized systems such as [markets](/source/Market_(economics)). It lowers the cost and difficulty of [digital warfare](/source/Digital_warfare) and [advanced spyware](/source/Spyware).[277] All these technologies have been available since 2020 or earlier—AI [facial recognition systems](/source/Facial_recognition_system) are already being used for [mass surveillance](/source/Mass_surveillance) in China.[278][279]

There are many other ways in which AI is expected to help bad actors, some of which can not be foreseen. For example, machine-learning AI is able to design tens of thousands of toxic molecules in a matter of hours.[280]

#### Technological unemployment

Main articles: [Workplace impact of artificial intelligence](/source/Workplace_impact_of_artificial_intelligence) and [Technological unemployment](/source/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.[281]

In the past, technology has tended to increase rather than reduce total employment, but economists acknowledge that "we're in uncharted territory" with AI.[282] A survey of economists showed disagreement about whether the increasing use of robots and AI will cause a substantial increase in long-term [unemployment](/source/Unemployment), but they generally agree that it could be a net benefit if [productivity](/source/Productivity) gains are [redistributed](/source/Redistribution_of_income_and_wealth).[283] Risk estimates vary; for example, in the 2010s, Michael Osborne and [Carl Benedikt Frey](/source/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".[p][285] 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.[281] In April 2023, it was reported that 70% of the jobs for Chinese video game illustrators had been eliminated by generative artificial intelligence.[286][287] Early-career workers showed decreasing [employment rates](/source/Employment_rate) in some AI-exposed occupations.[288]

Unlike previous waves of automation, many middle-class jobs may be eliminated by artificial intelligence; *[The Economist](/source/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".[289] Jobs at extreme risk range from [paralegals](/source/Paralegal) to fast food cooks, while job demand is likely to increase for care-related professions ranging from personal healthcare to the clergy.[290] In July 2025, [Ford](/source/Ford_Motor_Company) CEO [Jim Farley](/source/Jim_Farley_(businessman)) predicted that "artificial intelligence is going to replace literally half of all [white-collar workers](/source/White-collar_worker) in the U.S."[291]

From the early days of the development of artificial intelligence, there have been arguments, for example, those put forward by [Joseph Weizenbaum](/source/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.[292]

#### Substitution for human–human interaction

See also: [Deaths linked to chatbots](/source/Deaths_linked_to_chatbots)

With the increase of [loneliness](/source/Loneliness#increasing_prevalence) in the early 21st century, AI is sometimes identified as a potential source of relief to this problem. It would be possible, via [human-like qualities built into AI products](/source/AI_anthropomorphism#Current_anthropomorphic_attributions),[293] for individuals to assume that this need can be met by artificial means.[294][295] In some cases, people approach artificial intelligence for companionship when they believe that they would not find acceptance due to feeling outcast.[296] Examples of harm coming to humans from advanced [chatbots](/source/Chatbots) have been reported in courts in the United States, with AI companies accused of creating products that endanger humans through [emotional confusion or deception](/source/Illusion_of_understanding).[297][298]

#### Existential risk

Main article: [Existential risk from artificial intelligence](/source/Existential_risk_from_artificial_intelligence)

Recent public debates in artificial intelligence have increasingly focused on its broader societal and ethical implications. It has been argued AI will become so powerful that humanity may irreversibly lose control of it. This could, as physicist [Stephen Hawking](/source/Stephen_Hawking) stated, "[spell the end of the human race](/source/Global_catastrophic_risk)".[299] 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.[q] These sci-fi scenarios are misleading in several ways.

First, AI does not require human-like [sentience](/source/Sentience) to be an existential risk. Modern AI programs are given specific goals and use learning and intelligence to achieve them. Philosopher [Nick Bostrom](/source/Nick_Bostrom) argued that if one gives *almost any* goal to a sufficiently powerful AI, it may choose to destroy humanity to achieve it (he used the example of an [automated paperclip factory](/source/Instrumental_convergence#Paperclip_maximizer) that destroys the world to get more iron for paperclips).[301] [Stuart Russell](/source/Stuart_J._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."[302] In order to be safe for humanity, a [superintelligence](/source/Superintelligence) would have to be genuinely [aligned](/source/AI_alignment) with humanity's morality and values so that it is "fundamentally on our side".[303]

Second, [Yuval Noah Harari](/source/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](/source/Ideologies), [law](/source/Law), [government](/source/Government), [money](/source/Money) and the [economy](/source/Economy) are built on [language](/source/Language); they exist because there are stories that billions of people believe. The current prevalence of [misinformation](/source/Misinformation) suggests that an AI could use language to convince people to believe anything, even to take actions that are destructive.[304] Geoffrey Hinton said in 2025 that [modern AI](/source/Large_language_model) is particularly "good at persuasion" and getting better all the time. He asks "Suppose you wanted to invade the capital of the US. Do you have to go there and do it yourself? No. You just have to be good at persuasion."[305]

The opinions amongst experts and industry insiders are mixed, with sizable fractions both concerned and unconcerned by risk from eventual superintelligent AI.[306] Personalities such as Stephen Hawking, [Bill Gates](/source/Bill_Gates), and [Elon Musk](/source/Elon_Musk),[307] as well as AI pioneers such as [Geoffrey Hinton](/source/Geoffrey_Hinton), [Yoshua Bengio](/source/Yoshua_Bengio), [Stuart Russell](/source/Stuart_J._Russell), [Demis Hassabis](/source/Demis_Hassabis), and [Sam Altman](/source/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".[308] He notably mentioned risks of an [AI takeover](/source/AI_takeover),[309] and stressed that in order to avoid the worst outcomes, establishing safety guidelines will require cooperation among those competing in use of AI.[310]

In 2023, many leading AI experts endorsed [the joint statement](/source/Statement_on_AI_risk_of_extinction) that "Mitigating the risk of extinction from AI should be a global priority alongside other societal-scale risks such as pandemics and nuclear war".[311]

Some other researchers were more optimistic. AI pioneer [Jürgen Schmidhuber](/source/J%C3%BCrgen_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."[312] 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."[313][314] [Andrew Ng](/source/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."[315] [Yann LeCun](/source/Yann_LeCun), a Turing Award winner, disagreed with the idea that AI will subordinate humans "simply because they are smarter, let alone destroy [us]",[316] "scoff[ing] at his peers' dystopian scenarios of supercharged misinformation and even, eventually, human extinction." In contrast, he claimed that "intelligent machines will usher in a new renaissance for humanity, a new era of enlightenment."[317] 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.[318] However, after 2016, the study of current and future risks and possible solutions became a serious area of research.[319]

### Ethical machines and alignment

Main articles: [Machine ethics](/source/Machine_ethics), [AI safety](/source/AI_safety), [Friendly artificial intelligence](/source/Friendly_artificial_intelligence), [Artificial moral agents](/source/Artificial_moral_agents), and [Human Compatible](/source/Human_Compatible)

See also: [Human-AI interaction](/source/Human-AI_interaction)

Friendly AI are machines that have been designed from the beginning to minimize risks and to make choices that benefit humans. [Eliezer Yudkowsky](/source/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.[320]

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.[321] The field of machine ethics is also called computational morality,[321] and was founded at an [AAAI](/source/AAAI) symposium in 2005.[322]

Other approaches include [Wendell Wallach](/source/Wendell_Wallach)'s "artificial moral agents"[323] and [Stuart J. Russell](/source/Stuart_J._Russell)'s [three principles](/source/Human_Compatible#Russell's_three_principles) for developing provably beneficial machines.[324]

### Open source

See also: [Open-source artificial intelligence](/source/Open-source_artificial_intelligence) and [Lists of open-source artificial intelligence software](/source/Lists_of_open-source_artificial_intelligence_software)

Active organizations in the AI open-source community include [Hugging Face](/source/Hugging_Face),[325] [Google](/source/Google),[326] [EleutherAI](/source/EleutherAI) and [Meta](/source/Meta_Platforms).[327] Various AI models, such as [Llama 2](/source/LLaMA), [Mistral](/source/Mistral_AI) or [Stable Diffusion](/source/Stable_Diffusion), have been made open-weight,[328][329] meaning that their architecture and trained parameters (the "weights") are publicly available. Open-weight models can be freely [fine-tuned](/source/Fine-tuning_(deep_learning)), which allows companies to specialize them with their own data and for their own use-case.[330] 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](/source/Bioterrorism)) and that once released on the Internet, they cannot be deleted everywhere if needed. They recommend pre-release audits and cost-benefit analyses.[331]

### 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](/source/Alan_Turing_Institute) and based on the SUM values, outlines four main ethical dimensions, defined as follows:[332][333]

- **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](/source/Asilomar_Conference_on_Beneficial_AI), the Montreal Declaration for Responsible AI, and the IEEE's Ethics of Autonomous Systems initiative, among others;[334] however, these principles are not without criticism, especially regarding the people chosen to contribute to these frameworks.[335]

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.[336]

The [UK AI Safety Institute](/source/AI_Safety_Institute_(United_Kingdom)) released in 2024 a testing toolset called 'Inspect' for AI safety evaluations available under an MIT open-source licence which is freely available on GitHub and can be improved with third-party packages. It can be used to evaluate AI models in a range of areas including core knowledge, ability to reason, and autonomous capabilities.[337]

### Regulation

Main articles: [Regulation of artificial intelligence](/source/Regulation_of_artificial_intelligence), [Regulation of algorithms](/source/Regulation_of_algorithms), and [AI safety](/source/AI_safety)

The first global [AI Safety Summit](/source/AI_Safety_Summit_2023) 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.[338] The regulatory and policy landscape for AI is an emerging issue in jurisdictions globally.[339] According to AI Index at [Stanford](/source/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.[340][341] Between 2016 and 2020, more than 30 countries adopted dedicated strategies for AI.[342] Most EU member states had released national AI strategies, as had [Canada](/source/Artificial_intelligence_industry_in_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.[342] The [Global Partnership on Artificial Intelligence](/source/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.[342] [Henry Kissinger](/source/Henry_Kissinger), [Eric Schmidt](/source/Eric_Schmidt), and [Daniel Huttenlocher](/source/Daniel_Huttenlocher) published a joint statement in November 2021 calling for a government commission to regulate AI.[343] In 2023, OpenAI leaders published recommendations for the governance of superintelligence, which they believe may happen in less than 10 years.[344] In 2023, the United Nations also launched an advisory body to provide recommendations on AI governance; the body comprises technology company executives, government officials and academics.[345] On 1 August 2024, the EU [Artificial Intelligence Act](/source/Artificial_Intelligence_Act) entered into force, establishing the first comprehensive EU-wide AI regulation.[346] In 2024, the [Council of Europe](/source/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](/source/Framework_Convention_on_Artificial_Intelligence_and_Human_Rights%2C_Democracy_and_the_Rule_of_Law)". It was adopted by the European Union, the United States, the United Kingdom, and other signatories.[347]

In a 2022 [Ipsos](/source/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".[340] A 2023 [Reuters](/source/Reuters)/Ipsos poll found that 61% of Americans agree, and 22% disagree, that AI poses risks to humanity.[348] In a 2023 [Fox News](/source/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".[349][350]

In November 2023, the first global [AI Safety Summit](/source/AI_Safety_Summit_2023) was held in [Bletchley Park](/source/Bletchley_Park) in the UK to discuss the near and far term risks of AI and the possibility of mandatory and voluntary regulatory frameworks.[351] 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.[352][353] In May 2024 at the [AI Seoul Summit](/source/AI_Seoul_Summit_2024), 16 global AI tech companies agreed to safety commitments on the development of AI.[354][355]

In March 2026, the [United Nations](/source/United_Nations) convened the inaugural meeting of the Independent International Scientific Panel on AI, a 40-member expert body established under the [Global Digital Compact](/source/Global_Digital_Compact) to produce annual evidence-based reports on AI's societal impacts.[356]

## History

Main article: [History of artificial intelligence](/source/History_of_artificial_intelligence)

For a chronological guide, see [Timeline of artificial intelligence](/source/Timeline_of_artificial_intelligence).

In 2024, AI patents in China and the US numbered more than three-fourths of AI patents worldwide.[357] Though China had more AI patents, the US had 35% more patents per AI patent-applicant company than China.[357]

The study of mechanical or "formal" reasoning began with philosophers and mathematicians in antiquity. The study of logic led directly to [Alan Turing](/source/Alan_Turing)'s [theory of computation](/source/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.[358][359] This, along with concurrent discoveries in [cybernetics](/source/Cybernetics), [information theory](/source/Information_theory) and [neurobiology](/source/Neurobiology), led researchers to consider the possibility of building an "electronic brain".[r] They developed several areas of research that would become part of AI,[361] such as [McCulloch](/source/Warren_Sturgis_McCulloch) and [Pitts](/source/Walter_Pitts) design for "artificial neurons" in 1943,[115] and Turing's influential 1950 paper '[Computing Machinery and Intelligence](/source/Computing_Machinery_and_Intelligence)', which introduced the [Turing test](/source/Turing_test) and showed that "machine intelligence" was plausible.[362][359]

The field of AI research was founded at [a workshop](/source/Dartmouth_workshop) at [Dartmouth College](/source/Dartmouth_College) in 1956.[s][4] The first AI program, [Logic Theorist,](/source/Logic_Theorist) was presented at the workshop, created by future Turing Award winner [Allen Newell](/source/Allen_Newell) and future Nobel Laureate [Herbert A. Simon](/source/Herbert_A._Simon), in collaboration with [J. C. Shaw](/source/Cliff_Shaw). Many of the workshop attendees became the leaders of AI research in the 1960s.[t] They and their students produced programs that the press described as "astonishing":[u] computers were learning [checkers](/source/Checkers) strategies, solving word problems in algebra, proving [logical theorems](/source/Theorem) and speaking English.[v][5] Artificial intelligence laboratories were set up at a number of British and U.S. universities in the latter 1950s and early 1960s.[359]

Researchers in the 1960s and the 1970s were convinced that their methods would eventually succeed in creating a machine with [general intelligence](/source/Artificial_general_intelligence) and considered this the goal of their field.[366] In 1965 [Herbert Simon](/source/Herbert_A._Simon) predicted, "machines will be capable, within twenty years, of doing any work a man can do".[367] In 1967 [Marvin Minsky](/source/Marvin_Minsky) agreed, writing that "within a generation ... the problem of creating 'artificial intelligence' will substantially be solved".[368] They had, however, underestimated the difficulty of the problem.[w] In 1974, both the U.S. and British governments cut off exploratory research in response to the [criticism](/source/Lighthill_report) of [Sir James Lighthill](/source/Sir_James_Lighthill)[370] and ongoing pressure from the U.S. Congress to [fund more productive projects](/source/Mansfield_Amendment).[371] Minsky and [Papert](/source/Papert)'s book *[Perceptrons](/source/Perceptron)* was understood as proving that [artificial neural networks](/source/Artificial_neural_networks) would never be useful for solving real-world tasks, thus discrediting the approach altogether.[372] The "[AI winter](/source/AI_winter)", a period when obtaining funding for AI projects was difficult, followed.[7]

In the early 1980s, AI research was revived by the commercial success of [expert systems](/source/Expert_system),[373] 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](/source/Fifth_generation_computer) project inspired the U.S. and British governments to restore funding for [academic research](/source/Academic_research).[6] However, beginning with the collapse of the [Lisp Machine](/source/Lisp_Machine) market in 1987, AI once again fell into disrepute, and a second, longer-lasting winter began.[8]

Up to this point, most of AI's funding had gone to projects that used high-level [symbols](/source/Symbolic_AI) to represent [mental objects](/source/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](/source/Machine_perception), [robotics](/source/Robotics), [learning](/source/Machine_learning) and [pattern recognition](/source/Pattern_recognition),[374] and began to look into "sub-symbolic" approaches.[375] [Rodney Brooks](/source/Rodney_Brooks) rejected "representation" in general and focussed directly on engineering machines that move and survive.[x] [Judea Pearl](/source/Judea_Pearl), [Lotfi Zadeh](/source/Lotfi_Zadeh), and others developed methods that handled incomplete and uncertain information by making reasonable guesses rather than precise logic.[85][380] But the most important development was the revival of "[connectionism](/source/Connectionism)", including neural network research, by [Geoffrey Hinton](/source/Geoffrey_Hinton) and others.[381] In 1990, [Yann LeCun](/source/Yann_LeCun) successfully showed that [convolutional neural networks](/source/Convolutional_neural_networks) can recognize handwritten digits, the first of many successful applications of neural networks.[382]

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](/source/Narrow_AI)" and "formal" focus allowed researchers to produce verifiable results and collaborate with other fields (such as [statistics](/source/Statistics), [economics](/source/Economics) and [mathematics](/source/Mathematical_optimization)).[383] 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](/source/AI_effect)).[384] 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](/source/Artificial_general_intelligence) (or "AGI"), which had several well-funded institutions by the 2010s.[67]

[Deep learning](/source/Deep_learning) began to dominate industry benchmarks in 2012 and was adopted throughout the field.[9] For many specific tasks, other methods were abandoned.[y] Deep learning's success was based on both hardware improvements ([faster computers](/source/Moore's_law),[386] [graphics processing units](/source/Graphics_processing_unit), [cloud computing](/source/Cloud_computing)[387]) and access to [large amounts of data](/source/Big_data)[388] (including curated datasets,[387] such as [ImageNet](/source/ImageNet)). Deep learning's success led to an enormous increase in interest and funding in AI.[z] The amount of machine learning research (measured by total publications) increased by 50% in the years 2015–2019.[342]

The number of Google searches for the term "AI" accelerated in 2022.

In 2016, issues of [fairness](/source/Algorithmic_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](/source/AI_alignment) became a serious field of academic study.[319]

In the late 2010s and early 2020s, AGI companies began to deliver programs that created enormous interest. In 2015, [AlphaGo](/source/AlphaGo), developed by [DeepMind](/source/DeepMind), beat the world champion [Go player](/source/Go_player). The program taught only the game's rules and developed a strategy by itself. [GPT-3](/source/GPT-3) is a [large language model](/source/Large_language_model) that was released in 2020 by [OpenAI](/source/OpenAI) and is capable of generating high-quality human-like text.[389] [ChatGPT](/source/ChatGPT), launched on 30 November 2022, became the fastest-growing consumer software application in history, gaining over 100 million users in two months.[390] It marked what is widely regarded as AI's breakout year, bringing it into the public consciousness.[391] These programs, and others, inspired an aggressive [AI boom](/source/AI_boom), where large companies began investing billions of dollars in AI research. According to AI Impacts, about US$50 billion annually was invested in "AI" around 2022 in the U.S. alone and about 20% of the new U.S. computer science PhD graduates have specialized in "AI".[392] About 800,000 "AI"-related U.S. job openings existed in 2022.[393] According to PitchBook research, 22% of newly funded [startups](/source/Startups) in 2024 claimed to be AI companies.[394]

## Philosophy

Main article: [Philosophy of artificial intelligence](/source/Philosophy_of_artificial_intelligence)

Philosophical debates have historically sought to determine the nature of intelligence and how to make intelligent machines.[395] Another major focus has been whether machines can be conscious, and the associated ethical implications.[396] Many other topics in philosophy are relevant to AI, such as [epistemology](/source/Epistemology) and [free will](/source/Free_will).[397] Rapid advancements have intensified public discussions on the philosophy and [ethics of AI](/source/Ethics_of_AI).[396]

### Defining artificial intelligence

See also: [Synthetic intelligence](/source/Synthetic_intelligence), [Intelligent agent](/source/Intelligent_agent), [Artificial mind](/source/Artificial_mind_(disambiguation)), [Virtual intelligence](/source/Virtual_intelligence), and [Dartmouth workshop](/source/Dartmouth_workshop)

[Alan Turing](/source/Alan_Turing) investigated whether machines can show intelligent behaviour and think. In 1950, he proposed the [Turing test](/source/Turing_test), which measures the ability of a machine to simulate human conversation.[398][362] 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](/source/Problem_of_other_minds) but "it is usual to have a polite convention that everyone thinks."[399]

The Turing test can provide some evidence of intelligence, but it penalizes non-human intelligent behavior.[400]

[Russell](/source/Stuart_J._Russell) and [Norvig](/source/Norvig) agree with Turing that intelligence must be defined in terms of external behavior, not internal structure.[1] However, they are critical that the test requires the machine to imitate humans. "[Aeronautical engineering](/source/Aeronautics) texts", they wrote, "do not define the goal of their field as making 'machines that fly so exactly like [pigeons](/source/Pigeon) that they can fool other pigeons.'"[401] AI founder [John McCarthy](/source/John_McCarthy_(computer_scientist)) agreed, writing that "Artificial intelligence is not, by definition, simulation of human intelligence".[402]

McCarthy defines intelligence as "the computational part of the ability to achieve goals in the world".[403] Another AI founder, [Marvin Minsky](/source/Marvin_Minsky), similarly describes it as "the ability to solve hard problems".[404] *[Artificial Intelligence: A Modern Approach](/source/Artificial_Intelligence%3A_A_Modern_Approach)* defines it as the study of agents that perceive their environment and take actions that maximize their chances of achieving defined goals.[1]

The many differing definitions of AI have been critically analyzed.[405][406][407] During the 2020s AI boom, the term has been used as a marketing [buzzword](/source/Buzzword) to promote products and services which do not use AI.[408]

#### Legal definitions

The [International Organization for Standardization](/source/International_Organization_for_Standardization) describes an AI system as a "an engineered system that generates outputs such as content, forecasts, recommendations, or decisions for a given set of human‑defined objectives, and can operate with varying levels of automation".[409] The [EU AI Act](/source/Artificial_Intelligence_Act) defines an AI system as "a machine-based system that is designed to operate with varying levels of autonomy and that may exhibit adaptiveness after deployment, and that, for explicit or implicit objectives, infers, from the input it receives, how to generate outputs such as predictions, content, recommendations, or decisions that can influence physical or virtual environments".[410] In the United States, influential but non‑binding guidance such as the [National Institute of Standards and Technology](/source/National_Institute_of_Standards_and_Technology)'s AI Risk Management Framework describes an AI system as "an engineered or machine-based system that can, for a given set of objectives, generate outputs such as predictions, recommendations, or decisions influencing real or virtual environments. AI systems are designed to operate with varying levels of autonomy".[411]

### Evaluating approaches to AI

No established unifying theory or [paradigm](/source/Paradigm) has guided AI research for most of its history.[aa] 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](/source/Sub-symbolic), [soft](/source/Soft_computing) and [narrow](/source/Artificial_general_intelligence). Critics argue that these questions may have to be revisited by future generations of AI researchers.

#### Symbolic AI and its limits

[Symbolic AI](/source/Symbolic_AI) (or "[GOFAI](/source/GOFAI)")[413] 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](/source/Physical_symbol_systems_hypothesis): "A physical symbol system has the necessary and sufficient means of general intelligent action."[414]

However, the symbolic approach failed on many tasks that humans solve easily, such as learning, recognizing an object or [commonsense reasoning](/source/Commonsense_reasoning). [Moravec's paradox](/source/Moravec's_paradox) is the discovery that high-level "intelligent" tasks were easy for AI, but low level "instinctive" tasks were extremely difficult.[415] Philosopher [Hubert Dreyfus](/source/Hubert_Dreyfus) had [argued](/source/Dreyfus'_critique_of_AI) 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.[416] Although his arguments had been ridiculed and ignored when they were first presented, eventually, AI research came to agree with him.[ab][14]

The issue is not resolved: [sub-symbolic](/source/Sub-symbolic) reasoning can make many of the same inscrutable mistakes that human intuition does, such as [algorithmic bias](/source/Algorithmic_bias). Critics such as [Noam Chomsky](/source/Noam_Chomsky) argue continuing research into symbolic AI will still be necessary to attain general intelligence,[418][419] in part because sub-symbolic AI is a move away from [explainable AI](/source/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](/source/Neuro-symbolic_AI) attempts to bridge the two approaches.

#### Neat vs. scruffy

Main article: [Neats and scruffies](/source/Neats_and_scruffies)

"Neats" hope that intelligent behavior is described using simple, elegant principles (such as [logic](/source/Logic), [optimization](/source/Optimization), or [neural networks](/source/Artificial_neural_network)). "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,[420] but eventually was seen as irrelevant. Modern AI has elements of both.

#### Soft vs. hard computing

Main article: [Soft computing](/source/Soft_computing)

Finding a provably correct or optimal solution is [intractable](/source/Intractability_(complexity)) for many important problems.[13] Soft computing is a set of techniques, including [genetic algorithms](/source/Genetic_algorithms), [fuzzy logic](/source/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 articles: [Weak artificial intelligence](/source/Weak_artificial_intelligence) and [Artificial general intelligence](/source/Artificial_general_intelligence)

AI researchers are divided as to whether to pursue the goals of artificial general intelligence and [superintelligence](/source/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.[421][422] 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 articles: [Philosophy of artificial intelligence](/source/Philosophy_of_artificial_intelligence) and [Artificial consciousness](/source/Artificial_consciousness)

What can be stated, however, is that we must avoid the misconception of equating this type of “intelligence” with that of human beings. These systems merely imitate certain functions of human intelligence. In doing so, they often surpass human intelligence in speed and computational capacity, offering tangible benefits across many fields. Yet this power remains entirely tied to data processing. So-called artificial intelligences do not undergo experiences, do not possess a body, do not feel joy or pain, do not mature through relationships and do not know from within what love, work, friendship or responsibility mean. Nor do they have a moral conscience, since they do not judge good and evil, grasp the ultimate meaning of situations, or bear responsibility for consequences.

— [Pope Leo XIV](/source/Pope_Leo_XIV), [Magnifica Humanitas](/source/Magnifica_Humanitas)[423]

There is no settled consensus in [philosophy of mind](/source/Philosophy_of_mind) on whether a machine can have a [mind](/source/Mind), [consciousness](/source/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](/source/Stuart_J._Russell) and [Norvig](/source/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."[424] 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](/source/Artificial_intelligence_in_fiction).

#### Consciousness

Main articles: [Hard problem of consciousness](/source/Hard_problem_of_consciousness) and [Theory of mind](/source/Theory_of_mind)

[David Chalmers](/source/David_Chalmers) identified two problems in understanding the mind, which he named the "hard" and "easy" problems of consciousness.[425] 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](/source/Information_processing_(psychology)) is easy to explain, human [subjective experience](/source/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*.[426]

#### Computationalism and functionalism

Main articles: [Computational theory of mind](/source/Computational_theory_of_mind) and [Functionalism (philosophy of mind)](/source/Functionalism_(philosophy_of_mind))

Computationalism is the position in the [philosophy of mind](/source/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](/source/Mind%E2%80%93body_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](/source/Jerry_Fodor) and [Hilary Putnam](/source/Hilary_Putnam).[427]

Philosopher [John Searle](/source/John_Searle) characterized this position as "[strong AI](/source/Strong_AI_hypothesis)": "The appropriately programmed computer with the right inputs and outputs would thereby have a mind in exactly the same sense human beings have minds."[ac] Searle challenges this claim with his [Chinese room](/source/Chinese_room) argument, which attempts to show that even a computer capable of perfectly simulating human behavior would not have a mind.[431]

#### AI welfare and rights

See also: [Ethics of artificial intelligence § AI welfare](/source/Ethics_of_artificial_intelligence#AI_welfare)

It is difficult or impossible to reliably evaluate whether an advanced [AI is sentient](/source/Sentient_AI) (has the ability to feel), and if so, to what degree.[432] 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.[433][434] [Sapience](/source/Sapience) (a set of capacities related to high intelligence, such as discernment or [self-awareness](/source/Self-awareness)) may provide another moral basis for AI rights.[433] [Robot rights](/source/Robot_rights) are also sometimes proposed as a practical way to integrate autonomous agents into society.[435]

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.[436] Critics argued in 2018 that granting rights to AI systems would downplay the importance of [human rights](/source/Human_rights), and that legislation should focus on user needs rather than speculative futuristic scenarios. They also noted that robots lacked the autonomy to take part in society on their own.[437][438]

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](/source/Moral_blindness) analogous to [slavery](/source/Slavery) or [factory farming](/source/Factory_farming), which could lead to [large-scale suffering](/source/Suffering_risks) if sentient AI is created and carelessly exploited.[434][433]

## Future

### Superintelligence and the singularity

A [superintelligence](/source/Superintelligence) is a hypothetical agent that would possess intelligence far surpassing that of the brightest and most gifted human mind.[422] If research into [artificial general intelligence](/source/Artificial_general_intelligence) produced sufficiently intelligent software, it might be able to [reprogram and improve itself](/source/Recursive_self-improvement). The improved software would be even better at improving itself, leading to what [I. J. Good](/source/I._J._Good) called an "[intelligence explosion](/source/Intelligence_explosion)" and [Vernor Vinge](/source/Vernor_Vinge) called a "[singularity](/source/Technological_singularity)".[439]

However, technologies cannot improve exponentially indefinitely, and typically follow an [S-shaped curve](/source/S-shaped_curve), slowing when they reach the physical limits of what the technology can do.[440]

### Transhumanism

Main article: [Transhumanism](/source/Transhumanism)

Robot designer [Hans Moravec](/source/Hans_Moravec), cyberneticist [Kevin Warwick](/source/Kevin_Warwick) and inventor [Ray Kurzweil](/source/Ray_Kurzweil) have predicted that humans and machines may merge in the future into [cyborgs](/source/Cyborg) that are more capable and powerful than either. This idea, called transhumanism, has roots in the writings of [Aldous Huxley](/source/Aldous_Huxley) and [Robert Ettinger](/source/Robert_Ettinger).[441]

[Edward Fredkin](/source/Edward_Fredkin) argues that "artificial intelligence is the next step in evolution", an idea first proposed by [Samuel Butler](/source/Samuel_Butler_(novelist))'s "[Darwin among the Machines](/source/Darwin_among_the_Machines)" as far back as 1863, and expanded upon by [George Dyson](/source/George_Dyson_(science_historian)) in his 1998 book *[Darwin Among the Machines: The Evolution of Global Intelligence](/source/Darwin_Among_the_Machines#Evolution_of_Global_Intelligence)*.[442]

## In fiction

Main article: [Artificial intelligence in fiction](/source/Artificial_intelligence_in_fiction)

The word "robot" itself was coined by [Karel Čapek](/source/Karel_%C4%8Capek) in his 1921 play *[R.U.R.](/source/R.U.R.)*, the title standing for "Rossum's Universal Robots".

Thought-capable artificial beings have appeared as storytelling devices since antiquity,[443] and have been a persistent theme in [science fiction](/source/Science_fiction).[444]

A common [trope](/source/Trope_(literature)) in these works began with [Mary Shelley](/source/Mary_Shelley)'s *[Frankenstein](/source/Frankenstein)*, where a human creation becomes a threat to its masters. This includes such works as [Arthur C. Clarke's](/source/2001%3A_A_Space_Odyssey_(novel)) and [Stanley Kubrick's](/source/2001%3A_A_Space_Odyssey) *2001: A Space Odyssey* (both 1968), with [HAL 9000](/source/HAL_9000), the murderous computer in charge of the *[Discovery One](/source/Discovery_One)* spaceship, as well as *[Blade Runner](/source/Blade_Runner)* (1982), *[The Terminator](/source/The_Terminator)* (1984) and *[The Matrix](/source/The_Matrix)* (1999). In contrast, the rare loyal robots such as Gort from *[The Day the Earth Stood Still](/source/The_Day_the_Earth_Stood_Still)* (1951) and Bishop from *[Aliens](/source/Aliens_(film))* (1986) are less prominent in popular culture.[445]

[Isaac Asimov](/source/Isaac_Asimov) introduced the [Three Laws of Robotics](/source/Three_Laws_of_Robotics) in many stories, most notably with the "[Multivac](/source/Multivac)" super-intelligent computer. Asimov's laws are often brought up during lay discussions of machine ethics;[446] 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.[447]

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](/source/Sentience), and thus to suffer. This appears in [Karel Čapek](/source/Karel_%C4%8Capek)'s *[R.U.R.](/source/R.U.R.)*, the films *[A.I. Artificial Intelligence](/source/A.I._Artificial_Intelligence)* and *[Ex Machina](/source/Ex_Machina_(film))*, as well as the novel *[Do Androids Dream of Electric Sheep?](/source/Do_Androids_Dream_of_Electric_Sheep%3F)*, by [Philip K. Dick](/source/Philip_K._Dick). Dick considers the idea that our understanding of human subjectivity is altered by technology created with artificial intelligence.[448]

## See also

- [Artificial consciousness](/source/Artificial_consciousness) – Hypothetical consciousness in artificial systems

- [Artificial intelligence and elections](/source/Artificial_intelligence_and_elections)

- [Artificial intelligence content detection](/source/Artificial_intelligence_content_detection) – Software to detect AI-generated content

- [Artificial intelligence in Wikimedia projects](/source/Artificial_intelligence_in_Wikimedia_projects) – Use of artificial intelligence to develop Wikipedia and other Wikimedia projects

- [Association for the Advancement of Artificial Intelligence](/source/Association_for_the_Advancement_of_Artificial_Intelligence) (AAAI)

- [Behavior selection algorithm](/source/Behavior_selection_algorithm) – Algorithm that selects actions for intelligent agents

- [Business process automation](/source/Business_process_automation) – Automation of business processes

- [Case-based reasoning](/source/Case-based_reasoning) – Process of solving new problems based on the solutions of similar past problems

- [Computational intelligence](/source/Computational_intelligence) – Computer system simulating intelligence

- DARWIN EU – A [European Union](/source/European_Union) initiative coordinated by the [European Medicines Agency](/source/European_Medicines_Agency) (EMA) to generate and utilize [real world evidence](/source/Real_world_evidence) (RWE) to support the evaluation and supervision of medicines across the EU

- [Digital immortality](/source/Digital_immortality) – Hypothetical concept of storing a personality in digital form

- [Emergent algorithm](/source/Emergent_algorithm) – Algorithm exhibiting emergent behavior

- [Female gendering of AI technologies](/source/Female_gendering_of_AI_technologies) – Gender biases in digital technologyPages displaying short descriptions of redirect targets

- [Glossary of artificial intelligence](/source/Glossary_of_artificial_intelligence) – List of concepts in artificial intelligence

- [Intelligence amplification](/source/Intelligence_amplification) – Use of information technology to augment human intelligence

- [Intelligent agent](/source/Intelligent_agent) – Software agent which acts autonomously

- [Intelligent automation](/source/Intelligent_automation) – Software process that combines robotic process automation and artificial intelligence

- [List of artificial intelligence books](/source/List_of_computer_books#Artificial_intelligence)

- [List of artificial intelligence algorithms](/source/List_of_artificial_intelligence_algorithms)

- [List of artificial intelligence journals](/source/List_of_artificial_intelligence_journals)

- [List of artificial intelligence projects](/source/List_of_artificial_intelligence_projects)

- [List of chatbots](/source/List_of_chatbots)

- [Lists of open-source artificial intelligence software](/source/Lists_of_open-source_artificial_intelligence_software)

- [List of robotics software](/source/List_of_robotics_software)

- [Mind uploading](/source/Mind_uploading) – Hypothetical process of digitally emulating a brain

- [Organoid intelligence](/source/Organoid_intelligence) – Use of brain cells and brain organoids for intelligent computing

- [Outline of deep learning](/source/Outline_of_deep_learning)

- [Outline of machine learning](/source/Outline_of_machine_learning)

- [Pseudorandomness](/source/Pseudorandomness) – Appearing random but actually being generated by a deterministic, causal process

- [Robotic process automation](/source/Robotic_process_automation) – Form of business process automation technology

- [*The Last Day*](/source/The_Last_Day_(novel)) – 1967 Welsh science fiction novel

- [Wetware computer](/source/Wetware_computer) – Computer composed of organic material

## Explanatory notes

1. ^ [***a***](#cite_ref-Problems_of_AI_2-0) [***b***](#cite_ref-Problems_of_AI_2-1) This list of intelligent traits is based on the topics covered by the major AI textbooks, including: [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), [Luger & Stubblefield (2004)](#CITEREFLugerStubblefield2004), [Poole, Mackworth & Goebel (1998)](#CITEREFPooleMackworthGoebel1998) and [Nilsson (1998)](#CITEREFNilsson1998).

1. ^ [***a***](#cite_ref-Tools_of_AI_3-0) [***b***](#cite_ref-Tools_of_AI_3-1) This list of tools is based on the topics covered by the major AI textbooks, including: [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), [Luger & Stubblefield (2004)](#CITEREFLugerStubblefield2004), [Poole, Mackworth & Goebel (1998)](#CITEREFPooleMackworthGoebel1998) and [Nilsson (1998)](#CITEREFNilsson1998).

1. **[^](#cite_ref-32)** It is among the reasons that [expert systems](/source/Expert_system) proved to be inefficient for capturing knowledge.[28][29]

1. **[^](#cite_ref-33)** "Rational agent" is general term used in [economics](/source/Economics), [philosophy](/source/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.

1. **[^](#cite_ref-47)** [Alan Turing](/source/Alan_Turing) discussed the centrality of learning as early as 1950, in his classic paper "[Computing Machinery and Intelligence](/source/Computing_Machinery_and_Intelligence)".[41] In 1956, at the original Dartmouth AI summer conference, [Ray Solomonoff](/source/Ray_Solomonoff) wrote a report on unsupervised probabilistic machine learning: "An Inductive Inference Machine".[42]

1. **[^](#cite_ref-56)** See [AI winter § Machine translation and the ALPAC report of 1966](/source/AI_winter#Machine_translation_and_the_ALPAC_report_of_1966).

1. **[^](#cite_ref-99)** Compared with symbolic logic, formal Bayesian inference is computationally expensive. For inference to be tractable, most observations must be [conditionally independent](/source/Conditionally_independent) of one another. [AdSense](/source/AdSense) uses a Bayesian network with over 300 million edges to learn which ads to serve.[92]

1. **[^](#cite_ref-102)** Expectation–maximization, one of the most popular algorithms in machine learning, allows clustering in the presence of unknown [latent variables](/source/Latent_variables).[94]

1. **[^](#cite_ref-129)** Some form of deep neural networks (without a specific learning algorithm) were described by: [Warren S. McCulloch](/source/Warren_S._McCulloch) and [Walter Pitts](/source/Walter_Pitts) (1943);[115] [Alan Turing](/source/Alan_Turing) (1948);[116] [Karl Steinbuch](/source/Karl_Steinbuch) and [Roger David Joseph](https://en.wikipedia.org/w/index.php?title=Roger_David_Joseph&action=edit&redlink=1) (1961).[117] Deep or recurrent networks that learned (or used gradient descent) were developed by: [Frank Rosenblatt](/source/Frank_Rosenblatt) (1957);[116] [Oliver Selfridge](/source/Oliver_Selfridge) (1959);[117] [Alexey Ivakhnenko](/source/Alexey_Ivakhnenko) and [Valentin Lapa](https://en.wikipedia.org/w/index.php?title=Valentin_Lapa&action=edit&redlink=1) (1965);[118] [Kaoru Nakano](https://en.wikipedia.org/w/index.php?title=Kaoru_Nakano&action=edit&redlink=1) (1971);[119] [Shun-Ichi Amari](/source/Shun-Ichi_Amari) (1972); [119] and [John Joseph Hopfield](/source/John_Joseph_Hopfield) (1982).[119] Precursors to backpropagation were developed by: [Henry J. Kelley](/source/Henry_J._Kelley) (1960);[116] [Arthur E. Bryson](/source/Arthur_E._Bryson) (1962);[116] [Stuart Dreyfus](/source/Stuart_Dreyfus) (1962);[116] [Arthur E. Bryson](/source/Arthur_E._Bryson) and [Yu-Chi Ho](/source/Yu-Chi_Ho) (1969).[116] Backpropagation was independently developed by: [Seppo Linnainmaa](/source/Seppo_Linnainmaa) (1970);[120] and [Paul Werbos](/source/Paul_Werbos) (1974).[116]

1. **[^](#cite_ref-131)** [Geoffrey Hinton](/source/Geoffrey_Hinton) said, of his work on neural networks in the 1990s, "our labeled datasets were thousands of times too small. [And] our computers were millions of times too slow."[121]

1. **[^](#cite_ref-253)** In statistics, a [bias](/source/Bias_(statistics)) is a systematic error or deviation from the correct value. But in the context of [fairness](/source/Fairness_(machine_learning)), 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.[242]

1. **[^](#cite_ref-264)** Including [Jon Kleinberg](/source/Jon_Kleinberg) ([Cornell University](/source/Cornell_University)), Sendhil Mullainathan ([University of Chicago](/source/University_of_Chicago)), Cynthia Chouldechova ([Carnegie Mellon](/source/Carnegie_Mellon)) and Sam Corbett-Davis ([Stanford](/source/Stanford))[252]

1. **[^](#cite_ref-270)** Moritz Hardt (a director at the [Max Planck Institute for Intelligent Systems](/source/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."[257]

1. **[^](#cite_ref-279)** When the law was passed in 2018, it still contained a form of this provision.

1. **[^](#cite_ref-288)** This is the [United Nations](/source/United_Nations)' definition, and includes things like [land mines](/source/Land_mines) as well.[273]

1. **[^](#cite_ref-300)** See table 4; 9% is both the OECD average and the U.S. average.[284]

1. **[^](#cite_ref-317)** Sometimes called a "[robopocalypse](/source/Robopocalypse)"[300]

1. **[^](#cite_ref-378)** "Electronic brain" was the term used by the press around this time.[358][360]

1. **[^](#cite_ref-382)** Daniel Crevier wrote, "the conference is generally recognized as the official birthdate of the new science."[363] [Russell](/source/Stuart_J._Russell) and [Norvig](/source/Norvig) called the conference "the inception of artificial intelligence."[115]

1. **[^](#cite_ref-384)** [Russell](/source/Stuart_J._Russell) and [Norvig](/source/Norvig) wrote "for the next 20 years the field would be dominated by these people and their students."[364]

1. **[^](#cite_ref-386)** [Russell](/source/Stuart_J._Russell) and [Norvig](/source/Norvig) wrote, "it was astonishing whenever a computer did anything kind of smartish".[365]

1. **[^](#cite_ref-387)** The programs described are [Arthur Samuel](/source/Arthur_Samuel_(computer_scientist))'s checkers program for the [IBM 701](/source/IBM_701), [Daniel Bobrow](/source/Daniel_Bobrow)'s [STUDENT](/source/STUDENT), [Newell](/source/Allen_Newell) and [Simon](/source/Herbert_A._Simon)'s [Logic Theorist](/source/Logic_Theorist) and [Terry Winograd](/source/Terry_Winograd)'s [SHRDLU](/source/SHRDLU).

1. **[^](#cite_ref-392)** [Russell](/source/Stuart_J._Russell) and [Norvig](/source/Norvig) wrote: "in almost all cases, these early systems failed on more difficult problems".[369]

1. **[^](#cite_ref-403)** [Embodied](/source/Embodied_mind) approaches to AI[376] were championed by [Hans Moravec](/source/Hans_Moravec)[377] and [Rodney Brooks](/source/Rodney_Brooks)[378] and went by many names: [Nouvelle AI](/source/Nouvelle_AI).[378] [Developmental robotics](/source/Developmental_robotics).[379]

1. **[^](#cite_ref-410)** Matteo Wong wrote in *[The Atlantic](/source/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."[385]

1. **[^](#cite_ref-414)** Jack Clark wrote in [Bloomberg](/source/Bloomberg_News): "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](/source/Google) increased from a "sporadic usage" in 2012 to more than 2,700 projects in 2015.[387]

1. **[^](#cite_ref-439)** [Nils Nilsson](/source/Nils_Nilsson_(researcher)) wrote in 1983: "Simply put, there is wide disagreement in the field about what AI is all about."[412]

1. **[^](#cite_ref-445)** 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."[417]

1. **[^](#cite_ref-Searle's_strong_AI_459-0)** Searle presented this definition of "Strong AI" in 1999.[428] 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."[429] Strong AI is defined similarly by [Russell](/source/Stuart_J._Russell) and [Norvig](/source/Norvig): "Stong AI – the assertion that machines that do so are *actually* thinking (as opposed to *simulating* thinking)."[430]

## References

1. ^ [***a***](#cite_ref-FOOTNOTERussellNorvig20211–4_1-0) [***b***](#cite_ref-FOOTNOTERussellNorvig20211–4_1-1) [***c***](#cite_ref-FOOTNOTERussellNorvig20211–4_1-2) [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 1–4.

1. **[^](#cite_ref-4)** [Russell & Norvig (2021](#CITEREFRussellNorvig2021), §1.2).

1. **[^](#cite_ref-5)** ["Tech companies want to build artificial general intelligence. But who decides when AGI is attained?"](https://apnews.com/article/agi-artificial-general-intelligence-existential-risk-meta-openai-deepmind-science-ff5662a056d3cf3c5889a73e929e5a34). *[AP News](/source/AP_News)*. 4 April 2024. Retrieved 20 May 2025.

1. ^ [***a***](#cite_ref-Dartmouth_workshop_6-0) [***b***](#cite_ref-Dartmouth_workshop_6-1) [Dartmouth workshop](/source/Dartmouth_workshop): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 18), [McCorduck (2004](#CITEREFMcCorduck2004), pp. 111–136), [NRC (1999](#CITEREFNRC1999), pp. 200–201) The proposal: [McCarthy et al. (1955)](#CITEREFMcCarthyMinskyRochesterShannon1955)

1. ^ [***a***](#cite_ref-Succ1_7-0) [***b***](#cite_ref-Succ1_7-1) Successful programs of the 1960s: [McCorduck (2004](#CITEREFMcCorduck2004), pp. 243–252), [Crevier (1993](#CITEREFCrevier1993), pp. 52–107), [Moravec (1988](#CITEREFMoravec1988), p. 9), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 19–21)

1. ^ [***a***](#cite_ref-Fund01_8-0) [***b***](#cite_ref-Fund01_8-1) Funding initiatives in the early 1980s: [Fifth Generation Project](/source/Fifth_Generation_Project) (Japan), [Alvey](/source/Alvey) (UK), [Microelectronics and Computer Technology Corporation](/source/Microelectronics_and_Computer_Technology_Corporation) (US), [Strategic Computing Initiative](/source/Strategic_Computing_Initiative) (US): [McCorduck (2004](#CITEREFMcCorduck2004), pp. 426–441), [Crevier (1993](#CITEREFCrevier1993), pp. 161–162, 197–203, 211, 240), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 23), [NRC (1999](#CITEREFNRC1999), pp. 210–211), [Newquist (1994](#CITEREFNewquist1994), pp. 235–248)

1. ^ [***a***](#cite_ref-First_AI_Winter_9-0) [***b***](#cite_ref-First_AI_Winter_9-1) First [AI Winter](/source/AI_Winter), [Lighthill report](/source/Lighthill_report), [Mansfield Amendment](/source/Mansfield_Amendment): [Crevier (1993](#CITEREFCrevier1993), pp. 115–117), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 21–22), [NRC (1999](#CITEREFNRC1999), pp. 212–213), [Howe (1994)](#CITEREFHowe1994), [Newquist (1994](#CITEREFNewquist1994), pp. 189–201)

1. ^ [***a***](#cite_ref-Second_AI_Winter_10-0) [***b***](#cite_ref-Second_AI_Winter_10-1) Second [AI Winter](/source/AI_Winter): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 24), [McCorduck (2004](#CITEREFMcCorduck2004), pp. 430–435), [Crevier (1993](#CITEREFCrevier1993), pp. 209–210), [NRC (1999](#CITEREFNRC1999), pp. 214–216), [Newquist (1994](#CITEREFNewquist1994), pp. 301–318)

1. ^ [***a***](#cite_ref-Deep_learning_revolution_11-0) [***b***](#cite_ref-Deep_learning_revolution_11-1) [Deep learning](/source/Deep_learning) revolution, [AlexNet](/source/AlexNet): [Goldman (2022)](#CITEREFGoldman2022), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 26), [McKinsey (2018)](#CITEREFMcKinsey2018)

1. **[^](#cite_ref-FOOTNOTEToews2023_12-0)** [Toews (2023)](#CITEREFToews2023).

1. **[^](#cite_ref-13)** Problem-solving, puzzle solving, game playing, and deduction: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 3–5), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 6) ([constraint satisfaction](/source/Constraint_satisfaction)), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), chpt. 2, 3, 7, 9), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), chpt. 3, 4, 6, 8), [Nilsson (1998](#CITEREFNilsson1998), chpt. 7–12)

1. **[^](#cite_ref-14)** Uncertain reasoning: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 12–18), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 345–395), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 333–381), [Nilsson (1998](#CITEREFNilsson1998), chpt. 7–12)

1. ^ [***a***](#cite_ref-Intractability_and_efficiency_and_the_combinatorial_explosion_15-0) [***b***](#cite_ref-Intractability_and_efficiency_and_the_combinatorial_explosion_15-1) [***c***](#cite_ref-Intractability_and_efficiency_and_the_combinatorial_explosion_15-2) [Intractability and efficiency](/source/Intractably) and the [combinatorial explosion](/source/Combinatorial_explosion): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 21)

1. ^ [***a***](#cite_ref-Psychological_evidence_of_the_prevalence_of_sub_16-0) [***b***](#cite_ref-Psychological_evidence_of_the_prevalence_of_sub_16-1) [***c***](#cite_ref-Psychological_evidence_of_the_prevalence_of_sub_16-2) Psychological evidence of the prevalence of sub-symbolic reasoning and knowledge: [Kahneman (2011)](#CITEREFKahneman2011), [Dreyfus & Dreyfus (1986)](#CITEREFDreyfusDreyfus1986), [Wason & Shapiro (1966)](#CITEREFWasonShapiro1966), [Kahneman, Slovic & Tversky (1982)](#CITEREFKahnemanSlovicTversky1982)

1. **[^](#cite_ref-17)** [Knowledge representation](/source/Knowledge_representation) and [knowledge engineering](/source/Knowledge_engineering): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 10), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 23–46, 69–81, 169–233, 235–277, 281–298, 319–345), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 227–243), [Nilsson (1998](#CITEREFNilsson1998), chpt. 17.1–17.4, 18)

1. **[^](#cite_ref-FOOTNOTESmoliarZhang1994_18-0)** [Smoliar & Zhang (1994)](#CITEREFSmoliarZhang1994).

1. **[^](#cite_ref-FOOTNOTENeumannMöller2008_19-0)** [Neumann & Möller (2008)](#CITEREFNeumannMöller2008).

1. **[^](#cite_ref-FOOTNOTEKupermanReichleyBailey2006_20-0)** [Kuperman, Reichley & Bailey (2006)](#CITEREFKupermanReichleyBailey2006).

1. **[^](#cite_ref-FOOTNOTEMcGarry2005_21-0)** [McGarry (2005)](#CITEREFMcGarry2005).

1. **[^](#cite_ref-FOOTNOTEBertiniDel_BimboTorniai2006_22-0)** [Bertini, Del Bimbo & Torniai (2006)](#CITEREFBertiniDel_BimboTorniai2006).

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021272_23-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 272.

1. **[^](#cite_ref-24)** Representing categories and relations: [Semantic networks](/source/Semantic_network), [description logics](/source/Description_logic), [inheritance](/source/Inheritance_(object-oriented_programming)) (including [frames](/source/Frame_(artificial_intelligence)), and [scripts](/source/Scripts_(artificial_intelligence))): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), §10.2 & 10.5), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 174–177), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 248–258), [Nilsson (1998](#CITEREFNilsson1998), chpt. 18.3)

1. **[^](#cite_ref-25)** Representing events and time:[Situation calculus](/source/Situation_calculus), [event calculus](/source/Event_calculus), [fluent calculus](/source/Fluent_calculus) (including solving the [frame problem](/source/Frame_problem)): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), §10.3), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 281–298), [Nilsson (1998](#CITEREFNilsson1998), chpt. 18.2)

1. **[^](#cite_ref-26)** [Causal calculus](/source/Causality#Causal_calculus): [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 335–337)

1. **[^](#cite_ref-27)** Representing knowledge about knowledge: Belief calculus, [modal logics](/source/Modal_logic): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), §10.4), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 275–277)

1. ^ [***a***](#cite_ref-Default_reasoning_28-0) [***b***](#cite_ref-Default_reasoning_28-1) [Default reasoning](/source/Default_reasoning), [Frame problem](/source/Frame_problem), [default logic](/source/Default_logic), [non-monotonic logics](/source/Non-monotonic_logic), [circumscription](/source/Circumscription_(logic)), [closed world assumption](/source/Closed_world_assumption), [abduction](/source/Abductive_reasoning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), §10.6), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 248–256, 323–335), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 335–363), [Nilsson (1998](#CITEREFNilsson1998), ~18.3.3) (Poole *et al.* places abduction under "default reasoning". Luger *et al.* places this under "uncertain reasoning").

1. ^ [***a***](#cite_ref-Breadth_of_commonsense_knowledge_29-0) [***b***](#cite_ref-Breadth_of_commonsense_knowledge_29-1) Breadth of commonsense knowledge: [Lenat & Guha (1989](#CITEREFLenatGuha1989), Introduction), [Crevier (1993](#CITEREFCrevier1993), pp. 113–114), [Moravec (1988](#CITEREFMoravec1988), p. 13), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 241, 385, 982) ([qualification problem](/source/Qualification_problem))

1. **[^](#cite_ref-FOOTNOTENewquist1994296_30-0)** [Newquist (1994)](#CITEREFNewquist1994), p. 296.

1. **[^](#cite_ref-FOOTNOTECrevier1993204–208_31-0)** [Crevier (1993)](#CITEREFCrevier1993), pp. 204–208.

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021528_34-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 528.

1. **[^](#cite_ref-35)** [Automated planning](/source/Automated_planning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 11).

1. **[^](#cite_ref-36)** [Automated decision making](/source/Automated_decision_making), [Decision theory](/source/Decision_theory): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 16–18).

1. **[^](#cite_ref-37)** [Classical planning](/source/Automated_planning_and_scheduling#classical_planning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), Section 11.2).

1. **[^](#cite_ref-38)** Sensorless or "conformant" planning, contingent planning, replanning (a.k.a. online planning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), Section 11.5).

1. **[^](#cite_ref-39)** Trust, interpretability, and explainability: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), Section 19.9.4).

1. **[^](#cite_ref-40)** Uncertain preferences: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), Section 16.7) [Inverse reinforcement learning](/source/Inverse_reinforcement_learning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), Section 22.6)

1. **[^](#cite_ref-41)** [Information value theory](/source/Information_value_theory): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), Section 16.6).

1. **[^](#cite_ref-42)** [Markov decision process](/source/Markov_decision_process): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 17).

1. **[^](#cite_ref-43)** [Game theory](/source/Game_theory) and multi-agent decision theory: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 18).

1. **[^](#cite_ref-44)** [Learning](/source/Machine_learning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 19–22), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 397–438), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 385–542), [Nilsson (1998](#CITEREFNilsson1998), chpt. 3.3, 10.3, 17.5, 20)

1. **[^](#cite_ref-FOOTNOTETuring1950_45-0)** [Turing (1950)](#CITEREFTuring1950).

1. **[^](#cite_ref-FOOTNOTESolomonoff1956_46-0)** [Solomonoff (1956)](#CITEREFSolomonoff1956).

1. **[^](#cite_ref-48)** [Unsupervised learning](/source/Unsupervised_learning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 653) (definition), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 738–740) ([cluster analysis](/source/Cluster_analysis)), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 846–860) ([word embedding](/source/Word_embedding))

1. ^ [***a***](#cite_ref-Supervised_learning_49-0) [***b***](#cite_ref-Supervised_learning_49-1) [Supervised learning](/source/Supervised_learning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), §19.2) (Definition), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), Chpt. 19–20) (Techniques)

1. **[^](#cite_ref-50)** [Reinforcement learning](/source/Reinforcement_learning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 22), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 442–449)

1. **[^](#cite_ref-51)** [Transfer learning](/source/Transfer_learning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 281), [The Economist (2016)](#CITEREFThe_Economist2016)

1. **[^](#cite_ref-52)** ["Artificial Intelligence (AI): What Is AI and How Does It Work?"](https://builtin.com/artificial-intelligence). *Built In*. Retrieved 30 October 2023.

1. **[^](#cite_ref-53)** [Computational learning theory](/source/Computational_learning_theory): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 672–674), [Jordan & Mitchell (2015)](#CITEREFJordanMitchell2015)

1. **[^](#cite_ref-54)** [Natural language processing](/source/Natural_language_processing) (NLP): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 23–24), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 91–104), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 591–632)

1. **[^](#cite_ref-55)** Subproblems of [NLP](/source/Natural_language_processing): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 849–850)

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021856–858_57-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 856–858.

1. **[^](#cite_ref-FOOTNOTEDickson2022_58-0)** [Dickson (2022)](#CITEREFDickson2022).

1. **[^](#cite_ref-59)** Modern statistical and deep learning approaches to [NLP](/source/Natural_language_processing): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 24), [Cambria & White (2014)](#CITEREFCambriaWhite2014)

1. **[^](#cite_ref-FOOTNOTEVincent2019_60-0)** [Vincent (2019)](#CITEREFVincent2019).

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021875–878_61-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 875–878.

1. **[^](#cite_ref-FOOTNOTEBushwick2023_62-0)** [Bushwick (2023)](#CITEREFBushwick2023).

1. **[^](#cite_ref-63)** [Computer vision](/source/Computer_vision): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 25), [Nilsson (1998](#CITEREFNilsson1998), chpt. 6)

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021849–850_64-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 849–850.

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021895–899_65-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 895–899.

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021899–901_66-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 899–901.

1. **[^](#cite_ref-FOOTNOTEChallaMorelandMušickiEvans2011_67-0)** [Challa et al. (2011)](#CITEREFChallaMorelandMušickiEvans2011).

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021931–938_68-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 931–938.

1. **[^](#cite_ref-FOOTNOTEMIT_AIL2014_69-0)** [MIT AIL (2014)](#CITEREFMIT_AIL2014).

1. **[^](#cite_ref-70)** [Affective computing](/source/Affective_computing): [Thro (1993)](#CITEREFThro1993), [Edelson (1991)](#CITEREFEdelson1991), [Tao & Tan (2005)](#CITEREFTaoTan2005), [Scassellati (2002)](#CITEREFScassellati2002)

1. **[^](#cite_ref-FOOTNOTEWaddell2018_71-0)** [Waddell (2018)](#CITEREFWaddell2018).

1. **[^](#cite_ref-FOOTNOTEPoriaCambriaBajpaiHussain2017_72-0)** [Poria et al. (2017)](#CITEREFPoriaCambriaBajpaiHussain2017).

1. ^ [***a***](#cite_ref-Artificial_general_intelligence_73-0) [***b***](#cite_ref-Artificial_general_intelligence_73-1) [Artificial general intelligence](/source/Artificial_general_intelligence): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 32–33, 1020–1021) Proposal for the modern version: [Pennachin & Goertzel (2007)](#CITEREFPennachinGoertzel2007) Warnings of overspecialization in AI from leading researchers: [Nilsson (1995)](#CITEREFNilsson1995), [McCarthy (2007)](#CITEREFMcCarthy2007), [Beal & Winston (2009)](#CITEREFBealWinston2009)

1. **[^](#cite_ref-74)** [State space search](/source/State_space_search): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 3)

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021sect._11.2_75-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), sect. 11.2.

1. **[^](#cite_ref-76)** [Uninformed searches](/source/Uninformed_search) ([breadth first search](/source/Breadth_first_search), [depth-first search](/source/Depth-first_search) and general [state space search](/source/State_space_search)): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 3.4), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 113–132), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 79–121), [Nilsson (1998](#CITEREFNilsson1998), chpt. 8)

1. **[^](#cite_ref-77)** [Heuristic](/source/Heuristic) or informed searches (e.g., greedy [best first](/source/Best-first_search) and [A*](/source/A*_search_algorithm)): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 3.5), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 132–147), [Poole & Mackworth (2017](#CITEREFPooleMackworth2017), sect. 3.6), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 133–150)

1. **[^](#cite_ref-78)** [Adversarial search](/source/Adversarial_search): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 5)

1. **[^](#cite_ref-79)** [Local](/source/Local_search_(optimization)) or "[optimization](/source/Optimization)" search: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 4)

1. **[^](#cite_ref-80)** Singh Chauhan, Nagesh (18 December 2020). ["Optimization Algorithms in Neural Networks"](https://www.kdnuggets.com/optimization-algorithms-in-neural-networks). *KDnuggets*. Retrieved 13 January 2024.

1. **[^](#cite_ref-81)** [Evolutionary computation](/source/Evolutionary_computation): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 4.1.2)

1. **[^](#cite_ref-FOOTNOTEMerkleMiddendorf2013_82-0)** [Merkle & Middendorf (2013)](#CITEREFMerkleMiddendorf2013).

1. **[^](#cite_ref-83)** [Logic](/source/Logic): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpts. 6–9), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 35–77), [Nilsson (1998](#CITEREFNilsson1998), chpt. 13–16)

1. **[^](#cite_ref-84)** [Propositional logic](/source/Propositional_logic): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 6), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 45–50), [Nilsson (1998](#CITEREFNilsson1998), chpt. 13)

1. **[^](#cite_ref-85)** [First-order logic](/source/First-order_logic) and features such as [equality](/source/Equality_(mathematics)): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 7), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 268–275), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 50–62), [Nilsson (1998](#CITEREFNilsson1998), chpt. 15)

1. **[^](#cite_ref-86)** [Logical inference](/source/Logical_inference): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 10)

1. **[^](#cite_ref-87)** logical deduction as search: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sects. 9.3, 9.4), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. ~46–52), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 62–73), [Nilsson (1998](#CITEREFNilsson1998), chpt. 4.2, 7.2)

1. **[^](#cite_ref-88)** [Resolution](/source/Resolution_(logic)) and [unification](/source/Unification_(computer_science)): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sections 7.5.2, 9.2, 9.5)

1. **[^](#cite_ref-89)** Warren, D.H.; Pereira, L.M.; Pereira, F. (1977). "Prolog-the language and its implementation compared with Lisp". *[ACM SIGPLAN Notices](/source/ACM_SIGPLAN_Notices)*. **12** (8): 109–115. [doi](/source/Doi_(identifier)):[10.1145/872734.806939](https://doi.org/10.1145%2F872734.806939).

1. **[^](#cite_ref-90)** Fuzzy logic: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 214, 255, 459), [Scientific American (1999)](#CITEREFScientific_American1999)

1. ^ [***a***](#cite_ref-Stoch_91-0) [***b***](#cite_ref-Stoch_91-1) Stochastic methods for uncertain reasoning: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 12–18, 20), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 345–395), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 165–191, 333–381), [Nilsson (1998](#CITEREFNilsson1998), chpt. 19)

1. **[^](#cite_ref-92)** [decision theory](/source/Decision_theory) and [decision analysis](/source/Decision_analysis): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 16–18), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 381–394)

1. **[^](#cite_ref-93)** [Information value theory](/source/Information_value_theory): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 16.6)

1. **[^](#cite_ref-94)** [Markov decision processes](/source/Markov_decision_process) and dynamic [decision networks](/source/Decision_network): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 17)

1. ^ [***a***](#cite_ref-Stochastic_temporal_models_95-0) [***b***](#cite_ref-Stochastic_temporal_models_95-1) [***c***](#cite_ref-Stochastic_temporal_models_95-2) Stochastic temporal models: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 14) [Hidden Markov model](/source/Hidden_Markov_model): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 14.3) [Kalman filters](/source/Kalman_filter): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 14.4) [Dynamic Bayesian networks](/source/Dynamic_Bayesian_network): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 14.5)

1. **[^](#cite_ref-96)** [Game theory](/source/Game_theory) and [mechanism design](/source/Mechanism_design): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 18)

1. **[^](#cite_ref-97)** [Bayesian networks](/source/Bayesian_network): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sects. 12.5–12.6, 13.4–13.5, 14.3–14.5, 16.5, 20.2–20.3), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 361–381), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. ~182–190, ≈363–379), [Nilsson (1998](#CITEREFNilsson1998), chpt. 19.3–19.4)

1. **[^](#cite_ref-FOOTNOTEDomingos2015chpt._6_98-0)** [Domingos (2015)](#CITEREFDomingos2015), chpt. 6.

1. **[^](#cite_ref-100)** [Bayesian inference](/source/Bayesian_inference) algorithm: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 13.3–13.5), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 361–381), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. ~363–379), [Nilsson (1998](#CITEREFNilsson1998), chpt. 19.4 & 7)

1. **[^](#cite_ref-FOOTNOTEDomingos2015210_101-0)** [Domingos (2015)](#CITEREFDomingos2015), p. 210.

1. **[^](#cite_ref-103)** [Bayesian learning](/source/Bayesian_learning) and the [expectation–maximization algorithm](/source/Expectation%E2%80%93maximization_algorithm): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 20), [Poole, Mackworth & Goebel (1998](#CITEREFPooleMackworthGoebel1998), pp. 424–433), [Nilsson (1998](#CITEREFNilsson1998), chpt. 20), [Domingos (2015](#CITEREFDomingos2015), p. 210)

1. **[^](#cite_ref-104)** [Bayesian decision theory](/source/Bayesian_decision_theory) and Bayesian [decision networks](/source/Decision_network): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 16.5)

1. **[^](#cite_ref-105)** Statistical learning methods and [classifiers](/source/Classifier_(mathematics)): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 20),

1. **[^](#cite_ref-106)** [Ciaramella, Alberto](/source/Alberto_Ciaramella); Ciaramella, Marco (2024). *Introduction to Artificial Intelligence: from data analysis to generative AI*. Intellisemantic Editions. [ISBN](/source/ISBN_(identifier)) [978-8-8947-8760-3](https://en.wikipedia.org/wiki/Special:BookSources/978-8-8947-8760-3).

1. **[^](#cite_ref-107)** [Decision trees](/source/Alternating_decision_tree): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 19.3), [Domingos (2015](#CITEREFDomingos2015), p. 88)

1. **[^](#cite_ref-108)** [Non-parameteric](/source/Nonparametric_statistics) learning models such as [K-nearest neighbor](/source/K-nearest_neighbor) and [support vector machines](/source/Support_vector_machines): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 19.7), [Domingos (2015](#CITEREFDomingos2015), p. 187) (k-nearest neighbor) - [Domingos (2015](#CITEREFDomingos2015), p. 88) (kernel methods)

1. **[^](#cite_ref-FOOTNOTEDomingos2015152_109-0)** [Domingos (2015)](#CITEREFDomingos2015), p. 152.

1. **[^](#cite_ref-110)** [Naive Bayes classifier](/source/Naive_Bayes_classifier): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 12.6), [Domingos (2015](#CITEREFDomingos2015), p. 152)

1. ^ [***a***](#cite_ref-Neural_networks_111-0) [***b***](#cite_ref-Neural_networks_111-1) Neural networks: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 21), [Domingos (2015](#CITEREFDomingos2015), Chapter 4)

1. **[^](#cite_ref-112)** Gradient calculation in computational graphs, [backpropagation](/source/Backpropagation), [automatic differentiation](/source/Automatic_differentiation): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 21.2), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 467–474), [Nilsson (1998](#CITEREFNilsson1998), chpt. 3.3)

1. **[^](#cite_ref-113)** [Universal approximation theorem](/source/Universal_approximation_theorem): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 752) The theorem: [Cybenko (1988)](#CITEREFCybenko1988), [Hornik, Stinchcombe & White (1989)](#CITEREFHornikStinchcombeWhite1989)

1. **[^](#cite_ref-114)** [Feedforward neural networks](/source/Feedforward_neural_network): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 21.1)

1. **[^](#cite_ref-115)** [Perceptrons](/source/Perceptron): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 21, 22, 683, 22)

1. ^ [***a***](#cite_ref-Deep_learning_116-0) [***b***](#cite_ref-Deep_learning_116-1) [Deep learning](/source/Deep_learning): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), chpt. 21), [Goodfellow, Bengio & Courville (2016)](#CITEREFGoodfellowBengioCourville2016), [Hinton *et al.* (2016)](#CITEREFHinton_et_al.2016), [Schmidhuber (2015)](#CITEREFSchmidhuber2015)

1. **[^](#cite_ref-117)** [Recurrent neural networks](/source/Recurrent_neural_network): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 21.6)

1. **[^](#cite_ref-118)** [Convolutional neural networks](/source/Convolutional_neural_networks): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), sect. 21.3)

1. **[^](#cite_ref-journalimcms.org_119-0)** Sindhu V, Nivedha S, Prakash M (February 2020). ["An Empirical Science Research on Bioinformatics in Machine Learning"](https://doi.org/10.26782%2Fjmcms.spl.7%2F2020.02.00006). *Journal of Mechanics of Continua and Mathematical Sciences* (7). [doi](/source/Doi_(identifier)):[10.26782/jmcms.spl.7/2020.02.00006](https://doi.org/10.26782%2Fjmcms.spl.7%2F2020.02.00006).

1. **[^](#cite_ref-FOOTNOTEDengYu2014199–200_120-0)** [Deng & Yu (2014)](#CITEREFDengYu2014), pp. 199–200.

1. **[^](#cite_ref-FOOTNOTECiresanMeierSchmidhuber2012_121-0)** [Ciresan, Meier & Schmidhuber (2012)](#CITEREFCiresanMeierSchmidhuber2012).

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021750_122-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 750.

1. ^ [***a***](#cite_ref-FOOTNOTERussellNorvig202117_123-0) [***b***](#cite_ref-FOOTNOTERussellNorvig202117_123-1) [***c***](#cite_ref-FOOTNOTERussellNorvig202117_123-2) [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 17.

1. ^ [***a***](#cite_ref-FOOTNOTERussellNorvig2021785_124-0) [***b***](#cite_ref-FOOTNOTERussellNorvig2021785_124-1) [***c***](#cite_ref-FOOTNOTERussellNorvig2021785_124-2) [***d***](#cite_ref-FOOTNOTERussellNorvig2021785_124-3) [***e***](#cite_ref-FOOTNOTERussellNorvig2021785_124-4) [***f***](#cite_ref-FOOTNOTERussellNorvig2021785_124-5) [***g***](#cite_ref-FOOTNOTERussellNorvig2021785_124-6) [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 785.

1. ^ [***a***](#cite_ref-FOOTNOTESchmidhuber2022sect._5_125-0) [***b***](#cite_ref-FOOTNOTESchmidhuber2022sect._5_125-1) [Schmidhuber (2022)](#CITEREFSchmidhuber2022), sect. 5.

1. **[^](#cite_ref-FOOTNOTESchmidhuber2022sect._6_126-0)** [Schmidhuber (2022)](#CITEREFSchmidhuber2022), sect. 6.

1. ^ [***a***](#cite_ref-FOOTNOTESchmidhuber2022sect._7_127-0) [***b***](#cite_ref-FOOTNOTESchmidhuber2022sect._7_127-1) [***c***](#cite_ref-FOOTNOTESchmidhuber2022sect._7_127-2) [Schmidhuber (2022)](#CITEREFSchmidhuber2022), sect. 7.

1. **[^](#cite_ref-FOOTNOTESchmidhuber2022sect._8_128-0)** [Schmidhuber (2022)](#CITEREFSchmidhuber2022), sect. 8.

1. **[^](#cite_ref-130)** Quoted in [Christian (2020](#CITEREFChristian2020), p. 22)

1. **[^](#cite_ref-132)** Metz, Cade; Weise, Karen (5 May 2025). ["A.I. Hallucinations Are Getting Worse, Even as New Systems Become More Powerful"](https://www.nytimes.com/2025/05/05/technology/ai-hallucinations-chatgpt-google.html). *The New York Times*. [ISSN](/source/ISSN_(identifier)) [0362-4331](https://search.worldcat.org/issn/0362-4331). Retrieved 6 May 2025.

1. **[^](#cite_ref-FOOTNOTESmith2023_133-0)** [Smith (2023)](#CITEREFSmith2023).

1. **[^](#cite_ref-134)** ["Explained: Generative AI"](https://news.mit.edu/2023/explained-generative-ai-1109). *MIT News | Massachusetts Institute of Technology*. 9 November 2023.

1. **[^](#cite_ref-135)** ["AI Writing and Content Creation Tools"](https://mitsloanedtech.mit.edu/ai/tools/writing). *MIT Sloan Teaching & Learning Technologies*. [Archived](https://web.archive.org/web/20231225232503/https://mitsloanedtech.mit.edu/ai/tools/writing/) from the original on 25 December 2023. Retrieved 25 December 2023.

1. **[^](#cite_ref-FOOTNOTEMarmouyet2023_136-0)** [Marmouyet (2023)](#CITEREFMarmouyet2023).

1. **[^](#cite_ref-FOOTNOTEKobielus2019_137-0)** [Kobielus (2019)](#CITEREFKobielus2019).

1. **[^](#cite_ref-138)** Thomason, James (21 May 2024). ["Mojo Rising: The resurgence of AI-first programming languages"](https://venturebeat.com/ai/mojo-rising-the-resurgence-of-ai-first-programming-languages). *VentureBeat*. [Archived](https://web.archive.org/web/20240627143853/https://venturebeat.com/ai/mojo-rising-the-resurgence-of-ai-first-programming-languages/) from the original on 27 June 2024. Retrieved 26 May 2024.

1. **[^](#cite_ref-139)** Wodecki, Ben (5 May 2023). ["7 AI Programming Languages You Need to Know"](https://aibusiness.com/verticals/7-ai-programming-languages-you-need-to-know). *AI Business*. [Archived](https://web.archive.org/web/20240725164443/https://aibusiness.com/verticals/7-ai-programming-languages-you-need-to-know) from the original on 25 July 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-140)** Plumb, Taryn (18 September 2024). ["Why Jensen Huang and Marc Benioff see 'gigantic' opportunity for agentic AI"](https://venturebeat.com/ai/why-jensen-huang-and-marc-benioff-see-gigantic-opportunity-for-agentic-ai/). *VentureBeat*. [Archived](https://web.archive.org/web/20241005165649/https://venturebeat.com/ai/why-jensen-huang-and-marc-benioff-see-gigantic-opportunity-for-agentic-ai/) from the original on 5 October 2024. Retrieved 4 October 2024.

1. **[^](#cite_ref-141)** Mims, Christopher (19 September 2020). ["Huang's Law Is the New Moore's Law, and Explains Why Nvidia Wants Arm"](https://www.wsj.com/articles/huangs-law-is-the-new-moores-law-and-explains-why-nvidia-wants-arm-11600488001). *Wall Street Journal*. [ISSN](/source/ISSN_(identifier)) [0099-9660](https://search.worldcat.org/issn/0099-9660). [Archived](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) from the original on 2 October 2023. Retrieved 19 January 2025.

1. **[^](#cite_ref-142)** Dankwa-Mullan, Irene (2024). ["Health Equity and Ethical Considerations in Using Artificial Intelligence in Public Health and Medicine"](https://www.cdc.gov/pcd/issues/2024/24_0245.htm). *Preventing Chronic Disease*. **21** 240245: E64. [doi](/source/Doi_(identifier)):[10.5888/pcd21.240245](https://doi.org/10.5888%2Fpcd21.240245). [ISSN](/source/ISSN_(identifier)) [1545-1151](https://search.worldcat.org/issn/1545-1151). [PMC](/source/PMC_(identifier)) [11364282](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11364282). [PMID](/source/PMID_(identifier)) [39173183](https://pubmed.ncbi.nlm.nih.gov/39173183).

1. **[^](#cite_ref-143)** Jumper, J; Evans, R; Pritzel, A (2021). ["Highly accurate protein structure prediction with AlphaFold"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8371605). *Nature*. **596** (7873): 583–589. [Bibcode](/source/Bibcode_(identifier)):[2021Natur.596..583J](https://ui.adsabs.harvard.edu/abs/2021Natur.596..583J). [doi](/source/Doi_(identifier)):[10.1038/s41586-021-03819-2](https://doi.org/10.1038%2Fs41586-021-03819-2). [PMC](/source/PMC_(identifier)) [8371605](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8371605). [PMID](/source/PMID_(identifier)) [34265844](https://pubmed.ncbi.nlm.nih.gov/34265844).

1. **[^](#cite_ref-144)** ["AI discovers new class of antibiotics to kill drug-resistant bacteria"](https://www.newscientist.com/article/2409706-ai-discovers-new-class-of-antibiotics-to-kill-drug-resistant-bacteria/). *New Scientist*. 20 December 2023. [Archived](https://web.archive.org/web/20240916014421/https://www.newscientist.com/article/2409706-ai-discovers-new-class-of-antibiotics-to-kill-drug-resistant-bacteria/) from the original on 16 September 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-145)** ["AI speeds up drug design for Parkinson's ten-fold"](https://www.cam.ac.uk/research/news/ai-speeds-up-drug-design-for-parkinsons-ten-fold). *University of Cambridge*. Cambridge University. 17 April 2024. [Archived](https://web.archive.org/web/20241005165755/https://www.cam.ac.uk/research/news/ai-speeds-up-drug-design-for-parkinsons-ten-fold) from the original on 5 October 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-146)** Horne, Robert I.; Andrzejewska, Ewa A.; Alam, Parvez; Brotzakis, Z. Faidon; Srivastava, Ankit; Aubert, Alice; Nowinska, Magdalena; Gregory, Rebecca C.; Staats, Roxine; Possenti, Andrea; Chia, Sean; Sormanni, Pietro; Ghetti, Bernardino; Caughey, Byron; Knowles, Tuomas P. J.; Vendruscolo, Michele (17 April 2024). ["Discovery of potent inhibitors of α-synuclein aggregation using structure-based iterative learning"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11062903). *Nature Chemical Biology*. **20** (5). Nature: 634–645. [doi](/source/Doi_(identifier)):[10.1038/s41589-024-01580-x](https://doi.org/10.1038%2Fs41589-024-01580-x). [PMC](/source/PMC_(identifier)) [11062903](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11062903). [PMID](/source/PMID_(identifier)) [38632492](https://pubmed.ncbi.nlm.nih.gov/38632492).

1. **[^](#cite_ref-147)** Grant, Eugene F.; Lardner, Rex (25 July 1952). ["The Talk of the Town – It"](https://www.newyorker.com/magazine/1952/08/02/it). *The New Yorker*. [ISSN](/source/ISSN_(identifier)) [0028-792X](https://search.worldcat.org/issn/0028-792X). [Archived](https://web.archive.org/web/20200216034025/https://www.newyorker.com/magazine/1952/08/02/it) from the original on 16 February 2020. Retrieved 28 January 2024.

1. **[^](#cite_ref-148)** Anderson, Mark Robert (11 May 2017). ["Twenty years on from Deep Blue vs Kasparov: how a chess match started the big data revolution"](https://theconversation.com/twenty-years-on-from-deep-blue-vs-kasparov-how-a-chess-match-started-the-big-data-revolution-76882). *The Conversation*. [Archived](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) from the original on 17 September 2024. Retrieved 28 January 2024.

1. **[^](#cite_ref-149)** Markoff, John (16 February 2011). ["Computer Wins on 'Jeopardy!': Trivial, It's Not"](https://www.nytimes.com/2011/02/17/science/17jeopardy-watson.html). *The New York Times*. [ISSN](/source/ISSN_(identifier)) [0362-4331](https://search.worldcat.org/issn/0362-4331). [Archived](https://web.archive.org/web/20141022023202/http://www.nytimes.com/2011/02/17/science/17jeopardy-watson.html) from the original on 22 October 2014. Retrieved 28 January 2024.

1. **[^](#cite_ref-150)** Byford, Sam (27 May 2017). ["AlphaGo retires from competitive Go after defeating world number one 3–0"](https://www.theverge.com/2017/5/27/15704088/alphago-ke-jie-game-3-result-retires-future). *The Verge*. [Archived](https://web.archive.org/web/20170607184301/https://www.theverge.com/2017/5/27/15704088/alphago-ke-jie-game-3-result-retires-future) from the original on 7 June 2017. Retrieved 28 January 2024.

1. **[^](#cite_ref-151)** Brown, Noam; Sandholm, Tuomas (30 August 2019). "Superhuman AI for multiplayer poker". *Science*. **365** (6456): 885–890. [Bibcode](/source/Bibcode_(identifier)):[2019Sci...365..885B](https://ui.adsabs.harvard.edu/abs/2019Sci...365..885B). [doi](/source/Doi_(identifier)):[10.1126/science.aay2400](https://doi.org/10.1126%2Fscience.aay2400). [PMID](/source/PMID_(identifier)) [31296650](https://pubmed.ncbi.nlm.nih.gov/31296650).

1. **[^](#cite_ref-152)** ["MuZero: Mastering Go, chess, shogi and Atari without rules"](https://deepmind.google/discover/blog/muzero-mastering-go-chess-shogi-and-atari-without-rules). *Google DeepMind*. 23 December 2020. Retrieved 28 January 2024.

1. **[^](#cite_ref-153)** Sample, Ian (30 October 2019). ["AI becomes grandmaster in 'fiendishly complex' StarCraft II"](https://www.theguardian.com/technology/2019/oct/30/ai-becomes-grandmaster-in-fiendishly-complex-starcraft-ii). *The Guardian*. [ISSN](/source/ISSN_(identifier)) [0261-3077](https://search.worldcat.org/issn/0261-3077). [Archived](https://web.archive.org/web/20201229185547/https://www.theguardian.com/technology/2019/oct/30/ai-becomes-grandmaster-in-fiendishly-complex-starcraft-ii) from the original on 29 December 2020. Retrieved 28 January 2024.

1. **[^](#cite_ref-154)** Wurman, P. R.; Barrett, S.; Kawamoto, K. (2022). ["Outracing champion Gran Turismo drivers with deep reinforcement learning"](https://www.researchsquare.com/article/rs-795954/latest.pdf) (PDF). *Nature*. **602** (7896): 223–228. [Bibcode](/source/Bibcode_(identifier)):[2022Natur.602..223W](https://ui.adsabs.harvard.edu/abs/2022Natur.602..223W). [doi](/source/Doi_(identifier)):[10.1038/s41586-021-04357-7](https://doi.org/10.1038%2Fs41586-021-04357-7). [PMID](/source/PMID_(identifier)) [35140384](https://pubmed.ncbi.nlm.nih.gov/35140384).

1. **[^](#cite_ref-155)** Wilkins, Alex (13 March 2024). ["Google AI learns to play open-world video games by watching them"](https://www.newscientist.com/article/2422101-google-ai-learns-to-play-open-world-video-games-by-watching-them). *New Scientist*. [Archived](https://web.archive.org/web/20240726182946/https://www.newscientist.com/article/2422101-google-ai-learns-to-play-open-world-video-games-by-watching-them/) from the original on 26 July 2024. Retrieved 21 July 2024.

1. **[^](#cite_ref-VentureBeat_8_August_2024_156-0)** Franzen, Carl (8 August 2024). ["Alibaba claims no. 1 spot in AI math models with Qwen2-Math"](https://venturebeat.com/ai/alibaba-claims-no-1-spot-in-ai-math-models-with-qwen2-math/). *VentureBeat*. Retrieved 16 February 2025.

1. **[^](#cite_ref-157)** Franzen, Carl (9 January 2025). ["Microsoft's new rStar-Math technique upgrades small models to outperform OpenAI's o1-preview at math problems"](https://venturebeat.com/ai/microsofts-new-rstar-math-technique-upgrades-small-models-to-outperform-openais-o1-preview-at-math-problems/). *VentureBeat*. Retrieved 26 January 2025.

1. **[^](#cite_ref-158)** ["AlphaEvolve Tackles Kissing Problem and More | AlphaEvolve made several mathematical discoveries and practical optimizations"](https://spectrum.ieee.org/deepmind-alphaevolve). *IEEE Spectrum*. 14 May 2025. Retrieved 7 June 2025.

1. **[^](#cite_ref-159)** Roberts, Siobhan (25 July 2024). ["AI achieves silver-medal standard solving International Mathematical Olympiad problems"](https://www.nytimes.com/2024/07/25/science/ai-math-alphaproof-deepmind.html). *[The New York Times](/source/The_New_York_Times)*. [Archived](https://web.archive.org/web/20240926131402/https://www.nytimes.com/2024/07/25/science/ai-math-alphaproof-deepmind.html) from the original on 26 September 2024. Retrieved 7 August 2024.

1. **[^](#cite_ref-160)** Metz, Cade (21 July 2025). ["Google A.I. System Wins Gold Medal in International Math Olympiad"](https://www.nytimes.com/2025/07/21/technology/google-ai-international-mathematics-olympiad.html). *The New York Times*. [ISSN](/source/ISSN_(identifier)) [0362-4331](https://search.worldcat.org/issn/0362-4331). Retrieved 24 July 2025.

1. **[^](#cite_ref-161)** 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/](https://videovoice.org/ai-in-finance-innovation-entrepreneurship-vs-over-regulation-with-the-eus-artificial-intelligence-act-wont-work-as-intended/) [Archived](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/) 11 September 2024 at the [Wayback Machine](/source/Wayback_Machine).

1. ^ [***a***](#cite_ref-CRS-2019_162-0) [***b***](#cite_ref-CRS-2019_162-1) [***c***](#cite_ref-CRS-2019_162-2) Congressional Research Service (2019). [*Artificial Intelligence and National Security*](https://fas.org/sgp/crs/natsec/R45178.pdf) (PDF). Washington, DC: Congressional Research Service. [Archived](https://web.archive.org/web/20200508062631/https://fas.org/sgp/crs/natsec/R45178.pdf) (PDF) from the original on 8 May 2020. Retrieved 25 February 2024.[PD-notice](https://en.wikipedia.org/wiki/Template:PD-notice)

1. ^ [***a***](#cite_ref-Slyusar-2019_163-0) [***b***](#cite_ref-Slyusar-2019_163-1) Slyusar, Vadym (2019). Artificial intelligence as the basis of future control networks (Preprint). [doi](/source/Doi_(identifier)):[10.13140/RG.2.2.30247.50087](https://doi.org/10.13140%2FRG.2.2.30247.50087).

1. **[^](#cite_ref-164)** Iraqi, Amjad (3 April 2024). ["'Lavender': The AI machine directing Israel's bombing spree in Gaza"](https://www.972mag.com/lavender-ai-israeli-army-gaza/). *+972 Magazine*. [Archived](https://web.archive.org/web/20241010022042/https://www.972mag.com/lavender-ai-israeli-army-gaza/) from the original on 10 October 2024. Retrieved 6 April 2024.

1. **[^](#cite_ref-Davies-2023_165-0)** Davies, Harry; McKernan, Bethan; Sabbagh, Dan (1 December 2023). ["'The Gospel': how Israel uses AI to select bombing targets in Gaza"](https://www.theguardian.com/world/2023/dec/01/the-gospel-how-israel-uses-ai-to-select-bombing-targets). *The Guardian*. [Archived](https://web.archive.org/web/20231206213901/https://www.theguardian.com/world/2023/dec/01/the-gospel-how-israel-uses-ai-to-select-bombing-targets) from the original on 6 December 2023. Retrieved 4 December 2023.

1. **[^](#cite_ref-166)** Marti, J Werner (10 August 2024). ["Drohnen haben den Krieg in der Ukraine revolutioniert, doch sie sind empfindlich auf Störsender – deshalb sollen sie jetzt autonom operieren"](https://www.nzz.ch/international/die-ukraine-setzt-auf-drohnen-die-autonom-navigieren-und-toeten-koennen-ld.1838731). *Neue Zürcher Zeitung* (in German). [Archived](https://web.archive.org/web/20240810054043/https://www.nzz.ch/international/die-ukraine-setzt-auf-drohnen-die-autonom-navigieren-und-toeten-koennen-ld.1838731) from the original on 10 August 2024. Retrieved 10 August 2024.

1. **[^](#cite_ref-167)** Banh, Leonardo; Strobel, Gero (2023). ["Generative artificial intelligence"](https://doi.org/10.1007%2Fs12525-023-00680-1). *[Electronic Markets](/source/Electronic_Markets)*. **33** (1) 63. [doi](/source/Doi_(identifier)):[10.1007/s12525-023-00680-1](https://doi.org/10.1007%2Fs12525-023-00680-1).

1. **[^](#cite_ref-168)** Pasick, Adam (27 March 2023). ["Artificial Intelligence Glossary: Neural Networks and Other Terms Explained"](https://www.nytimes.com/article/ai-artificial-intelligence-glossary.html). *The New York Times*. [ISSN](/source/ISSN_(identifier)) [0362-4331](https://search.worldcat.org/issn/0362-4331). [Archived](https://web.archive.org/web/20230901183440/https://www.nytimes.com/article/ai-artificial-intelligence-glossary.html) from the original on 1 September 2023. Retrieved 22 April 2023.

1. **[^](#cite_ref-Generative_AI_nytimes2_169-0)** Griffith, Erin; Metz, Cade (27 January 2023). ["Anthropic Said to Be Closing In on $300 Million in New A.I. Funding"](https://www.nytimes.com/2023/01/27/technology/anthropic-ai-funding.html). *[The New York Times](/source/The_New_York_Times)*. [Archived](https://web.archive.org/web/20231209074235/https://www.nytimes.com/2023/01/27/technology/anthropic-ai-funding.html) from the original on 9 December 2023. Retrieved 14 March 2023.

1. **[^](#cite_ref-Generative_AI_bloomberg2_170-0)** Lanxon, Nate; Bass, Dina; Davalos, Jackie (10 March 2023). ["A Cheat Sheet to AI Buzzwords and Their Meanings"](https://news.bloomberglaw.com/tech-and-telecom-law/a-cheat-sheet-to-ai-buzzwords-and-their-meanings-quicktake). *Bloomberg News*. [Archived](https://web.archive.org/web/20231117140835/https://news.bloomberglaw.com/tech-and-telecom-law/a-cheat-sheet-to-ai-buzzwords-and-their-meanings-quicktake) from the original on 17 November 2023. Retrieved 14 March 2023.

1. **[^](#cite_ref-171)** Roose, Kevin (21 October 2022). ["A Coming-Out Party for Generative A.I., Silicon Valley's New Craze"](https://www.nytimes.com/2022/10/21/technology/generative-ai.html). *[The New York Times](/source/The_New_York_Times)*. [Archived](https://web.archive.org/web/20230215010524/https://www.nytimes.com/2022/10/21/technology/generative-ai.html) from the original on 15 February 2023. Retrieved 14 March 2023.

1. **[^](#cite_ref-172)** Shahaf, Tal; Shahaf, Tal (23 October 2025). ["Lightricks unveils powerful AI video model challenging OpenAI and Google"](https://www.ynetnews.com/tech-and-digital/article/hklbzavrgx). *Ynetglobal*. Retrieved 22 December 2025.

1. **[^](#cite_ref-Generative_AI_Metz-2024_173-0)** Metz, Cade (15 February 2024). ["OpenAI Unveils A.I. That Instantly Generates Eye-Popping Videos"](https://www.nytimes.com/2024/02/15/technology/openai-sora-videos.html). *The New York Times*. [ISSN](/source/ISSN_(identifier)) [0362-4331](https://search.worldcat.org/issn/0362-4331). [Archived](https://web.archive.org/web/20240215220626/https://www.nytimes.com/2024/02/15/technology/openai-sora-videos.html) from the original on 15 February 2024. Retrieved 16 February 2024.

1. **[^](#cite_ref-174)** Raza, Marium M.; Venkatesh, Kaushik P.; Kvedar, Joseph C. (7 March 2024). ["Generative AI and large language models in health care: pathways to implementation"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10920625). *npj Digital Medicine*. **7** (1): 62. [doi](/source/Doi_(identifier)):[10.1038/s41746-023-00988-4](https://doi.org/10.1038%2Fs41746-023-00988-4). [ISSN](/source/ISSN_(identifier)) [2398-6352](https://search.worldcat.org/issn/2398-6352). [PMC](/source/PMC_(identifier)) [10920625](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10920625). [PMID](/source/PMID_(identifier)) [38454007](https://pubmed.ncbi.nlm.nih.gov/38454007).

1. **[^](#cite_ref-175)** Mogaji, Emmanuel (7 January 2025). ["How generative AI is transforming financial services – and what it means for customers"](https://theconversation.com/how-generative-ai-is-transforming-financial-services-and-what-it-means-for-customers-246649). *The Conversation*. Retrieved 10 April 2025.

1. **[^](#cite_ref-176)** Bean, Thomas H. Davenport and Randy (19 June 2023). ["The Impact of Generative AI on Hollywood and Entertainment"](https://sloanreview.mit.edu/article/the-impact-of-generative-ai-on-hollywood-and-entertainment/). *MIT Sloan Management Review*. [Archived](https://web.archive.org/web/20240806231801/https://sloanreview.mit.edu/article/the-impact-of-generative-ai-on-hollywood-and-entertainment/) from the original on 6 August 2024. Retrieved 10 April 2025.

1. **[^](#cite_ref-177)** Brynjolfsson, Erik; Li, Danielle; Raymond, Lindsey R. (April 2023), [*Generative AI at Work*](https://www.nber.org/papers/w31161) (Working Paper), Working Paper Series, [doi](/source/Doi_(identifier)):[10.3386/w31161](https://doi.org/10.3386%2Fw31161), [archived](https://web.archive.org/web/20240328004237/https://www.nber.org/papers/w31161) from the original on 28 March 2024, retrieved 21 January 2024

1. **[^](#cite_ref-Generative_AI_economist2_178-0)** ["Don't fear an AI-induced jobs apocalypse just yet"](https://www.economist.com/business/2023/03/06/dont-fear-an-ai-induced-jobs-apocalypse-just-yet). [The Economist](/source/The_Economist). 6 March 2023. [Archived](https://web.archive.org/web/20231117160744/https://www.economist.com/business/2023/03/06/dont-fear-an-ai-induced-jobs-apocalypse-just-yet) from the original on 17 November 2023. Retrieved 14 March 2023.

1. **[^](#cite_ref-179)** Coyle, Jake (27 September 2023). ["In Hollywood writers' battle against AI, humans win (for now)"](https://apnews.com/article/hollywood-ai-strike-wga-artificial-intelligence-39ab72582c3a15f77510c9c30a45ffc8). *AP News*. Associated Press. [Archived](https://web.archive.org/web/20240403060904/https://apnews.com/article/hollywood-ai-strike-wga-artificial-intelligence-39ab72582c3a15f77510c9c30a45ffc8) from the original on 3 April 2024. Retrieved 26 January 2024.

1. **[^](#cite_ref-180)** ["How Generative AI Can Augment Human Creativity"](https://hbr.org/2023/07/how-generative-ai-can-augment-human-creativity). *Harvard Business Review*. 16 June 2023. [ISSN](/source/ISSN_(identifier)) [0017-8012](https://search.worldcat.org/issn/0017-8012). [Archived](https://web.archive.org/web/20230620073042/https://hbr.org/2023/07/how-generative-ai-can-augment-human-creativity) from the original on 20 June 2023. Retrieved 20 June 2023.

1. **[^](#cite_ref-181)** Poole, David; Mackworth, Alan (2023). *Artificial Intelligence, Foundations of Computational Agents* (3rd ed.). Cambridge University Press. [doi](/source/Doi_(identifier)):[10.1017/9781009258227](https://doi.org/10.1017%2F9781009258227). [ISBN](/source/ISBN_(identifier)) [978-1-0092-5819-7](https://en.wikipedia.org/wiki/Special:BookSources/978-1-0092-5819-7).

1. **[^](#cite_ref-182)** Russell, Stuart; Norvig, Peter (2020). *[Artificial Intelligence: A Modern Approach](/source/Artificial_Intelligence%3A_A_Modern_Approach)* (4th ed.). Pearson. [ISBN](/source/ISBN_(identifier)) [978-0-1346-1099-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-1346-1099-3).

1. **[^](#cite_ref-183)** ["Why agents are the next frontier of generative AI"](https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/why-agents-are-the-next-frontier-of-generative-ai). *McKinsey Digital*. 24 July 2024. [Archived](https://web.archive.org/web/20241003212335/https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/why-agents-are-the-next-frontier-of-generative-ai) from the original on 3 October 2024. Retrieved 10 August 2024.

1. **[^](#cite_ref-184)** Peters, Jay (14 March 2023). ["The Bing AI bot has been secretly running GPT-4"](https://www.theverge.com/2023/3/14/23639928/microsoft-bing-chatbot-ai-gpt-4-llm). *The Verge*. Retrieved 31 August 2025.

1. **[^](#cite_ref-185)** Wiggers, Kyle; Levy, Karyne (20 May 2025). ["Google I/O 2025: Everything announced at this year's developer conference"](https://techcrunch.com/2025/05/20/google-i-o-2025-everything-announced-at-this-years-developer-conference/). *TechCrunch*. [Archived](https://web.archive.org/web/20260115100023/https://techcrunch.com/2025/05/20/google-i-o-2025-everything-announced-at-this-years-developer-conference/) from the original on 15 January 2026. Retrieved 26 February 2026.

1. **[^](#cite_ref-186)** Figueiredo, Mayara Costa; Ankrah, Elizabeth; Powell, Jacquelyn E.; Epstein, Daniel A.; Chen, Yunan (12 January 2024). "Powered by AI: Examining How AI Descriptions Influence Perceptions of Fertility Tracking Applications". *Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies*. **7** (4): 1–24. [doi](/source/Doi_(identifier)):[10.1145/3631414](https://doi.org/10.1145%2F3631414).

1. **[^](#cite_ref-187)** Power, Jennifer; Pym, Tinonee; James, Alexandra; Waling, Andrea (5 July 2024). ["Smart Sex Toys: A Narrative Review of Recent Research on Cultural, Health and Safety Considerations"](https://doi.org/10.1007%2Fs11930-024-00392-3). *Current Sexual Health Reports*. **16** (3): 199–215. [doi](/source/Doi_(identifier)):[10.1007/s11930-024-00392-3](https://doi.org/10.1007%2Fs11930-024-00392-3). [ISSN](/source/ISSN_(identifier)) [1548-3592](https://search.worldcat.org/issn/1548-3592).

1. **[^](#cite_ref-188)** Marcantonio, Tiffany L.; Avery, Gracie; Thrash, Anna; Leone, Ruschelle M. (10 September 2024). ["Large Language Models in an App: Conducting a Qualitative Synthetic Data Analysis of How Snapchat's 'My AI' Responds to Questions About Sexual Consent, Sexual Refusals, Sexual Assault, and Sexting"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11891083). *The Journal of Sex Research*. **62** (9): 1905–1919. [doi](/source/Doi_(identifier)):[10.1080/00224499.2024.2396457](https://doi.org/10.1080%2F00224499.2024.2396457). [PMC](/source/PMC_(identifier)) [11891083](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11891083). [PMID](/source/PMID_(identifier)) [39254628](https://pubmed.ncbi.nlm.nih.gov/39254628).

1. **[^](#cite_ref-189)** Hanson, Kenneth R.; Bolthouse, Hannah (2024). [""Replika Removing Erotic Role-Play Is Like Grand Theft Auto Removing Guns or Cars": Reddit Discourse on Artificial Intelligence Chatbots and Sexual Technologies"](https://doi.org/10.1177%2F23780231241259627). *Socius: Sociological Research for a Dynamic World*. **10** 23780231241259627. [doi](/source/Doi_(identifier)):[10.1177/23780231241259627](https://doi.org/10.1177%2F23780231241259627). [ISSN](/source/ISSN_(identifier)) [2378-0231](https://search.worldcat.org/issn/2378-0231).

1. **[^](#cite_ref-190)** Mania, Karolina (2024). ["Legal Protection of Revenge and Deepfake Porn Victims in the European Union: Findings from a Comparative Legal Study"](https://ruj.uj.edu.pl/xmlui/handle/item/306917). *Trauma, Violence, & Abuse*. **25** (1): 117–129. [doi](/source/Doi_(identifier)):[10.1177/15248380221143772](https://doi.org/10.1177%2F15248380221143772). [PMID](/source/PMID_(identifier)) [36565267](https://pubmed.ncbi.nlm.nih.gov/36565267).

1. **[^](#cite_ref-191)** Singh, Suyesha; Nambiar, Vaishnavi (2024). "Role of Artificial Intelligence in the Prevention of Online Child Sexual Abuse: A Systematic Review of Literature". *Journal of Applied Security Research*. **19** (4): 586–627. [doi](/source/Doi_(identifier)):[10.1080/19361610.2024.2331885](https://doi.org/10.1080%2F19361610.2024.2331885).

1. **[^](#cite_ref-192)** Razi, Afsaneh; Kim, Seunghyun; Alsoubai, Ashwaq; Stringhini, Gianluca; Solorio, Thamar; [De Choudhury, Munmun](/source/Munmun_De_Choudhury); Wisniewski, Pamela J. (13 October 2021). "A Human-Centered Systematic Literature Review of the Computational Approaches for Online Sexual Risk Detection". *Proceedings of the ACM on Human-Computer Interaction*. **5** (CSCW2): 1–38. [doi](/source/Doi_(identifier)):[10.1145/3479609](https://doi.org/10.1145%2F3479609).

1. **[^](#cite_ref-193)** Ransbotham, Sam; Kiron, David; Gerbert, Philipp; Reeves, Martin (6 September 2017). ["Reshaping Business With Artificial Intelligence"](https://sloanreview.mit.edu/projects/reshaping-business-with-artificial-intelligence). *MIT Sloan Management Review*. [Archived](https://web.archive.org/web/20240213070751/https://sloanreview.mit.edu/projects/reshaping-business-with-artificial-intelligence) from the original on 13 February 2024.

1. **[^](#cite_ref-194)** Sun, Yuran; Zhao, Xilei; Lovreglio, Ruggiero; Kuligowski, Erica (2024). "AI for large-scale evacuation modeling: Promises and challenges". *Interpretable Machine Learning for the Analysis, Design, Assessment, and Informed Decision Making for Civil Infrastructure*. pp. 185–204. [doi](/source/Doi_(identifier)):[10.1016/B978-0-12-824073-1.00014-9](https://doi.org/10.1016%2FB978-0-12-824073-1.00014-9). [ISBN](/source/ISBN_(identifier)) [978-0-12-824073-1](https://en.wikipedia.org/wiki/Special:BookSources/978-0-12-824073-1).

1. **[^](#cite_ref-195)** Gomaa, Islam; Adelzadeh, Masoud; Gwynne, Steven; Spencer, Bruce; Ko, Yoon; Bénichou, Noureddine; Ma, Chunyun; Elsagan, Nour; Duong, Dana; Zalok, Ehab; Kinateder, Max (1 November 2021). "A Framework for Intelligent Fire Detection and Evacuation System". *Fire Technology*. **57** (6): 3179–3185. [doi](/source/Doi_(identifier)):[10.1007/s10694-021-01157-3](https://doi.org/10.1007%2Fs10694-021-01157-3).

1. **[^](#cite_ref-196)** Zhao, Xilei; Lovreglio, Ruggiero; Nilsson, Daniel (1 May 2020). "Modelling and interpreting pre-evacuation decision-making using machine learning". *Automation in Construction*. **113** 103140. [doi](/source/Doi_(identifier)):[10.1016/j.autcon.2020.103140](https://doi.org/10.1016%2Fj.autcon.2020.103140). [hdl](/source/Hdl_(identifier)):[10179/17315](https://hdl.handle.net/10179%2F17315).

1. **[^](#cite_ref-197)** ["India's latest election embraced AI technology. Here are some ways it was used constructively"](https://www.pbs.org/newshour/world/indias-latest-election-embraced-ai-technology-here-are-some-ways-it-was-used-constructively). *PBS News*. 12 June 2024. [Archived](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) from the original on 17 September 2024. Retrieved 28 October 2024.

1. **[^](#cite_ref-198)** ["AI Hallucination Cases"](https://www.damiencharlotin.com/hallucinations/). *damiencharlotin.com*. Damien Charlotin. Retrieved 21 April 2026.

1. **[^](#cite_ref-199)** Gorelick, Evan (7 November 2025). ["Vigilante Lawyers Expose the Rising Tide of A.I. Slop in Court Filings"](https://www.nytimes.com/2025/11/07/business/lawyers-ai-vigilantes.html). *The New York Times*. [ISSN](/source/ISSN_(identifier)) [0362-4331](https://search.worldcat.org/issn/0362-4331). Retrieved 12 May 2026.

1. **[^](#cite_ref-200)** Lichtenberg, Nick. ["Even as hallucinations show up in legal filings, Big Law goes all in on AI with new Anthropic release"](https://fortune.com/2026/05/12/anthropic-legal-plug-in-release-claude-cowork-big-law/). *Fortune*. Retrieved 12 May 2026.

1. **[^](#cite_ref-201)** ["Экономист Дарон Асемоглу написал книгу об угрозах искусственного интеллекта — и о том, как правильное управление может обратить его на пользу человечеству Спецкор "Медузы" Маргарита Лютова узнала у ученого, как скоро мир сможет приблизиться к этой утопии"](https://meduza.io/feature/2023/06/19/ekonomist-daron-asemoglu-napisal-knigu-ob-ugrozah-iskusstvennogo-intellekta-i-o-tom-kak-pravilnoe-upravlenie-mozhet-obratit-ego-na-polzu-chelovechestvu). *Meduza* (in Russian). [Archived](https://web.archive.org/web/20230620234007/https://meduza.io/feature/2023/06/19/ekonomist-daron-asemoglu-napisal-knigu-ob-ugrozah-iskusstvennogo-intellekta-i-o-tom-kak-pravilnoe-upravlenie-mozhet-obratit-ego-na-polzu-chelovechestvu) from the original on 20 June 2023. Retrieved 21 June 2023.

1. **[^](#cite_ref-202)** ["Learning, thinking, artistic collaboration and other such human endeavours in the age of AI"](https://www.thehindu.com/society/artificial-intelligence-chatgpt-technology-human-labour-intelligence-creativity/article66914412.ece). *The Hindu*. 2 June 2023. [Archived](https://web.archive.org/web/20230621174339/https://www.thehindu.com/society/artificial-intelligence-chatgpt-technology-human-labour-intelligence-creativity/article66914412.ece) from the original on 21 June 2023. Retrieved 21 June 2023.

1. **[^](#cite_ref-203)** Müller, Vincent C. (30 April 2020). ["Ethics of Artificial Intelligence and Robotics"](https://plato.stanford.edu/archives/fall2023/entries/ethics-ai/). *Stanford Encyclopedia of Philosophy Archive*. [Archived](https://web.archive.org/web/20241005165650/https://plato.stanford.edu/archives/fall2023/entries/ethics-ai/) from the original on 5 October 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-FOOTNOTESimonite2016_204-0)** [Simonite (2016)](#CITEREFSimonite2016).

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021987_205-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 987.

1. **[^](#cite_ref-206)** ["Assessing potential future artificial intelligence risks, benefits and policy imperatives"](https://www.oecd.org/en/publications/assessing-potential-future-artificial-intelligence-risks-benefits-and-policy-imperatives_3f4e3dfb-en.html). *OECD*. 14 November 2024. Retrieved 1 August 2025.

1. **[^](#cite_ref-FOOTNOTELaskowski2023_207-0)** [Laskowski (2023)](#CITEREFLaskowski2023).

1. **[^](#cite_ref-FOOTNOTEGAO2022_208-0)** [GAO (2022)](#CITEREFGAO2022).

1. **[^](#cite_ref-FOOTNOTEValinsky2019_209-0)** [Valinsky (2019)](#CITEREFValinsky2019).

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021991_210-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 991.

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021991–992_211-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 991–992.

1. **[^](#cite_ref-FOOTNOTEChristian202063_212-0)** [Christian (2020)](#CITEREFChristian2020), p. 63.

1. **[^](#cite_ref-FOOTNOTEVincent2022_213-0)** [Vincent (2022)](#CITEREFVincent2022).

1. **[^](#cite_ref-214)** Kopel, Matthew. ["Copyright Services: Fair Use"](https://guides.library.cornell.edu/copyright/fair-use). *Cornell University Library*. [Archived](https://web.archive.org/web/20240926194057/https://guides.library.cornell.edu/copyright/fair-use) from the original on 26 September 2024. Retrieved 26 April 2024.

1. **[^](#cite_ref-215)** Burgess, Matt. ["How to Stop Your Data From Being Used to Train AI"](https://www.wired.com/story/how-to-stop-your-data-from-being-used-to-train-ai). *Wired*. [ISSN](/source/ISSN_(identifier)) [1059-1028](https://search.worldcat.org/issn/1059-1028). [Archived](https://web.archive.org/web/20241003180100/https://www.wired.com/story/how-to-stop-your-data-from-being-used-to-train-ai/) from the original on 3 October 2024. Retrieved 26 April 2024.

1. **[^](#cite_ref-216)** ["Exclusive: Multiple AI companies bypassing web standard to scrape publisher sites, licensing firm says"](https://web.archive.org/web/20241110223415/https://www.reuters.com/technology/artificial-intelligence/multiple-ai-companies-bypassing-web-standard-scrape-publisher-sites-licensing-2024-06-21/). *Reuters*. Archived from [the original](https://www.reuters.com/technology/artificial-intelligence/multiple-ai-companies-bypassing-web-standard-scrape-publisher-sites-licensing-2024-06-21/) on 10 November 2024. Retrieved 13 November 2025.

1. **[^](#cite_ref-217)** Shilov, Anton (21 June 2024). ["Several AI companies said to be ignoring robots dot txt exclusion, scraping content without permission: report"](https://www.tomshardware.com/tech-industry/artificial-intelligence/several-ai-companies-said-to-be-ignoring-robots-dot-txt-exclusion-scraping-content-without-permission-report). *Tom's Hardware*. Retrieved 13 November 2025.

1. **[^](#cite_ref-FOOTNOTEReisner2023_218-0)** [Reisner (2023)](#CITEREFReisner2023).

1. **[^](#cite_ref-FOOTNOTEAlterHarris2023_219-0)** [Alter & Harris (2023)](#CITEREFAlterHarris2023).

1. **[^](#cite_ref-220)** ["Getting the Innovation Ecosystem Ready for AI. An IP policy toolkit"](https://www.wipo.int/edocs/pubdocs/en/wipo-pub-2003-en-getting-the-innovation-ecosystem-ready-for-ai.pdf) (PDF). *[WIPO](/source/WIPO)*.

1. **[^](#cite_ref-221)** Hammond, George (27 December 2023). ["Big Tech is spending more than VC firms on AI startups"](https://arstechnica.com/ai/2023/12/big-tech-is-spending-more-than-vc-firms-on-ai-startups). *Ars Technica*. [Archived](https://web.archive.org/web/20240110195706/https://arstechnica.com/ai/2023/12/big-tech-is-spending-more-than-vc-firms-on-ai-startups) from the original on 10 January 2024.

1. **[^](#cite_ref-222)** Wong, Matteo (24 October 2023). ["The Future of AI Is GOMA"](https://www.theatlantic.com/technology/archive/2023/10/big-ai-silicon-valley-dominance/675752). *The Atlantic*. [Archived](https://web.archive.org/web/20240105020744/https://www.theatlantic.com/technology/archive/2023/10/big-ai-silicon-valley-dominance/675752) from the original on 5 January 2024.

1. **[^](#cite_ref-223)** ["Big tech and the pursuit of AI dominance"](https://www.economist.com/business/2023/03/26/big-tech-and-the-pursuit-of-ai-dominance). *The Economist*. 26 March 2023. [Archived](https://web.archive.org/web/20231229021351/https://www.economist.com/business/2023/03/26/big-tech-and-the-pursuit-of-ai-dominance) from the original on 29 December 2023.

1. **[^](#cite_ref-224)** Fung, Brian (19 December 2023). ["Where the battle to dominate AI may be won"](https://www.cnn.com/2023/12/19/tech/cloud-competition-and-ai/index.html). *CNN Business*. [Archived](https://web.archive.org/web/20240113053332/https://www.cnn.com/2023/12/19/tech/cloud-competition-and-ai/index.html) from the original on 13 January 2024.

1. **[^](#cite_ref-225)** Metz, Cade (5 July 2023). ["In the Age of A.I., Tech's Little Guys Need Big Friends"](https://www.nytimes.com/2023/07/05/business/artificial-intelligence-power-data-centers.html). *The New York Times*. [Archived](https://web.archive.org/web/20240708214644/https://www.nytimes.com/2023/07/05/business/artificial-intelligence-power-data-centers.html) from the original on 8 July 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-WashPost_20251225_226-0)** Bhattarai, Abha; Lerman, Rachel (25 December 2025). ["10 charts that show where the economy is heading / 3. AI related investments"](https://www.washingtonpost.com/business/2025/12/25/inflation-job-market-impact-charts/). *The Washington Post*. Source: MSCI

1. **[^](#cite_ref-227)** Coren, Michael (24 March 2026). ["How to get Big Tech to pay your energy bills"](https://www.washingtonpost.com/climate-environment/2026/03/24/ai-big-tech-energy-bills/). *The Washington Post*.

1. **[^](#cite_ref-228)** ["Electricity 2024 – Analysis and Forecast to 2026"](https://www.iea.org/reports/electricity-2024). *IEA*. 24 January 2024. Retrieved 13 July 2024.

1. **[^](#cite_ref-229)** Calvert, Brian (28 March 2024). ["AI already uses as much energy as a small country. It's only the beginning"](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). *Vox*. New York, New York. [Archived](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) from the original on 3 July 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-230)** Halper, Evan; O'Donovan, Caroline (21 June 2024). ["AI is exhausting the power grid. Tech firms are seeking a miracle solution"](https://www.washingtonpost.com/business/2024/06/21/artificial-intelligence-nuclear-fusion-climate/). *The Washington Post*.

1. **[^](#cite_ref-231)** Davenport, Carly. ["AI Data Centers and the Coming YS Power Demand Surge"](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) (PDF). *Goldman Sachs*. Archived from [the original](https://www.goldmansachs.com/intelligence/pages/gs-research/generational-growth-ai-data-centers-and-the-coming-us-power-surge/report.pdf) (PDF) on 26 July 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-232)** Ryan, Carol (12 April 2024). ["Energy-Guzzling AI Is Also the Future of Energy Savings"](https://www.wsj.com/business/energy-oil/ai-data-centers-energy-savings-d602296e). *Wall Street Journal*. Dow Jones.

1. **[^](#cite_ref-233)** Hiller, Jennifer (1 July 2024). ["Tech Industry Wants to Lock Up Nuclear Power for AI"](https://www.wsj.com/business/energy-oil/tech-industry-wants-to-lock-up-nuclear-power-for-ai-6cb75316?mod=djem10point). *Wall Street Journal*. Dow Jones. [Archived](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) from the original on 5 October 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-234)** Halper, Evan (20 September 2024). ["Microsoft deal would reopen Three Mile Island nuclear plant to power AI"](https://www.washingtonpost.com/business/2024/09/20/microsoft-three-mile-island-nuclear-constellation). *Washington Post*.

1. **[^](#cite_ref-235)** Hiller, Jennifer (20 September 2024). ["Three Mile Island's Nuclear Plant to Reopen, Help Power Microsoft's AI Centers"](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). *Wall Street Journal*. Dow Jones. [Archived](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) from the original on 5 October 2024. Retrieved 5 October 2024.

1. ^ [***a***](#cite_ref-DatacenterDynamics_236-0) [***b***](#cite_ref-DatacenterDynamics_236-1) [***c***](#cite_ref-DatacenterDynamics_236-2) Niva Yadav (19 August 2024). ["Taiwan to stop large data centers in the North, cites insufficient power"](https://www.datacenterdynamics.com/en/news/taiwan-to-stop-large-data-centers-in-the-north-cites-insufficient-power/). DatacenterDynamics. [Archived](https://web.archive.org/web/20241108213650/https://www.datacenterdynamics.com/en/news/taiwan-to-stop-large-data-centers-in-the-north-cites-insufficient-power/) from the original on 8 November 2024. Retrieved 7 November 2024.

1. **[^](#cite_ref-bloombergjp_237-0)** Mochizuki, Takashi; Oda, Shoko (18 October 2024). ["エヌビディア出資の日本企業、原発近くでΑIデータセンター新設検討"](https://www.bloomberg.co.jp/news/articles/2024-10-18/SLHGKKT0AFB400). *Bloomberg* (in Japanese). [Archived](https://web.archive.org/web/20241108213843/https://www.bloomberg.co.jp/news/articles/2024-10-18/SLHGKKT0AFB400) from the original on 8 November 2024. Retrieved 7 November 2024.

1. ^ [***a***](#cite_ref-Bloomberg20241104_238-0) [***b***](#cite_ref-Bloomberg20241104_238-1) Naureen S Malik and Will Wade (5 November 2024). ["Nuclear-Hungry AI Campuses Need New Plan to Find Power Fast"](https://www.bloomberg.com/news/articles/2024-11-04/nuclear-hungry-ai-campuses-need-new-strategy-to-find-power-fast). Bloomberg.

1. **[^](#cite_ref-239)** ["Energy and AI Executive summary"](https://www.iea.org/reports/energy-and-ai/executive-summary). *International Energy Agency*. Retrieved 10 April 2025.

1. **[^](#cite_ref-FOOTNOTENicas2018_240-0)** [Nicas (2018)](#CITEREFNicas2018).

1. **[^](#cite_ref-241)** Rainie, Lee; Keeter, Scott; Perrin, Andrew (22 July 2019). ["Trust and Distrust in America"](https://www.pewresearch.org/politics/2019/07/22/trust-and-distrust-in-america). *Pew Research Center*. [Archived](https://web.archive.org/web/20240222000601/https://www.pewresearch.org/politics/2019/07/22/trust-and-distrust-in-america) from the original on 22 February 2024.

1. **[^](#cite_ref-242)** Kosoff, Maya (8 February 2018). ["YouTube Struggles to Contain Its Conspiracy Problem"](https://www.vanityfair.com/news/2018/02/youtube-conspiracy-problem). *Vanity Fair*. Retrieved 10 April 2025.

1. **[^](#cite_ref-243)** Berry, David M. (19 March 2025). "Synthetic media and computational capitalism: towards a critical theory of artificial intelligence". *AI & Society*. **40** (7): 5257–5269. [doi](/source/Doi_(identifier)):[10.1007/s00146-025-02265-2](https://doi.org/10.1007%2Fs00146-025-02265-2). [ISSN](/source/ISSN_(identifier)) [1435-5655](https://search.worldcat.org/issn/1435-5655).

1. **[^](#cite_ref-244)** ["Unreal: A quantum leap in AI video"](https://theweek.com/tech/unreal-quantum-leap-ai-video-google). *[The Week](/source/The_Week)*. 17 June 2025. Retrieved 20 June 2025.

1. **[^](#cite_ref-245)** Snow, Jackie (16 June 2025). ["AI video is getting real. Beware what comes next"](https://qz.com/ai-video-will-smith-google-veo-openai-sora-meta). *[Quartz](/source/Quartz_(publication))*. Retrieved 20 June 2025.

1. **[^](#cite_ref-246)** Chow, Andrew R.; Perrigo, Billy (3 June 2025). ["Google's New AI Tool Generates Convincing Deepfakes of Riots, Conflict, and Election Fraud"](https://time.com/7290050/veo-3-google-misinformation-deepfake/). *[Time](/source/Time_(magazine))*. Retrieved 20 June 2025.

1. **[^](#cite_ref-FOOTNOTEWilliams2023_247-0)** [Williams (2023)](#CITEREFWilliams2023).

1. **[^](#cite_ref-248)** Olanipekun, Samson Olufemi (2025). ["Computational propaganda and misinformation: AI technologies as tools of media manipulation"](https://journalwjarr.com/node/366). *World Journal of Advanced Research and Reviews*. **25** (1): 911–923. [doi](/source/Doi_(identifier)):[10.30574/wjarr.2025.25.1.0131](https://doi.org/10.30574%2Fwjarr.2025.25.1.0131). [ISSN](/source/ISSN_(identifier)) [2581-9615](https://search.worldcat.org/issn/2581-9615).

1. **[^](#cite_ref-FOOTNOTETaylorHern2023_249-0)** [Taylor & Hern (2023)](#CITEREFTaylorHern2023).

1. **[^](#cite_ref-250)** Lin, Hause; Czarnek, Gabriela; Lewis, Benjamin; White, Joshua P.; Berinsky, Adam J.; Costello, Thomas; Pennycook, Gordon; Rand, David G. (2025). ["Persuading voters using human–artificial intelligence dialogues"](https://ruj.uj.edu.pl/handle/item/567473). *Nature*. **648** (8093): 394–401. [Bibcode](/source/Bibcode_(identifier)):[2025Natur.648..394L](https://ui.adsabs.harvard.edu/abs/2025Natur.648..394L). [doi](/source/Doi_(identifier)):[10.1038/s41586-025-09771-9](https://doi.org/10.1038%2Fs41586-025-09771-9). [PMID](/source/PMID_(identifier)) [41345316](https://pubmed.ncbi.nlm.nih.gov/41345316).

1. **[^](#cite_ref-251)** ["To fight AI, we need 'personhood credentials,' say AI firms"](https://web.archive.org/web/20250424232537/https://www.theregister.com/2024/09/03/ai_personhood_credentials/). *The Register*. 3 September 2024. Archived from [the original](https://www.theregister.com/2024/09/03/ai_personhood_credentials/) on 24 April 2025. Retrieved 9 May 2025.

1. ^ [***a***](#cite_ref-Samuel-2022_252-0) [***b***](#cite_ref-Samuel-2022_252-1) Samuel, Sigal (19 April 2022). ["Why it's so damn hard to make AI fair and unbiased"](https://www.vox.com/future-perfect/22916602/ai-bias-fairness-tradeoffs-artificial-intelligence). *Vox*. [Archived](https://web.archive.org/web/20241005170153/https://www.vox.com/future-perfect/22916602/ai-bias-fairness-tradeoffs-artificial-intelligence) from the original on 5 October 2024. Retrieved 24 July 2024.

1. ^ [***a***](#cite_ref-FOOTNOTERose2023_254-0) [***b***](#cite_ref-FOOTNOTERose2023_254-1) [Rose (2023)](#CITEREFRose2023).

1. **[^](#cite_ref-FOOTNOTECNA2019_255-0)** [CNA (2019)](#CITEREFCNA2019).

1. **[^](#cite_ref-256)** Mazeika, Mantas; Yin, Xuwang; Tamirisa, Rishub; Lim, Jaehyuk; Lee, Bruce W.; Ren, Richard; Phan, Long; Mu, Norman; Khoja, Adam (2025), *Utility Engineering: Analyzing and Controlling Emergent Value Systems in AIs*, Figure 16, [arXiv](/source/ArXiv_(identifier)):[2502.08640](https://arxiv.org/abs/2502.08640)

1. **[^](#cite_ref-FOOTNOTEGoffrey200817_257-0)** [Goffrey (2008)](#CITEREFGoffrey2008), p. 17.

1. **[^](#cite_ref-258)** [Berdahl et al. (2023)](#CITEREFBerdahlBakerMannOsoba2023); [Goffrey (2008](#CITEREFGoffrey2008), p. 17); [Rose (2023)](#CITEREFRose2023); [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 995)

1. **[^](#cite_ref-FOOTNOTEChristian202025_259-0)** [Christian (2020)](#CITEREFChristian2020), p. 25.

1. ^ [***a***](#cite_ref-FOOTNOTERussellNorvig2021995_260-0) [***b***](#cite_ref-FOOTNOTERussellNorvig2021995_260-1) [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 995.

1. **[^](#cite_ref-FOOTNOTEGrantHill2023_261-0)** [Grant & Hill (2023)](#CITEREFGrantHill2023).

1. **[^](#cite_ref-FOOTNOTELarsonAngwin2016_262-0)** [Larson & Angwin (2016)](#CITEREFLarsonAngwin2016).

1. **[^](#cite_ref-FOOTNOTEChristian202067–70_263-0)** [Christian (2020)](#CITEREFChristian2020), p. 67–70.

1. **[^](#cite_ref-265)** [Christian (2020](#CITEREFChristian2020), pp. 67–70); [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 993–994)

1. **[^](#cite_ref-266)** [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 995); [Lipartito (2011](#CITEREFLipartito2011), p. 36); [Goodman & Flaxman (2017](#CITEREFGoodmanFlaxman2017), p. 6); [Christian (2020](#CITEREFChristian2020), pp. 39–40, 65)

1. **[^](#cite_ref-267)** Quoted in [Christian (2020](#CITEREFChristian2020), p. 65).

1. **[^](#cite_ref-268)** [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 994); [Christian (2020](#CITEREFChristian2020), pp. 40, 80–81)

1. **[^](#cite_ref-269)** Quoted in [Christian (2020](#CITEREFChristian2020), p. 80)

1. **[^](#cite_ref-271)** Hundt, Andrew; Agnew, William; Zeng, Vicky; Kacianka, Severin; Gombolay, Matthew (21–24 June 2022). ["Robots Enact Malignant Stereotypes"](https://dl.acm.org/doi/10.1145/3531146.3533138). *Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Transparency (FAccT '22)*. Seoul, South Korea: Association for Computing Machinery. [doi](/source/Doi_(identifier)):[10.1145/3531146.3533138](https://doi.org/10.1145%2F3531146.3533138).

1. **[^](#cite_ref-272)** For accessible summaries, see the Georgia Tech release and ScienceDaily coverage of the study's findings.["Flawed AI Makes Robots Racist, Sexist"](https://research.gatech.edu/flawed-ai-makes-robots-racist-sexist). *Georgia Tech Research News*. 23 June 2022.

1. **[^](#cite_ref-273)** ["Robots turn racist and sexist with flawed AI, study finds"](https://www.sciencedaily.com/releases/2022/06/220621141753.htm). *ScienceDaily*. 21 June 2022.

1. **[^](#cite_ref-FOOTNOTESample2017_274-0)** [Sample (2017)](#CITEREFSample2017).

1. **[^](#cite_ref-275)** ["Black Box AI"](https://www.techopedia.com/definition/34940/black-box-ai). 16 June 2023. [Archived](https://web.archive.org/web/20240615100800/https://www.techopedia.com/definition/34940/black-box-ai) from the original on 15 June 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-FOOTNOTEChristian2020110_276-0)** [Christian (2020)](#CITEREFChristian2020), p. 110.

1. **[^](#cite_ref-FOOTNOTEChristian202088–91_277-0)** [Christian (2020)](#CITEREFChristian2020), pp. 88–91.

1. **[^](#cite_ref-278)** [Christian (2020](#CITEREFChristian2020), p. 83); [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 997)

1. **[^](#cite_ref-FOOTNOTEChristian202091_280-0)** [Christian (2020)](#CITEREFChristian2020), p. 91.

1. **[^](#cite_ref-FOOTNOTEChristian202083_281-0)** [Christian (2020)](#CITEREFChristian2020), p. 83.

1. **[^](#cite_ref-FOOTNOTEVerma2021_282-0)** [Verma (2021)](#CITEREFVerma2021).

1. **[^](#cite_ref-FOOTNOTERothman2020_283-0)** [Rothman (2020)](#CITEREFRothman2020).

1. **[^](#cite_ref-FOOTNOTEChristian2020105–108_284-0)** [Christian (2020)](#CITEREFChristian2020), pp. 105–108.

1. **[^](#cite_ref-FOOTNOTEChristian2020108–112_285-0)** [Christian (2020)](#CITEREFChristian2020), pp. 108–112.

1. **[^](#cite_ref-286)** Ropek, Lucas (21 May 2024). ["New Anthropic Research Sheds Light on AI's 'Black Box'"](https://gizmodo.com/new-anthropic-research-sheds-light-on-ais-black-box-1851491333). *Gizmodo*. [Archived](https://web.archive.org/web/20241005170309/https://gizmodo.com/new-anthropic-research-sheds-light-on-ais-black-box-1851491333) from the original on 5 October 2024. Retrieved 23 May 2024.

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021989_287-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 989.

1. ^ [***a***](#cite_ref-FOOTNOTERussellNorvig2021987–990_289-0) [***b***](#cite_ref-FOOTNOTERussellNorvig2021987–990_289-1) [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), pp. 987–990.

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021988_290-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 988.

1. **[^](#cite_ref-291)** [Robitzski (2018)](#CITEREFRobitzski2018); [Sainato (2015)](#CITEREFSainato2015)

1. **[^](#cite_ref-FOOTNOTEHarari2018_292-0)** [Harari (2018)](#CITEREFHarari2018).

1. **[^](#cite_ref-293)** Buckley, Chris; Mozur, Paul (22 May 2019). ["How China Uses High-Tech Surveillance to Subdue Minorities"](https://www.nytimes.com/2019/05/22/world/asia/china-surveillance-xinjiang.html). *The New York Times*. [Archived](https://web.archive.org/web/20191125180459/https://www.nytimes.com/2019/05/22/world/asia/china-surveillance-xinjiang.html) from the original on 25 November 2019. Retrieved 2 July 2019.

1. **[^](#cite_ref-294)** Whittaker, Zack (3 May 2019). ["Security lapse exposed a Chinese smart city surveillance system"](https://techcrunch.com/2019/05/03/china-smart-city-exposed). *TechCrunch*. [Archived](https://web.archive.org/web/20210307203740/https://consent.yahoo.com/v2/collectConsent?sessionId=3_cc-session_c8562b93-9863-4915-8523-6c7b930a3efc) from the original on 7 March 2021. Retrieved 14 September 2020.

1. **[^](#cite_ref-FOOTNOTEUrbinaLentzosInvernizziEkins2022_295-0)** [Urbina et al. (2022)](#CITEREFUrbinaLentzosInvernizziEkins2022).

1. ^ [***a***](#cite_ref-FOOTNOTEMcGaughey2022_296-0) [***b***](#cite_ref-FOOTNOTEMcGaughey2022_296-1) [McGaughey (2022)](#CITEREFMcGaughey2022).

1. **[^](#cite_ref-297)** [Ford & Colvin (2015)](#CITEREFFordColvin2015); [McGaughey (2022)](#CITEREFMcGaughey2022)

1. **[^](#cite_ref-FOOTNOTEIGM_Chicago2017_298-0)** [IGM Chicago (2017)](#CITEREFIGM_Chicago2017).

1. **[^](#cite_ref-FOOTNOTEArntzGregoryZierahn201633_299-0)** [Arntz, Gregory & Zierahn (2016)](#CITEREFArntzGregoryZierahn2016), p. 33.

1. **[^](#cite_ref-301)** [Lohr (2017)](#CITEREFLohr2017); [Frey & Osborne (2017)](#CITEREFFreyOsborne2017); [Arntz, Gregory & Zierahn (2016](#CITEREFArntzGregoryZierahn2016), p. 33)

1. **[^](#cite_ref-302)** Zhou, Viola (11 April 2023). ["AI is already taking video game illustrators' jobs in China"](https://restofworld.org/2023/ai-image-china-video-game-layoffs). *Rest of World*. [Archived](https://web.archive.org/web/20240221131748/https://restofworld.org/2023/ai-image-china-video-game-layoffs/) from the original on 21 February 2024. Retrieved 17 August 2023.

1. **[^](#cite_ref-303)** Carter, Justin (11 April 2023). ["China's game art industry reportedly decimated by growing AI use"](https://www.gamedeveloper.com/art/china-s-game-art-industry-reportedly-decimated-ai-art-use). *Game Developer*. [Archived](https://web.archive.org/web/20230817010519/https://www.gamedeveloper.com/art/china-s-game-art-industry-reportedly-decimated-ai-art-use) from the original on 17 August 2023. Retrieved 17 August 2023.

1. **[^](#cite_ref-o861_304-0)** ["Canaries in the Coal Mine? Six Facts about the Recent Employment Effects of Artificial Intelligence"](https://digitaleconomy.stanford.edu/publication/canaries-in-the-coal-mine-six-facts-about-the-recent-employment-effects-of-artificial-intelligence/). *Stanford Digital Economy Lab*. 2026. Retrieved 6 March 2026.

1. **[^](#cite_ref-FOOTNOTEMorgenstern2015_305-0)** [Morgenstern (2015)](#CITEREFMorgenstern2015).

1. **[^](#cite_ref-306)** [Mahdawi (2017)](#CITEREFMahdawi2017); [Thompson (2014)](#CITEREFThompson2014)

1. **[^](#cite_ref-307)** Ma, Jason (5 July 2025). ["Ford CEO Jim Farley warns AI will wipe out half of white-collar jobs, but the 'essential economy' has a huge shortage of workers"](https://fortune.com/2025/07/05/ford-ceo-jim-farley-ai-white-collar-jobs-essential-economy-skilled-trade-jobs-shortage/). *Fortune*. Retrieved 21 October 2025.

1. **[^](#cite_ref-308)** Tarnoff, Ben (4 August 2023). "Lessons from Eliza". *[The Guardian Weekly](/source/The_Guardian_Weekly)*. pp. 34–39.

1. **[^](#cite_ref-Anthropomorphism_309-0)** Kühne, Rinaldo; Peter, Jochen (2023). "Anthropomorphism in human–robot interactions: a multidimensional conceptualization". *Communication Theory*. **33** (1): 42–52. [doi](/source/Doi_(identifier)):[10.1093/ct/qtac020](https://doi.org/10.1093%2Fct%2Fqtac020).

1. **[^](#cite_ref-ReevesNass1996_310-0)** Reeves, Byron; Nass, Clifford (1996). *The Media Equation: How People Treat Computers, Television, and New Media Like Real People and Places*. New York: Cambridge University Press. [ISBN](/source/ISBN_(identifier)) [978-1-57586-053-4](https://en.wikipedia.org/wiki/Special:BookSources/978-1-57586-053-4).

1. **[^](#cite_ref-NassMoon2000_311-0)** Nass, Clifford; Moon, Youngme (2000). "Machines and mindlessness: Social responses to computers". *Journal of Social Issues*. **56** (1): 81–103. [doi](/source/Doi_(identifier)):[10.1111/0022-4537.00153](https://doi.org/10.1111%2F0022-4537.00153).

1. **[^](#cite_ref-312)** Salles, Arleen; Evers, Kathinka; Farisco, Michele (2020). ["Anthropomorphism in AI"](https://www.tandfonline.com/doi/pdf/10.1080/21507740.2020.1740350). *AJOB Neuroscience*. 2020 Vol 11 (2): 88–95. [doi](/source/Doi_(identifier)):[10.1080/21507740.2020.1740350](https://doi.org/10.1080%2F21507740.2020.1740350). [PMID](/source/PMID_(identifier)) [32228388](https://pubmed.ncbi.nlm.nih.gov/32228388). An additional concern is that socialization with entities that are not truly social, even if designed to offer new tools for enriching users' emotional life and even if beneficial in some specific cases (for example, when enhancing the well-being of those who would otherwise be social outcasts) is not truly meaningful and it can only limitedly replace the richness of human interactions.... Another common objection to anthropomorphism by design is that it is deceptive insofar as it would appear that in order to meet specific, e.g. emotional or social needs, AI must actually "fool" users by making them believe that they have the capacity to engage emotionally

1. **[^](#cite_ref-313)** Jargon, Julie (4 March 2026). ["Gemini Said They Could Only Be Together if He Killed Himself. Soon, He Was Dead"](https://www.wsj.com/tech/ai/gemini-ai-wrongful-death-lawsuit-cc46c5f7). *Wall Street Journal*. Retrieved 27 March 2026.

1. **[^](#cite_ref-314)** Watwe, Shweta (15 October 2025). ["AI Chatbot Suits Open New Frontier in Debate Over Online Speech"](https://news.bloomberglaw.com/litigation/ai-chatbot-suits-open-new-frontier-in-debate-over-online-speech). *Bloomberg Law*. Retrieved 27 March 2026.

1. **[^](#cite_ref-FOOTNOTECellan-Jones2014_315-0)** [Cellan-Jones (2014)](#CITEREFCellan-Jones2014).

1. **[^](#cite_ref-FOOTNOTERussellNorvig20211001_316-0)** [Russell & Norvig 2021](#CITEREFRussellNorvig2021), p. 1001.

1. **[^](#cite_ref-FOOTNOTEBostrom2014_318-0)** [Bostrom (2014)](#CITEREFBostrom2014).

1. **[^](#cite_ref-FOOTNOTERussell2019_319-0)** [Russell (2019)](#CITEREFRussell2019).

1. **[^](#cite_ref-320)** [Bostrom (2014)](#CITEREFBostrom2014); [Müller & Bostrom (2014)](#CITEREFMüllerBostrom2014); [Bostrom (2015)](#CITEREFBostrom2015).

1. **[^](#cite_ref-FOOTNOTEHarari2023_321-0)** [Harari (2023)](#CITEREFHarari2023).

1. **[^](#cite_ref-FOOTNOTEStewart2025_322-0)** [Stewart (2025)](#CITEREFStewart2025).

1. **[^](#cite_ref-FOOTNOTEMüllerBostrom2014_323-0)** [Müller & Bostrom (2014)](#CITEREFMüllerBostrom2014).

1. **[^](#cite_ref-324)** Leaders' concerns about the existential risks of AI around 2015: [Rawlinson (2015)](#CITEREFRawlinson2015), [Holley (2015)](#CITEREFHolley2015), [Gibbs (2014)](#CITEREFGibbs2014), [Sainato (2015)](#CITEREFSainato2015)

1. **[^](#cite_ref-325)** [""Godfather of artificial intelligence" talks impact and potential of new AI"](https://www.cbsnews.com/video/godfather-of-artificial-intelligence-talks-impact-and-potential-of-new-ai). *CBS News*. 25 March 2023. [Archived](https://web.archive.org/web/20230328225221/https://www.cbsnews.com/video/godfather-of-artificial-intelligence-talks-impact-and-potential-of-new-ai) from the original on 28 March 2023. Retrieved 28 March 2023.

1. **[^](#cite_ref-326)** Pittis, Don (4 May 2023). ["Canadian artificial intelligence leader Geoffrey Hinton piles on fears of computer takeover"](https://www.cbc.ca/news/business/ai-doom-column-don-pittis-1.6829302). *CBC*. [Archived](https://web.archive.org/web/20240707032135/https://www.cbc.ca/news/business/ai-doom-column-don-pittis-1.6829302) from the original on 7 July 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-327)** ["'50–50 chance' that AI outsmarts humanity, Geoffrey Hinton says"](https://www.bnnbloomberg.ca/50-50-chance-that-ai-outsmarts-humanity-geoffrey-hinton-says-1.2085394). *Bloomberg BNN*. 14 June 2024. [Archived](https://web.archive.org/web/20240614144506/https://www.bnnbloomberg.ca/50-50-chance-that-ai-outsmarts-humanity-geoffrey-hinton-says-1.2085394) from the original on 14 June 2024. Retrieved 6 July 2024.

1. **[^](#cite_ref-FOOTNOTEValance2023_328-0)** [Valance (2023)](#CITEREFValance2023).

1. **[^](#cite_ref-329)** Taylor, Josh (7 May 2023). ["Rise of artificial intelligence is inevitable but should not be feared, 'father of AI' says"](https://www.theguardian.com/technology/2023/may/07/rise-of-artificial-intelligence-is-inevitable-but-should-not-be-feared-father-of-ai-says). *The Guardian*. [Archived](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) from the original on 23 October 2023. Retrieved 26 May 2023.

1. **[^](#cite_ref-330)** Colton, Emma (7 May 2023). ["'Father of AI' says tech fears misplaced: 'You cannot stop it'"](https://www.foxnews.com/tech/father-ai-jurgen-schmidhuber-says-tech-fears-misplaced-cannot-stop). *Fox News*. [Archived](https://web.archive.org/web/20230526162642/https://www.foxnews.com/tech/father-ai-jurgen-schmidhuber-says-tech-fears-misplaced-cannot-stop) from the original on 26 May 2023. Retrieved 26 May 2023.

1. **[^](#cite_ref-331)** Jones, Hessie (23 May 2023). ["Juergen Schmidhuber, Renowned 'Father Of Modern AI,' Says His Life's Work Won't Lead To Dystopia"](https://www.forbes.com/sites/hessiejones/2023/05/23/juergen-schmidhuber-renowned-father-of-modern-ai-says-his-lifes-work-wont-lead-to-dystopia). *Forbes*. [Archived](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/) from the original on 26 May 2023. Retrieved 26 May 2023.

1. **[^](#cite_ref-332)** McMorrow, Ryan (19 December 2023). ["Andrew Ng: 'Do we think the world is better off with more or less intelligence?'"](https://www.ft.com/content/2dc07f9e-d2a9-4d98-b746-b051f9352be3). *Financial Times*. [Archived](https://web.archive.org/web/20240125014121/https://www.ft.com/content/2dc07f9e-d2a9-4d98-b746-b051f9352be3) from the original on 25 January 2024. Retrieved 30 December 2023.

1. **[^](#cite_ref-333)** Will Douglas Heaven (2 May 2023). ["Geoffrey Hinton tells us why he's now scared of the tech he helped build"](https://www.technologyreview.com/2023/05/02/1072528/geoffrey-hinton-google-why-scared-ai/). *MIT Technology Review*. Ideas AI. Retrieved 4 January 2026.

1. **[^](#cite_ref-334)** Levy, Steven (22 December 2023). ["How Not to Be Stupid About AI, With Yann LeCun"](https://www.wired.com/story/artificial-intelligence-meta-yann-lecun-interview). *Wired*. [Archived](https://web.archive.org/web/20231228152443/https://www.wired.com/story/artificial-intelligence-meta-yann-lecun-interview/) from the original on 28 December 2023. Retrieved 30 December 2023.

1. **[^](#cite_ref-335)** Arguments that AI is not an imminent risk: [Brooks (2014)](#CITEREFBrooks2014), [Geist (2015)](#CITEREFGeist2015), [Madrigal (2015)](#CITEREFMadrigal2015), [Lee (2014)](#CITEREFLee2014)

1. ^ [***a***](#cite_ref-FOOTNOTEChristian202067,_73_336-0) [***b***](#cite_ref-FOOTNOTEChristian202067,_73_336-1) [Christian (2020)](#CITEREFChristian2020), pp. 67, 73.

1. **[^](#cite_ref-FOOTNOTEYudkowsky2008_337-0)** [Yudkowsky (2008)](#CITEREFYudkowsky2008).

1. ^ [***a***](#cite_ref-FOOTNOTEAndersonAnderson2011_338-0) [***b***](#cite_ref-FOOTNOTEAndersonAnderson2011_338-1) [Anderson & Anderson (2011)](#CITEREFAndersonAnderson2011).

1. **[^](#cite_ref-FOOTNOTEAAAI2014_339-0)** [AAAI (2014)](#CITEREFAAAI2014).

1. **[^](#cite_ref-FOOTNOTEWallach2010_340-0)** [Wallach (2010)](#CITEREFWallach2010).

1. **[^](#cite_ref-FOOTNOTERussell2019173_341-0)** [Russell (2019)](#CITEREFRussell2019), p. 173.

1. **[^](#cite_ref-342)** Stewart, Ashley; Melton, Monica. ["Hugging Face CEO says he's focused on building a 'sustainable model' for the $4.5 billion open-source-AI startup"](https://www.businessinsider.com/hugging-face-open-source-ai-approach-2023-12). *Business Insider*. [Archived](https://web.archive.org/web/20240925013220/https://www.businessinsider.com/hugging-face-open-source-ai-approach-2023-12) from the original on 25 September 2024. Retrieved 14 April 2024.

1. **[^](#cite_ref-343)** Wiggers, Kyle (9 April 2024). ["Google open sources tools to support AI model development"](https://techcrunch.com/2024/04/09/google-open-sources-tools-to-support-ai-model-development). *TechCrunch*. [Archived](https://web.archive.org/web/20240910112401/https://techcrunch.com/2024/04/09/google-open-sources-tools-to-support-ai-model-development/) from the original on 10 September 2024. Retrieved 14 April 2024.

1. **[^](#cite_ref-344)** Heaven, Will Douglas (12 May 2023). ["The open-source AI boom is built on Big Tech's handouts. How long will it last?"](https://www.technologyreview.com/2023/05/12/1072950/open-source-ai-google-openai-eleuther-meta). *MIT Technology Review*. Retrieved 14 April 2024.

1. **[^](#cite_ref-345)** Brodsky, Sascha (19 December 2023). ["Mistral AI's New Language Model Aims for Open Source Supremacy"](https://aibusiness.com/nlp/mistral-ai-s-new-language-model-aims-for-open-source-supremacy). *AI Business*. [Archived](https://web.archive.org/web/20240905212607/https://aibusiness.com/nlp/mistral-ai-s-new-language-model-aims-for-open-source-supremacy) from the original on 5 September 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-346)** Edwards, Benj (22 February 2024). ["Stability announces Stable Diffusion 3, a next-gen AI image generator"](https://arstechnica.com/information-technology/2024/02/stability-announces-stable-diffusion-3-a-next-gen-ai-image-generator). *Ars Technica*. [Archived](https://web.archive.org/web/20241005170201/https://arstechnica.com/information-technology/2024/02/stability-announces-stable-diffusion-3-a-next-gen-ai-image-generator/) from the original on 5 October 2024. Retrieved 14 April 2024.

1. **[^](#cite_ref-347)** Marshall, Matt (29 January 2024). ["How enterprises are using open source LLMs: 16 examples"](https://venturebeat.com/ai/how-enterprises-are-using-open-source-llms-16-examples). *VentureBeat*. [Archived](https://web.archive.org/web/20240926171131/https://venturebeat.com/ai/how-enterprises-are-using-open-source-llms-16-examples/) from the original on 26 September 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-348)** Piper, Kelsey (2 February 2024). ["Should we make our most powerful AI models open source to all?"](https://www.vox.com/future-perfect/2024/2/2/24058484/open-source-artificial-intelligence-ai-risk-meta-llama-2-chatgpt-openai-deepfake). *Vox*. [Archived](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) from the original on 5 October 2024. Retrieved 14 April 2024.

1. **[^](#cite_ref-349)** Alan Turing Institute (2019). ["Understanding artificial intelligence ethics and safety"](https://www.turing.ac.uk/sites/default/files/2019-06/understanding_artificial_intelligence_ethics_and_safety.pdf) (PDF). [Archived](https://web.archive.org/web/20240911131935/https://www.turing.ac.uk/sites/default/files/2019-06/understanding_artificial_intelligence_ethics_and_safety.pdf) (PDF) from the original on 11 September 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-350)** Alan Turing Institute (2023). ["AI Ethics and Governance in Practice"](https://www.turing.ac.uk/sites/default/files/2023-12/aieg-ati-ai-ethics-an-intro_1.pdf) (PDF). [Archived](https://web.archive.org/web/20240911125504/https://www.turing.ac.uk/sites/default/files/2023-12/aieg-ati-ai-ethics-an-intro_1.pdf) (PDF) from the original on 11 September 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-351)** Floridi, Luciano; Cowls, Josh (23 June 2019). ["A Unified Framework of Five Principles for AI in Society"](https://doi.org/10.1162%2F99608f92.8cd550d1). *Harvard Data Science Review*. **1** (1). [doi](/source/Doi_(identifier)):[10.1162/99608f92.8cd550d1](https://doi.org/10.1162%2F99608f92.8cd550d1).

1. **[^](#cite_ref-352)** Buruk, Banu; Ekmekci, Perihan Elif; Arda, Berna (1 September 2020). "A critical perspective on guidelines for responsible and trustworthy artificial intelligence". *Medicine, Health Care and Philosophy*. **23** (3): 387–399. [doi](/source/Doi_(identifier)):[10.1007/s11019-020-09948-1](https://doi.org/10.1007%2Fs11019-020-09948-1). [PMID](/source/PMID_(identifier)) [32236794](https://pubmed.ncbi.nlm.nih.gov/32236794).

1. **[^](#cite_ref-353)** Kamila, Manoj Kumar; Jasrotia, Sahil Singh (1 January 2023). "Ethical issues in the development of artificial intelligence: recognizing the risks". *International Journal of Ethics and Systems*. **41** (ahead-of-print): 45–63. [doi](/source/Doi_(identifier)):[10.1108/IJOES-05-2023-0107](https://doi.org/10.1108%2FIJOES-05-2023-0107).

1. **[^](#cite_ref-354)** ["AI Safety Institute releases new AI safety evaluations platform"](https://www.gov.uk/government/news/ai-safety-institute-releases-new-ai-safety-evaluations-platform). UK Government. 10 May 2024. [Archived](https://web.archive.org/web/20241005170207/https://www.gov.uk/government/news/ai-safety-institute-releases-new-ai-safety-evaluations-platform) from the original on 5 October 2024. Retrieved 14 May 2024.

1. **[^](#cite_ref-355)** Regulation of AI to mitigate risks: [Berryhill et al. (2019)](#CITEREFBerryhillHeangClogherMcBride2019), [Barfield & Pagallo (2018)](#CITEREFBarfieldPagallo2018), [Iphofen & Kritikos (2019)](#CITEREFIphofenKritikos2019), [Wirtz, Weyerer & Geyer (2018)](#CITEREFWirtzWeyererGeyer2018), [Buiten (2019)](#CITEREFBuiten2019)

1. **[^](#cite_ref-FOOTNOTELaw_Library_of_Congress_(U.S.)._Global_Legal_Research_Directorate2019_356-0)** [Law Library of Congress (U.S.). Global Legal Research Directorate (2019)](#CITEREFLaw_Library_of_Congress_(U.S.)._Global_Legal_Research_Directorate2019).

1. ^ [***a***](#cite_ref-FOOTNOTEVincent2023_357-0) [***b***](#cite_ref-FOOTNOTEVincent2023_357-1) [Vincent (2023)](#CITEREFVincent2023).

1. **[^](#cite_ref-FOOTNOTEStanford_University2023_358-0)** [Stanford University (2023)](#CITEREFStanford_University2023).

1. ^ [***a***](#cite_ref-FOOTNOTEUNESCO2021_359-0) [***b***](#cite_ref-FOOTNOTEUNESCO2021_359-1) [***c***](#cite_ref-FOOTNOTEUNESCO2021_359-2) [***d***](#cite_ref-FOOTNOTEUNESCO2021_359-3) [UNESCO (2021)](#CITEREFUNESCO2021).

1. **[^](#cite_ref-FOOTNOTEKissinger2021_360-0)** [Kissinger (2021)](#CITEREFKissinger2021).

1. **[^](#cite_ref-FOOTNOTEAltmanBrockmanSutskever2023_361-0)** [Altman, Brockman & Sutskever (2023)](#CITEREFAltmanBrockmanSutskever2023).

1. **[^](#cite_ref-362)** n.a. (25 October 2023). ["UN Announces Advisory Body on Artificial Intelligence"](https://www.voanews.com/a/un-announces-advisory-body-on-artificial-intelligence-/7328732.html). *Voice of America*. [Archived](https://web.archive.org/web/20240918071530/https://www.voanews.com/a/un-announces-advisory-body-on-artificial-intelligence-/7328732.html) from the original on 18 September 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-363)** ["AI Act enters into force"](https://commission.europa.eu/news-and-media/news/ai-act-enters-force-2024-08-01_en). *European Commission*. Retrieved 11 August 2025.

1. **[^](#cite_ref-364)** ["Council of Europe opens first ever global treaty on AI for signature"](https://www.coe.int/en/web/portal/-/council-of-europe-opens-first-ever-global-treaty-on-ai-for-signature). *Council of Europe*. 5 September 2024. [Archived](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) from the original on 17 September 2024. Retrieved 17 September 2024.

1. **[^](#cite_ref-FOOTNOTEEdwards2023_365-0)** [Edwards (2023)](#CITEREFEdwards2023).

1. **[^](#cite_ref-FOOTNOTEKasperowicz2023_366-0)** [Kasperowicz (2023)](#CITEREFKasperowicz2023).

1. **[^](#cite_ref-FOOTNOTEFox_News2023_367-0)** [Fox News (2023)](#CITEREFFox_News2023).

1. **[^](#cite_ref-368)** Milmo, Dan (3 November 2023). "Hope or Horror? The great AI debate dividing its pioneers". *[The Guardian Weekly](/source/The_Guardian_Weekly)*. pp. 10–12.

1. **[^](#cite_ref-369)** ["The Bletchley Declaration by Countries Attending the AI Safety Summit, 1–2 November 2023"](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). *GOV.UK*. 1 November 2023. Archived from [the original](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) on 1 November 2023. Retrieved 2 November 2023.

1. **[^](#cite_ref-370)** ["Countries agree to safe and responsible development of frontier AI in landmark Bletchley Declaration"](https://www.gov.uk/government/news/countries-agree-to-safe-and-responsible-development-of-frontier-ai-in-landmark-bletchley-declaration). *GOV.UK* (Press release). [Archived](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) from the original on 1 November 2023. Retrieved 1 November 2023.

1. **[^](#cite_ref-371)** ["Second global AI summit secures safety commitments from companies"](https://www.reuters.com/technology/global-ai-summit-seoul-aims-forge-new-regulatory-agreements-2024-05-21). Reuters. 21 May 2024. Retrieved 23 May 2024.

1. **[^](#cite_ref-372)** ["Frontier AI Safety Commitments, AI Seoul Summit 2024"](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). gov.uk. 21 May 2024. Archived from [the original](https://www.gov.uk/government/publications/frontier-ai-safety-commitments-ai-seoul-summit-2024/frontier-ai-safety-commitments-ai-seoul-summit-2024) on 23 May 2024. Retrieved 23 May 2024.

1. **[^](#cite_ref-373)** ["UN launches independent scientific panel on artificial intelligence"](https://news.un.org/en/story/2026/03/1167075). [UN News](/source/UN_News). 3 March 2026. Retrieved 7 March 2026.

1. ^ [***a***](#cite_ref-RandDworld_20241103_374-0) [***b***](#cite_ref-RandDworld_20241103_374-1) Buntz, Brian (3 November 2024). ["Quality vs. quantity: US and China chart different paths in global AI patent race in 2024 / Geographical breakdown of AI patents in 2024"](https://www.rdworldonline.com/quality-vs-quantity-us-and-china-chart-different-paths-in-global-ai-patent-race-in-2024/). *Research & Development World*. R&D World. [Archived](https://web.archive.org/web/20241209072113/https://www.rdworldonline.com/quality-vs-quantity-us-and-china-chart-different-paths-in-global-ai-patent-race-in-2024/) from the original on 9 December 2024.

1. ^ [***a***](#cite_ref-FOOTNOTERussellNorvig20219_375-0) [***b***](#cite_ref-FOOTNOTERussellNorvig20219_375-1) [Russell & Norvig 2021](#CITEREFRussellNorvig2021), p. 9.

1. ^ [***a***](#cite_ref-Clarendon_Press-2004_376-0) [***b***](#cite_ref-Clarendon_Press-2004_376-1) [***c***](#cite_ref-Clarendon_Press-2004_376-2) Copeland, J., ed. (2004). *The Essential Turing: the ideas that gave birth to the computer age*. Oxford, England: Clarendon Press. [ISBN](/source/ISBN_(identifier)) [0-1982-5079-7](https://en.wikipedia.org/wiki/Special:BookSources/0-1982-5079-7).

1. **[^](#cite_ref-377)** ["Google books ngram"](https://books.google.com/ngrams/graph?content=electronic+brain&year_start=1930&year_end=2019&corpus=en-2019&smoothing=3). [Archived](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) from the original on 5 October 2024. Retrieved 5 October 2024.

1. **[^](#cite_ref-379)** AI's immediate precursors: [McCorduck (2004](#CITEREFMcCorduck2004), pp. 51–107), [Crevier (1993](#CITEREFCrevier1993), pp. 27–32), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 8–17), [Moravec (1988](#CITEREFMoravec1988), p. 3)

1. ^ [***a***](#cite_ref-Turing_380-0) [***b***](#cite_ref-Turing_380-1) Turing's original publication of the [Turing test](/source/Turing_test) in "[Computing machinery and intelligence](/source/Computing_machinery_and_intelligence)": [Turing (1950)](#CITEREFTuring1950) Historical influence and philosophical implications: [Haugeland (1985](#CITEREFHaugeland1985), pp. 6–9), [Crevier (1993](#CITEREFCrevier1993), p. 24), [McCorduck (2004](#CITEREFMcCorduck2004), pp. 70–71), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 2, 984)

1. **[^](#cite_ref-FOOTNOTECrevier199347–49_381-0)** [Crevier (1993)](#CITEREFCrevier1993), pp. 47–49.

1. **[^](#cite_ref-FOOTNOTERussellNorvig200317_383-0)** [Russell & Norvig (2003)](#CITEREFRussellNorvig2003), p. 17.

1. **[^](#cite_ref-FOOTNOTERussellNorvig200318_385-0)** [Russell & Norvig (2003)](#CITEREFRussellNorvig2003), p. 18.

1. **[^](#cite_ref-FOOTNOTENewquist199486–86_388-0)** [Newquist (1994)](#CITEREFNewquist1994), pp. 86–86.

1. **[^](#cite_ref-389)** [Simon (1965](#CITEREFSimon1965), p. 96) quoted in [Crevier (1993](#CITEREFCrevier1993), p. 109)

1. **[^](#cite_ref-390)** [Minsky (1967](#CITEREFMinsky1967), p. 2) quoted in [Crevier (1993](#CITEREFCrevier1993), p. 109)

1. **[^](#cite_ref-FOOTNOTERussellNorvig202121_391-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 21.

1. **[^](#cite_ref-FOOTNOTELighthill1973_393-0)** [Lighthill (1973)](#CITEREFLighthill1973).

1. **[^](#cite_ref-FOOTNOTENRC1999212–213_394-0)** [NRC 1999](#CITEREFNRC1999), pp. 212–213.

1. **[^](#cite_ref-FOOTNOTERussellNorvig202122_395-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 22.

1. **[^](#cite_ref-396)** [Expert systems](/source/Expert_systems): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 23, 292), [Luger & Stubblefield (2004](#CITEREFLugerStubblefield2004), pp. 227–331), [Nilsson (1998](#CITEREFNilsson1998), chpt. 17.4), [McCorduck (2004](#CITEREFMcCorduck2004), pp. 327–335, 434–435), [Crevier (1993](#CITEREFCrevier1993), pp. 145–162, 197–203), [Newquist (1994](#CITEREFNewquist1994), pp. 155–183)

1. **[^](#cite_ref-FOOTNOTERussellNorvig202124_397-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 24.

1. **[^](#cite_ref-FOOTNOTENilsson19987_398-0)** [Nilsson (1998)](#CITEREFNilsson1998), p. 7.

1. **[^](#cite_ref-FOOTNOTEMcCorduck2004454–462_399-0)** [McCorduck (2004)](#CITEREFMcCorduck2004), pp. 454–462.

1. **[^](#cite_ref-FOOTNOTEMoravec1988_400-0)** [Moravec (1988)](#CITEREFMoravec1988).

1. ^ [***a***](#cite_ref-FOOTNOTEBrooks1990_401-0) [***b***](#cite_ref-FOOTNOTEBrooks1990_401-1) [Brooks (1990)](#CITEREFBrooks1990).

1. **[^](#cite_ref-402)** [Developmental robotics](/source/Developmental_robotics): [Weng et al. (2001)](#CITEREFWengMcClellandPentlandSporns2001), [Lungarella et al. (2003)](#CITEREFLungarellaMettaPfeiferSandini2003), [Asada et al. (2009)](#CITEREFAsadaHosodaKuniyoshiIshiguro2009), [Oudeyer (2010)](#CITEREFOudeyer2010)

1. **[^](#cite_ref-FOOTNOTERussellNorvig202125_404-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 25.

1. **[^](#cite_ref-405)** [Crevier (1993](#CITEREFCrevier1993), pp. 214–215), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 24, 26)

1. **[^](#cite_ref-FOOTNOTERussellNorvig202126_406-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 26.

1. **[^](#cite_ref-Formal_and_narrow_methods_adopted_in_the_1990s_407-0)** [Formal](#Neat_vs._scruffy) and [narrow](#Narrow_vs._general_AI) methods adopted in the 1990s: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 24–26), [McCorduck (2004](#CITEREFMcCorduck2004), pp. 486–487)

1. **[^](#cite_ref-408)** AI widely used in the late 1990s: [Kurzweil (2005](#CITEREFKurzweil2005), p. 265), [NRC (1999](#CITEREFNRC1999), pp. 216–222), [Newquist (1994](#CITEREFNewquist1994), pp. 189–201)

1. **[^](#cite_ref-FOOTNOTEWong2023_409-0)** [Wong (2023)](#CITEREFWong2023).

1. **[^](#cite_ref-411)** [Moore's Law](/source/Moore's_Law) and AI: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 14, 27)

1. ^ [***a***](#cite_ref-FOOTNOTEClark2015b_412-0) [***b***](#cite_ref-FOOTNOTEClark2015b_412-1) [***c***](#cite_ref-FOOTNOTEClark2015b_412-2) [Clark (2015b)](#CITEREFClark2015b).

1. **[^](#cite_ref-413)** [Big data](/source/Big_data): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 26)

1. **[^](#cite_ref-415)** Sagar, Ram (3 June 2020). ["OpenAI Releases GPT-3, The Largest Model So Far"](https://analyticsindiamag.com/open-ai-gpt-3-language-model). *Analytics India Magazine*. [Archived](https://web.archive.org/web/20200804173452/https://analyticsindiamag.com/open-ai-gpt-3-language-model) from the original on 4 August 2020. Retrieved 15 March 2023.

1. **[^](#cite_ref-416)** Milmo, Dan (2 February 2023). ["ChatGPT reaches 100 million users two months after launch"](https://www.theguardian.com/technology/2023/feb/02/chatgpt-100-million-users-open-ai-fastest-growing-app). *The Guardian*. [ISSN](/source/ISSN_(identifier)) [0261-3077](https://search.worldcat.org/issn/0261-3077). [Archived](https://web.archive.org/web/20230203051356/https://www.theguardian.com/technology/2023/feb/02/chatgpt-100-million-users-open-ai-fastest-growing-app) from the original on 3 February 2023. Retrieved 31 December 2024.

1. **[^](#cite_ref-417)** Gorichanaz, Tim (29 November 2023). ["ChatGPT turns 1: AI chatbot's success says as much about humans as technology"](https://theconversation.com/chatgpt-turns-1-ai-chatbots-success-says-as-much-about-humans-as-technology-218704). *The Conversation*. [Archived](https://web.archive.org/web/20241231073513/https://theconversation.com/chatgpt-turns-1-ai-chatbots-success-says-as-much-about-humans-as-technology-218704) from the original on 31 December 2024. Retrieved 31 December 2024.

1. **[^](#cite_ref-FOOTNOTEDiFeliciantonio2023_418-0)** [DiFeliciantonio (2023)](#CITEREFDiFeliciantonio2023).

1. **[^](#cite_ref-FOOTNOTEGoswami2023_419-0)** [Goswami (2023)](#CITEREFGoswami2023).

1. **[^](#cite_ref-420)** ["Nearly 1 in 4 new startups is an AI company"](https://pitchbook.com/news/articles/nearly-1-in-4-new-startups-is-an-ai-company). *PitchBook*. 24 December 2024. Retrieved 3 January 2025.

1. **[^](#cite_ref-421)** Grayling, Anthony; Ball, Brian (1 August 2024). ["Philosophy is crucial in the age of AI"](https://theconversation.com/philosophy-is-crucial-in-the-age-of-ai-235907). *The Conversation*. [Archived](https://web.archive.org/web/20241005170243/https://theconversation.com/philosophy-is-crucial-in-the-age-of-ai-235907) from the original on 5 October 2024. Retrieved 4 October 2024.

1. ^ [***a***](#cite_ref-Jarow-2024_422-0) [***b***](#cite_ref-Jarow-2024_422-1) Jarow, Oshan (15 June 2024). ["Will AI ever become conscious? It depends on how you think about biology"](https://www.vox.com/future-perfect/351893/consciousness-ai-machines-neuroscience-mind). *Vox*. [Archived](https://web.archive.org/web/20240921035218/https://www.vox.com/future-perfect/351893/consciousness-ai-machines-neuroscience-mind) from the original on 21 September 2024. Retrieved 4 October 2024.

1. **[^](#cite_ref-423)** McCarthy, John. ["The Philosophy of AI and the AI of Philosophy"](https://web.archive.org/web/20181023181725/http://jmc.stanford.edu/articles/aiphil2.html). *jmc.stanford.edu*. Archived from [the original](http://jmc.stanford.edu/articles/aiphil2.html) on 23 October 2018. Retrieved 3 October 2024.

1. **[^](#cite_ref-424)** Warwick, Kevin; Shah, Huma (2016). ["Passing the Turing Test Does Not Mean the End of Humanity"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4867147). *Cognitive Computation*. **8** (3): 409–419. [doi](/source/Doi_(identifier)):[10.1007/s12559-015-9372-6](https://doi.org/10.1007%2Fs12559-015-9372-6). [ISSN](/source/ISSN_(identifier)) [1866-9956](https://search.worldcat.org/issn/1866-9956). [PMC](/source/PMC_(identifier)) [4867147](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4867147). [PMID](/source/PMID_(identifier)) [27257441](https://pubmed.ncbi.nlm.nih.gov/27257441).

1. **[^](#cite_ref-FOOTNOTETuring1950Under_"The_Argument_from_Consciousness"_425-0)** [Turing (1950)](#CITEREFTuring1950), Under "The Argument from Consciousness".

1. **[^](#cite_ref-426)** Kirk-Giannini, Cameron Domenico; Goldstein, Simon (16 October 2023). ["AI is closer than ever to passing the Turing test for 'intelligence'. What happens when it does?"](https://theconversation.com/ai-is-closer-than-ever-to-passing-the-turing-test-for-intelligence-what-happens-when-it-does-214721). *The Conversation*. [Archived](https://web.archive.org/web/20240925040612/https://theconversation.com/ai-is-closer-than-ever-to-passing-the-turing-test-for-intelligence-what-happens-when-it-does-214721) from the original on 25 September 2024. Retrieved 17 August 2024.

1. **[^](#cite_ref-FOOTNOTERussellNorvig20213_427-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 3.

1. **[^](#cite_ref-FOOTNOTEMaker2006_428-0)** [Maker (2006)](#CITEREFMaker2006).

1. **[^](#cite_ref-FOOTNOTEMcCarthy1999_429-0)** [McCarthy (1999)](#CITEREFMcCarthy1999).

1. **[^](#cite_ref-FOOTNOTEMinsky1986_430-0)** [Minsky (1986)](#CITEREFMinsky1986).

1. **[^](#cite_ref-431)** Suchman, Lucy (2023). ["The uncontroversial 'thingness' of AI"](https://doi.org/10.1177%2F20539517231206794). *Big Data & Society*. **10** (2) 20539517231206794. [doi](/source/Doi_(identifier)):[10.1177/20539517231206794](https://doi.org/10.1177%2F20539517231206794).

1. **[^](#cite_ref-432)** Rehak, Rainer (2025). "AI Narrative Breakdown. A Critical Assessment of Power and Promise". *Proceedings of the 2025 ACM Conference on Fairness, Accountability, and Transparency*. pp. 1250–1260. [doi](/source/Doi_(identifier)):[10.1145/3715275.3732083](https://doi.org/10.1145%2F3715275.3732083). [ISBN](/source/ISBN_(identifier)) [979-8-4007-1482-5](https://en.wikipedia.org/wiki/Special:BookSources/979-8-4007-1482-5).

1. **[^](#cite_ref-433)** Musser, George (1 September 2023). ["How AI Knows Things No One Told It"](https://www.scientificamerican.com/article/how-ai-knows-things-no-one-told-it/). *[Scientific American](/source/Scientific_American)*. Retrieved 17 July 2025.

1. **[^](#cite_ref-434)** ["AI or BS? How to tell if a marketing tool really uses artificial intelligence"](https://www.thedrum.com/opinion/2023/03/30/ai-or-bs-how-tell-if-marketing-tool-really-uses-artificial-intelligence). *The Drum*. 30 March 2023. Retrieved 31 July 2024.

1. **[^](#cite_ref-435)** *Information technology - Artificial intelligence - Artificial intelligence concepts and terminology*, BSI British Standards, [doi](/source/Doi_(identifier)):[10.3403/30467396](https://doi.org/10.3403%2F30467396)

1. **[^](#cite_ref-436)** ["Regulation - EU - 2024/1689 - EN"](https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng). *EUR-Lex*. Retrieved 30 January 2026.

1. **[^](#cite_ref-437)** Tabassi, Elham (26 January 2023). Artificial Intelligence Risk Management Framework (AI RMF 1.0) (Report). Gaithersburg, MD: National Institute of Standards and Technology (U.S.). [doi](/source/Doi_(identifier)):[10.6028/nist.ai.100-1](https://doi.org/10.6028%2Fnist.ai.100-1).

1. **[^](#cite_ref-FOOTNOTENilsson198310_438-0)** [Nilsson (1983)](#CITEREFNilsson1983), p. 10.

1. **[^](#cite_ref-FOOTNOTEHaugeland1985112–117_440-0)** [Haugeland (1985)](#CITEREFHaugeland1985), pp. 112–117.

1. **[^](#cite_ref-441)** Physical symbol system hypothesis: [Newell & Simon (1976](#CITEREFNewellSimon1976), p. 116) Historical significance: [McCorduck (2004](#CITEREFMcCorduck2004), p. 153), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 19)

1. **[^](#cite_ref-442)** [Moravec's paradox](/source/Moravec's_paradox): [Moravec (1988](#CITEREFMoravec1988), pp. 15–16), [Minsky (1986](#CITEREFMinsky1986), p. 29), [Pinker (2007](#CITEREFPinker2007), pp. 190–191)

1. **[^](#cite_ref-443)** [Dreyfus' critique of AI](/source/Dreyfus'_critique_of_AI): [Dreyfus (1972)](#CITEREFDreyfus1972), [Dreyfus & Dreyfus (1986)](#CITEREFDreyfusDreyfus1986) Historical significance and philosophical implications: [Crevier (1993](#CITEREFCrevier1993), pp. 120–132), [McCorduck (2004](#CITEREFMcCorduck2004), pp. 211–239), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 981–982), [Fearn (2007](#CITEREFFearn2007), chpt. 3)

1. **[^](#cite_ref-FOOTNOTECrevier1993125_444-0)** [Crevier (1993)](#CITEREFCrevier1993), p. 125.

1. **[^](#cite_ref-FOOTNOTELangley2011_446-0)** [Langley (2011)](#CITEREFLangley2011).

1. **[^](#cite_ref-FOOTNOTEKatz2012_447-0)** [Katz (2012)](#CITEREFKatz2012).

1. **[^](#cite_ref-448)** [Neats vs. scruffies](/source/Neats_vs._scruffies), the historic debate: [McCorduck (2004](#CITEREFMcCorduck2004), pp. 421–424, 486–489), [Crevier (1993](#CITEREFCrevier1993), p. 168), [Nilsson (1983](#CITEREFNilsson1983), pp. 10–11), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 24) A classic example of the "scruffy" approach to intelligence: [Minsky (1986)](#CITEREFMinsky1986) A modern example of neat AI and its aspirations in the 21st century: [Domingos (2015)](#CITEREFDomingos2015)

1. **[^](#cite_ref-FOOTNOTEPennachinGoertzel2007_449-0)** [Pennachin & Goertzel (2007)](#CITEREFPennachinGoertzel2007).

1. ^ [***a***](#cite_ref-FOOTNOTERoberts2016_450-0) [***b***](#cite_ref-FOOTNOTERoberts2016_450-1) [Roberts (2016)](#CITEREFRoberts2016).

1. **[^](#cite_ref-451)** ["Magnifica Humanitas"](https://www.vatican.va/content/leo-xiv/en/encyclicals/documents/20260515-magnifica-humanitas.html#A_valuable_tool). *The Holy See*. Retrieved 30 May 2026.

1. **[^](#cite_ref-FOOTNOTERussellNorvig2021986_452-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 986.

1. **[^](#cite_ref-FOOTNOTEChalmers1995_453-0)** [Chalmers (1995)](#CITEREFChalmers1995).

1. **[^](#cite_ref-FOOTNOTEDennett1991_454-0)** [Dennett (1991)](#CITEREFDennett1991).

1. **[^](#cite_ref-FOOTNOTEHorst2005_455-0)** [Horst (2005)](#CITEREFHorst2005).

1. **[^](#cite_ref-FOOTNOTESearle1999_456-0)** [Searle (1999)](#CITEREFSearle1999).

1. **[^](#cite_ref-FOOTNOTESearle19801_457-0)** [Searle (1980)](#CITEREFSearle1980), p. 1.

1. **[^](#cite_ref-FOOTNOTERussellNorvig20219817_458-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 9817.

1. **[^](#cite_ref-460)** Searle's [Chinese room](/source/Chinese_room) argument: [Searle (1980)](#CITEREFSearle1980). Searle's original presentation of the thought experiment., [Searle (1999)](#CITEREFSearle1999). Discussion: [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 985), [McCorduck (2004](#CITEREFMcCorduck2004), pp. 443–445), [Crevier (1993](#CITEREFCrevier1993), pp. 269–271)

1. **[^](#cite_ref-461)** Leith, Sam (7 July 2022). ["Nick Bostrom: How can we be certain a machine isn't conscious?"](https://www.spectator.co.uk/article/nick-bostrom-how-can-we-be-certain-a-machine-isnt-conscious). *The Spectator*. [Archived](https://web.archive.org/web/20240926155639/https://www.spectator.co.uk/article/nick-bostrom-how-can-we-be-certain-a-machine-isnt-conscious/) from the original on 26 September 2024. Retrieved 23 February 2024.

1. ^ [***a***](#cite_ref-Thomson-2022_462-0) [***b***](#cite_ref-Thomson-2022_462-1) [***c***](#cite_ref-Thomson-2022_462-2) Thomson, Jonny (31 October 2022). ["Why don't robots have rights?"](https://bigthink.com/thinking/why-dont-robots-have-rights). *Big Think*. [Archived](https://web.archive.org/web/20240913055336/https://bigthink.com/thinking/why-dont-robots-have-rights/) from the original on 13 September 2024. Retrieved 23 February 2024.

1. ^ [***a***](#cite_ref-Kateman-2023_463-0) [***b***](#cite_ref-Kateman-2023_463-1) Kateman, Brian (24 July 2023). ["AI Should Be Terrified of Humans"](https://time.com/6296234/ai-should-be-terrified-of-humans). *Time*. [Archived](https://web.archive.org/web/20240925041601/https://time.com/6296234/ai-should-be-terrified-of-humans/) from the original on 25 September 2024. Retrieved 23 February 2024.

1. **[^](#cite_ref-464)** Wong, Jeff (10 July 2023). ["What leaders need to know about robot rights"](https://www.fastcompany.com/90920769/what-leaders-need-to-know-about-robot-rights). *Fast Company*.

1. **[^](#cite_ref-465)** Hern, Alex (12 January 2017). ["Give robots 'personhood' status, EU committee argues"](https://www.theguardian.com/technology/2017/jan/12/give-robots-personhood-status-eu-committee-argues). *The Guardian*. [ISSN](/source/ISSN_(identifier)) [0261-3077](https://search.worldcat.org/issn/0261-3077). [Archived](https://web.archive.org/web/20241005171222/https://www.theguardian.com/technology/2017/jan/12/give-robots-personhood-status-eu-committee-argues) from the original on 5 October 2024. Retrieved 23 February 2024.

1. **[^](#cite_ref-466)** Dovey, Dana (14 April 2018). ["Experts Don't Think Robots Should Have Rights"](https://www.newsweek.com/robots-human-rights-electronic-persons-humans-versus-machines-886075). *Newsweek*. [Archived](https://web.archive.org/web/20241005171333/https://www.newsweek.com/robots-human-rights-electronic-persons-humans-versus-machines-886075) from the original on 5 October 2024. Retrieved 23 February 2024.

1. **[^](#cite_ref-467)** Cuddy, Alice (13 April 2018). ["Robot rights violate human rights, experts warn EU"](https://www.euronews.com/2018/04/13/robot-rights-violate-human-rights-experts-warn-eu). *euronews*. [Archived](https://web.archive.org/web/20240919022327/https://www.euronews.com/2018/04/13/robot-rights-violate-human-rights-experts-warn-eu) from the original on 19 September 2024. Retrieved 23 February 2024.

1. **[^](#cite_ref-468)** The [Intelligence explosion](/source/Intelligence_explosion) and [technological singularity](/source/Technological_singularity): [Russell & Norvig (2021](#CITEREFRussellNorvig2021), pp. 1004–1005), [Omohundro (2008)](#CITEREFOmohundro2008), [Kurzweil (2005)](#CITEREFKurzweil2005) [I. J. Good](/source/I._J._Good)'s "intelligence explosion": [Good (1965)](#CITEREFGood1965) [Vernor Vinge](/source/Vernor_Vinge)'s "singularity": [Vinge (1993)](#CITEREFVinge1993)

1. **[^](#cite_ref-FOOTNOTERussellNorvig20211005_469-0)** [Russell & Norvig (2021)](#CITEREFRussellNorvig2021), p. 1005.

1. **[^](#cite_ref-470)** [Transhumanism](/source/Transhumanism): [Moravec (1988)](#CITEREFMoravec1988), [Kurzweil (2005)](#CITEREFKurzweil2005), [Russell & Norvig (2021](#CITEREFRussellNorvig2021), p. 1005)

1. **[^](#cite_ref-471)** AI as evolution: [Edward Fredkin](/source/Edward_Fredkin) is quoted in [McCorduck (2004](#CITEREFMcCorduck2004), p. 401), [Butler (1863)](#CITEREFButler1863), [Dyson (1998)](#CITEREFDyson1998)

1. **[^](#cite_ref-AI_in_myth_472-0)** AI in myth: [McCorduck (2004](#CITEREFMcCorduck2004), pp. 4–5)

1. **[^](#cite_ref-FOOTNOTEMcCorduck2004340–400_473-0)** [McCorduck (2004)](#CITEREFMcCorduck2004), pp. 340–400.

1. **[^](#cite_ref-FOOTNOTEButtazzo2001_474-0)** [Buttazzo (2001)](#CITEREFButtazzo2001).

1. **[^](#cite_ref-FOOTNOTEAnderson2008_475-0)** [Anderson (2008)](#CITEREFAnderson2008).

1. **[^](#cite_ref-FOOTNOTEMcCauley2007_476-0)** [McCauley (2007)](#CITEREFMcCauley2007).

1. **[^](#cite_ref-FOOTNOTEGalvan1997_477-0)** [Galvan (1997)](#CITEREFGalvan1997).

### Textbooks

- [Luger, George](https://en.wikipedia.org/w/index.php?title=George_Luger&action=edit&redlink=1); [Stubblefield, William](/source/William_Stubblefield) (2004). [*Artificial Intelligence: Structures and Strategies for Complex Problem Solving*](https://archive.org/details/artificialintell0000luge) (5th ed.). Benjamin/Cummings. [ISBN](/source/ISBN_(identifier)) [978-0-8053-4780-7](https://en.wikipedia.org/wiki/Special:BookSources/978-0-8053-4780-7). [Archived](https://web.archive.org/web/20200726220613/https://archive.org/details/artificialintell0000luge) from the original on 26 July 2020. Retrieved 17 December 2019.

- [Nilsson, Nils](/source/Nils_Nilsson_(researcher)) (1998). [*Artificial Intelligence: A New Synthesis*](https://archive.org/details/artificialintell0000nils). Morgan Kaufmann. [ISBN](/source/ISBN_(identifier)) [978-1-5586-0467-4](https://en.wikipedia.org/wiki/Special:BookSources/978-1-5586-0467-4). [Archived](https://web.archive.org/web/20200726131654/https://archive.org/details/artificialintell0000nils) from the original on 26 July 2020. Retrieved 18 November 2019.

- [Poole, David](https://en.wikipedia.org/w/index.php?title=David_Poole_(researcher)&action=edit&redlink=1); [Mackworth, Alan](/source/Alan_Mackworth); [Goebel, Randy](https://en.wikipedia.org/w/index.php?title=Randy_Goebel&action=edit&redlink=1) (1998). [*Computational Intelligence: A Logical Approach*](https://archive.org/details/computationalint00pool). New York: Oxford University Press. [ISBN](/source/ISBN_(identifier)) [978-0-1951-0270-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-1951-0270-3). [Archived](https://web.archive.org/web/20200726131436/https://archive.org/details/computationalint00pool) from the original on 26 July 2020. Retrieved 22 August 2020. Later edition: Poole, David; [Mackworth, Alan](/source/Alan_Mackworth) (2017). [*Artificial Intelligence: Foundations of Computational Agents*](http://artint.info/index.html) (2nd ed.). Cambridge University Press. [ISBN](/source/ISBN_(identifier)) [978-1-1071-9539-4](https://en.wikipedia.org/wiki/Special:BookSources/978-1-1071-9539-4). [Archived](https://web.archive.org/web/20171207013855/http://artint.info/index.html) from the original on 7 December 2017. Retrieved 6 December 2017.

- [Rich, Elaine](/source/Elaine_Rich); Knight, Kevin; Nair, Shivashankar (2010). *Artificial Intelligence* (3rd ed.). [New Delhi](/source/New_Delhi): [Tata McGraw Hill](/source/Tata_McGraw_Hill) India. [ISBN](/source/ISBN_(identifier)) [978-0-0700-8770-5](https://en.wikipedia.org/wiki/Special:BookSources/978-0-0700-8770-5).

- [Russell, Stuart J.](/source/Stuart_J._Russell); [Norvig, Peter](/source/Peter_Norvig) (2021). *[Artificial Intelligence: A Modern Approach](/source/Artificial_Intelligence%3A_A_Modern_Approach)* (4th ed.). [Hoboken](/source/Hoboken): [Pearson](/source/Pearson_Education). [ISBN](/source/ISBN_(identifier)) [978-0-1346-1099-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-1346-1099-3). [LCCN](/source/LCCN_(identifier)) [20190474](https://lccn.loc.gov/20190474).

- [Russell, Stuart J.](/source/Stuart_J._Russell); [Norvig, Peter](/source/Peter_Norvig) (2003), [*Artificial Intelligence: A Modern Approach*](http://aima.cs.berkeley.edu/) (2nd ed.), Upper Saddle River, New Jersey: Prentice Hall, [ISBN](/source/ISBN_(identifier)) [0-13-790395-2](https://en.wikipedia.org/wiki/Special:BookSources/0-13-790395-2).

- Ertl, Wolgang (2024). *Introduction to Artificial Intelligence*. Springer Nature. [ISBN](/source/ISBN_(identifier)) [978-3319584867](https://en.wikipedia.org/wiki/Special:BookSources/978-3319584867).

- [Ciaramella, Alberto](/source/Alberto_Ciaramella); Ciaramella, Marco (2024). *Introduction to Artificial Intelligence: from data analysis to generative AI*. Intellisemantic Editions. [ISBN](/source/ISBN_(identifier)) [978-8-8947-8760-3](https://en.wikipedia.org/wiki/Special:BookSources/978-8-8947-8760-3).

### History of AI

- [Crevier, Daniel](/source/Daniel_Crevier) (1993). *AI: The Tumultuous Search for Artificial Intelligence*. New York, NY: BasicBooks. [ISBN](/source/ISBN_(identifier)) [0-465-02997-3](https://en.wikipedia.org/wiki/Special:BookSources/0-465-02997-3).

- [McCorduck, Pamela](/source/Pamela_McCorduck) (2004), *Machines Who Think* (2nd ed.), Natick, Massachusetts: A. K. Peters, [ISBN](/source/ISBN_(identifier)) [1-5688-1205-1](https://en.wikipedia.org/wiki/Special:BookSources/1-5688-1205-1)

- [Newquist, H. P.](/source/HP_Newquist) (1994). *The Brain Makers: Genius, Ego, And Greed In The Quest For Machines That Think*. New York: Macmillan/SAMS. [ISBN](/source/ISBN_(identifier)) [978-0-6723-0412-5](https://en.wikipedia.org/wiki/Special:BookSources/978-0-6723-0412-5).

### Other sources

- [AI & ML in Fusion](https://suli.pppl.gov/2023/course/Rea-PPPL-SULI2023.pdf)

- [AI & ML in Fusion, video lecture](https://drive.google.com/file/d/1npCTrJ8XJn20ZGDA_DfMpANuQZFMzKPh/view?usp=drive_link) [Archived](https://web.archive.org/web/20230702164332/https://drive.google.com/file/d/1npCTrJ8XJn20ZGDA_DfMpANuQZFMzKPh/view?usp=drive_link) 2 July 2023 at the [Wayback Machine](/source/Wayback_Machine)

- Alter, Alexandra; Harris, Elizabeth A. (20 September 2023), ["Franzen, Grisham and Other Prominent Authors Sue OpenAI"](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&regi_id=62816440&segment_id=145288&user_id=ad24f3545dae0ec44284a38bb4a88f1d), *The New York Times*, [archived](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&regi_id=62816440&segment_id=145288&user_id=ad24f3545dae0ec44284a38bb4a88f1d) from the original on 14 September 2024, retrieved 5 October 2024

- [Altman, Sam](/source/Sam_Altman); [Brockman, Greg](/source/Greg_Brockman); [Sutskever, Ilya](/source/Ilya_Sutskever) (22 May 2023). ["Governance of Superintelligence"](https://openai.com/blog/governance-of-superintelligence). *openai.com*. [Archived](https://web.archive.org/web/20230527061619/https://openai.com/blog/governance-of-superintelligence) from the original on 27 May 2023. Retrieved 27 May 2023.

- Anderson, Susan Leigh (2008). "Asimov's 'three laws of robotics' and machine metaethics". *AI & Society*. **22** (4): 477–493. [doi](/source/Doi_(identifier)):[10.1007/s00146-007-0094-5](https://doi.org/10.1007%2Fs00146-007-0094-5).

- Anderson, Michael; Anderson, Susan Leigh (2011). *Machine Ethics*. Cambridge University Press.

- Arntz, Melanie; Gregory, Terry; Zierahn, Ulrich (2016), "The risk of automation for jobs in OECD countries: A comparative analysis", *OECD Social, Employment, and Migration Working Papers 189*

- Asada, M.; Hosoda, K.; Kuniyoshi, Y.; Ishiguro, H.; Inui, T.; Yoshikawa, Y.; Ogino, M.; Yoshida, C. (2009). "Cognitive developmental robotics: a survey". *IEEE Transactions on Autonomous Mental Development*. **1** (1): 12–34. [Bibcode](/source/Bibcode_(identifier)):[2009ITAMD...1...12A](https://ui.adsabs.harvard.edu/abs/2009ITAMD...1...12A). [doi](/source/Doi_(identifier)):[10.1109/tamd.2009.2021702](https://doi.org/10.1109%2Ftamd.2009.2021702).

- ["Ask the AI experts: What's driving today's progress in AI?"](https://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/ask-the-ai-experts-whats-driving-todays-progress-in-ai). *McKinsey & Company*. [Archived](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) from the original on 13 April 2018. Retrieved 13 April 2018.

- Barfield, Woodrow; Pagallo, Ugo (2018). *Research handbook on the law of artificial intelligence*. Cheltenham, UK: Edward Elgar Publishing. [ISBN](/source/ISBN_(identifier)) [978-1-7864-3904-8](https://en.wikipedia.org/wiki/Special:BookSources/978-1-7864-3904-8). [OCLC](/source/OCLC_(identifier)) [1039480085](https://search.worldcat.org/oclc/1039480085).

- Beal, J.; [Winston, Patrick](/source/Patrick_Winston) (2009), "The New Frontier of Human-Level Artificial Intelligence", *IEEE Intelligent Systems*, **24** (4): 21–24, [Bibcode](/source/Bibcode_(identifier)):[2009IISys..24d..21B](https://ui.adsabs.harvard.edu/abs/2009IISys..24d..21B), [doi](/source/Doi_(identifier)):[10.1109/MIS.2009.75](https://doi.org/10.1109%2FMIS.2009.75), [hdl](/source/Hdl_(identifier)):[1721.1/52357](https://hdl.handle.net/1721.1%2F52357)

- Berdahl, Carl Thomas; Baker, Lawrence; Mann, Sean; Osoba, Osonde; Girosi, Federico (7 February 2023). ["Strategies to Improve the Impact of Artificial Intelligence on Health Equity: Scoping Review"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11041459). *JMIR AI*. **2** e42936. [doi](/source/Doi_(identifier)):[10.2196/42936](https://doi.org/10.2196%2F42936). [PMC](/source/PMC_(identifier)) [11041459](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11041459). [PMID](/source/PMID_(identifier)) [38875587](https://pubmed.ncbi.nlm.nih.gov/38875587).

- Berryhill, Jamie; Heang, Kévin Kok; Clogher, Rob; McBride, Keegan (2019). [*Hello, World: Artificial Intelligence and its Use in the Public Sector*](https://oecd-opsi.org/wp-content/uploads/2019/11/AI-Report-Online.pdf) (PDF). Paris: OECD Observatory of Public Sector Innovation. [Archived](https://web.archive.org/web/20191220021331/https://oecd-opsi.org/wp-content/uploads/2019/11/AI-Report-Online.pdf) (PDF) from the original on 20 December 2019. Retrieved 9 August 2020.

- Bertini, Marco; Del Bimbo, Alberto; Torniai, Carlo (2006). "Automatic annotation and semantic retrieval of video sequences using multimedia ontologies". *Proceedings of the 14th ACM international conference on Multimedia*. pp. 679–682. [doi](/source/Doi_(identifier)):[10.1145/1180639.1180782](https://doi.org/10.1145%2F1180639.1180782). [ISBN](/source/ISBN_(identifier)) [1-59593-447-2](https://en.wikipedia.org/wiki/Special:BookSources/1-59593-447-2).

- [Bostrom, Nick](/source/Nick_Bostrom) (2014). [*Superintelligence: Paths, Dangers, Strategies*](/source/Superintelligence%3A_Paths%2C_Dangers%2C_Strategies). Oxford University Press.

- Bostrom, Nick (2015). ["What happens when our computers get smarter than we are?"](https://www.ted.com/talks/nick_bostrom_what_happens_when_our_computers_get_smarter_than_we_are/transcript). [TED (conference)](/source/TED_(conference)). [Archived](https://web.archive.org/web/20200725005719/https://www.ted.com/talks/nick_bostrom_what_happens_when_our_computers_get_smarter_than_we_are/transcript) from the original on 25 July 2020. Retrieved 30 January 2020.

- Brooks, Rodney (10 November 2014). ["artificial intelligence is a tool, not a threat"](https://web.archive.org/web/20141112130954/http://www.rethinkrobotics.com/artificial-intelligence-tool-threat). *Rethink Robotics*. Archived from [the original](http://www.rethinkrobotics.com/artificial-intelligence-tool-threat) on 12 November 2014.

- Brooks, Rodney A. (1990). "Elephants don't play chess". *Robotics and Autonomous Systems*. **6** (1–2): 3–15. [doi](/source/Doi_(identifier)):[10.1016/S0921-8890(05)80025-9](https://doi.org/10.1016%2FS0921-8890%2805%2980025-9).

- Buiten, Miriam C (2019). ["Towards Intelligent Regulation of Artificial Intelligence"](https://doi.org/10.1017%2Ferr.2019.8). *European Journal of Risk Regulation*. **10** (1): 41–59. [doi](/source/Doi_(identifier)):[10.1017/err.2019.8](https://doi.org/10.1017%2Ferr.2019.8). [ISSN](/source/ISSN_(identifier)) [1867-299X](https://search.worldcat.org/issn/1867-299X).

- Bushwick, Sophie (16 March 2023), ["What the New GPT-4 AI Can Do"](https://www.scientificamerican.com/article/what-the-new-gpt-4-ai-can-do/), *Scientific American*, [archived](https://web.archive.org/web/20230822233655/https://www.scientificamerican.com/article/what-the-new-gpt-4-ai-can-do/) from the original on 22 August 2023, retrieved 5 October 2024

- [Butler, Samuel](/source/Samuel_Butler_(novelist)) (13 June 1863). ["Darwin among the Machines"](https://nzetc.victoria.ac.nz/tm/scholarly/tei-ButFir-t1-g1-t1-g1-t4-body.html). Letters to the Editor. *[The Press](/source/The_Press)*. Christchurch, New Zealand. [Archived](https://web.archive.org/web/20080919172551/http://www.nzetc.org/tm/scholarly/tei-ButFir-t1-g1-t1-g1-t4-body.html) from the original on 19 September 2008. Retrieved 16 October 2014 – via Victoria University of Wellington.

- Buttazzo, G. (July 2001). "Artificial consciousness: Utopia or real possibility?". *[Computer](/source/Computer_(magazine))*. **34** (7): 24–30. [Bibcode](/source/Bibcode_(identifier)):[2001Compr..34g..24B](https://ui.adsabs.harvard.edu/abs/2001Compr..34g..24B). [doi](/source/Doi_(identifier)):[10.1109/2.933500](https://doi.org/10.1109%2F2.933500).

- Cambria, Erik; White, Bebo (May 2014). "Jumping NLP Curves: A Review of Natural Language Processing Research [Review Article]". *IEEE Computational Intelligence Magazine*. **9** (2): 48–57. [doi](/source/Doi_(identifier)):[10.1109/MCI.2014.2307227](https://doi.org/10.1109%2FMCI.2014.2307227).

- Cellan-Jones, Rory (2 December 2014). ["Stephen Hawking warns artificial intelligence could end mankind"](https://www.bbc.com/news/technology-30290540). *[BBC News](/source/BBC_News)*. [Archived](https://web.archive.org/web/20151030054329/http://www.bbc.com/news/technology-30290540) from the original on 30 October 2015. Retrieved 30 October 2015.

- [Chalmers, David](/source/David_Chalmers) (1995). ["Facing up to the problem of consciousness"](https://www.ingentaconnect.com/contentone/imp/jcs/1995/00000002/00000003/653). *[Journal of Consciousness Studies](/source/Journal_of_Consciousness_Studies)*. **2** (3): 200–219.

- Challa, Subhash; Moreland, Mark R.; Mušicki, Darko; Evans, Robin J. (2011). *Fundamentals of Object Tracking*. Cambridge University Press. [doi](/source/Doi_(identifier)):[10.1017/CBO9780511975837](https://doi.org/10.1017%2FCBO9780511975837). [ISBN](/source/ISBN_(identifier)) [978-0-5218-7628-5](https://en.wikipedia.org/wiki/Special:BookSources/978-0-5218-7628-5).

- [Christian, Brian](/source/Brian_Christian) (2020). *[The Alignment Problem](/source/The_Alignment_Problem): Machine learning and human values*. W. W. Norton & Company. [ISBN](/source/ISBN_(identifier)) [978-0-3938-6833-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-3938-6833-3). [OCLC](/source/OCLC_(identifier)) [1233266753](https://search.worldcat.org/oclc/1233266753).

- Ciresan, D.; Meier, U.; Schmidhuber, J. (2012). "Multi-column deep neural networks for image classification". *2012 IEEE Conference on Computer Vision and Pattern Recognition*. pp. 3642–3649. [arXiv](/source/ArXiv_(identifier)):[1202.2745](https://arxiv.org/abs/1202.2745). [doi](/source/Doi_(identifier)):[10.1109/cvpr.2012.6248110](https://doi.org/10.1109%2Fcvpr.2012.6248110). [ISBN](/source/ISBN_(identifier)) [978-1-4673-1228-8](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4673-1228-8).

- Clark, Jack (2015b). ["Why 2015 Was a Breakthrough Year in Artificial Intelligence"](https://www.bloomberg.com/news/articles/2015-12-08/why-2015-was-a-breakthrough-year-in-artificial-intelligence). *Bloomberg.com*. [Archived](https://web.archive.org/web/20161123053855/https://www.bloomberg.com/news/articles/2015-12-08/why-2015-was-a-breakthrough-year-in-artificial-intelligence) from the original on 23 November 2016. Retrieved 23 November 2016.

- CNA (12 January 2019). ["Commentary: Bad news. Artificial intelligence is biased"](https://www.channelnewsasia.com/news/commentary/artificial-intelligence-big-data-bias-hiring-loans-key-challenge-11097374). *CNA*. [Archived](https://web.archive.org/web/20190112104421/https://www.channelnewsasia.com/news/commentary/artificial-intelligence-big-data-bias-hiring-loans-key-challenge-11097374) from the original on 12 January 2019. Retrieved 19 June 2020.

- [Cybenko, G.](/source/George_Cybenko) (1988). Continuous valued neural networks with two hidden layers are sufficient (Report). Department of Computer Science, Tufts University.

- Deng, L.; Yu, D. (2014). ["Deep Learning: Methods and Applications"](http://research.microsoft.com/pubs/209355/DeepLearning-NowPublishing-Vol7-SIG-039.pdf) (PDF). *Foundations and Trends in Signal Processing*. **7** (3–4): 197–387. [doi](/source/Doi_(identifier)):[10.1561/2000000039](https://doi.org/10.1561%2F2000000039). [Archived](https://web.archive.org/web/20160314152112/http://research.microsoft.com/pubs/209355/DeepLearning-NowPublishing-Vol7-SIG-039.pdf) (PDF) from the original on 14 March 2016. Retrieved 18 October 2014.

- [Dennett, Daniel](/source/Daniel_Dennett) (1991). [*Consciousness Explained*](/source/Consciousness_Explained). The Penguin Press. [ISBN](/source/ISBN_(identifier)) [978-0-7139-9037-9](https://en.wikipedia.org/wiki/Special:BookSources/978-0-7139-9037-9).

- DiFeliciantonio, Chase (3 April 2023). ["AI has already changed the world. This report shows how"](https://www.sfchronicle.com/tech/article/ai-artificial-intelligence-report-stanford-17869558.php). *San Francisco Chronicle*. [Archived](https://web.archive.org/web/20230619015309/https://www.sfchronicle.com/tech/article/ai-artificial-intelligence-report-stanford-17869558.php) from the original on 19 June 2023. Retrieved 19 June 2023.

- Dickson, Ben (2 May 2022). ["Machine learning: What is the transformer architecture?"](https://bdtechtalks.com/2022/05/02/what-is-the-transformer). *TechTalks*. [Archived](https://web.archive.org/web/20231122142948/https://bdtechtalks.com/2022/05/02/what-is-the-transformer/) from the original on 22 November 2023. Retrieved 22 November 2023.

- [Domingos, Pedro](/source/Pedro_Domingos) (2015). *The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World*. [Basic Books](/source/Basic_Books). [ISBN](/source/ISBN_(identifier)) [978-0-4650-6570-7](https://en.wikipedia.org/wiki/Special:BookSources/978-0-4650-6570-7).

- [Dreyfus, Hubert](/source/Hubert_Dreyfus) (1972). [*What Computers Can't Do*](/source/What_Computers_Can't_Do). New York: MIT Press. [ISBN](/source/ISBN_(identifier)) [978-0-0601-1082-6](https://en.wikipedia.org/wiki/Special:BookSources/978-0-0601-1082-6).

- [Dreyfus, Hubert](/source/Hubert_Dreyfus); Dreyfus, Stuart (1986). [*Mind over Machine: The Power of Human Intuition and Expertise in the Era of the Computer*](https://archive.org/details/mindovermachinep00drey). Oxford: Blackwell. [ISBN](/source/ISBN_(identifier)) [978-0-0290-8060-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-0290-8060-3). [Archived](https://web.archive.org/web/20200726131414/https://archive.org/details/mindovermachinep00drey) from the original on 26 July 2020. Retrieved 22 August 2020.

- [Dyson, George](/source/George_Dyson_(science_historian)) (1998). [*Darwin among the Machines*](https://archive.org/details/darwinamongmachi00dyso). Allan Lane Science. [ISBN](/source/ISBN_(identifier)) [978-0-7382-0030-9](https://en.wikipedia.org/wiki/Special:BookSources/978-0-7382-0030-9). [Archived](https://web.archive.org/web/20200726131443/https://archive.org/details/darwinamongmachi00dyso) from the original on 26 July 2020. Retrieved 22 August 2020.

- Edelson, Edward (1991). [*The Nervous System*](https://archive.org/details/nervoussystem0000edel). New York: Chelsea House. [ISBN](/source/ISBN_(identifier)) [978-0-7910-0464-7](https://en.wikipedia.org/wiki/Special:BookSources/978-0-7910-0464-7). [Archived](https://web.archive.org/web/20200726131758/https://archive.org/details/nervoussystem0000edel) from the original on 26 July 2020. Retrieved 18 November 2019.

- Edwards, Benj (17 May 2023). ["Poll: AI poses risk to humanity, according to majority of Americans"](https://arstechnica.com/information-technology/2023/05/poll-61-of-americans-say-ai-threatens-humanitys-future). *Ars Technica*. [Archived](https://web.archive.org/web/20230619013608/https://arstechnica.com/information-technology/2023/05/poll-61-of-americans-say-ai-threatens-humanitys-future) from the original on 19 June 2023. Retrieved 19 June 2023.

- Fearn, Nicholas (2007). *The Latest Answers to the Oldest Questions: A Philosophical Adventure with the World's Greatest Thinkers*. New York: Grove Press. [ISBN](/source/ISBN_(identifier)) [978-0-8021-1839-4](https://en.wikipedia.org/wiki/Special:BookSources/978-0-8021-1839-4).

- Ford, Martin; Colvin, Geoff (6 September 2015). ["Will robots create more jobs than they destroy?"](https://www.theguardian.com/technology/2015/sep/06/will-robots-create-destroy-jobs). *The Guardian*. [Archived](https://web.archive.org/web/20180616204119/https://www.theguardian.com/technology/2015/sep/06/will-robots-create-destroy-jobs) from the original on 16 June 2018. Retrieved 13 January 2018.

- Fox News (2023). ["Fox News Poll"](https://static.foxnews.com/foxnews.com/content/uploads/2023/05/Fox_April-21-24-2023_Complete_National_Topline_May-1-Release.pdf) (PDF). Fox News. [Archived](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) (PDF) from the original on 12 May 2023. Retrieved 19 June 2023.

- Frey, Carl Benedikt; Osborne, Michael A (2017). ["The future of employment: How susceptible are jobs to computerisation?"](https://ora.ox.ac.uk/objects/uuid:4ed9f1bd-27e9-4e30-997e-5fc8405b0491). *Technological Forecasting and Social Change*. **114**: 254–280. [doi](/source/Doi_(identifier)):[10.1016/j.techfore.2016.08.019](https://doi.org/10.1016%2Fj.techfore.2016.08.019).

- ["From not working to neural networking"](https://www.economist.com/news/special-report/21700756-artificial-intelligence-boom-based-old-idea-modern-twist-not). *The Economist*. 2016. [Archived](https://web.archive.org/web/20161231203934/https://www.economist.com/news/special-report/21700756-artificial-intelligence-boom-based-old-idea-modern-twist-not) from the original on 31 December 2016. Retrieved 26 April 2018.

- Galvan, Jill (1 January 1997). "Entering the Posthuman Collective in Philip K. Dick's "Do Androids Dream of Electric Sheep?"". *Science Fiction Studies*. **24** (3): 413–429. [doi](/source/Doi_(identifier)):[10.1525/sfs.24.3.0413](https://doi.org/10.1525%2Fsfs.24.3.0413). [JSTOR](/source/JSTOR_(identifier)) [4240644](https://www.jstor.org/stable/4240644).

- Geist, Edward Moore (9 August 2015). ["Is artificial intelligence really an existential threat to humanity?"](http://thebulletin.org/artificial-intelligence-really-existential-threat-humanity8577). *Bulletin of the Atomic Scientists*. [Archived](https://web.archive.org/web/20151030054330/http://thebulletin.org/artificial-intelligence-really-existential-threat-humanity8577) from the original on 30 October 2015. Retrieved 30 October 2015.

- Gibbs, Samuel (27 October 2014). ["Elon Musk: artificial intelligence is our biggest existential threat"](https://www.theguardian.com/technology/2014/oct/27/elon-musk-artificial-intelligence-ai-biggest-existential-threat). *The Guardian*. [Archived](https://web.archive.org/web/20151030054330/http://www.theguardian.com/technology/2014/oct/27/elon-musk-artificial-intelligence-ai-biggest-existential-threat) from the original on 30 October 2015. Retrieved 30 October 2015.

- Goffrey, Andrew (2008). "Algorithm". In Fuller, Matthew (ed.). [*Software studies: a lexicon*](https://archive.org/details/softwarestudiesl00full_007). Cambridge, Mass.: MIT Press. pp. [15](https://archive.org/details/softwarestudiesl00full_007/page/n29)–20. [ISBN](/source/ISBN_(identifier)) [978-1-4356-4787-9](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4356-4787-9).

- Goldman, Sharon (14 September 2022). ["10 years later, deep learning 'revolution' rages on, say AI pioneers Hinton, LeCun and Li"](https://venturebeat.com/ai/10-years-on-ai-pioneers-hinton-lecun-li-say-deep-learning-revolution-will-continue). *VentureBeat*. [Archived](https://web.archive.org/web/20241005171338/https://venturebeat.com/ai/10-years-on-ai-pioneers-hinton-lecun-li-say-deep-learning-revolution-will-continue/) from the original on 5 October 2024. Retrieved 8 December 2023.

- [Good, I. J.](/source/I._J._Good) (1965), [*Speculations Concerning the First Ultraintelligent Machine*](https://exhibits.stanford.edu/feigenbaum/catalog/gz727rg3869), [archived](https://web.archive.org/web/20230710131733/https://exhibits.stanford.edu/feigenbaum/catalog/gz727rg3869) from the original on 10 July 2023, retrieved 5 October 2024

- Goodfellow, Ian; Bengio, Yoshua; Courville, Aaron (2016), [*Deep Learning*](https://web.archive.org/web/20160416111010/http://www.deeplearningbook.org), MIT Press., archived from [the original](http://www.deeplearningbook.org) on 16 April 2016, retrieved 12 November 2017

- Goodman, Bryce; Flaxman, Seth (2017). "EU regulations on algorithmic decision-making and a 'right to explanation'". *AI Magazine*. **38** (3): 50. [arXiv](/source/ArXiv_(identifier)):[1606.08813](https://arxiv.org/abs/1606.08813). [doi](/source/Doi_(identifier)):[10.1609/aimag.v38i3.2741](https://doi.org/10.1609%2Faimag.v38i3.2741).

- [Government Accountability Office](/source/Government_Accountability_Office) (13 September 2022). [Consumer Data: Increasing Use Poses Risks to Privacy](https://www.gao.gov/products/gao-22-106096). *gao.gov* (Report). [Archived](https://web.archive.org/web/20240913011410/https://www.gao.gov/products/gao-22-106096) from the original on 13 September 2024. Retrieved 5 October 2024.

- Grant, Nico; Hill, Kashmir (22 May 2023). ["Google's Photo App Still Can't Find Gorillas. And Neither Can Apple's"](https://www.nytimes.com/2023/05/22/technology/ai-photo-labels-google-apple.html). *The New York Times*. [Archived](https://web.archive.org/web/20240914155032/https://www.nytimes.com/2023/05/22/technology/ai-photo-labels-google-apple.html) from the original on 14 September 2024. Retrieved 5 October 2024.

- Goswami, Rohan (5 April 2023). ["Here's where the A.I. jobs are"](https://www.cnbc.com/2023/04/05/ai-jobs-see-the-state-by-state-data-from-a-stanford-study.html). *CNBC*. [Archived](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) from the original on 19 June 2023. Retrieved 19 June 2023.

- [Harari, Yuval Noah](/source/Yuval_Noah_Harari) (October 2018). ["Why Technology Favors Tyranny"](https://www.theatlantic.com/magazine/archive/2018/10/yuval-noah-harari-technology-tyranny/568330). *[The Atlantic](/source/The_Atlantic)*. [Archived](https://web.archive.org/web/20210925221449/https://www.theatlantic.com/magazine/archive/2018/10/yuval-noah-harari-technology-tyranny/568330) from the original on 25 September 2021. Retrieved 23 September 2021.

- Harari, Yuval Noah (2023). ["AI and the future of humanity"](https://www.youtube.com/watch?v=LWiM-LuRe6w). *[YouTube](/source/YouTube)*. [Archived](https://web.archive.org/web/20240930110823/https://www.youtube.com/watch?v=LWiM-LuRe6w) from the original on 30 September 2024. Retrieved 5 October 2024.

- [Haugeland, John](/source/John_Haugeland) (1985). *Artificial Intelligence: The Very Idea*. Cambridge, Mass.: MIT Press. [ISBN](/source/ISBN_(identifier)) [978-0-2620-8153-5](https://en.wikipedia.org/wiki/Special:BookSources/978-0-2620-8153-5).

- Hinton, G.; Deng, L.; Yu, D.; Dahl, G.; Mohamed, A.; Jaitly, N.; Senior, A.; Vanhoucke, V.; Nguyen, P.; [Sainath, T.](/source/Tara_Sainath); Kingsbury, B. (2012). "Deep Neural Networks for Acoustic Modeling in Speech Recognition – The shared views of four research groups". *IEEE Signal Processing Magazine*. **29** (6): 82–97. [Bibcode](/source/Bibcode_(identifier)):[2012ISPM...29...82H](https://ui.adsabs.harvard.edu/abs/2012ISPM...29...82H). [doi](/source/Doi_(identifier)):[10.1109/msp.2012.2205597](https://doi.org/10.1109%2Fmsp.2012.2205597).

- Holley, Peter (28 January 2015). ["Bill Gates on dangers of artificial intelligence: 'I don't understand why some people are not concerned'"](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). *The Washington Post*. [ISSN](/source/ISSN_(identifier)) [0190-8286](https://search.worldcat.org/issn/0190-8286). [Archived](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) from the original on 30 October 2015. Retrieved 30 October 2015.

- Hornik, Kurt; Stinchcombe, Maxwell; White, Halbert (1989). [*Multilayer Feedforward Networks are Universal Approximators*](http://cognitivemedium.com/magic_paper/assets/Hornik.pdf) (PDF). *Neural Networks*. Vol. 2. Pergamon Press. pp. 359–366. [Archived](https://web.archive.org/web/20230421140436/https://cognitivemedium.com/magic_paper/assets/Hornik.pdf) (PDF) from the original on 21 April 2023. Retrieved 5 October 2024.

- Horst, Steven (2005). ["The Computational Theory of Mind"](http://plato.stanford.edu/entries/computational-mind). *The Stanford Encyclopedia of Philosophy*. [Archived](https://web.archive.org/web/20160306083748/http://plato.stanford.edu/entries/computational-mind) from the original on 6 March 2016. Retrieved 7 March 2016.

- Howe, J. (November 1994). ["Artificial Intelligence at Edinburgh University: a Perspective"](http://www.inf.ed.ac.uk/about/AIhistory.html). [Archived](https://web.archive.org/web/20070515072641/http://www.inf.ed.ac.uk/about/AIhistory.html) from the original on 15 May 2007. Retrieved 30 August 2007.

- IGM Chicago (30 June 2017). ["Robots and Artificial Intelligence"](http://www.igmchicago.org/surveys/robots-and-artificial-intelligence). *igmchicago.org*. [Archived](https://web.archive.org/web/20190501114826/http://www.igmchicago.org/surveys/robots-and-artificial-intelligence) from the original on 1 May 2019. Retrieved 3 July 2019.

- Iphofen, Ron; Kritikos, Mihalis (3 January 2019). "Regulating artificial intelligence and robotics: ethics by design in a digital society". *Contemporary Social Science*. **16** (2): 170–184. [doi](/source/Doi_(identifier)):[10.1080/21582041.2018.1563803](https://doi.org/10.1080%2F21582041.2018.1563803). [ISSN](/source/ISSN_(identifier)) [2158-2041](https://search.worldcat.org/issn/2158-2041).

- Jordan, M. I.; Mitchell, T. M. (16 July 2015). "Machine learning: Trends, perspectives, and prospects". *Science*. **349** (6245): 255–260. [Bibcode](/source/Bibcode_(identifier)):[2015Sci...349..255J](https://ui.adsabs.harvard.edu/abs/2015Sci...349..255J). [doi](/source/Doi_(identifier)):[10.1126/science.aaa8415](https://doi.org/10.1126%2Fscience.aaa8415). [PMID](/source/PMID_(identifier)) [26185243](https://pubmed.ncbi.nlm.nih.gov/26185243).

- Kahneman, Daniel; Slovic, Paul; Tversky, Amos (1982). *Judgment Under Uncertainty: Heuristics and Biases*. Cambridge University Press.

- [Kahneman, Daniel](/source/Daniel_Kahneman) (2011). [*Thinking, Fast and Slow*](https://books.google.com/books?id=ZuKTvERuPG8C). Macmillan. [ISBN](/source/ISBN_(identifier)) [978-1-4299-6935-2](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4299-6935-2). [Archived](https://web.archive.org/web/20230315191803/https://books.google.com/books?id=ZuKTvERuPG8C) from the original on 15 March 2023. Retrieved 8 April 2012.

- Kasperowicz, Peter (1 May 2023). ["Regulate AI? GOP much more skeptical than Dems that government can do it right: poll"](https://www.foxnews.com/politics/regulate-ai-gop-much-more-skeptical-than-dems-that-the-government-can-do-it-right-poll). *Fox News*. [Archived](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) from the original on 19 June 2023. Retrieved 19 June 2023.

- Katz, Yarden (1 November 2012). ["Noam Chomsky on Where Artificial Intelligence Went Wrong"](https://www.theatlantic.com/technology/archive/2012/11/noam-chomsky-on-where-artificial-intelligence-went-wrong/261637/?single_page=true). *The Atlantic*. [Archived](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) from the original on 28 February 2019. Retrieved 26 October 2014.

- ["Kismet"](http://www.ai.mit.edu/projects/humanoid-robotics-group/kismet/kismet.html). MIT Artificial Intelligence Laboratory, Humanoid Robotics Group. [Archived](https://web.archive.org/web/20141017040432/http://www.ai.mit.edu/projects/humanoid-robotics-group/kismet/kismet.html) from the original on 17 October 2014. Retrieved 25 October 2014.

- [Kissinger, Henry](/source/Henry_Kissinger) (1 November 2021). ["The Challenge of Being Human in the Age of AI"](https://www.wsj.com/articles/being-human-artifical-intelligence-ai-chess-antibiotic-philosophy-ethics-bill-of-rights-11635795271). *[The Wall Street Journal](/source/The_Wall_Street_Journal)*. [Archived](https://web.archive.org/web/20211104012825/https://www.wsj.com/articles/being-human-artifical-intelligence-ai-chess-antibiotic-philosophy-ethics-bill-of-rights-11635795271) from the original on 4 November 2021. Retrieved 4 November 2021.

- Kobielus, James (27 November 2019). ["GPUs Continue to Dominate the AI Accelerator Market for Now"](https://www.informationweek.com/ai-or-machine-learning/gpus-continue-to-dominate-the-ai-accelerator-market-for-now). *InformationWeek*. [Archived](https://web.archive.org/web/20211019031104/https://www.informationweek.com/ai-or-machine-learning/gpus-continue-to-dominate-the-ai-accelerator-market-for-now) from the original on 19 October 2021. Retrieved 11 June 2020.

- Kuperman, G. J.; Reichley, R. M.; Bailey, T. C. (1 July 2006). ["Using Commercial Knowledge Bases for Clinical Decision Support: Opportunities, Hurdles, and Recommendations"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1513681). *Journal of the American Medical Informatics Association*. **13** (4): 369–371. [doi](/source/Doi_(identifier)):[10.1197/jamia.M2055](https://doi.org/10.1197%2Fjamia.M2055). [PMC](/source/PMC_(identifier)) [1513681](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1513681). [PMID](/source/PMID_(identifier)) [16622160](https://pubmed.ncbi.nlm.nih.gov/16622160).

- [Kurzweil, Ray](/source/Ray_Kurzweil) (2005). [*The Singularity is Near*](/source/The_Singularity_is_Near). Penguin Books. [ISBN](/source/ISBN_(identifier)) [978-0-6700-3384-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-6700-3384-3).

- Langley, Pat (2011). ["The changing science of machine learning"](https://doi.org/10.1007%2Fs10994-011-5242-y). *[Machine Learning](/source/Machine_Learning_(journal))*. **82** (3): 275–279. [doi](/source/Doi_(identifier)):[10.1007/s10994-011-5242-y](https://doi.org/10.1007%2Fs10994-011-5242-y).

- Larson, Jeff; [Angwin, Julia](/source/Julia_Angwin) (23 May 2016). ["How We Analyzed the COMPAS Recidivism Algorithm"](https://www.propublica.org/article/how-we-analyzed-the-compas-recidivism-algorithm). *ProPublica*. [Archived](https://web.archive.org/web/20190429190950/https://www.propublica.org/article/how-we-analyzed-the-compas-recidivism-algorithm) from the original on 29 April 2019. Retrieved 19 June 2020.

- Laskowski, Nicole (November 2023). ["What is Artificial Intelligence and How Does AI Work? TechTarget"](https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence). *Enterprise AI*. [Archived](https://web.archive.org/web/20241005171229/https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence) from the original on 5 October 2024. Retrieved 30 October 2023.

- Law Library of Congress (U.S.). Global Legal Research Directorate, issuing body. (2019). *Regulation of artificial intelligence in selected jurisdictions*. [LCCN](/source/LCCN_(identifier)) [2019668143](https://lccn.loc.gov/2019668143). [OCLC](/source/OCLC_(identifier)) [1110727808](https://search.worldcat.org/oclc/1110727808).

- Lee, Timothy B. (22 August 2014). ["Will artificial intelligence destroy humanity? Here are 5 reasons not to worry"](https://www.vox.com/2014/8/22/6043635/5-reasons-we-shouldnt-worry-about-super-intelligent-computers-taking). *Vox*. [Archived](https://web.archive.org/web/20151030092203/http://www.vox.com/2014/8/22/6043635/5-reasons-we-shouldnt-worry-about-super-intelligent-computers-taking) from the original on 30 October 2015. Retrieved 30 October 2015.

- [Lenat, Douglas](/source/Douglas_Lenat); Guha, R. V. (1989). *Building Large Knowledge-Based Systems*. Addison-Wesley. [ISBN](/source/ISBN_(identifier)) [978-0-2015-1752-1](https://en.wikipedia.org/wiki/Special:BookSources/978-0-2015-1752-1).

- [Lighthill, James](/source/James_Lighthill) (1973). "Artificial Intelligence: A General Survey". *Artificial Intelligence: a paper symposium*. Science Research Council.

- Lipartito, Kenneth (6 January 2011), [*The Narrative and the Algorithm: Genres of Credit Reporting from the Nineteenth Century to Today*](https://mpra.ub.uni-muenchen.de/28142/1/MPRA_paper_28142.pdf) (PDF) (Unpublished manuscript), [SSRN](/source/SSRN_(identifier)) [1736283](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1736283), [archived](https://ghostarchive.org/archive/20221009/https://mpra.ub.uni-muenchen.de/28142/1/MPRA_paper_28142.pdf) (PDF) from the original on 9 October 2022

- Lohr, Steve (2017). ["Robots Will Take Jobs, but Not as Fast as Some Fear, New Report Says"](https://www.nytimes.com/2017/01/12/technology/robots-will-take-jobs-but-not-as-fast-as-some-fear-new-report-says.html). *The New York Times*. [Archived](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) from the original on 14 January 2018. Retrieved 13 January 2018.

- Lungarella, M.; Metta, G.; Pfeifer, R.; Sandini, G. (2003). "Developmental robotics: a survey". *Connection Science*. **15** (4): 151–190. [Bibcode](/source/Bibcode_(identifier)):[2003ConSc..15..151L](https://ui.adsabs.harvard.edu/abs/2003ConSc..15..151L). [doi](/source/Doi_(identifier)):[10.1080/09540090310001655110](https://doi.org/10.1080%2F09540090310001655110).

- ["Machine Ethics"](https://web.archive.org/web/20141129044821/http://www.aaai.org/Library/Symposia/Fall/fs05-06). *aaai.org*. Archived from [the original](http://www.aaai.org/Library/Symposia/Fall/fs05-06) on 29 November 2014.

- Madrigal, Alexis C. (27 February 2015). ["The case against killer robots, from a guy actually working on artificial intelligence"](https://www.hrw.org/report/2012/11/19/losing-humanity/case-against-killer-robots). *Fusion.net*. [Archived](https://web.archive.org/web/20160204175716/http://fusion.net/story/54583/the-case-against-killer-robots-from-a-guy-actually-building-ai) from the original on 4 February 2016. Retrieved 31 January 2016.

- Mahdawi, Arwa (26 June 2017). ["What jobs will still be around in 20 years? Read this to prepare your future"](https://www.theguardian.com/us-news/2017/jun/26/jobs-future-automation-robots-skills-creative-health). *The Guardian*. [Archived](https://web.archive.org/web/20180114021804/https://www.theguardian.com/us-news/2017/jun/26/jobs-future-automation-robots-skills-creative-health) from the original on 14 January 2018. Retrieved 13 January 2018.

- Maker, Meg Houston (2006), [*AI@50: AI Past, Present, Future*](https://web.archive.org/web/20081008120238/http://www.engagingexperience.com/2006/07/ai50_ai_past_pr.html), Dartmouth College, archived from [the original](http://www.engagingexperience.com/2006/07/ai50_ai_past_pr.html) on 8 October 2008, retrieved 16 October 2008

- Marmouyet, Françoise (15 December 2023). ["Google's Gemini: is the new AI model really better than ChatGPT?"](https://theconversation.com/googles-gemini-is-the-new-ai-model-really-better-than-chatgpt-219526). *The Conversation*. [Archived](https://web.archive.org/web/20240304215625/https://theconversation.com/googles-gemini-is-the-new-ai-model-really-better-than-chatgpt-219526) from the original on 4 March 2024. Retrieved 25 December 2023.

- [Minsky, Marvin](/source/Marvin_Minsky) (1986), [*The Society of Mind*](/source/The_Society_of_Mind), Simon and Schuster

- [McCarthy, John](/source/John_McCarthy_(computer_scientist)); [Minsky, Marvin](/source/Marvin_Minsky); [Rochester, Nathan](/source/Nathan_Rochester); [Shannon, Claude](/source/Claude_Shannon) (1955). ["A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence"](https://web.archive.org/web/20070826230310/http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html). *[stanford.edu](/source/Stanford.edu)*. Archived from [the original](http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html) on 26 August 2007. Retrieved 30 August 2007.

- [McCarthy, John](/source/John_McCarthy_(computer_scientist)) (2007), "From Here to Human-Level AI", *Artificial Intelligence*, p. 171

- [McCarthy, John](/source/John_McCarthy_(computer_scientist)) (1999), [*What is AI?*](http://jmc.stanford.edu/artificial-intelligence/what-is-ai/index.html), [archived](https://web.archive.org/web/20221204051737/http://jmc.stanford.edu/artificial-intelligence/what-is-ai/index.html) from the original on 4 December 2022, retrieved 4 December 2022

- McCauley, Lee (2007). "AI armageddon and the three laws of robotics". *Ethics and Information Technology*. **9** (2): 153–164. [doi](/source/Doi_(identifier)):[10.1007/s10676-007-9138-2](https://doi.org/10.1007%2Fs10676-007-9138-2). [ProQuest](/source/ProQuest) [222198675](https://www.proquest.com/docview/222198675).

- McGarry, Ken (1 December 2005). "A survey of interestingness measures for knowledge discovery". *The Knowledge Engineering Review*. **20** (1): 39–61. [doi](/source/Doi_(identifier)):[10.1017/S0269888905000408](https://doi.org/10.1017%2FS0269888905000408).

- McGaughey, Ewan (2022). "Will Robots Automate Your Job Away? Full Employment, Basic Income and Economic Democracy". *Industrial Law Journal*. **51** (3): 511–559. [doi](/source/Doi_(identifier)):[10.1093/indlaw/dwab010](https://doi.org/10.1093%2Findlaw%2Fdwab010). [SSRN](/source/SSRN_(identifier)) [3044448](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3044448).

- Merkle, Daniel; Middendorf, Martin (2013). "Swarm Intelligence". In Burke, Edmund K.; Kendall, Graham (eds.). *Search Methodologies: Introductory Tutorials in Optimization and Decision Support Techniques*. Springer Science & Business Media. [ISBN](/source/ISBN_(identifier)) [978-1-4614-6940-7](https://en.wikipedia.org/wiki/Special:BookSources/978-1-4614-6940-7).

- [Minsky, Marvin](/source/Marvin_Minsky) (1967), *Computation: Finite and Infinite Machines*, Englewood Cliffs, N.J.: Prentice-Hall

- [Moravec, Hans](/source/Hans_Moravec) (1988). [*Mind Children*](https://archive.org/details/mindchildrenfutu00mora). Harvard University Press. [ISBN](/source/ISBN_(identifier)) [978-0-6745-7616-2](https://en.wikipedia.org/wiki/Special:BookSources/978-0-6745-7616-2). [Archived](https://web.archive.org/web/20200726131644/https://archive.org/details/mindchildrenfutu00mora) from the original on 26 July 2020. Retrieved 18 November 2019.

- Morgenstern, Michael (9 May 2015). ["Automation and anxiety"](https://www.economist.com/news/special-report/21700758-will-smarter-machines-cause-mass-unemployment-automation-and-anxiety). *The Economist*. [Archived](https://web.archive.org/web/20180112214621/https://www.economist.com/news/special-report/21700758-will-smarter-machines-cause-mass-unemployment-automation-and-anxiety) from the original on 12 January 2018. Retrieved 13 January 2018.

- Müller, Vincent C.; Bostrom, Nick (2014). "Future Progress in Artificial Intelligence: A Poll Among Experts". *AI Matters*. **1** (1): 9–11. [doi](/source/Doi_(identifier)):[10.1145/2639475.2639478](https://doi.org/10.1145%2F2639475.2639478).

- Neumann, Bernd; Möller, Ralf (January 2008). "On scene interpretation with description logics". *Image and Vision Computing*. **26** (1): 82–101. [doi](/source/Doi_(identifier)):[10.1016/j.imavis.2007.08.013](https://doi.org/10.1016%2Fj.imavis.2007.08.013).

- [Nilsson, Nils](/source/Nils_John_Nilsson) (1995), "Eyes on the Prize", *AI Magazine*, vol. 16, pp. 9–17

- [Newell, Allen](/source/Allen_Newell); [Simon, H. A.](/source/Herbert_A._Simon) (1976). ["Computer Science as Empirical Inquiry: Symbols and Search"](https://doi.org/10.1145%2F360018.360022). *Communications of the ACM*. **19** (3): 113–126. [doi](/source/Doi_(identifier)):[10.1145/360018.360022](https://doi.org/10.1145%2F360018.360022).

- Nicas, Jack (7 February 2018). ["How YouTube Drives People to the Internet's Darkest Corners"](https://www.wsj.com/articles/how-youtube-drives-viewers-to-the-internets-darkest-corners-1518020478). *[The Wall Street Journal](/source/The_Wall_Street_Journal)*. [ISSN](/source/ISSN_(identifier)) [0099-9660](https://search.worldcat.org/issn/0099-9660). [Archived](https://web.archive.org/web/20241005171230/https://www.wsj.com/articles/how-youtube-drives-viewers-to-the-internets-darkest-corners-1518020478) from the original on 5 October 2024. Retrieved 16 June 2018.

- [Nilsson, Nils](/source/Nils_Nilsson_(researcher)) (1983). ["Artificial Intelligence Prepares for 2001"](https://ai.stanford.edu/~nilsson/OnlinePubs-Nils/General%20Essays/AIMag04-04-002.pdf) (PDF). *AI Magazine*. **1** (1). [Archived](https://web.archive.org/web/20200817194457/http://ai.stanford.edu/~nilsson/OnlinePubs-Nils/General%20Essays/AIMag04-04-002.pdf) (PDF) from the original on 17 August 2020. Retrieved 22 August 2020. Presidential Address to the [Association for the Advancement of Artificial Intelligence](/source/Association_for_the_Advancement_of_Artificial_Intelligence).

- [NRC (United States National Research Council)](/source/United_States_National_Research_Council) (1999). ["Developments in Artificial Intelligence"](https://www.nationalacademies.org/read/6323/chapter/11). *Funding a Revolution: Government Support for Computing Research*. National Academies Press. [ISBN](/source/ISBN_(identifier)) [978-0-309-52501-5](https://en.wikipedia.org/wiki/Special:BookSources/978-0-309-52501-5).

- [Omohundro, Steve](/source/Steve_Omohundro) (2008). [*The Nature of Self-Improving Artificial Intelligence*](https://steveomohundro.com/wp-content/uploads/2009/12/nature_of_self_improving_ai.pdf) (PDF). 2007 Singularity Summit. San Francisco, CA.

- Oudeyer, P-Y. (2010). ["On the impact of robotics in behavioral and cognitive sciences: from insect navigation to human cognitive development"](https://inria.hal.science/inria-00541783). *IEEE Transactions on Autonomous Mental Development*. **2** (1): 2–16. [Bibcode](/source/Bibcode_(identifier)):[2010ITAMD...2....2O](https://ui.adsabs.harvard.edu/abs/2010ITAMD...2....2O). [doi](/source/Doi_(identifier)):[10.1109/tamd.2009.2039057](https://doi.org/10.1109%2Ftamd.2009.2039057).

- Pennachin, C.; Goertzel, B. (2007). "Contemporary Approaches to Artificial General Intelligence". *Artificial General Intelligence*. Cognitive Technologies. Berlin, Heidelberg: Springer. pp. 1–30. [doi](/source/Doi_(identifier)):[10.1007/978-3-540-68677-4_1](https://doi.org/10.1007%2F978-3-540-68677-4_1). [ISBN](/source/ISBN_(identifier)) [978-3-5402-3733-4](https://en.wikipedia.org/wiki/Special:BookSources/978-3-5402-3733-4).

- [Pinker, Steven](/source/Steven_Pinker) (2007) [1994], [*The Language Instinct*](/source/The_Language_Instinct), Perennial Modern Classics, Harper, [ISBN](/source/ISBN_(identifier)) [978-0-0613-3646-1](https://en.wikipedia.org/wiki/Special:BookSources/978-0-0613-3646-1)

- Poria, Soujanya; Cambria, Erik; Bajpai, Rajiv; Hussain, Amir (September 2017). "A review of affective computing: From unimodal analysis to multimodal fusion". *Information Fusion*. **37**: 98–125. [Bibcode](/source/Bibcode_(identifier)):[2017InfFu..37...98P](https://ui.adsabs.harvard.edu/abs/2017InfFu..37...98P). [doi](/source/Doi_(identifier)):[10.1016/j.inffus.2017.02.003](https://doi.org/10.1016%2Fj.inffus.2017.02.003). [hdl](/source/Hdl_(identifier)):[1893/25490](https://hdl.handle.net/1893%2F25490).

- Rawlinson, Kevin (29 January 2015). ["Microsoft's Bill Gates insists AI is a threat"](https://www.bbc.co.uk/news/31047780). *BBC News*. [Archived](https://web.archive.org/web/20150129183607/http://www.bbc.co.uk/news/31047780) from the original on 29 January 2015. Retrieved 30 January 2015.

- Reisner, Alex (19 August 2023), ["Revealed: The Authors Whose Pirated Books are Powering Generative AI"](https://www.theatlantic.com/technology/archive/2023/08/books3-ai-meta-llama-pirated-books/675063/), *The Atlantic*, [archived](https://web.archive.org/web/20241003071505/https://www.theatlantic.com/technology/archive/2023/08/books3-ai-meta-llama-pirated-books/675063/) from the original on 3 October 2024, retrieved 5 October 2024

- Roberts, Jacob (2016). ["Thinking Machines: The Search for Artificial Intelligence"](https://web.archive.org/web/20180819152455/https://www.sciencehistory.org/distillations/magazine/thinking-machines-the-search-for-artificial-intelligence). *Distillations*. Vol. 2, no. 2. pp. 14–23. Archived from [the original](https://www.sciencehistory.org/distillations/magazine/thinking-machines-the-search-for-artificial-intelligence) on 19 August 2018. Retrieved 20 March 2018.

- Robitzski, Dan (5 September 2018). ["Five experts share what scares them the most about AI"](https://futurism.com/artificial-intelligence-experts-fear/amp). *Futurism*. [Archived](https://web.archive.org/web/20191208094101/https://futurism.com/artificial-intelligence-experts-fear/amp) from the original on 8 December 2019. Retrieved 8 December 2019.

- Rose, Steve (11 July 2023). "AI Utopia or dystopia?". *[The Guardian Weekly](/source/The_Guardian_Weekly)*. pp. 42–43.

- [Russell, Stuart](/source/Stuart_J._Russell) (2019). [*Human Compatible: Artificial Intelligence and the Problem of Control*](/source/Human_Compatible). United States: Viking. [ISBN](/source/ISBN_(identifier)) [978-0-5255-5861-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-5255-5861-3). [OCLC](/source/OCLC_(identifier)) [1083694322](https://search.worldcat.org/oclc/1083694322).

- Sainato, Michael (19 August 2015). ["Stephen Hawking, Elon Musk, and Bill Gates Warn About Artificial Intelligence"](https://observer.com/2015/08/stephen-hawking-elon-musk-and-bill-gates-warn-about-artificial-intelligence). *Observer*. [Archived](https://web.archive.org/web/20151030053323/http://observer.com/2015/08/stephen-hawking-elon-musk-and-bill-gates-warn-about-artificial-intelligence) from the original on 30 October 2015. Retrieved 30 October 2015.

- Sample, Ian (5 November 2017). ["Computer says no: why making AIs fair, accountable and transparent is crucial"](https://www.theguardian.com/science/2017/nov/05/computer-says-no-why-making-ais-fair-accountable-and-transparent-is-crucial). *The Guardian*. [Archived](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) from the original on 10 October 2022. Retrieved 30 January 2018.

- Rothman, Denis (7 October 2020). ["Exploring LIME Explanations and the Mathematics Behind It"](https://www.codemotion.com/magazine/ai-ml/lime-explainable-ai). *Codemotion*. [Archived](https://web.archive.org/web/20231125045932/https://www.codemotion.com/magazine/ai-ml/lime-explainable-ai/) from the original on 25 November 2023. Retrieved 25 November 2023.

- Scassellati, Brian (2002). "Theory of mind for a humanoid robot". *Autonomous Robots*. **12** (1): 13–24. [doi](/source/Doi_(identifier)):[10.1023/A:1013298507114](https://doi.org/10.1023%2FA%3A1013298507114).

- [Schmidhuber, J.](/source/J%C3%BCrgen_Schmidhuber) (2015). "Deep Learning in Neural Networks: An Overview". *Neural Networks*. **61**: 85–117. [arXiv](/source/ArXiv_(identifier)):[1404.7828](https://arxiv.org/abs/1404.7828). [Bibcode](/source/Bibcode_(identifier)):[2015NN.....61...85S](https://ui.adsabs.harvard.edu/abs/2015NN.....61...85S). [doi](/source/Doi_(identifier)):[10.1016/j.neunet.2014.09.003](https://doi.org/10.1016%2Fj.neunet.2014.09.003). [PMID](/source/PMID_(identifier)) [25462637](https://pubmed.ncbi.nlm.nih.gov/25462637).

- [Schmidhuber, Jürgen](/source/J%C3%BCrgen_Schmidhuber) (2022). ["Annotated History of Modern AI and Deep Learning"](https://people.idsia.ch/~juergen/). [Archived](https://web.archive.org/web/20230807173414/https://people.idsia.ch/~juergen/) from the original on 7 August 2023. Retrieved 5 October 2024.

- [Searle, John](/source/John_Searle_(American_philosopher)) (1980). "Minds, Brains and Programs". *Behavioral and Brain Sciences*. **3** (3): 417–457. [doi](/source/Doi_(identifier)):[10.1017/S0140525X00005756](https://doi.org/10.1017%2FS0140525X00005756).

- [Searle, John](/source/John_Searle_(American_philosopher)) (1999). [*Mind, language and society*](https://archive.org/details/mindlanguagesoci00sear). New York: Basic Books. [ISBN](/source/ISBN_(identifier)) [978-0-4650-4521-1](https://en.wikipedia.org/wiki/Special:BookSources/978-0-4650-4521-1). [OCLC](/source/OCLC_(identifier)) [231867665](https://search.worldcat.org/oclc/231867665). [Archived](https://web.archive.org/web/20200726220615/https://archive.org/details/mindlanguagesoci00sear) from the original on 26 July 2020. Retrieved 22 August 2020.

- Simon, H. A. (1965), *The Shape of Automation for Men and Management*, New York: Harper & Row, [OCLC](/source/OCLC_(identifier)) [1483817127](https://search.worldcat.org/oclc/1483817127)

- Simonite, Tom (31 March 2016). ["How Google Plans to Solve Artificial Intelligence"](https://www.technologyreview.com/2016/03/31/161234/how-google-plans-to-solve-artificial-intelligence). *MIT Technology Review*. [Archived](https://web.archive.org/web/20240916003430/https://www.technologyreview.com/2016/03/31/161234/how-google-plans-to-solve-artificial-intelligence/) from the original on 16 September 2024. Retrieved 5 October 2024.

- Smith, Craig S. (15 March 2023). ["ChatGPT-4 Creator Ilya Sutskever on AI Hallucinations and AI Democracy"](https://www.forbes.com/sites/craigsmith/2023/03/15/gpt-4-creator-ilya-sutskever-on-ai-hallucinations-and-ai-democracy). *Forbes*. [Archived](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/) from the original on 18 September 2024. Retrieved 25 December 2023.

- Smoliar, Stephen W.; Zhang, HongJiang (1994). ["Content based video indexing and retrieval"](http://scholarbank.nus.edu.sg/handle/10635/111162). *IEEE MultiMedia*. **1** (2): 62–72. [doi](/source/Doi_(identifier)):[10.1109/93.311653](https://doi.org/10.1109%2F93.311653).

- [Solomonoff, Ray](/source/Ray_Solomonoff) (1956). [*An Inductive Inference Machine*](http://world.std.com/~rjs/indinf56.pdf) (PDF). Dartmouth Summer Research Conference on Artificial Intelligence. [Archived](https://web.archive.org/web/20110426161749/http://world.std.com/~rjs/indinf56.pdf) (PDF) from the original on 26 April 2011. Retrieved 22 March 2011 – via std.com, pdf scanned copy of the original. Later published as Solomonoff, Ray (1957). "An Inductive Inference Machine". *IRE Convention Record*. Vol. Section on Information Theory, part 2. pp. 56–62.

- Stanford University (2023). ["Artificial Intelligence Index Report 2023/Chapter 6: Policy and Governance"](https://aiindex.stanford.edu/wp-content/uploads/2023/04/HAI_AI-Index-Report-2023_CHAPTER_6-1.pdf) (PDF). AI Index. [Archived](https://web.archive.org/web/20230619013609/https://aiindex.stanford.edu/wp-content/uploads/2023/04/HAI_AI-Index-Report-2023_CHAPTER_6-1.pdf) (PDF) from the original on 19 June 2023. Retrieved 19 June 2023.

- [Stewart, Jon](/source/Jon_Stewart) (9 October 2025). ["AI: What Could Go Wrong? With Geoffrey Hinton"](https://podcasts.apple.com/ag/podcast/ai-what-could-go-wrong-with-geoffrey-hinton/id1583132133?i=1000730952581). *The Weekly Show with Jon Stewart* (Podcast).

- Tao, Jianhua; Tan, Tieniu (2005). *Affective Computing and Intelligent Interaction*. Affective Computing: A Review. Lecture Notes in Computer Science. Vol. 3784. Springer. pp. 981–995. [doi](/source/Doi_(identifier)):[10.1007/11573548](https://doi.org/10.1007%2F11573548). [ISBN](/source/ISBN_(identifier)) [978-3-5402-9621-8](https://en.wikipedia.org/wiki/Special:BookSources/978-3-5402-9621-8).

- Taylor, Josh; Hern, Alex (2 May 2023). ["'Godfather of AI' Geoffrey Hinton quits Google and warns over dangers of misinformation"](https://www.theguardian.com/technology/2023/may/02/geoffrey-hinton-godfather-of-ai-quits-google-warns-dangers-of-machine-learning). *[The Guardian](/source/The_Guardian)*. [Archived](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) from the original on 5 October 2024. Retrieved 5 October 2024.

- Thompson, Derek (23 January 2014). ["What Jobs Will the Robots Take?"](https://www.theatlantic.com/business/archive/2014/01/what-jobs-will-the-robots-take/283239). *The Atlantic*. [Archived](https://web.archive.org/web/20180424202435/https://www.theatlantic.com/business/archive/2014/01/what-jobs-will-the-robots-take/283239) from the original on 24 April 2018. Retrieved 24 April 2018.

- Thro, Ellen (1993). [*Robotics: The Marriage of Computers and Machines*](https://archive.org/details/isbn_9780816026289). New York: Facts on File. [ISBN](/source/ISBN_(identifier)) [978-0-8160-2628-9](https://en.wikipedia.org/wiki/Special:BookSources/978-0-8160-2628-9). [Archived](https://web.archive.org/web/20200726131505/https://archive.org/details/isbn_9780816026289) from the original on 26 July 2020. Retrieved 22 August 2020.

- Toews, Rob (3 September 2023). ["Transformers Revolutionized AI. What Will Replace Them?"](https://www.forbes.com/sites/robtoews/2023/09/03/transformers-revolutionized-ai-what-will-replace-them). *Forbes*. [Archived](https://web.archive.org/web/20231208232145/https://www.forbes.com/sites/robtoews/2023/09/03/transformers-revolutionized-ai-what-will-replace-them/) from the original on 8 December 2023. Retrieved 8 December 2023.

- [Turing, Alan](/source/Alan_Turing) (October 1950). ["Computing Machinery and Intelligence"](https://academic.oup.com/mind/article/LIX/236/433/986238). *[Mind](/source/Mind_(journal))*. **59** (236): 433–460. [doi](/source/Doi_(identifier)):[10.1093/mind/LIX.236.433](https://doi.org/10.1093%2Fmind%2FLIX.236.433). [ISSN](/source/ISSN_(identifier)) [1460-2113](https://search.worldcat.org/issn/1460-2113). [JSTOR](/source/JSTOR_(identifier)) [2251299](https://www.jstor.org/stable/2251299). [S2CID](/source/S2CID_(identifier)) [14636783](https://api.semanticscholar.org/CorpusID:14636783).

- [*UNESCO Science Report: the Race Against Time for Smarter Development*](https://unesdoc.unesco.org/ark:/48223/pf0000377433/PDF/377433eng.pdf.multi). Paris: UNESCO. 2021. [ISBN](/source/ISBN_(identifier)) [978-9-2310-0450-6](https://en.wikipedia.org/wiki/Special:BookSources/978-9-2310-0450-6). [Archived](https://web.archive.org/web/20220618233752/https://unesdoc.unesco.org/ark:/48223/pf0000377433/PDF/377433eng.pdf.multi) from the original on 18 June 2022. Retrieved 18 September 2021.

- Urbina, Fabio; Lentzos, Filippa; Invernizzi, Cédric; Ekins, Sean (7 March 2022). ["Dual use of artificial-intelligence-powered drug discovery"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9544280). *Nature Machine Intelligence*. **4** (3): 189–191. [doi](/source/Doi_(identifier)):[10.1038/s42256-022-00465-9](https://doi.org/10.1038%2Fs42256-022-00465-9). [PMC](/source/PMC_(identifier)) [9544280](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9544280). [PMID](/source/PMID_(identifier)) [36211133](https://pubmed.ncbi.nlm.nih.gov/36211133).

- Valance, Christ (30 May 2023). ["Artificial intelligence could lead to extinction, experts warn"](https://www.bbc.com/news/uk-65746524). *BBC News*. [Archived](https://web.archive.org/web/20230617200355/https://www.bbc.com/news/uk-65746524) from the original on 17 June 2023. Retrieved 18 June 2023.

- Valinsky, Jordan (11 April 2019), ["Amazon reportedly employs thousands of people to listen to your Alexa conversations"](https://www.cnn.com/2019/04/11/tech/amazon-alexa-listening/index.html), *CNN.com*, [archived](https://web.archive.org/web/20240126033535/https://www.cnn.com/2019/04/11/tech/amazon-alexa-listening/index.html) from the original on 26 January 2024, retrieved 5 October 2024

- Verma, Yugesh (25 December 2021). ["A Complete Guide to SHAP – SHAPley Additive exPlanations for Practitioners"](https://analyticsindiamag.com/a-complete-guide-to-shap-shapley-additive-explanations-for-practitioners). *Analytics India Magazine*. [Archived](https://web.archive.org/web/20231125045938/https://analyticsindiamag.com/a-complete-guide-to-shap-shapley-additive-explanations-for-practitioners/) from the original on 25 November 2023. Retrieved 25 November 2023.

- Vincent, James (7 November 2019). ["OpenAI has published the text-generating AI it said was too dangerous to share"](https://www.theverge.com/2019/11/7/20953040/openai-text-generation-ai-gpt-2-full-model-release-1-5b-parameters). *The Verge*. [Archived](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) from the original on 11 June 2020. Retrieved 11 June 2020.

- Vincent, James (15 November 2022). ["The scary truth about AI copyright is nobody knows what will happen next"](https://www.theverge.com/23444685/generative-ai-copyright-infringement-legal-fair-use-training-data). *The Verge*. [Archived](https://web.archive.org/web/20230619055201/https://www.theverge.com/23444685/generative-ai-copyright-infringement-legal-fair-use-training-data) from the original on 19 June 2023. Retrieved 19 June 2023.

- Vincent, James (3 April 2023). ["AI is entering an era of corporate control"](https://www.theverge.com/23667752/ai-progress-2023-report-stanford-corporate-control). *The Verge*. [Archived](https://web.archive.org/web/20230619005803/https://www.theverge.com/23667752/ai-progress-2023-report-stanford-corporate-control) from the original on 19 June 2023. Retrieved 19 June 2023.

- [Vinge, Vernor](/source/Vernor_Vinge) (1993). ["The Coming Technological Singularity: How to Survive in the Post-Human Era"](https://web.archive.org/web/20070101133646/http://www-rohan.sdsu.edu/faculty/vinge/misc/singularity.html). *Vision 21: Interdisciplinary Science and Engineering in the Era of Cyberspace*: 11. [Bibcode](/source/Bibcode_(identifier)):[1993vise.nasa...11V](https://ui.adsabs.harvard.edu/abs/1993vise.nasa...11V). Archived from [the original](http://www-rohan.sdsu.edu/faculty/vinge/misc/singularity.html) on 1 January 2007. Retrieved 14 November 2011.

- Waddell, Kaveh (2018). ["Chatbots Have Entered the Uncanny Valley"](https://www.theatlantic.com/technology/archive/2017/04/uncanny-valley-digital-assistants/523806). *The Atlantic*. [Archived](https://web.archive.org/web/20180424202350/https://www.theatlantic.com/technology/archive/2017/04/uncanny-valley-digital-assistants/523806) from the original on 24 April 2018. Retrieved 24 April 2018.

- Wallach, Wendell (2010). *Moral Machines*. Oxford University Press.

- [Wason, P. C.](/source/Peter_Cathcart_Wason); Shapiro, D. (1966). ["Reasoning"](https://archive.org/details/newhorizonsinpsy0000foss). In Foss, B. M. (ed.). *New horizons in psychology*. Harmondsworth: Penguin. [Archived](https://web.archive.org/web/20200726131518/https://archive.org/details/newhorizonsinpsy0000foss) from the original on 26 July 2020. Retrieved 18 November 2019.

- Weng, J.; McClelland; Pentland, A.; Sporns, O.; Stockman, I.; Sur, M.; Thelen, E. (2001). "Autonomous mental development by robots and animals". *Science*. **291** (5504): 599–600. [doi](/source/Doi_(identifier)):[10.1126/science.291.5504.599](https://doi.org/10.1126%2Fscience.291.5504.599). [PMID](/source/PMID_(identifier)) [11229402](https://pubmed.ncbi.nlm.nih.gov/11229402).

- ["What is 'fuzzy logic'? Are there computers that are inherently fuzzy and do not apply the usual binary logic?"](https://www.scientificamerican.com/article/what-is-fuzzy-logic-are-t). *Scientific American*. 21 October 1999. [Archived](https://web.archive.org/web/20180506035133/https://www.scientificamerican.com/article/what-is-fuzzy-logic-are-t) from the original on 6 May 2018. Retrieved 5 May 2018.

- Williams, Rhiannon (28 June 2023), ["Humans may be more likely to believe disinformation generated by AI"](https://www.technologyreview.com/2023/06/28/1075683/humans-may-be-more-likely-to-believe-disinformation-generated-by-ai/), *[MIT Technology Review](/source/MIT_Technology_Review)*, [archived](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/) from the original on 16 September 2024, retrieved 5 October 2024

- Wirtz, Bernd W.; Weyerer, Jan C.; Geyer, Carolin (24 July 2018). "Artificial Intelligence and the Public Sector – Applications and Challenges". *International Journal of Public Administration*. **42** (7): 596–615. [doi](/source/Doi_(identifier)):[10.1080/01900692.2018.1498103](https://doi.org/10.1080%2F01900692.2018.1498103).

- Wong, Matteo (19 May 2023), ["ChatGPT Is Already Obsolete"](https://www.theatlantic.com/technology/archive/2023/05/ai-advancements-multimodal-models/674113/), *The Atlantic*, [archived](https://web.archive.org/web/20240918022529/https://www.theatlantic.com/technology/archive/2023/05/ai-advancements-multimodal-models/674113/) from the original on 18 September 2024, retrieved 5 October 2024

- Yudkowsky, E (2008), ["Artificial Intelligence as a Positive and Negative Factor in Global Risk"](http://intelligence.org/files/AIPosNegFactor.pdf) (PDF), *Global Catastrophic Risks*, Oxford University Press, 2008, [Bibcode](/source/Bibcode_(identifier)):[2008gcr..book..303Y](https://ui.adsabs.harvard.edu/abs/2008gcr..book..303Y), [archived](https://web.archive.org/web/20131019182403/http://intelligence.org/files/AIPosNegFactor.pdf) (PDF) from the original on 19 October 2013, retrieved 24 September 2021

## External links

[Scholia](https://www.wikidata.org/wiki/Wikidata:Scholia) has a *topic* profile for ***[Artificial intelligence](https://iw.toolforge.org/scholia/topic/Q11660)***.

- Hauser, Larry. ["Artificial Intelligence"](https://iep.utm.edu/artificial-intelligence). In Fieser, James; Dowden, Bradley (eds.). *[Internet Encyclopedia of Philosophy](/source/Internet_Encyclopedia_of_Philosophy)*. [ISSN](/source/ISSN_(identifier)) [2161-0002](https://search.worldcat.org/issn/2161-0002). [OCLC](/source/OCLC_(identifier)) [37741658](https://search.worldcat.org/oclc/37741658).

v t e Artificial intelligence (AI) History timeline Glossary Companies Projects List of open-source AI software Concepts Automated reasoning Parameter Hyperparameter Loss functions Regression Bias–variance tradeoff Double descent Overfitting Clustering Gradient descent SGD Quasi-Newton method Conjugate gradient method Backpropagation Attention Convolution Normalization Batchnorm Activation Softmax Sigmoid Rectifier Gating Weight initialization Regularization Datasets Augmentation Prompt engineering Reinforcement learning Q-learning SARSA Imitation Policy gradient Diffusion Latent diffusion model Autoregression Adversary RAG Uncanny valley RLHF Self-supervised learning Reflection Recursive self-improvement Hallucination Word embedding Vibe coding Symbolic AI Neuro-symbolic AI Applications Automated theorem proving Machine learning In-context learning Artificial neural network Deep learning Language model Large NMT Reasoning Model Context Protocol Intelligent agent AI agent Artificial human companion Humanity's Last Exam Lethal autonomous weapons (LAWs) Generative AI Weak AI Hypothetical Artificial general intelligence (AGI) Artificial superintelligence (ASI) Agent2Agent protocol Implementations Audio–visual AlexNet WaveNet Human image synthesis HWR OCR Computer vision Speech synthesis 15.ai ElevenLabs Speech recognition Whisper Facial recognition AlphaFold Text-to-image models Aurora DALL-E Firefly Flux GPT Image Ideogram Imagen Midjourney Recraft Stable Diffusion Text-to-video models Dream Machine Runway Gen Hailuo AI Kling Sora Seedance Veo Music generation Riffusion Suno Udio World models Genie Oasis Text List of large language models Project Debater IBM Watson IBM Watsonx Decisional AlphaGo AlphaZero OpenAI Five Self-driving car MuZero Action selection AutoGPT Robot control Reasoning systems Deductive classifiers Expert systems Inference engines Knowledge-based systems Logic programs Procedural reasoning systems Semantic reasoners Rule-based systems Cognitive architectures ACT-R Soar CLARION LIDA OpenCog Knowledge bases ConceptNet Wikidata DBpedia YAGO People Alan Turing Warren Sturgis McCulloch Walter Pitts John von Neumann Christopher D. Manning Claude Shannon Shun'ichi Amari Kunihiko Fukushima Takeo Kanade Marvin Minsky John McCarthy Nathaniel Rochester Allen Newell Cliff Shaw Herbert A. Simon Oliver Selfridge Frank Rosenblatt Bernard Widrow Joseph Weizenbaum Seymour Papert Seppo Linnainmaa Paul Werbos Geoffrey Hinton John Hopfield Jürgen Schmidhuber Yann LeCun Yoshua Bengio Lotfi A. Zadeh Stephen Grossberg Alex Graves James Goodnight Andrew Ng Fei-Fei Li Alex Krizhevsky Ilya Sutskever Oriol Vinyals Quoc V. Le Ian Goodfellow Demis Hassabis David Silver Andrej Karpathy Ashish Vaswani Noam Shazeer Aidan Gomez John Schulman Mustafa Suleyman Jan Leike Daniel Kokotajlo François Chollet Neural network architectures Neural Turing machine Differentiable neural computer Transformer Vision transformer (ViT) Recurrent neural network (RNN) Long short-term memory (LSTM) Gated recurrent unit (GRU) Echo state network Multilayer perceptron (MLP) Convolutional neural network (CNN) Residual neural network (RNN) Highway network Mamba Autoencoder Variational autoencoder (VAE) Generative adversarial network (GAN) Graph neural network (GNN) Political AI Cold War AI safety (Alignment) AI takeover Elections Ethics of AI EU AI Act Nationalism Precautionary principle Regulation of AI US Virtual politician Propaganda Social and economic AI boom AI bubble AI data center AI effect AI literacy AI slop AI winter Anthropomorphism Arms race Competition Environmental impact Explainable AI Generative engine optimization In architecture In education In fiction In healthcare Chatbot psychosis In marketing In video games In visual art Military applications AI warfare Workplace impact Category

Articles related to artificial intelligence v t e John McCarthy Artificial intelligence Circumscription Dartmouth workshop Frame problem Garbage collection Lisp ALGOL 60 McCarthy evaluation McCarthy Formalism McCarthy 91 function Situation calculus Space fountain v t e Philosophy of mind Philosophers G. E. M. Anscombe Aristotle Armstrong Thomas Aquinas J. L. Austin Alexander Bain George Berkeley Henri Bergson Ned Block Franz Brentano C. D. Broad Tyler Burge David Chalmers Patricia Churchland Paul Churchland Andy Clark Dharmakirti Donald Davidson Daniel Dennett René Descartes Fred Dretske Fodor Goldman Martin Heidegger David Hume Edmund Husserl William James Frank Cameron Jackson Immanuel Kant David Lewis (philosopher) John Locke Gottfried Wilhelm Leibniz Maurice Merleau-Ponty Marvin Minsky Thomas Nagel Alva Noë Derek Parfit Plato Hilary Putnam Richard Rorty Gilbert Ryle John Searle Wilfrid Sellars Baruch Spinoza Alan Turing Michael Tye Vasubandhu Ludwig Wittgenstein Stephen Yablo Zhuangzi more... Theories Behaviorism Biological naturalism Dualism Eliminative materialism Emergent materialism Epiphenomenalism Functionalism Interactionism Naïve realism Neurophenomenology Neutral monism New mysterianism Nondualism Occasionalism Panpsychism Parallelism Phenomenalism Phenomenology Physicalism Type physicalism Property dualism Representational Solipsism Substance dualism Concepts Abstract object Animal machine Chinese room Creativity Cognition Cognitive closure Concept Consciousness Hard problem of consciousness Hypostatic abstraction Idea Identity Intelligence Artificial Human Intentionality Introspection Intuition Language of thought Mental event Mental image Mental process Mental property Mental representation Mind Mind–body problem Pain Problem of other minds Propositional attitude Qualia Tabula rasa Understanding Zombie Related Metaphysics Philosophy of artificial intelligence / information / perception / self Category Philosophers category Project Task Force v t e Philosophy of science Concepts Analysis Analytic–synthetic distinction A priori and a posteriori Causality Mill's methods Commensurability Consilience Construct Correlation Function Creative synthesis Demarcation problem Empirical evidence Experiment Design Thought Explanatory power Fact Falsifiability Feminist method Functional contextualism Hypothesis Alternative Null Ignoramus et ignorabimus Inductive reasoning Intertheoretic reduction Inquiry Measurement Nature Objectivity Observation Paradigm Problem of induction Research Scientific evidence Evidence-based practice Scientific law Scientific method Scientific pluralism Scientific Revolution Testability Theory Choice Ladenness Scientific Underdetermination Unity of science Variable Control Dependent and independent Theories Coherentism Confirmation holism Constructive empiricism Constructive realism Constructivist epistemology Contextualism Conventionalism Deductive-nomological model Epistemological anarchism Evolutionism Fallibilism Foundationalism Hypothetico-deductive model Inductionism Instrumentalism Model-dependent realism Naturalism Physicalism Positivism—reductionism—determinism Pragmatism Rationalism vs. empiricism The received view vs. the semantic view of theories Scientific essentialism Scientific formalism Scientific realism vs. anti-realism Scientific skepticism Scientism Structuralism Uniformitarianism Verificationism Vitalism Philosophy of... Biology Chemistry Physics Space and time Social science Archaeology Economics Geography History Linguistics Psychology Related topics Criticism of science Descriptive science Epistemology Exact sciences Faith and rationality Hard and soft science History and philosophy of science Non-science Pseudoscience Normative science Protoscience Questionable cause Relationship between religion and science Rhetoric of science Science studies Sociology of scientific ignorance Sociology of scientific knowledge Philosophers of science Precursors Roger Bacon Francis Bacon Galileo Galilei Isaac Newton David Hume Auguste Comte Henri Poincaré Pierre Duhem Karl Pearson Charles Sanders Peirce Wilhelm Windelband Alfred North Whitehead Bertrand Russell Otto Neurath C. D. Broad Michael Polanyi Hans Reichenbach Rudolf Carnap Karl Popper Carl Gustav Hempel W. V. O. Quine Thomas Kuhn Imre Lakatos Paul Feyerabend Ian Hacking Bas van Fraassen Larry Laudan Stathis Psillos Category v t e Evolutionary computation Main Topics Evolutionary algorithm Evolutionary data mining Evolutionary multimodal optimization Human-based evolutionary computation Interactive evolutionary computation Algorithms Cellular evolutionary algorithm Covariance Matrix Adaptation Evolution Strategy (CMA-ES) Cultural algorithm Differential evolution Evolutionary programming Genetic algorithm Genetic programming Gene expression programming Evolution strategy Natural evolution strategy Neuroevolution Learning classifier system Related techniques Swarm intelligence Ant colony optimization Bees algorithm Cuckoo search Particle swarm optimization Bacterial Colony Optimization Metaheuristic methods Firefly algorithm Harmony search Gaussian adaptation Memetic algorithm Related topics Artificial development Artificial intelligence Artificial life Digital organism Evolutionary robotics Fitness function Fitness landscape Fitness approximation Genetic operators Interactive evolutionary computation No free lunch in search and optimization Machine learning Mating pool Premature convergence Program synthesis Organizations ACM IEEE ACM SIGEVO IEEE CIS Conferences CEC GECCO PPSN EvoStar FOGA Journals Evolutionary Computation (journal) IEEE Trans Evol Comput ACM Trans Evol Learning Optim v t e Computer science This template follows roughly the 2012 ACM Computing Classification System Hardware Printed circuit board Peripheral Integrated circuit Very-large-scale integration System on a chip (SoC) Energy consumption (green computing) Electronic design automation Hardware acceleration Processor Size – Form Systems organization Computer architecture Computational complexity Dependability Embedded system Real-time computing Cyber-physical system Fault tolerance Wireless sensor network Networks Network architecture Network protocol Network components Network scheduler Network performance evaluation Network service Software organization Interpreter Middleware Virtual machine Operating system Software quality Software notations, tools Programming paradigm Programming language Compiler Domain-specific language Modeling language Software framework Integrated development environment Software configuration management Software library Software repository Software development Control flow Software development process Requirements analysis Software design Software construction Software deployment Software engineering Software maintenance Programming team Open source model Theory of computing Model of computation Stochastic Formal language Automata theory Computability theory Computational complexity theory Logic Semantics Algorithms Algorithm design Analysis of algorithms Algorithmic efficiency Randomized algorithm Computational geometry Mathematics of computing Discrete mathematics Probability Statistics Mathematical software Information theory Mathematical analysis Numerical analysis Theoretical computer science Computational problem Information systems Database management Information storage Enterprise information Social information Geographic information Decision support Process control Multimedia information Data mining Digital library Computing platform Digital marketing World Wide Web Information retrieval Security Cryptography Formal methods Security hacker Security services Intrusion detection system Hardware security Network security Information security Application security Human- centered computing Accessibility Extended reality augmented virtual Human–computer interaction Interaction design Mobile computing Social computing Ubiquitous computing Visualization Concurrency Concurrent computing Parallel computing Distributed computing Multithreading Multiprocessing Artificial intelligence Computational intelligence Natural language processing Knowledge representation and reasoning Computer vision Automated planning and scheduling Search methodology Control method Philosophy of Distributed Machine learning Supervised Unsupervised Reinforcement Multi-task Cross-validation Graphics Animation Rendering Photograph manipulation Graphics processing unit Image compression Solid modeling Applied computing Quantum computing E-commerce Enterprise software Computational mathematics Computational physics Computational chemistry Computational biology Computational social science Computational engineering Differentiable computing Computational healthcare Digital art Electronic publishing Cyberwarfare Electronic voting Video games Word processing Operations research Educational technology Document management Outline Glossaries Category v t e Emerging technologies Fields Information and communications Ambient intelligence Internet of things Artificial intelligence Applications of artificial intelligence Machine translation Machine vision Mobile translation Progress in artificial intelligence Semantic Web Speech recognition Atomtronics Carbon nanotube field-effect transistor Cybermethodology Extended reality augmented virtual Fourth-generation optical discs 3D optical data storage Holographic data storage GPGPU Memory CBRAM ECRAM FRAM Millipede MRAM NRAM PRAM Racetrack memory RRAM SONOS UltraRAM Optical computing RFID Chipless RFID Software-defined radio Three-dimensional integrated circuit Topics Automation Collingridge dilemma Differential technological development Disruptive innovation Ephemeralization Ethics AI Bioethics Cyberethics Neuroethics Robot ethics Exploratory engineering Proactionary principle Technological change Technological unemployment Technological convergence Technological evolution Technological paradigm Technology forecasting Accelerating change Future-oriented technology analysis Horizon scanning Moore's law Technological singularity Technology scouting Technology in science fiction Technology readiness level Technology roadmap Transhumanism List v t e Robotics Main articles Outline Glossary Index History Geography Hall of Fame Ethics Laws Competitions AI competitions Types Aerobot Anthropomorphic Humanoid Android Cyborg Gynoid Claytronics Companion Automaton Animatronic Audio-Animatronics Industrial Articulated arm Delivery Domestic Educational Entertainment Juggling Military Medical Service Disability Agricultural Food service Retail BEAM robotics Soft robotics Classifications Biorobotics Cloud robotics Continuum robot Unmanned vehicle aerial ground Mobile robot Microbotics Nanorobotics Necrobotics Robotic spacecraft Space probe Swarm Telerobotics Underwater remotely-operated Robotic fish Locomotion Tracks Walking Hexapod Climbing Electric unicycle Robotic fins Navigation and mapping Motion planning Simultaneous localization and mapping Visual odometry Vision-guided robot systems Algorithms Reinforcement learning Vision-language-action model Artificial neural network Research Evolutionary Kits Simulator Suite Open-source Software Adaptable Developmental Human–robot interaction Paradigms Perceptual Situated Ubiquitous Companies ABB Amazon Robotics Anybots Barrett Technology Boston Dynamics Daxbot Doosan Robotics Energid Technologies FarmWise FANUC Figure AI Foster-Miller Fourier Harvest Automation HD Hyundai Robotics Honeybee Robotics Intuitive Surgical IRobot KUKA Rainbow Robotics Robomow Starship Technologies Stäubli Symbotic Universal Robotics Wolf Robotics Waymo Zoox Yaskawa Agility Robotics Unitree Robotics 1X Technologies AgiBot Deep Robotics Engine AI Roborock UBtech Robotics Neura Robotics Fastbrick Robotics Universal Robots White Box Robotics Tesla inc. Welltec KUKA Related Critique of work Powered exoskeleton Workplace robotics safety Robotic tech vest Technological unemployment Terrainability Fictional robots List of robotics software Moravec's paradox Artificial general intelligence Category Outline v t e Existential risk from artificial intelligence Concepts AGI AI alignment AI boom AI capability control AI safety AI successionism AI takeover Deceptive alignment Effective accelerationism Ethics of artificial intelligence Existential risk from artificial intelligence Friendly artificial intelligence Instrumental convergence Intelligence explosion Longtermism Machine ethics Suffering risks Superintelligence Technological singularity Vulnerable world hypothesis Organizations AI Futures Project Alignment Research Center Center for AI Safety Center for Applied Rationality Center for Human-Compatible Artificial Intelligence Centre for the Study of Existential Risk Future of Humanity Institute Future of Life Institute Google DeepMind Institute for Ethics and Emerging Technologies Leverhulme Centre for the Future of Intelligence Machine Intelligence Research Institute METR OpenAI PauseAI Safe Superintelligence Stop AI People Scott Alexander Sam Altman Dario Amodei Yoshua Bengio Nick Bostrom Paul Christiano Eric Drexler Owain Evans Sam Harris Stephen Hawking Dan Hendrycks Geoffrey Hinton Bill Joy Daniel Kokotajlo Shane Legg Jan Leike Elon Musk Steve Omohundro Toby Ord Huw Price Martin Rees Stuart J. Russell Nate Soares Ilya Sutskever Jaan Tallinn Max Tegmark Alan Turing Frank Wilczek Roman Yampolskiy Eliezer Yudkowsky Books Do You Trust This Computer? Human Compatible If Anyone Builds It, Everyone Dies Our Final Invention Superintelligence: Paths, Dangers, Strategies The Precipice: Existential Risk and the Future of Humanity Other Artificial Intelligence Act Open letter on artificial intelligence Regulation of artificial intelligence US Statement on AI Risk Category v t e Large language models (LLMs) List of LLMs AI Companies Benchmarks List of chatbots Foundation model Generative AI Concepts Language model NLP NLG Computational linguistics Foundation model Small language model Reasoning model GPT Transformer Attention KV cache Context window Tokenization Word embedding Parameter Hyperparameter Autoregression Mixture of experts (MoE) Inference Model compression Knowledge distillation Speculative decoding PagedAttention Neural scaling law Multimodality Training, prompting, and alignment Self-supervised learning Supervised learning Fine-tuning Instruction tuning RLHF Constitutional AI AI alignment AI safety Mechanistic interpretability Prompt engineering In-context learning Chain-of-thought prompting RAG Prompt injection Adversarial machine learning Hallucination Stochastic parrot Glitch token Models Early Word2vec Seq2seq GloVe BERT XLNet T5 GPT series GPT GPT-1 GPT-2 GPT-3 GPT-4 GPT-4.1 GPT-4.5 GPT-4o GPT-5 GPT-5.5 Codex OpenAI o1 OpenAI o3 OpenAI o4-mini Others BLOOM Chinchilla Claude DBRX Gemini Gemma GLM GPT-J PanGu Granite Jais LaMDA Llama Vicuna Minerva Mistral and Mixtral Nemotron PaLM Phi Qwen Xiaomi MiMo Chatbots and assistants Amazon Q ChatGPT Character.ai Claude DeepSeek Doubao Ernie Bot Gemini GLM Grok Microsoft Copilot Meta AI Perplexity AI Sparrow You.com Agents, coding, and applications AI agent Intelligent agent AutoGPT CrewAI LangChain Manus Model Context Protocol Agent2Agent OpenAI Codex Vibe coding Code generation Question answering Machine translation Text summarization Chatbot Virtual assistant LLMs in higher education Software PyTorch TensorFlow Hugging Face Inference engine llama.cpp Ollama SGLang TensorRT-LLM vLLM ONNX OpenVINO Vector database ChromaDB Deep learning software Open-source AI software Hardware and infrastructure AI data center AI accelerator GPU CUDA TPU High-bandwidth memory Benchmarks, evaluation, and detection Language model benchmark MMLU Humanity's Last Exam LMArena LLM-as-a-Judge Perplexity metric GPTZero Artificial intelligence content detection Undetectable.ai Datasets and data Data set Text corpus Common Crawl The Pile Web scraping Synthetic data Training, validation, and test data sets Organizations AI21 Labs Alibaba Group Anthropic Baidu Cohere DeepSeek EleutherAI Google DeepMind Hugging Face Meta AI Microsoft AI Mistral AI Nvidia OpenAI Technology Innovation Institute xAI People Sam Altman Dario Amodei Yoshua Bengio Aidan Gomez Demis Hassabis Geoffrey Hinton Andrej Karpathy Yann LeCun Percy Liang Liang Wenfeng Christopher D. Manning Arthur Mensch Mira Murati Alec Radford Noam Shazeer Ilya Sutskever Ashish Vaswani Andrew Ng Social, economic, and governance AI boom AI bubble AI slop AI anthropomorphism AI arms race Chatbot psychosis Competition Copyright Deaths linked to chatbots Environmental impact Regulation Ethics Existential risk In education In healthcare Workplace impact Category:Large language models v t e Subfields of and cyberneticians involved in cybernetics Subfields Artificial intelligence Biological cybernetics Biomedical cybernetics Biorobotics Biosemiotics Neurocybernetics Catastrophe theory Computational neuroscience Connectionism Control theory Conversation theory Cybernetics in the Soviet Union Decision theory Emergence Engineering cybernetics Homeostasis Information theory Management cybernetics Medical cybernetics Second-order cybernetics Cybersemiotics Sociocybernetics Synergetics Cyberneticians Alexander Lerner Alexey Lyapunov Alfred Radcliffe-Brown Allenna Leonard Anthony Wilden Buckminster Fuller Charles François Genevieve Bell Margaret Boden Claude Bernard Cliff Joslyn Erich von Holst Ernst von Glasersfeld Francis Heylighen Francisco Varela Frederic Vester Charles Geoffrey Vickers Gordon Pask Gordon S. Brown Gregory Bateson Heinz von Foerster Humberto Maturana I. A. Richards Igor Aleksander Jacque Fresco Jakob von Uexküll Jason Jixuan Hu Jay Wright Forrester Jennifer Wilby John N. Warfield Kevin Warwick Ludwig von Bertalanffy Maleyka Abbaszadeh Manfred Clynes Margaret Mead Marian Mazur N. Katherine Hayles Natalia Bekhtereva Niklas Luhmann Norbert Wiener Pyotr Grigorenko Qian Xuesen Ranulph Glanville Robert Trappl Sergei P. Kurdyumov Stafford Beer Stuart Kauffman Stuart Umpleby Talcott Parsons Ulla Mitzdorf Valentin Turchin Valentin Braitenberg William Ross Ashby Walter Bradford Cannon Walter Pitts Warren McCulloch William Grey Walter v t e Glossaries of science and engineering Aerospace engineering Agriculture Archaeology Architecture Artificial intelligence Astronomy Biology Botany Calculus Cell biology Cellular and molecular biology 0–L M–Z Chemistry Civil engineering Clinical research Computer hardware Computer science Developmental and reproductive biology Ecology Economics Electrical and electronics engineering Engineering A–L M–Z Entomology Environmental science Genetics and evolutionary biology Geography A–M N–Z Arabic toponyms Hebrew toponyms West and South Asia Geology Ichthyology Machine vision Mathematics Mechanical engineering Medicine Meteorology Mycology Nanotechnology Ornithology Physics Probability and statistics Protistology Psychiatry Quantum computing Robotics Scientific naming Structural engineering Virology

[Portals](https://en.wikipedia.org/wiki/Wikipedia:Contents/Portals):
- [Computer programming](https://en.wikipedia.org/wiki/Portal:Computer_programming)
- [Technology](https://en.wikipedia.org/wiki/Portal:Technology)

**Artificial intelligence** at Wikipedia's [sister projects](https://en.wikipedia.org/wiki/Wikipedia:Wikimedia_sister_projects):

- [**Definitions**](https://en.wiktionary.org/wiki/artificial_intelligence) from Wiktionary
- [**Media**](https://commons.wikimedia.org/wiki/Category:Artificial_intelligence) from Commons
- [**Quotations**](https://en.wikiquote.org/wiki/Artificial_intelligence) from Wikiquote
- [**Textbooks**](https://en.wikibooks.org/wiki/Artificial_Intelligence) from Wikibooks
- [**Resources**](https://en.wikiversity.org/wiki/Portal:Artificial_intelligence) from Wikiversity
- [**Data**](https://www.wikidata.org/wiki/Q11660) from Wikidata

Authority control databases International GND National United States France BnF data Japan Czech Republic Spain Latvia Israel Other Yale LUX

---
Adapted from the Wikipedia article [Artificial intelligence](https://en.wikipedia.org/wiki/Artificial_intelligence) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Artificial_intelligence?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
