Artificial Intelligence Post by Wikipedia

A

šŸŒŸ Unlocking the Power of Artificial Intelligence! šŸ¤–šŸ’”

In a world where data drives progress and innovation never sleeps, Artificial Intelligence (AI) is at the heart of our technological revolution. From revolutionizing healthcare diagnostics to creating immersive, tailored experiences in gaming and entertainment, AI is transforming every facet of our lives.

But what exactly makes AI so powerful? Hereā€™s why AI matters:

šŸ” 1. Intelligent Automation AI-powered systems can automate repetitive, mundane tasks, freeing up human potential for creative and strategic endeavors. Imagine machines that work 24/7, tirelessly optimizing operations and reducing human errors!

šŸ“š 2. Enhanced Decision-Making With AI, data-driven insights are no longer reserved for the privileged few. By analyzing vast amounts of data, AI systems can identify patterns, predict outcomes, and empower everyoneā€”from business leaders to medical researchersā€”with knowledge.

šŸ¤ 3. Human-AI Collaboration Far from replacing humans, AI works as a companion, enhancing our natural capabilities. Consider AI-powered tools that help doctors make better diagnoses, creative AI platforms that collaborate with artists, and language models that empower cross-cultural communication.

šŸŒ 4. Bridging the Gap AI connects us, breaking language barriers with real-time translations, assisting those with disabilities through speech recognition, and making technology more inclusive than ever.

āš ļø 5. Challenges and Ethics As AI evolves, so do the ethical questions. How do we build AI that is fair, transparent, and aligned with our values? This is the heart of the ongoing AI conversationā€”one that involves all of us.


āœØThe Future of AI is the Future of Usā€”as we continue to develop smarter algorithms, more capable machines, and intelligent companions, it is our responsibility to guide this incredible force toward a better, more equitable world.

šŸ’­ What role do you see AI playing in your life in the years to come? Share your thoughts below! šŸ‘‡

#ArtificialIntelligence #AI #Innovation #Technology #FutureIsNow #SmartSolutions #MachineLearning #AIFuture #HumanAndAI #Inspiration

Artificial intelligenceĀ Post by Wikipedia

Artificial intelligenceĀ (AI), in its broadest sense, isĀ intelligenceĀ exhibited byĀ machines, particularlyĀ computer systems. It is aĀ field of researchĀ inĀ computer scienceĀ that develops and studies methods andĀ softwareĀ that enable machines toĀ perceive their environmentĀ and useĀ learningĀ and intelligence to take actions that maximize their chances of achieving defined goals.[1]Ā Such machines may be called AIs.

Some high-profileĀ applications of AIĀ include advancedĀ web search enginesĀ (e.g.,Ā Google Search);Ā recommendation systemsĀ (used byĀ YouTube,Ā Amazon, andĀ Netflix); interactingĀ via human speechĀ (e.g.,Ā Google Assistant,Ā Siri, andĀ Alexa);Ā autonomous vehiclesĀ (e.g.,Ā Waymo);Ā generativeĀ andĀ creativeĀ tools (e.g.,Ā ChatGPT, andĀ AI art); andĀ superhumanĀ play and analysis inĀ strategy gamesĀ (e.g.,Ā chessĀ andĀ Go). However, many AI applications are not perceived as AI: “A lot of cutting edge AI has filtered into general applications, often without being called AI because once something becomes useful enough and common enough it’sĀ not labeled AI anymore.”[2][3]

The various subfields of AI research are centered around particular goals and the use of particular tools. The traditional goals of AI research includeĀ reasoning,Ā knowledge representation,Ā planning,Ā learning,Ā natural language processing, perception, and support forĀ robotics.[a]Ā General intelligenceā€”the ability to complete any task performable by a human on an at least equal levelā€”is among the field’s long-term goals.[4]Ā To reach these goals, AI researchers have adapted and integrated a wide range of techniques, includingĀ searchĀ andĀ mathematical optimization,Ā formal logic,Ā artificial neural networks, and methods based onĀ statistics,Ā operations research, andĀ economics.[b]Ā AI also draws uponĀ psychology,Ā linguistics,Ā philosophy,Ā neuroscience, and other fields.[5]

Artificial intelligence was founded as an academic discipline in 1956,[6]Ā and the field went through multiple cycles of optimism,[7][8]Ā followed by periods of disappointment and loss of funding, known asĀ AI winter.[9][10]Ā Funding and interest vastly increased after 2012 whenĀ deep learningĀ outperformed previous AI techniques.[11]Ā This growth accelerated further after 2017 with theĀ transformer architecture,[12]Ā and by the early 2020s hundreds of billions of dollars were being invested in AI (known as the “AI boom“). The widespread use of AI in the 21st century exposed several unintended consequences and harms in the present and raised concerns aboutĀ its risksĀ andĀ long-term effectsĀ in the future, prompting discussions aboutĀ regulatory policiesĀ to ensure theĀ safety and benefits of the technology.

Goals

The general problem of simulating (or creating) intelligence has been broken into subproblems. These consist of particular traits or capabilities that researchers expect an intelligent system to display. The traits described below have received the most attention and cover the scope of AI research.[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.[13]Ā By the late 1980s and 1990s, methods were developed for dealing withĀ uncertainĀ or incomplete information, employing concepts fromĀ probabilityĀ andĀ economics.[14]

Many of these algorithms are insufficient for solving large reasoning problems because they experience a “combinatorial explosion”: They become exponentially slower as the problems grow.[15]Ā 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.[16]Ā 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Ā andĀ knowledge engineering[17]Ā 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,[18]Ā scene interpretation,[19]Ā clinical decision support,[20]Ā knowledge discovery (mining “interesting” and actionable inferences from largeĀ databases),[21]Ā and other areas.[22]

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

Among the most difficult problems in knowledge representation are the breadth of commonsense knowledge (the set of atomic facts that the average person knows is enormous);[29]Ā 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).[16]Ā There is also the difficulty ofĀ knowledge acquisition, the problem of obtaining knowledge for AI applications.[c]

Planning and decision-making

An “agent” is anything that perceives and takes actions in the world. AĀ rational agentĀ has goals or preferences and takes actions to make them happen.[d][32]Ā InĀ automated planning, the agent has a specific goal.[33]Ā InĀ automated decision-making, the agent has preferencesā€”there are some situations it would prefer to be in, and some situations it is trying to avoid. The decision-making agent assigns a number to each situation (called the “utility“) that measures how much the agent prefers it. For each possible action, it can calculate the “expected utility“: theĀ utilityĀ of all possible outcomes of the action, weighted by the probability that the outcome will occur. It can then choose the action with the maximum expected utility.[34]

InĀ classical planning, the agent knows exactly what the effect of any action will be.[35]Ā 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.[36]

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

AĀ Markov decision processĀ has aĀ transition modelĀ that describes the probability that a particular action will change the state in a particular way and aĀ reward functionĀ that supplies the utility of each state and the cost of each action. AĀ policyĀ associates a decision with each possible state. The policy could be calculated (e.g., byĀ iteration), beĀ heuristic, or it can be learned.[39]

Game theoryĀ describes the rational behavior of multiple interacting agents and is used in AI programs that make decisions that involve other agents.[40]

Learning

Machine learningĀ is the study of programs that can improve their performance on a given task automatically.[41]Ā It has been a part of AI from the beginning.[e]

There are several kinds of machine learning.Ā Unsupervised learningĀ analyzes a stream of data and finds patterns and makes predictions without any other guidance.[44]Ā Supervised learningĀ requires a human to label the input data first, and comes in two main varieties:Ā classificationĀ (where the program must learn to predict what category the input belongs in) andĀ regressionĀ (where the program must deduce a numeric function based on numeric input).[45]

InĀ reinforcement learning, the agent is rewarded for good responses and punished for bad ones. The agent learns to choose responses that are classified as “good”.[46]Ā Transfer learningĀ is when the knowledge gained from one problem is applied to a new problem.[47]Ā Deep learningĀ is a type of machine learning that runs inputs through biologically inspiredĀ artificial neural networksĀ for all of these types of learning.[48]

Computational learning theoryĀ can assess learners byĀ computational complexity, byĀ sample complexityĀ (how much data is required), or by other notions ofĀ optimization.[49]

Ā 

Natural language processing

Natural language processingĀ (NLP)[50]Ā allows programs to read, write and communicate in human languages such asĀ English. Specific problems includeĀ speech recognition,Ā speech synthesis,Ā machine translation,Ā information extraction,Ā information retrievalĀ andĀ question answering.[51]

Early work, based onĀ Noam Chomsky‘sĀ generative grammarĀ andĀ semantic networks, had difficulty withĀ word-sense disambiguation[f]Ā unless restricted to small domains called “micro-worlds” (due to the common sense knowledge problem[29]).Ā Margaret MastermanĀ believed that it was meaning and not grammar that was the key to understanding languages, and thatĀ thesauriĀ and not dictionaries should be the basis of computational language structure.

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

Perception

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

The field includesĀ speech recognition,[59]Ā image classification,[60]Ā facial recognition,Ā object recognition,[61]object tracking,[62]Ā andĀ robotic perception.[63]

Social intelligence

Kismet, a robot head which was made in the 1990s; it is a machine that can recognize and simulate emotions.[64]

Affective computingĀ is an interdisciplinary umbrella that comprises systems that recognize, interpret, process, or simulate humanĀ feeling, emotion, and mood.[65]Ā For example, someĀ virtual assistantsĀ are programmed to speak conversationally or even to banter humorously; it makes them appear more sensitive to the emotional dynamics of human interaction, or to otherwise facilitateĀ humanā€“computer interaction.

However, this tends to give naĆÆve users an unrealistic conception of the intelligence of existing computer agents.[66]Ā Moderate successes related to affective computing include textualĀ sentiment analysisĀ and, more recently,Ā multimodal sentiment analysis, wherein AI classifies the affects displayed by a videotaped subject.[67]

General intelligence

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

Techniques

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

Search and optimization

AI can solve many problems by intelligently searching through many possible solutions.[68]Ā There are two very different kinds of search used in AI:Ā state space searchĀ andĀ local search.

State space searchĀ searches through a tree of possible states to try to find a goal state.[69]Ā For example,Ā planningĀ algorithms search through trees of goals and subgoals, attempting to find a path to a target goal, a process calledĀ means-ends analysis.[70]

Simple exhaustive searches[71]Ā are rarely sufficient for most real-world problems: theĀ search spaceĀ (the number of places to search) quickly grows toĀ astronomical numbers. The result is a search that isĀ too slowĀ or never completes.[15]Ā “Heuristics” or “rules of thumb” can help prioritize choices that are more likely to reach a goal.[72]

Adversarial searchĀ is used forĀ game-playingĀ programs, such as chess or Go. It searches through aĀ treeĀ of possible moves and counter-moves, looking for a winning position.[73]

Illustration ofĀ gradient descentĀ for 3 different starting points; two parameters (represented by the plan coordinates) are adjusted in order to minimize theĀ loss functionĀ (the height)

Local searchĀ usesĀ mathematical optimizationĀ to find a solution to a problem. It begins with some form of guess and refines it incrementally.[74]

Gradient descentĀ is a type of local search that optimizes a set of numerical parameters by incrementally adjusting them to minimize aĀ loss function. Variants ofĀ gradient descentĀ are commonly used to train neural networks.[75]

Another type of local search isĀ evolutionary computation, which aims to iteratively improve a set of candidate solutions by “mutating” and “recombining” them,Ā selectingĀ only the fittest to survive each generation.[76]

Distributed search processes can coordinate viaĀ swarm intelligenceĀ algorithms. Two popular swarm algorithms used in search areĀ particle swarm optimizationĀ (inspired by birdĀ flocking) andĀ ant colony optimizationĀ (inspired byĀ ant trails).[77]

Logic

FormalĀ logicĀ is used forĀ reasoningĀ andĀ knowledge representation.[78]Ā Formal logic comes in two main forms:Ā propositional logicĀ (which operates on statements that are true or false and usesĀ logical connectivesĀ such as “and”, “or”, “not” and “implies”)[79]Ā andĀ predicate logicĀ (which also operates on objects, predicates and relations and usesĀ quantifiersĀ such as “EveryĀ XĀ is aĀ Y” and “There areĀ someĀ Xs that areĀ Ys”).[80]

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

Given a problem and a set of premises, problem-solving reduces to searching for a proof tree whose root node is labelled by a solution of the problem and whoseĀ leaf nodesĀ are labelled by premises orĀ axioms. In the case ofĀ Horn clauses, problem-solving search can be performed by reasoningĀ forwardsĀ from the premises orĀ backwardsĀ from the problem.[82]Ā In the more general case of the clausal form ofĀ first-order logic,Ā resolutionĀ is a single, axiom-free rule of inference, in which a problem is solved by proving a contradiction from premises that include the negation of the problem to be solved.[83]

Inference in both Horn clause logic and first-order logic isĀ undecidable, and thereforeĀ intractable. However, backward reasoning with Horn clauses, which underpins computation in theĀ logic programmingĀ languageĀ Prolog, isĀ Turing complete. Moreover, its efficiency is competitive with computation in otherĀ symbolic programmingĀ languages.[84]

Fuzzy logicĀ assigns a “degree of truth” between 0 and 1. It can therefore handle propositions that are vague and partially true.[85]

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

Probabilistic methods for uncertain reasoning

A simpleĀ Bayesian network, with the associatedĀ conditional probability tables

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

Bayesian networks[92]Ā are a tool that can be used forĀ reasoningĀ (using theĀ Bayesian inferenceĀ algorithm),[g][94]Ā learningĀ (using theĀ expectationā€“maximization algorithm),[h][96]Ā planningĀ (usingĀ decision networks)[97]Ā andĀ perceptionĀ (usingĀ dynamic Bayesian networks).[90]

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

Expectationā€“maximizationĀ clusteringĀ ofĀ Old FaithfulĀ eruption data starts from a random guess but then successfully converges on an accurate clustering of the two physically distinct modes of eruption.

Classifiers and statistical learning methods

The simplest AI applications can be divided into two types: classifiers (e.g., “if shiny then diamond”), on one hand, and controllers (e.g., “if diamond then pick up”), on the other hand.Ā Classifiers[98]Ā are functions that useĀ pattern matchingĀ to determine the closest match. They can be fine-tuned based on chosen examples usingĀ supervised learning. Each pattern (also called an “observation“) is labeled with a certain predefined class. All the observations combined with their class labels are known as aĀ data set. When a new observation is received, that observation is classified based on previous experience.[45]

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

Artificial neural networks

A neural network is an interconnected group of nodes, akin to the vast network ofĀ neuronsĀ in theĀ human brain.

An artificial neural network is based on a collection of nodes also known asĀ artificial neurons, which loosely model theĀ neuronsĀ in a biological brain. It is trained to recognise patterns; once trained, it can recognise those patterns in fresh data. There is an input, at least one hidden layer of nodes and an output. Each node applies a function and once theĀ weightĀ crosses its specified threshold, the data is transmitted to the next layer. A network is typically called a deep neural network if it has at least 2 hidden layers.[104]

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

InĀ feedforward neural networksĀ the signal passes in only one direction.[107]Ā Recurrent neural networksĀ feed the output signal back into the input, which allows short-term memories of previous input events.Ā Long short term memoryĀ is the most successful network architecture for recurrent networks.[108]Ā Perceptrons[109]Ā use only a single layer of neurons; deep learning[110]Ā uses multiple layers.Ā Convolutional neural networksĀ strengthen the connection between neurons that are “close” to each otherā€”this is especially important inĀ image processing, where a local set of neurons mustĀ identify an “edge”Ā before the network can identify an object.[111]

Ā 

Deep learning

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

Deep learning has profoundly improved the performance of programs in many important subfields of artificial intelligence, includingĀ computer vision,Ā speech recognition,Ā natural language processing,Ā image classification,[113]Ā and others. The reason that deep learning performs so well in so many applications is not known as of 2023.[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 incredible increase in computer power (including the hundred-fold increase in speed by switching toĀ GPUs) and the availability of vast amounts of training data, especially the giantĀ curated datasetsĀ used for benchmark testing, such asĀ ImageNet.[j]

GPT

Generative pre-trained transformersĀ (GPT) areĀ large language modelsĀ (LLMs) that generate text based on the semantic relationships between words in sentences. Text-based GPT models are pretrained on a largeĀ corpus of textĀ that can be from the Internet. The pretraining consists of predicting the nextĀ tokenĀ (a token being usually a word, subword, or punctuation). Throughout this pretraining, GPT models accumulate knowledge about the world and can then generate human-like text by repeatedly predicting the next token. Typically, a subsequent training phase makes the model more truthful, useful, and harmless, usually with a technique calledĀ reinforcement learning from human feedbackĀ (RLHF). Current GPT models are prone to generating falsehoods called “hallucinations“, although this can be reduced with RLHF and quality data. They are used inĀ chatbots, which allow people to ask a question or request a task in simple text.[122][123]

Current models and services includeĀ GeminiĀ (formerly Bard),Ā ChatGPT,Ā Grok,Ā Claude,Ā Copilot, andĀ LLaMA.[124]Ā MultimodalĀ GPT models can process different types of data (modalities) such as images, videos, sound, and text.[125]

Hardware and software

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

The transistor density inĀ integrated circuitsĀ has been observed to roughly double every 18 monthsā€”a trend known asĀ Moore’s law, named after theĀ IntelĀ co-founderĀ Gordon Moore, who first identified it. Improvements inĀ GPUsĀ have been even faster.[129]

Applications

AI and machine learning technology is used in most of the essential applications of the 2020s, including:Ā search enginesĀ (such asĀ Google Search),Ā targeting online advertisements,Ā recommendation systemsĀ (offered byĀ Netflix,Ā YouTubeĀ orĀ Amazon), drivingĀ internet traffic,Ā targeted advertisingĀ (AdSense,Ā Facebook),Ā virtual assistantsĀ (such asĀ SiriĀ orĀ Alexa),Ā autonomous vehiclesĀ (includingĀ drones,Ā ADASĀ andĀ self-driving cars),Ā automatic language translationĀ (Microsoft Translator,Ā Google Translate),Ā facial recognitionĀ (Apple‘sĀ Face IDĀ orĀ Microsoft‘sĀ DeepFaceĀ andĀ Google‘sĀ FaceNet) andĀ image labelingĀ (used byĀ Facebook, Apple’sĀ iPhotoĀ andĀ TikTok). The deployment of AI may be overseen by aĀ Chief automation officerĀ (CAO).

Health and medicine

The application of AI inĀ medicineĀ andĀ medical researchĀ has the potential to increase patient care and quality of life.[130]Ā Through the lens of theĀ Hippocratic Oath, medical professionals are ethically compelled to use AI, if applications can more accurately diagnose and treat patients.[131][132]

For medical research, AI is an important tool for processing and integratingĀ big data. This is particularly important forĀ organoidĀ andĀ tissue engineeringĀ development which useĀ microscopyĀ imaging as a key technique in fabrication.[133]Ā It has been suggested that AI can overcome discrepancies in funding allocated to different fields of research.[133]Ā New AI tools can deepen the understanding of biomedically relevant pathways. For example,Ā AlphaFold 2Ā (2021) demonstrated the ability to approximate, in hours rather than months, the 3DĀ structure of a protein.[134]Ā 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.[135]Ā In 2024, researchers used machine learning to accelerate the search forĀ Parkinson’s diseaseĀ drug treatments. Their aim was to identify compounds that block the clumping, or aggregation, ofĀ alpha-synucleinĀ (the protein that characterises Parkinson’s disease). They were able to speed up the initial screening process ten-fold and reduce the cost by a thousand-fold.[136][137]

Games

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

Mathematics

In mathematics, special forms of formal step-by-stepĀ reasoningĀ are used. In contrast, LLMs such asĀ GPT-4Ā Turbo,Ā Gemini Ultra,Ā Claude Opus,Ā LLaMa-2Ā orĀ Mistral LargeĀ are working with probabilistic models, which can produce wrong answers in the form ofĀ hallucinations. Therefore, they need not only a large database of mathematical problems to learn from but also methods such asĀ supervisedĀ fine-tuningĀ or trainedĀ classifiersĀ with human-annotated data to improve answers for new problems and learn from corrections.[147]Ā A 2024 study showed that the performance of some language models for reasoning capabilities in solving math problems not included in their training data was low, even for problems with only minor deviations from trained data.[148]

Alternatively, dedicated models for mathematic problem solving with higher precision for the outcome including proof of theorems have been developed such asĀ Alpha Tensor,Ā Alpha GeometryĀ andĀ Alpha ProofĀ all fromĀ Google DeepMind,[149]Ā LlemmaĀ from eleuther[150]Ā orĀ Julius.[151]

When natural language is used to describe mathematical problems, converters transform such prompts into a formal language such asĀ LeanĀ to define mathematic tasks.

Some models have been developed to solve challenging problems and reach good results in benchmark tests, others to serve as educational tools in mathematics.[152]

Finance

Finance is one of the fastest growing sectors where applied AI tools are being deployed: from retail online banking to investment advice and insurance, where automated “robot advisers” have been in use for some years.[153]

World PensionsĀ experts like Nicolas Firzli insist it may be too early to see the emergence of highly innovative AI-informed financial products and services: “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.”[154]

Military

Various countries are deploying AI military applications.[155]Ā The main applications enhanceĀ command and control, communications, sensors, integration and interoperability.[156]Ā Research is targeting intelligence collection and analysis, logistics, cyber operations, information operations, and semiautonomous andĀ autonomous vehicles.[155]Ā AI technologies enable coordination of sensors and effectors, threat detection and identification, marking of enemy positions,Ā target acquisition, coordination and deconfliction of distributedĀ Joint FiresĀ between networked combat vehicles involving manned and unmanned teams.[156]Ā AI was incorporated into military operations in Iraq and Syria.[155]

In November 2023,Ā US Vice PresidentĀ Kamala HarrisĀ disclosed a declaration signed by 31 nations to set guardrails for the military use of AI. The commitments include using legal reviews to ensure the compliance of military AI with international laws, and being cautious and transparent in the development of this technology.[157]

Generative AI

Vincent van GoghĀ in watercolour created by generative AI software

In the early 2020s,Ā generative AIĀ gained widespread prominence. GenAI is AI capable of generating text, images, videos, or other data usingĀ generative models,[158][159]Ā often in response toĀ prompts.[160][161]

In March 2023, 58% of U.S. adults had heard aboutĀ ChatGPTĀ and 14% had tried it.[162]Ā The increasing realism and ease-of-use of AI-basedĀ text-to-imageĀ generators such asĀ Midjourney,Ā DALL-E, andĀ Stable DiffusionĀ sparked a trend ofĀ viralĀ AI-generated photos. Widespread attention was gained by a fake photo ofĀ Pope FrancisĀ wearing a white puffer coat, the fictional arrest ofĀ Donald Trump, and a hoax of an attack on theĀ Pentagon, as well as the usage in professional creative arts.[163][164]

Agents

Artificial intelligent (AI) agents are software entities designed to perceive their environment, make decisions, and take actions autonomously to achieve specific goals. These agents can interact with users, their environment, or other agents. AI agents are used in various applications, includingĀ virtual assistants,Ā chatbots,Ā autonomous vehicles,Ā game-playing systems, andĀ industrial robotics. AI agents operate within the constraints of their programming, available computational resources, and hardware limitations. This means they are restricted to performing tasks within their defined scope and have finite memory and processing capabilities. In real-world applications, AI agents often face time constraints for decision-making and action execution. Many AI agents incorporate learning algorithms, enabling them to improve their performance over time through experience or training. Using machine learning, AI agents can adapt to new situations and optimise their behaviour for their designated tasks.[165][166][167]

Other industry-specific tasks

There are also thousands of successful AI applications used to solve specific problems for specific industries or institutions. In a 2017 survey, one in five companies reported having incorporated “AI” in some offerings or processes.[168]Ā A few examples areĀ energy storage, medical diagnosis, military logistics, applications that predict the result of judicial decisions,Ā foreign policy, or supply chain management.

AI applications for evacuation andĀ disasterĀ management are growing. AI has been used to investigate if and how people evacuated in large scale and small scale evacuations using historical data from GPS, videos or social media. Further, AI can provide real time information on the real time evacuation conditions.[169][170][171]

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

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

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

Ethics

AI has potential benefits and potential risks.[173]Ā AI may be able to advance science and find solutions for serious problems:Ā Demis HassabisĀ ofĀ Deep MindĀ hopes to “solve intelligence, and then use that to solve everything else”.[174]Ā However, as the use of AI has become widespread, several unintended consequences and risks have been identified.[175]Ā 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.[176]

Risks and harm

Machine learning algorithms require large amounts of data. The techniques used to acquire this data have raised concerns aboutĀ privacy,Ā surveillanceĀ andĀ copyright.

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

Sensitive user data collected may include online activity records, geolocation data, video or audio.[177]Ā For example, in order to buildĀ speech recognitionĀ algorithms,Ā AmazonĀ has recorded millions of private conversations and allowedĀ temporary workersĀ to listen to and transcribe some of them.[178]Ā Opinions about this widespread surveillance range from those who see it as aĀ necessary evilĀ to those for whom it is clearlyĀ unethicalĀ and a violation of theĀ right to privacy.[179]

AI developers argue that this is the only way to deliver valuable applications. and have developed several techniques that attempt to preserve privacy while still obtaining the data, such asĀ data aggregation,Ā de-identificationĀ andĀ differential privacy.[180]Ā Since 2016, some privacy experts, such asĀ Cynthia Dwork, have begun to view privacy in terms ofĀ fairness.Ā Brian ChristianĀ wrote that experts have pivoted “from the question of ‘what they know’ to the question of ‘what they’re doing with it’.”[181]

Generative AI is often trained on unlicensed copyrighted works, including in domains such as images or computer code; the output is then used under the rationale of “fair use“. Experts disagree about how well and under what circumstances this rationale will hold up in courts of law; relevant factors may include “the purpose and character of the use of the copyrighted work” and “the effect upon the potential market for the copyrighted work”.[182][183]Ā Website owners who do not wish to have their content scraped can indicate it in a “robots.txt” file.[184]Ā In 2023, leading authors (includingĀ John GrishamĀ andĀ Jonathan Franzen) sued AI companies for using their work to train generative AI.[185][186]Ā Another discussed approach is to envision a separateĀ sui generisĀ system of protection for creations generated by AI to ensure fair attribution and compensation for human authors.[187]

Dominance by tech giants

The commercial AI scene is dominated byĀ Big TechĀ companies such asĀ Alphabet Inc.,Ā Amazon,Ā Apple Inc.,Ā Meta Platforms, andĀ Microsoft.[188][189][190]Ā Some of these players already own the vast majority of existingĀ cloud infrastructureĀ andĀ computingĀ power fromĀ data centers, allowing them to entrench further in the marketplace.[191][192]

Power needs and environmental impacts

In January 2024, theĀ International Energy AgencyĀ (IEA) releasedĀ Electricity 2024, Analysis and Forecast to 2026, forecasting electric power use.[193]Ā This is the first IEA report to make projections for data centers and power consumption for artificial intelligence and cryptocurrency. The report states that power demand for these uses might double by 2026, with additional electric power usage equal to electricity used by the whole Japanese nation.[194]

Prodigious power consumption by AI is responsible for the growth of fossil fuels use, and might delay closings of obsolete, carbon-emitting coal energy facilities. There is a feverish rise in the construction of data centers throughout the US, making large technology firms (e.g., Microsoft, Meta, Google, Amazon) into voracious consumers of electric power. Projected electric consumption is so immense that there is concern that it will be fulfilled no matter the source. A ChatGPT search involves the use of 10 times the electrical energy as a Google search. The large firms are in haste to find power sources ā€“ from nuclear energy to geothermal to fusion. The tech firms argue that ā€“ in the long view ā€“ AI will be eventually kinder to the environment, but they need the energy now. AI makes the power grid more efficient and “intelligent”, will assist in the growth of nuclear power, and track overall carbon emissions, according to technology firms.[195]

A 2024Ā Goldman SachsĀ Research Paper,Ā AI Data Centers and the Coming US Power Demand Surge, found “US power demand (is) likely to experience growth not seen in a generation….” and forecasts that, by 2030, US data centers will consume 8% of US power, as opposed to 3% in 2022, presaging growth for the electrical power generation industry by a variety of means.[196]Ā 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.[197]

In 2024, theĀ Wall Street JournalĀ reported that big AI companies have begun negotiations with the US nuclear power providers to provide electricity to the data centers. In March 2024 Amazon purchased a Pennsylvania nuclear-powered data center for $650 Million (US).[198]Ā NvidiaĀ CEOĀ Jen-Hsun HuangĀ said nuclear power is a good option for the data centers.[199]

In September 2024,Ā MicrosoftĀ announced an agreement withĀ Constellation EnergyĀ to re-open theĀ Three Mile IslandĀ nuclear power plant to provide Microsoft with 100% of all electric power produced by the plant for 20 years. Reopening the plant, which suffered a partial nuclear meltdown of its Unit 2 reactor in 1979, will require Constellation to get through strict regulatory processes which will include extensive safety scrutiny from the USĀ Nuclear Regulatory Commission. If approved (this will be the first ever US re-commissioning of a nuclear plant), over 835 megawatts of power ā€“ enough for 800,000 homes ā€“ of energy will be produced. The cost for re-opening and upgrading is estimated at $1.6 billion (US) and is dependent on tax breaks for nuclear power contained in the 2022 USĀ Inflation Reduction Act.[200]Ā The US government and the state of Michigan are investing almost $2 billion (US) to reopen theĀ Palisades NuclearĀ reactor on Lake Michigan. Closed since 2022, the plant is planned to be reopened in October 2025. The Three Mile Island facility will be renamed the Crane Clean Energy Center after Chris Crane, a nuclear proponent and former CEO ofĀ ExelonĀ who was responsible for Exelon spinoff of Constellation.[201]

After the last approval in September 2023,Ā TaiwanĀ suspended the approval of data centers north ofĀ TaoyuanĀ with a capacity of more than 5 MW in 2024, due to power supply shortages.[202]Ā Taiwan aims toĀ phase out nuclear powerĀ by 2025.[202]Ā On the other hand,Ā SingaporeĀ imposed a ban on the opening of data centers in 2019 due to electric power, but in 2022, lifted this ban.[202]

Although most nuclear plants in Japan have been shut down after the 2011Ā Fukushima nuclear accident, according to an October 2024Ā BloombergĀ article in Japanese, cloud gaming services company Ubitus, in which Nvidia has a stake, is looking for land in Japan near nuclear power plant for a new data center for generative AI.[203]Ā Ubitus CEO Wesley Kuo said nuclear power plants are the most efficient, cheap and stable power for AI.[203]

On 1 November 2024, theĀ Federal Energy Regulatory CommissionĀ (FERC) rejected an application submitted byĀ Talen EnergyĀ for approval to supply some electricity from the nuclear power stationĀ SusquehannaĀ to Amazon’s data center.[204]Ā According to the Commission ChairmanĀ Willie L. Phillips, it is a burden on the electricity grid as well as a significant cost shifting concern to households and other business sectors.[204]

Misinformation

YouTube,Ā FacebookĀ and others useĀ recommender systemsĀ to guide users to more content. These AI programs were given the goal ofĀ maximizingĀ user engagement (that is, the only goal was to keep people watching). The AI learned that users tended to chooseĀ misinformation,Ā conspiracy theories, and extremeĀ partisanĀ content, and, to keep them watching, the AI recommended more of it. Users also tended to watch more content on the same subject, so the AI led people intoĀ filter bubblesĀ where they received multiple versions of the same misinformation.[205]Ā This convinced many users that the misinformation was true, and ultimately undermined trust in institutions, the media and the government.[206]Ā 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 steps to mitigate the problemĀ [citation needed].

In 2022,Ā generative AIĀ began to create images, audio, video and text that are indistinguishable from real photographs, recordings, films, or human writing. It is possible for bad actors to use this technology to create massive amounts of misinformation or propaganda.[207]Ā AI pioneerĀ Geoffrey HintonĀ expressed concern about AI enabling “authoritarian leaders to manipulate their electorates” on a large scale, among other risks.[208]

Algorithmic bias and fairness

Machine learning applications will beĀ biased[k]Ā if they learn from biased data.[210]Ā The developers may not be aware that the bias exists.[211]Ā Bias can be introduced by the wayĀ training dataĀ is selected and by the way a model is deployed.[212][210]Ā If a biased algorithm is used to make decisions that can seriouslyĀ harmĀ people (as it can inĀ medicine,Ā finance,Ā recruitment,Ā housingĀ orĀ policing) then the algorithm may causeĀ discrimination.[213]Ā The field ofĀ fairnessĀ studies how to prevent harms from algorithmic biases.

On June 28, 2015,Ā Google Photos‘s new image labeling feature mistakenly identified Jacky Alcine and a friend as “gorillas” because they were black. The system was trained on a dataset that contained very few images of black people,[214]Ā a problem called “sample size disparity”.[215]Ā 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.[216]

COMPASĀ is a commercial program widely used byĀ U.S. courtsĀ to assess the likelihood of aĀ defendantĀ becoming aĀ recidivist. In 2016,Ā Julia AngwinĀ atĀ ProPublicaĀ discovered that COMPAS exhibited racial bias, despite the fact that the program was not told the races of the defendants. Although the error rate for both whites and blacks was calibrated equal at exactly 61%, the errors for each race were differentā€”the system consistently overestimated the chance that a black person would re-offend and would underestimate the chance that a white person would not re-offend.[217]Ā 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.[219]

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”.[220]Ā Moritz Hardt said “the most robust fact in this research area is that fairness through blindness doesn’t work.”[221]

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.[222]Ā 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.[215]

There are various conflicting definitions and mathematical models of fairness. These notions depend on ethical assumptions, and are influenced by beliefs about society. One broad category isĀ distributive fairness, which focuses on the outcomes, often identifying groups and seeking to compensate for statistical disparities. Representational fairness tries to ensure that AI systems do not reinforce negativeĀ stereotypesĀ or render certain groups invisible. Procedural fairness focuses on the decision process rather than the outcome. The most relevant notions of fairness may depend on the context, notably the type of AI application and the stakeholders. The subjectivity in the notions of bias and fairness makes it difficult for companies to operationalize them. Having access to sensitive attributes such as race or gender is also considered by many AI ethicists to be necessary in order to compensate for biases, but it may conflict withĀ anti-discrimination laws.[209]

At its 2022Ā Conference on Fairness, Accountability, and TransparencyĀ (ACM FAccT 2022), theĀ Association for Computing Machinery, in Seoul, South Korea, presented and published findings that recommend that until AI and robotics systems are demonstrated to be free of bias mistakes, they are unsafe, and the use of self-learning neural networks trained on vast, unregulated sources of flawed internet data should be curtailed.[dubiousĀ ā€“Ā discuss][224]

Lack of transparency

Many AI systems are so complex that their designers cannot explain how they reach their decisions.[225]Ā Particularly withĀ deep neural networks, in which there are a large amount of non-linearĀ relationships between inputs and outputs. But some popular explainability techniques exist.[226]

It is impossible to be certain that a program is operating correctly if no one knows how exactly it works. There have been many cases where a machine learning program passed rigorous tests, but nevertheless learned something different than what the programmers intended. For example, a system that could identify skin diseases better than medical professionals was found to actually have a strong tendency to classify images with aĀ rulerĀ as “cancerous”, because pictures of malignancies typically include a ruler to show the scale.[227]Ā 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.[228]

People who have been harmed by an algorithm’s decision have a right to an explanation.[229]Ā Doctors, for example, are expected to clearly and completely explain to their colleagues the reasoning behind any decision they make. Early drafts of the European Union’sĀ General Data Protection RegulationĀ in 2016 included an explicit statement that this right exists.[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.[230]

DARPAĀ established theĀ XAIĀ (“Explainable Artificial Intelligence”) program in 2014 to try to solve these problems.[231]

Several approaches aim to address the transparency problem. SHAP enables to visualise the contribution of each feature to the output.[232]Ā LIME can locally approximate a model’s outputs with a simpler, interpretable model.[233]Ā 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.[234]Ā Deconvolution,Ā DeepDreamĀ and otherĀ generativeĀ methods can allow developers to see what different layers of a deep network for computer vision have learned, and produce output that can suggest what the network is learning.[235]Ā ForĀ generative pre-trained transformers,Ā AnthropicĀ developed a technique based onĀ dictionary learningĀ that associates patterns of neuron activations with human-understandable concepts.[236]

Bad actors and weaponized AI

Artificial intelligence provides a number of tools that are useful toĀ bad actors, such asĀ authoritarian governments,Ā terrorists,Ā criminalsĀ orĀ rogue states.

A lethal autonomous weapon is a machine that locates, selects and engages human targets without human supervision.[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.[238]Ā Even when used in conventional warfare, it is unlikely that they will be unable to reliably choose targets and could potentiallyĀ kill an innocent person.[238]Ā In 2014, 30 nations (including China) supported a ban on autonomous weapons under theĀ United Nations‘Ā Convention on Certain Conventional Weapons, however theĀ United StatesĀ and others disagreed.[239]Ā By 2015, over fifty countries were reported to be researching battlefield robots.[240]

AI tools make it easier forĀ authoritarian governmentsĀ to efficiently control their citizens in several ways.Ā FaceĀ andĀ voice recognitionĀ allow widespreadĀ surveillance.Ā Machine learning, operating this data, canĀ classifyĀ potential enemies of the state and prevent them from hiding.Ā Recommendation systemsĀ can precisely targetĀ propagandaĀ andĀ misinformationĀ for maximum effect.Ā DeepfakesĀ andĀ generative AIĀ aid in producing misinformation. Advanced AI can make authoritarianĀ centralized decision makingĀ more competitive than liberal and decentralized systems such asĀ markets. It lowers the cost and difficulty ofĀ digital warfareĀ andĀ advanced spyware.[241]Ā All these technologies have been available since 2020 or earlierā€”AIĀ facial recognition systemsĀ are already being used forĀ mass surveillanceĀ in China.[242][243]

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

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

In the past, technology has tended to increase rather than reduce total employment, but economists acknowledge that “we’re in uncharted territory” with AI.[246]Ā A survey of economists showed disagreement about whether the increasing use of robots and AI will cause a substantial increase in long-termĀ unemployment, but they generally agree that it could be a net benefit ifĀ productivityĀ gains areĀ redistributed.[247]Ā Risk estimates vary; for example, in the 2010s, Michael Osborne andĀ Carl Benedikt FreyĀ estimated 47% of U.S. jobs are at “high risk” of potential automation, while an OECD report classified only 9% of U.S. jobs as “high risk”.[p][249]Ā 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.[245]Ā In April 2023, it was reported that 70% of the jobs for Chinese video game illustrators had been eliminated by generative artificial intelligence.[250][251]

Unlike previous waves of automation, many middle-class jobs may be eliminated by artificial intelligence;Ā The EconomistĀ stated in 2015 that “the worry that AI could do to white-collar jobs what steam power did to blue-collar ones during the Industrial Revolution” is “worth taking seriously”.[252]Ā Jobs at extreme risk range fromĀ paralegalsĀ to fast food cooks, while job demand is likely to increase for care-related professions ranging from personal healthcare to the clergy.[253]

From the early days of the development of artificial intelligence, there have been arguments, for example, those put forward byĀ Joseph Weizenbaum, about whether tasks that can be done by computers actually should be done by them, given the difference between computers and humans, and between quantitative calculation and qualitative, value-based judgement.[254]

Existential risk

It has been argued AI will become so powerful that humanity may irreversibly lose control of it. This could, as physicistĀ Stephen HawkingĀ stated, “spell the end of the human race“.[255]Ā 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” to be an existential risk. Modern AI programs are given specific goals and use learning and intelligence to achieve them. PhilosopherĀ Nick BostromĀ argued that if one givesĀ almost anyĀ goal to a sufficiently powerful AI, it may choose to destroy humanity to achieve it (he used the example of aĀ paperclip factory manager).[257]Ā Stuart RussellĀ gives the example of household robot that tries to find a way to kill its owner to prevent it from being unplugged, reasoning that “you can’t fetch the coffee if you’re dead.”[258]Ā In order to be safe for humanity, aĀ superintelligenceĀ would have to be genuinelyĀ alignedĀ with humanity’s morality and values so that it is “fundamentally on our side”.[259]

Second,Ā Yuval Noah HarariĀ argues that AI does not require a robot body or physical control to pose an existential risk. The essential parts of civilization are not physical. Things likeĀ ideologies,Ā law,Ā government,Ā moneyĀ and theĀ economyĀ are made ofĀ language; they exist because there are stories that billions of people believe. The current prevalence ofĀ misinformationĀ suggests that an AI could use language to convince people to believe anything, even to take actions that are destructive.[260]

The opinions amongst experts and industry insiders are mixed, with sizable fractions both concerned and unconcerned by risk from eventual superintelligent AI.[261]Ā Personalities such asĀ Stephen Hawking,Ā Bill Gates, andĀ Elon Musk,[262]Ā as well as AI pioneers such asĀ Yoshua Bengio,Ā Stuart Russell,Ā Demis Hassabis, andĀ Sam Altman, have expressed concerns about existential risk from AI.

In May 2023,Ā Geoffrey HintonĀ announced his resignation from Google in order to be able to “freely speak out about the risks of AI” without “considering how this impacts Google.”[263]Ā He notably mentioned risks of anĀ AI takeover,[264]Ā and stressed that in order to avoid the worst outcomes, establishing safety guidelines will require cooperation among those competing in use of AI.[265]

In 2023, many leading AI experts issuedĀ the joint statementĀ that “Mitigating the risk of extinction from AI should be a global priority alongside other societal-scale risks such as pandemics and nuclear war”.[266]

Other researchers, however, spoke in favor of a less dystopian view. AI pioneerĀ Juergen 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.”[267]Ā 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.”[268][269]Ā 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.”[270]Ā Yann LeCunĀ “scoffs at his peers’ dystopian scenarios of supercharged misinformation and even, eventually, human extinction.”[271]Ā 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.[272]Ā However, after 2016, the study of current and future risks and possible solutions became a serious area of research.[273]

Ethical machines and alignment

Friendly AI are machines that have been designed from the beginning to minimize risks and to make choices that benefit humans.Ā Eliezer Yudkowsky, who coined the term, argues that developing friendly AI should be a higher research priority: it may require a large investment and it must be completed before AI becomes an existential risk.[274]

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.[275]Ā The field of machine ethics is also called computational morality,[275]Ā and was founded at anĀ AAAIĀ symposium in 2005.[276]

Other approaches includeĀ Wendell Wallach‘s “artificial moral agents”[277]Ā andĀ Stuart J. Russell‘sĀ three principlesĀ for developing provably beneficial machines.[278]

Open source

Active organizations in the AI open-source community includeĀ Hugging Face,[279]Ā Google,[280]Ā EleutherAIĀ andĀ Meta.[281]Ā Various AI models, such asĀ Llama 2,Ā MistralĀ orĀ Stable Diffusion, have been made open-weight,[282][283]Ā meaning that their architecture and trained parameters (the “weights”) are publicly available. Open-weight models can be freelyĀ fine-tuned, which allows companies to specialize them with their own data and for their own use-case.[284]Ā Open-weight models are useful for research and innovation but can also be misused. Since they can be fine-tuned, any built-in security measure, such as objecting to harmful requests, can be trained away until it becomes ineffective. Some researchers warn that future AI models may develop dangerous capabilities (such as the potential to drastically facilitateĀ bioterrorism) and that once released on the Internet, they cannot be deleted everywhere if needed. They recommend pre-release audits and cost-benefit analyses.[285]

Frameworks

Artificial Intelligence projects can have their ethical permissibility tested while designing, developing, and implementing an AI system. An AI framework such as the Care and Act Framework containing the SUM valuesā€”developed by theĀ Alan Turing InstituteĀ tests projects in four main areas:[286][287]

  • RespectĀ the dignity of individual people
  • ConnectĀ with other people sincerely, openly, and inclusively
  • CareĀ for the wellbeing of everyone
  • ProtectĀ social values, justice, and the public interest

Other developments in ethical frameworks include those decided upon during theĀ Asilomar Conference, the Montreal Declaration for Responsible AI, and the IEEE’s Ethics of Autonomous Systems initiative, among others;[288]Ā however, these principles do not go without their criticisms, especially regards to the people chosen contributes to these frameworks.[289]

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

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

Regulation

AI Safety Summit
The first globalĀ AI Safety SummitĀ was held in 2023 with a declaration calling for international co-operation.

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.[292]Ā The regulatory and policy landscape for AI is an emerging issue in jurisdictions globally.[293]Ā According to AI Index atĀ Stanford, the annual number of AI-related laws passed in the 127 survey countries jumped from one passed in 2016 to 37 passed in 2022 alone.[294][295]Ā Between 2016 and 2020, more than 30 countries adopted dedicated strategies for AI.[296]Ā Most EU member states had released national AI strategies, as had Canada, China, India, Japan, Mauritius, the Russian Federation, Saudi Arabia, United Arab Emirates, U.S., and Vietnam. Others were in the process of elaborating their own AI strategy, including Bangladesh, Malaysia and Tunisia.[296]Ā TheĀ Global Partnership on Artificial IntelligenceĀ was launched in June 2020, stating a need for AI to be developed in accordance with human rights and democratic values, to ensure public confidence and trust in the technology.[296]Ā Henry Kissinger,Ā Eric Schmidt, andĀ Daniel HuttenlocherĀ published a joint statement in November 2021 calling for a government commission to regulate AI.[297]Ā In 2023, OpenAI leaders published recommendations for the governance of superintelligence, which they believe may happen in less than 10 years.[298]Ā In 2023, the United Nations also launched an advisory body to provide recommendations on AI governance; the body comprises technology company executives, governments officials and academics.[299]Ā In 2024, theĀ Council of EuropeĀ created the first international legally binding treaty on AI, called the “Framework Convention on Artificial Intelligence and Human Rights, Democracy and the Rule of Law“. It was adopted by the European Union, the United States, the United Kingdom, and other signatories.[300]

In a 2022Ā IpsosĀ survey, attitudes towards AI varied greatly by country; 78% of Chinese citizens, but only 35% of Americans, agreed that “products and services using AI have more benefits than drawbacks”.[294]Ā A 2023Ā Reuters/Ipsos poll found that 61% of Americans agree, and 22% disagree, that AI poses risks to humanity.[301]Ā In a 2023Ā Fox NewsĀ poll, 35% of Americans thought it “very important”, and an additional 41% thought it “somewhat important”, for the federal government to regulate AI, versus 13% responding “not very important” and 8% responding “not at all important”.[302][303]

In November 2023, the first globalĀ AI Safety SummitĀ was held inĀ Bletchley ParkĀ in the UK to discuss the near and far term risks of AI and the possibility of mandatory and voluntary regulatory frameworks.[304]Ā 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.[305][306]Ā In May 2024 at theĀ AI Seoul Summit, 16 global AI tech companies agreed to safety commitments on the development of AI.[307][308]

History

The study of mechanical or “formal” reasoning began with philosophers and mathematicians in antiquity. The study of logic led directly toĀ Alan Turing‘sĀ theory of computation, which suggested that a machine, by shuffling symbols as simple as “0” and “1”, could simulate any conceivable form of mathematical reasoning.[309][310]Ā This, along with concurrent discoveries inĀ cybernetics,Ā information theoryĀ andĀ 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,[312]Ā such asĀ McCullouchĀ andĀ PittsĀ design for “artificial neurons” in 1943,[115]Ā and Turing’s influential 1950 paper ‘Computing Machinery and Intelligence‘, which introduced theĀ Turing testĀ and showed that “machine intelligence” was plausible.[313][310]

The field of AI research was founded atĀ a workshopĀ atĀ Dartmouth CollegeĀ in 1956.[s][6]Ā The 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Ā strategies, solving word problems in algebra, provingĀ logical theoremsĀ and speaking English.[v][7]Ā Artificial intelligence laboratories were set up at a number of British and U.S. universities in the latter 1950s and early 1960s.[310]

Researchers in the 1960s and the 1970s were convinced that their methods would eventually succeed in creating a machine withĀ general intelligenceĀ and considered this the goal of their field.[317]Ā In 1965Ā Herbert SimonĀ predicted, “machines will be capable, within twenty years, of doing any work a man can do”.[318]Ā In 1967Ā Marvin MinskyĀ agreed, writing that “within a generationĀ … the problem of creating ‘artificial intelligence’ will substantially be solved”.[319]Ā 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Ā ofĀ Sir James Lighthill[321]Ā and ongoing pressure from the U.S. Congress toĀ fund more productive projects.[322]Ā Minsky‘s andĀ Papert‘s bookĀ PerceptronsĀ was understood as proving thatĀ artificial neural networksĀ would never be useful for solving real-world tasks, thus discrediting the approach altogether.[323]Ā The “AI winter“, a period when obtaining funding for AI projects was difficult, followed.[9]

In the early 1980s, AI research was revived by the commercial success ofĀ expert systems,[324]Ā a form of AI program that simulated the knowledge and analytical skills of human experts. By 1985, the market for AI had reached over a billion dollars. At the same time, Japan’sĀ fifth generation computerĀ project inspired the U.S. and British governments to restore funding forĀ academic research.[8]Ā However, beginning with the collapse of theĀ Lisp MachineĀ market in 1987, AI once again fell into disrepute, and a second, longer-lasting winter began.[10]

Up to this point, most of AI’s funding had gone to projects that used high-levelĀ symbolsĀ to representĀ mental objectsĀ like plans, goals, beliefs, and known facts. In the 1980s, some researchers began to doubt that this approach would be able to imitate all the processes of human cognition, especiallyĀ perception,Ā robotics,Ā learningĀ andĀ pattern recognition,[325]Ā and began to look into “sub-symbolic” approaches.[326]Ā Rodney BrooksĀ rejected “representation” in general and focussed directly on engineering machines that move and survive.[x]Ā Judea Pearl,Ā Lofti ZadehĀ and others developed methods that handled incomplete and uncertain information by making reasonable guesses rather than precise logic.[86][331]Ā But the most important development was the revival of “connectionism“, including neural network research, byĀ Geoffrey HintonĀ and others.[332]Ā In 1990,Ā Yann LeCunĀ successfully showed thatĀ convolutional neural networksĀ can recognize handwritten digits, the first of many successful applications of neural networks.[333]

AI gradually restored its reputation in the late 1990s and early 21st century by exploiting formal mathematical methods and by finding specific solutions to specific problems. This “narrow” and “formal” focus allowed researchers to produce verifiable results and collaborate with other fields (such asĀ statistics,Ā economicsĀ andĀ mathematics).[334]Ā 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).[335]Ā However, several academic researchers became concerned that AI was no longer pursuing its original goal of creating versatile, fully intelligent machines. Beginning around 2002, they founded the subfield ofĀ artificial general intelligenceĀ (or “AGI”), which had several well-funded institutions by the 2010s.[4]

Deep learningĀ began to dominate industry benchmarks in 2012 and was adopted throughout the field.[11]Ā For many specific tasks, other methods were abandoned.[y]Ā Deep learning’s success was based on both hardware improvements (faster computers,[337]Ā graphics processing units,Ā cloud computing[338]) and access toĀ large amounts of data[339]Ā (including curated datasets,[338]Ā such asĀ 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.[296]

In 2016, issues ofĀ fairnessĀ and the misuse of technology were catapulted into center stage at machine learning conferences, publications vastly increased, funding became available, and many researchers re-focussed their careers on these issues. TheĀ alignment problemĀ became a serious field of academic study.[273]

In the late teens and early 2020s,Ā AGIĀ companies began to deliver programs that created enormous interest. In 2015,Ā AlphaGo, developed byĀ DeepMind, beat the world championĀ Go player. The program was taught only the rules of the game and developed strategy by itself.Ā GPT-3Ā is aĀ large language modelĀ that was released in 2020 byĀ OpenAIĀ and is capable of generating high-quality human-like text.[340]Ā These programs, and others, inspired an aggressiveĀ AI boom, where large companies began investing billions in AI research. According to AI Impacts, about $50 billion annually was invested in “AI” around 2022 in the U.S. alone and about 20% of the new U.S. Computer Science PhD graduates have specialized in “AI”.[341]Ā About 800,000 “AI”-related U.S. job openings existed in 2022.[342]

Philosophy

Philosophical debates have historically sought to determine the nature of intelligence and how to make intelligent machines.[343]Ā Another major focus has been whether machines can be conscious, and the associated ethical implications.[344]Ā Many other topics in philosophy are relevant to AI, such asĀ epistemologyĀ andĀ free will.[345]Ā Rapid advancements have intensified public discussions on the philosophy and ethics of AI.[344]

Defining artificial intelligence

Alan TuringĀ wrote in 1950 “I propose to consider the question ‘can machines think’?”[346]Ā He advised changing the question from whether a machine “thinks”, to “whether or not it is possible for machinery to show intelligent behaviour”.[346]Ā He devised the Turing test, which measures the ability of a machine to simulate human conversation.[313]Ā Since we can only observe the behavior of the machine, it does not matter if it is “actually” thinking or literally has a “mind”. Turing notes thatĀ we can not determine these things about other peopleĀ but “it is usual to have a polite convention that everyone thinks.”[347]

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

RussellĀ andĀ NorvigĀ agree with Turing that intelligence must be defined in terms of external behavior, not internal structure.[1]Ā However, they are critical that the test requires the machine to imitate humans. “Aeronautical engineeringĀ texts,” they wrote, “do not define the goal of their field as making ‘machines that fly so exactly likeĀ pigeonsĀ that they can fool other pigeons.'”[349]Ā AI founderĀ John McCarthyĀ agreed, writing that “Artificial intelligence is not, by definition, simulation of human intelligence”.[350]

McCarthy defines intelligence as “the computational part of the ability to achieve goals in the world”.[351]Ā Another AI founder,Ā Marvin MinskyĀ similarly describes it as “the ability to solve hard problems”.[352]Ā The leading AI textbook defines it as the study of agents that perceive their environment and take actions that maximize their chances of achieving defined goals.[1]Ā These definitions view intelligence in terms of well-defined problems with well-defined solutions, where both the difficulty of the problem and the performance of the program are direct measures of the “intelligence” of the machineā€”and no other philosophical discussion is required, or may not even be possible.

Another definition has been adopted by Google,[353]Ā a major practitioner in the field of AI. This definition stipulates the ability of systems to synthesize information as the manifestation of intelligence, similar to the way it is defined in biological intelligence.

Some authors have suggested in practice, that the definition of AI is vague and difficult to define, with contention as to whether classical algorithms should be categorised as AI,[354]Ā with many companies during the early 2020s AI boom using the term as a marketingĀ buzzword, often even if they did “not actually use AI in a material way”.[355]

Evaluating approaches to AI

No established unifying theory orĀ 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,Ā softĀ andĀ narrow. Critics argue that these questions may have to be revisited by future generations of AI researchers.

Symbolic AI and its limits

Symbolic AIĀ (or “GOFAI“)[357]Ā simulated the high-level conscious reasoning that people use when they solve puzzles, express legal reasoning and do mathematics. They were highly successful at “intelligent” tasks such as algebra or IQ tests. In the 1960s, Newell and Simon proposed theĀ physical symbol systems hypothesis: “A physical symbol system has the necessary and sufficient means of general intelligent action.”[358]

However, the symbolic approach failed on many tasks that humans solve easily, such as learning, recognizing an object or commonsense reasoning.Ā Moravec’s paradoxĀ is the discovery that high-level “intelligent” tasks were easy for AI, but low level “instinctive” tasks were extremely difficult.[359]Ā PhilosopherĀ Hubert DreyfusĀ hadĀ arguedĀ since the 1960s that human expertise depends on unconscious instinct rather than conscious symbol manipulation, and on having a “feel” for the situation, rather than explicit symbolic knowledge.[360]Ā Although his arguments had been ridiculed and ignored when they were first presented, eventually, AI research came to agree with him.[ab][16]

The issue is not resolved:Ā sub-symbolicĀ reasoning can make many of the same inscrutable mistakes that human intuition does, such asĀ algorithmic bias. Critics such asĀ Noam ChomskyĀ argue continuing research into symbolic AI will still be necessary to attain general intelligence,[362][363]Ā in part because sub-symbolic AI is a move away fromĀ explainable AI: it can be difficult or impossible to understand why a modern statistical AI program made a particular decision. The emerging field ofĀ neuro-symbolic artificial intelligenceĀ attempts to bridge the two approaches.

Neat vs. scruffy

“Neats” hope that intelligent behavior is described using simple, elegant principles (such asĀ logic,Ā optimization, orĀ neural networks). “Scruffies” expect that it necessarily requires solving a large number of unrelated problems. Neats defend their programs with theoretical rigor, scruffies rely mainly on incremental testing to see if they work. This issue was actively discussed in the 1970s and 1980s,[364]Ā but eventually was seen as irrelevant. Modern AI has elements of both.

Soft vs. hard computing

Finding a provably correct or optimal solution isĀ intractableĀ for many important problems.[15]Ā Soft computing is a set of techniques, includingĀ genetic algorithms,Ā fuzzy logicĀ and neural networks, that are tolerant of imprecision, uncertainty, partial truth and approximation. Soft computing was introduced in the late 1980s and most successful AI programs in the 21st century are examples of soft computing with neural networks.

Narrow vs. general AI

AI researchers are divided as to whether to pursue the goals of artificial general intelligence andĀ superintelligenceĀ directly or to solve as many specific problems as possible (narrow AI) in hopes these solutions will lead indirectly to the field’s long-term goals.[365][366]Ā 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

TheĀ philosophy of mindĀ does not know whether a machine can have aĀ mind,Ā consciousnessĀ andĀ mental states, in the same sense that human beings do. This issue considers the internal experiences of the machine, rather than its external behavior. Mainstream AI research considers this issue irrelevant because it does not affect the goals of the field: to build machines that can solve problems using intelligence.Ā RussellĀ andĀ NorvigĀ add that “[t]he additional project of making a machine conscious in exactly the way humans are is not one that we are equipped to take on.”[367]Ā However, the question has become central to the philosophy of mind. It is also typically the central question at issue inĀ artificial intelligence in fiction.

Consciousness

David ChalmersĀ identified two problems in understanding the mind, which he named the “hard” and “easy” problems of consciousness.[368]Ā The easy problem is understanding how the brain processes signals, makes plans and controls behavior. The hard problem is explaining how thisĀ feelsĀ or why it should feel like anything at all, assuming we are right in thinking that it truly does feel like something (Dennett’s consciousness illusionism says this is an illusion). While humanĀ information processingĀ is easy to explain, humanĀ subjective experienceĀ is difficult to explain. For example, it is easy to imagine a color-blind person who has learned to identify which objects in their field of view are red, but it is not clear what would be required for the person toĀ know what red looks like.[369]

Computationalism and functionalism

Computationalism is the position in theĀ philosophy of mindĀ that the human mind is an information processing system and that thinking is a form of computing. Computationalism argues that the relationship between mind and body is similar or identical to the relationship between software and hardware and thus may be a solution to theĀ mindā€“body problem. This philosophical position was inspired by the work of AI researchers and cognitive scientists in the 1960s and was originally proposed by philosophersĀ Jerry FodorĀ andĀ Hilary Putnam.[370]

PhilosopherĀ John SearleĀ characterized this position as “strong AI“: “The appropriately programmed computer with the right inputs and outputs would thereby have a mind in exactly the same sense human beings have minds.”[ac]Ā Searle counters this assertion with his Chinese room argument, which attempts to show that, even if a machine perfectly simulates human behavior, there is still no reason to suppose it also has a mind.[374]

AI welfare and rights

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

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

Progress in AI increased interest in the topic. Proponents of AI welfare and rights often argue that AI sentience, if it emerges, would be particularly easy to deny. They warn that this may be aĀ moral blind spotĀ analogous toĀ slaveryĀ orĀ factory farming, which could lead toĀ large-scale sufferingĀ if sentient AI is created and carelessly exploited.[377][376]

Future

Superintelligence and the singularity

AĀ superintelligenceĀ is a hypothetical agent that would possess intelligence far surpassing that of the brightest and most gifted human mind.[366]If research intoĀ artificial general intelligenceĀ produced sufficiently intelligent software, it might be able toĀ reprogram and improve itself. The improved software would be even better at improving itself, leading to whatĀ I. J. GoodĀ called an “intelligence explosion” andĀ Vernor VingeĀ called a “singularity“.[382]

However, technologies cannot improve exponentially indefinitely, and typically follow anĀ S-shaped curve, slowing when they reach the physical limits of what the technology can do.[383]

Transhumanism

Robot designerĀ Hans Moravec, cyberneticistĀ Kevin WarwickĀ and inventorĀ Ray KurzweilĀ have predicted that humans and machines may merge in the future intoĀ cyborgsĀ that are more capable and powerful than either. This idea, calledĀ transhumanism, has roots in the writings ofĀ Aldous HuxleyĀ andĀ Robert Ettinger.[384]

Edward FredkinĀ argues that “artificial intelligence is the next step in evolution”, an idea first proposed byĀ Samuel Butler‘s “Darwin among the Machines” as far back as 1863, and expanded upon byĀ George DysonĀ in his 1998 bookĀ Darwin Among the Machines: The Evolution of Global Intelligence.[385]

In fiction

The word “robot” itself was coined byĀ Karel ČapekĀ in his 1921 playĀ R.U.R., the title standing for “Rossum’s Universal Robots”.

Thought-capable artificial beings have appeared as storytelling devices since antiquity,[386]Ā and have been a persistent theme inĀ science fiction.[387]

A commonĀ tropeĀ in these works began withĀ Mary Shelley‘sĀ Frankenstein, where a human creation becomes a threat to its masters. This includes such works asĀ Arthur C. Clarke’sĀ andĀ Stanley Kubrick’sĀ 2001: A Space OdysseyĀ (both 1968), withĀ HAL 9000, the murderous computer in charge of theĀ Discovery OneĀ spaceship, as well asĀ The TerminatorĀ (1984) andĀ The MatrixĀ (1999). In contrast, the rare loyal robots such as Gort fromĀ The Day the Earth Stood StillĀ (1951) and Bishop fromĀ AliensĀ (1986) are less prominent in popular culture.[388]

Isaac AsimovĀ introduced theĀ Three Laws of RoboticsĀ in many stories, most notably with the “Multivac” super-intelligent computer. Asimov’s laws are often brought up during lay discussions of machine ethics;[389]Ā 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.[390]

Several works use AI to force us to confront the fundamental question of what makes us human, showing us artificial beings that haveĀ the ability to feel, and thus to suffer. This appears inĀ Karel Čapek‘sĀ R.U.R., the filmsĀ A.I. Artificial IntelligenceĀ andĀ Ex Machina, as well as the novelĀ Do Androids Dream of Electric Sheep?, byĀ Philip K. Dick. Dick considers the idea that our understanding of human subjectivity is altered by technology created with artificial intelligence.[391]

See also

Ā 
Ā 

šŸŒŸ Unlocking the Power of Artificial Intelligence! šŸ¤–šŸ’”

In a world where data drives progress and innovation never sleeps, Artificial Intelligence (AI) is at the heart of our technological revolution. From revolutionizing healthcare diagnostics to creating immersive, tailored experiences in gaming and entertainment, AI is transforming every facet of our lives.

But what exactly makes AI so powerful? Hereā€™s why AI matters:

šŸ” 1. Intelligent Automation AI-powered systems can automate repetitive, mundane tasks, freeing up human potential for creative and strategic endeavors. Imagine machines that work 24/7, tirelessly optimizing operations and reducing human errors!

šŸ“š 2. Enhanced Decision-Making With AI, data-driven insights are no longer reserved for the privileged few. By analyzing vast amounts of data, AI systems can identify patterns, predict outcomes, and empower everyoneā€”from business leaders to medical researchersā€”with knowledge.

šŸ¤ 3. Human-AI Collaboration Far from replacing humans, AI works as a companion, enhancing our natural capabilities. Consider AI-powered tools that help doctors make better diagnoses, creative AI platforms that collaborate with artists, and language models that empower cross-cultural communication.

šŸŒ 4. Bridging the Gap AI connects us, breaking language barriers with real-time translations, assisting those with disabilities through speech recognition, and making technology more inclusive than ever.

āš ļø 5. Challenges and Ethics As AI evolves, so do the ethical questions. How do we build AI that is fair, transparent, and aligned with our values? This is the heart of the ongoing AI conversationā€”one that involves all of us.


āœØThe Future of AI is the Future of Usā€”as we continue to develop smarter algorithms, more capable machines, and intelligent companions, it is our responsibility to guide this incredible force toward a better, more equitable world.

šŸ’­ What role do you see AI playing in your life in the years to come? Share your thoughts below! šŸ‘‡

#ArtificialIntelligence #AI #Innovation #Technology #FutureIsNow #SmartSolutions #MachineLearning #AIFuture #HumanAndAI #Inspiration


Leave a comment
Your email address will not be published. Required fields are marked *