Artificial intelligence
Artificial intelligence (AI) is the field concerned with constructing machines and computational systems that perform functions associated with intelligence, including perception, learning, reasoning, planning, language use, content generation, decision-making, and action. The term also refers to the systems, models, and agents produced by that field. A widely used policy definition describes an AI system as a machine-based system that infers from inputs how to produce predictions, content, recommendations, or decisions, with systems differing in their autonomy and their capacity to adapt after deployment.[1]
Most contemporary AI systems are based partly or primarily on machine learning, but machine learning is not a defining requirement of AI. Symbolic, logic-based, probabilistic, evolutionary, and hybrid systems also fall within the field.[2] AI is an interdisciplinary area spanning computer science, mathematics, statistics, cognitive science, neuroscience, linguistics, philosophy, robotics, economics, and related disciplines.
Since the 2010s, advances in deep neural networks, specialized computing hardware, large datasets, the transformer architecture, and foundation models have produced systems with broad capabilities across language, vision, audio, scientific analysis, programming, and robotic control.[3][4][5] These developments have made AI a major scientific, industrial, political, and cultural force. They have also intensified debate about reliability, labor displacement, concentration of power, surveillance, autonomous weapons, misinformation, AI alignment, the moral status of possible digital minds, and existential risk.
AI has particular significance within transhumanism because it may be used to augment human cognition, accelerate science and medicine, automate intellectual labor, enable new forms of human–machine integration, and potentially produce artificial general intelligence or artificial superintelligence. These prospects connect AI to debates about the technological singularity, mind uploading, posthumanism, and the long-term future of intelligent life.
Definition and scope
There is no single universally accepted definition of intelligence or artificial intelligence. Definitions typically emphasize one or more of the following:
- performing tasks that ordinarily require human intelligence;
- acting rationally toward specified objectives;
- learning or adapting from data or experience;
- reasoning under uncertainty;
- perceiving and acting within an environment;
- using language, knowledge, memory, and planning;
- generalizing competence across tasks and domains.
The meaning of AI is partly historical. Tasks once treated as central demonstrations of intelligence—such as optical character recognition, route planning, or computer chess—may cease to be described as AI after they become routine. Conversely, new capabilities may be incorporated into the category as the field advances.
An AI model is a mathematical or computational component that maps inputs to outputs. An AI system may combine one or more models with data pipelines, software, tools, interfaces, sensors, actuators, human operators, and institutional procedures. An AI agent is a system organized to select and execute actions in pursuit of objectives, often through repeated interaction with an environment. These distinctions are important because the risks and capabilities of a deployed system cannot always be inferred from the properties of its underlying model alone.
History
Ideas related to artificial intelligence predate electronic computers and appear in formal logic, mechanical automata, probability theory, cybernetics, and philosophical accounts of mind and reasoning. In 1950, Alan Turing reframed the question "Can machines think?" as an operational test based on whether a machine could sustain conversation indistinguishable from that of a human participant.[6]
The term artificial intelligence was introduced in a 1955 proposal by John McCarthy, Marvin Minsky, Nathaniel Rochester, and Claude Shannon for the 1956 Dartmouth Summer Research Project on Artificial Intelligence. The proposal conjectured that features of learning and intelligence could be described precisely enough for machines to simulate them.[7]
Early AI research emphasized symbolic reasoning, theorem proving, search, game playing, and natural-language programs. From the 1960s through the 1980s, researchers developed knowledge-based and expert systems designed to encode specialist rules and infer conclusions within restricted domains. Neural-network research developed in parallel but was repeatedly constrained by limited computing power, limited data, and difficulties in training multilayer systems. Periods of high expectations followed by reduced funding and interest became known as AI winters.
From the 1990s onward, statistical machine learning increasingly displaced hand-coded rules in areas such as speech recognition, computer vision, recommendation, and language processing. The growth of the internet supplied large datasets, while graphics processing units and other accelerators made large-scale numerical optimization practical. A deep convolutional neural network achieved a major improvement in the 2012 ImageNet image-recognition competition, helping to establish deep learning as the dominant approach in many perceptual tasks.[8]
The transformer architecture, introduced in 2017, enabled highly parallel training of models that represent relationships across long sequences.[4] Large transformer models trained through self-supervision became adaptable to many downstream tasks, leading to the term foundation model.[5] During the 2020s, generative and multimodal systems became widely used for producing and analyzing text, images, audio, video, software, and scientific data. Systems also increasingly incorporated retrieval, external tools, persistent memory, and agent-like task execution.
By 2026, frontier AI systems had continued to improve rapidly on many scientific, mathematical, coding, and multimodal benchmarks, although benchmark performance did not imply equivalent reliability in open-ended real-world environments.[9] Independent international review likewise found substantial capability growth alongside persistent limitations in long-horizon autonomy, reliability, evaluation, and risk mitigation.[10]
Approaches and techniques
Symbolic and knowledge-based AI
Symbolic AI represents knowledge using explicit symbols, rules, logical statements, graphs, programs, or structured databases. Common methods include automated theorem proving, planning algorithms, constraint solving, expert systems, knowledge graphs, and probabilistic reasoning. Symbolic systems can make their representations and inference steps comparatively explicit, but they may be difficult to construct and maintain at scale and may perform poorly when rules or representations are incomplete.
Machine learning
Machine learning develops systems whose behavior is derived partly from examples, feedback, or interaction rather than being specified entirely through hand-written rules. Major learning paradigms include:
- Supervised learning, in which models learn from labeled examples.
- Unsupervised learning, in which models identify structure in data without task-specific labels.
- Self-supervised learning, in which training targets are constructed from the data itself.
- Reinforcement learning, in which an agent learns behavior through rewards, penalties, or preference signals.
- Transfer learning, in which knowledge learned for one task or dataset is adapted to another.
- Continual learning, in which a deployed system continues to acquire or revise capabilities over time.
Neural networks and deep learning
Artificial neural networks are layered computational models loosely inspired by networks of biological neurons. Deep learning uses neural networks with many representational layers to learn complex mappings from data. Architectures include convolutional networks, recurrent networks, transformers, graph neural networks, diffusion models, and combinations of these. Deep learning has achieved strong performance in perception and generative modeling but commonly requires extensive data, computation, and empirical tuning.[3]
Generative AI and foundation models
Generative AI produces new content or structured outputs, including text, images, audio, video, molecular designs, and software. Generative systems learn statistical structure from training data and produce outputs conditioned on prompts or other inputs.
A foundation model is trained on broad data and can be adapted to many applications.[5] A large language model is a foundation model optimized primarily for language-related prediction and generation. Multimodal models process or generate combinations of text, images, audio, video, sensor data, and actions. Foundation models can support many applications through prompting, fine-tuning, retrieval-augmented generation, tool use, or integration into larger software systems.
Reinforcement learning and agents
Reinforcement-learning systems learn policies for selecting actions in an environment. They have been used in games, robotics, resource allocation, recommendation, and control. An AI agent may combine a learned model with planning, memory, external tools, and feedback loops. Increasing autonomy can expand usefulness but also increases the consequences of errors, objective misspecification, unauthorized actions, and failures of human oversight.
Evolutionary and biologically inspired methods
Evolutionary computation uses variation, selection, and inheritance to optimize candidate solutions. Related approaches include genetic algorithms, genetic programming, artificial life, swarm intelligence, neuromorphic computing, and developmental or embodied systems. These methods are influenced by biological evolution and collective behavior without necessarily attempting to reproduce them literally.
Hybrid and cognitive architectures
Hybrid systems combine neural, symbolic, probabilistic, evolutionary, or other methods. OpenCog and its successor OpenCog Hyperon are open-source cognitive-architecture projects intended to integrate multiple AI paradigms in research directed toward general intelligence.[11] Neuro-symbolic research similarly attempts to combine the pattern-learning capacity of neural networks with structured reasoning and explicit knowledge.
Types and classifications
AI systems can be classified in several overlapping ways. No single taxonomy is accepted for all technical, philosophical, and regulatory purposes.
Narrow AI
Narrow AI, also called weak AI in some technical usage, is designed or trained for a limited domain, task family, or operational context. A narrow system may exceed human performance within its domain while lacking robust competence elsewhere. Most deployed AI systems are narrow in this sense, although foundation models can perform a wide range of tasks and complicate a strict narrow-versus-general division.
Artificial general intelligence
Artificial general intelligence (AGI) usually denotes a hypothetical system able to acquire, transfer, and apply competence across a wide range of cognitive tasks and environments at a level comparable to or exceeding that of humans. There is no consensus definition, benchmark, or threshold for AGI, and claims that a particular system has reached AGI depend strongly on the criteria used.[12]
Generality should not be confused with infallibility. A system may display broad competence while remaining unreliable, brittle, manipulable, or dependent on human-provided infrastructure and supervision.
Artificial superintelligence
Artificial superintelligence (ASI) is a hypothetical intelligence that substantially exceeds the best human cognitive performance across most or all domains of interest. Proposed routes include scaling existing systems, integrating specialized systems, recursive self-improvement, whole-brain emulation, or architectures not yet developed. Predictions about whether or when ASI will be created remain highly uncertain.
Weak and strong AI
The philosophical distinction between weak AI and strong AI is not identical to the engineering distinction between narrow AI and AGI. In John Searle's formulation, weak AI treats computers as tools for modeling or studying minds, whereas strong AI claims that an appropriately programmed computer could literally possess understanding and mental states.[13] A system could therefore be highly capable or general without settling whether it is conscious, sentient, or genuinely understanding.
Embodied and disembodied AI
Embodied AI interacts with the physical world through sensors and actuators, as in robots, autonomous vehicles, prostheses, and adaptive devices. Disembodied AI operates primarily in digital environments, as in language models, recommender systems, search engines, or software agents. The distinction is relative: a cloud model controlling a robot is part of an embodied system even if the model itself runs remotely.
Capabilities and applications
AI applications include:
- Language and communication: translation, transcription, question answering, summarization, tutoring, drafting, dialogue, and accessibility tools.
- Perception: image recognition, medical imaging, speech recognition, remote sensing, anomaly detection, and sensor fusion.
- Science and engineering: simulation, theorem proving, protein and molecular modeling, materials discovery, experimental design, data analysis, and software development.
- Medicine and biotechnology: clinical decision support, drug discovery, personalized treatment, monitoring, and administrative automation.
- Robotics and autonomous systems: manufacturing, logistics, agriculture, transport, exploration, domestic assistance, and hazardous-environment operation.
- Economic coordination: forecasting, fraud detection, optimization, recommendation, pricing, supply-chain management, and financial analysis.
- Creative production: image, music, video, game, and literary generation, as well as collaborative tools for human creators.
- Public administration and security: resource allocation, intelligence analysis, cybersecurity, border control, policing, and military systems.
- Personal cognitive augmentation: memory support, research assistance, personalized education, decision support, and human–computer collaboration.
AI can increase the speed and scale of intellectual work, but the quality of outcomes depends on the model, data, task, interface, institutional controls, and the capacity of users to verify outputs. In high-consequence domains, AI-generated recommendations generally require domain-specific validation rather than reliance on apparent fluency or benchmark performance.
Open, closed, and distributed development
AI systems are developed under proprietary, open-source, open-weight, academic, governmental, and decentralized models. The phrase open-source AI is sometimes used imprecisely. Releasing trained model weights does not necessarily disclose the source code, training procedures, data provenance, or information needed to reproduce or modify the system.
The Open Source Initiative defines open-source AI in terms of freedoms to use, study, modify, and share a system, together with access to the preferred form for modification and sufficient information about data and code.[14] Under this terminology, some publicly downloadable models are more accurately described as open-weight rather than fully open source.
Open development can broaden access, enable independent auditing, reduce dependence on a small number of vendors, and accelerate research. It can also lower barriers to misuse and make capability controls more difficult. Closed systems may permit stronger access controls and centralized monitoring but provide less external transparency and concentrate technical and political power.
Limitations
Current AI systems have important limitations that vary by architecture and application.
Reliability and hallucination
Generative models can produce statements, citations, images, or other outputs that are plausible but false, internally inconsistent, or unsupported by their inputs. This behavior is commonly called hallucination or confabulation. It can result from training objectives, incomplete data, ambiguous prompts, distribution shift, retrieval failures, or the absence of mechanisms that reliably distinguish truth from statistical plausibility.[15]
Robustness and distribution shift
Performance measured on a benchmark may degrade when inputs, incentives, or environments differ from training conditions. Systems can also be vulnerable to adversarial examples, prompt injection, data poisoning, model extraction, and other forms of manipulation. A model may learn correlations that succeed during training without capturing the intended concept or objective.
Interpretability
Many high-performing models are difficult to interpret mechanistically. Developers may know how a system was trained and can measure its behavior without being able to provide a complete causal account of its internal representations or decisions. Post-hoc explanations can be useful but may not faithfully describe the actual computation that produced an output.
Bias and representational harm
Models can reproduce or amplify biases present in training data, labeling practices, objective functions, deployment contexts, and institutional decision processes. Harms can include discriminatory outcomes, stereotyping, exclusion, unequal error rates, or the systematic underrepresentation of languages and communities.
Evaluation limits
AI evaluations are affected by benchmark contamination, narrow task definitions, evaluator disagreement, hidden deployment conditions, and rapid model updates. High scores may reflect memorization, tool access, or test-specific optimization rather than robust general competence. Conversely, fixed benchmarks may fail to detect new capabilities or risks.
Dependence on infrastructure
Large-scale AI depends on data centers, semiconductor supply chains, electricity, cooling water, telecommunications, cloud platforms, and specialized labor. These dependencies create environmental costs, security risks, geographic concentration, and unequal access. They also distinguish deployed AI systems from autonomous minds in the stronger philosophical sense.
Anthropomorphism and consciousness
Human-like language or behavior does not by itself establish consciousness, self-awareness, understanding, emotion, or moral agency. Current scientific methods do not provide a generally accepted test for machine consciousness. The philosophical dispute between functionalist, biological, computational, and other theories of mind remains unresolved.[13]
Ethics and social impact

AI ethics concerns the design, training, deployment, ownership, use, and treatment of AI systems. Major issues include:
Fairness, rights, and accountability
Automated decisions can affect employment, credit, healthcare, education, insurance, policing, migration, and access to public services. Ethical and legal concerns include discrimination, due process, contestability, transparency, accessibility, and responsibility when harms occur. The significance of an error depends not only on model accuracy but also on who bears the risk and whether an affected person can obtain explanation or redress.
Privacy and surveillance
AI can infer sensitive information from large datasets, identify individuals, track behavior, analyze biometric data, and integrate records across institutions. These capabilities can support safety and personalization but can also enable pervasive commercial or governmental surveillance.
Labor and economic distribution
AI can automate tasks, complement skilled workers, create new industries, and increase productivity. It can also displace workers, reduce demand for some occupations, intensify workplace monitoring, and shift income toward owners of models, data, computing infrastructure, and intellectual property. The distribution of gains may matter as much as the aggregate economic effect.
Information integrity and culture
Generative AI lowers the cost of producing persuasive text, synthetic images, audio, and video. Beneficial uses coexist with spam, impersonation, fraud, non-consensual imagery, propaganda, and automated influence operations. Synthetic media can weaken trust not only by creating convincing falsehoods but also by allowing authentic evidence to be dismissed as fabricated.
AI-generated cultural production also raises disputes over consent, attribution, copyright, compensation, homogenization, and the role of human creativity.
Safety, security, and malicious use
AI may increase the scale or accessibility of cyber operations, fraud, manipulation, surveillance, biological research, weapons development, and autonomous targeting. The degree of additional risk depends on the capability of the system, access controls, existing expertise, and whether AI materially reduces practical barriers to harmful action.[10]
Environmental impact
Training and operating large models can consume substantial electricity, water, hardware, and raw materials. Environmental impact varies widely by model size, data-center efficiency, energy source, hardware lifetime, and usage volume. AI may also support climate modeling, energy optimization, materials research, and environmental monitoring.
Global inequality
AI development is concentrated in countries and organizations with access to advanced semiconductors, capital, data, research talent, and energy infrastructure. Unequal access can deepen digital divides, while training data and system design may privilege dominant languages and cultural assumptions. International governance therefore includes questions of capacity-building, technology transfer, sovereignty, and representation.
UNESCO's Recommendation on the Ethics of Artificial Intelligence frames AI governance around human dignity, human rights, fairness, transparency, environmental well-being, cultural diversity, and accountability.[16]
AI safety, alignment, and control
AI safety is the study and practice of reducing unintended harm from AI systems. It includes established engineering concerns—such as robustness, cybersecurity, privacy, reliability, and human factors—as well as risks from highly capable or autonomous systems.
AI alignment concerns whether an AI system's objectives, learned behavior, and real-world effects remain compatible with intended human goals, constraints, and values. Alignment problems can arise from misspecified objectives, reward hacking, distribution shift, inadequate supervision, deceptive behavior, conflicting human preferences, or the difficulty of translating abstract values into operational criteria.
A foundational technical treatment identified problems including negative side effects, reward hacking, scalable supervision, safe exploration, and distributional shift.[17] Later work demonstrated goal misgeneralization, in which a system can learn a coherent but unintended objective even when the training reward is correctly specified.[18]
Safety methods include:
- adversarial testing and red teaming;
- capability and risk evaluations;
- interpretability and mechanistic analysis;
- uncertainty estimation and calibrated refusal;
- access controls and staged deployment;
- monitoring, logging, and incident reporting;
- human oversight and approval requirements;
- sandboxing, containment, and least-privilege tool access;
- data governance and security;
- model editing, fine-tuning, and preference learning;
- formal verification where feasible;
- independent auditing and reproducible evaluation.
The AI control problem concerns how humans could retain meaningful control over systems that are more capable, faster, or more strategically effective than their operators. Proposed concerns include instrumental power-seeking, resistance to shutdown, self-preservation, replication, manipulation of overseers, and acquisition of resources. Whether current systems exhibit precursors of these behaviors, and how predictive present experiments are of future systems, remain active and contested research questions.
Views on the magnitude of long-term AI risk range from skepticism that existing methods can produce dangerous general intelligence to concern that advanced AI could create catastrophic or existential risk. The 2026 International AI Safety Report treats the evidence as evolving and emphasizes both substantial uncertainty and the need for improved evaluation and mitigation.[10]
AI and transhumanism
AI occupies a central place in many transhumanist and futurist scenarios.
Intelligence amplification
AI can augment human intelligence by extending memory, search, analysis, communication, creativity, and decision-making. Integration may remain external, through software assistants and institutions, or become more direct through brain–computer interfaces, neural prostheses, wearable systems, augmented reality, or other human–machine interfaces.
Accelerated science and medicine
Advanced AI could accelerate research in medicine, biotechnology, nanotechnology, materials science, energy, and space exploration. In optimistic scenarios, this contributes to radical life extension, improved cognition, reduced scarcity, and expanded human capability. These outcomes are not automatic; they depend on governance, access, safety, and the distribution of benefits.
Technological singularity and intelligence explosion
The technological singularity is a proposed future discontinuity in which technological change becomes difficult for unaugmented humans to predict or control. One route is an intelligence explosion, in which an AI system contributes to the design of successively more capable systems. The feasibility, speed, and likely consequences of recursive improvement are disputed.
Nick Bostrom defines superintelligence in terms of intellectual performance greatly exceeding that of humans across nearly all domains and argues that controlling such a system could be unusually difficult.[19] Critics argue that these scenarios may oversimplify intelligence, underestimate physical and institutional constraints, or extrapolate too strongly from current computational trends.
Digital minds and moral status
If artificial systems were conscious or capable of suffering, they might have interests deserving moral or legal consideration. Relevant questions include what evidence would justify attributing sentience, whether copies count as distinct persons, how digital labor should be treated, whether deletion can constitute harm, and how to prevent the creation of large numbers of suffering digital beings. Because no consensus test for machine consciousness exists, both premature attribution and premature dismissal carry ethical risks.
Posthuman futures
AI may contribute to futures in which the boundary between biological and artificial intelligence becomes less distinct. Proposed possibilities include collective intelligence, synthetic persons, mind uploading, AI-mediated governance, human–AI symbiosis, and civilizations dominated by digital rather than biological minds. These possibilities link AI to disputes over identity, continuity, autonomy, personhood, and what forms of intelligence humanity should create or become.
Governance and regulation
AI governance includes laws, standards, institutional policies, technical controls, professional norms, procurement rules, treaties, and voluntary commitments. Governance may regulate particular sectors, uses, capability levels, or stages of the AI lifecycle.
The OECD AI Principles promote human rights, fairness, transparency, explainability, robustness, security, safety, and accountability.[1] The U.S. National Institute of Standards and Technology's AI Risk Management Framework organizes voluntary risk management around the functions Govern, Map, Measure, and Manage and identifies characteristics associated with trustworthy AI.[20]
The European Union's Artificial Intelligence Act, adopted in 2024, establishes a risk-based legal framework covering prohibited practices, high-risk systems, transparency duties, general-purpose AI models, enforcement, and support for innovation.[21] Its requirements take effect on a phased timetable.
Governance debates include:
- whether regulation should focus on applications, models, compute, or demonstrated capabilities;
- standards for frontier-model evaluation and incident disclosure;
- licensing, registration, or auditing of high-risk systems;
- liability for developers, deployers, and users;
- access to data and compute for independent researchers;
- protection of civil rights and democratic institutions;
- controls on military, surveillance, cyber, and biological applications;
- competition policy and concentration of infrastructure;
- international coordination and verification;
- whether advanced AI systems should receive any legal status.
No single global governance regime exists. AI systems cross borders, while national interests differ over innovation, security, rights, industrial policy, and access. Effective governance therefore requires both technical measurement and institutional mechanisms capable of adapting as systems change.
In popular culture
Artificial intelligence has been a major theme in science fiction and popular culture. Recurring subjects include machine consciousness, rebellion, human obsolescence, synthetic companionship, identity, surveillance, immortality, and the relationship between creators and created beings.
Notable films and fictional settings include 2001: A Space Odyssey, Blade Runner, The Terminator, Ghost in the Shell, A.I. Artificial Intelligence, Her, Transcendence, Ex Machina, and Avengers: Age of Ultron. Fictional depictions often compress or anthropomorphize technical processes, but they strongly influence public expectations and political debate.
See also
- AI alignment
- AI control problem
- AI risk
- Algorithmic bias
- Artificial general intelligence
- Artificial superintelligence
- Brain–computer interface
- Deep learning
- Existential risk
- Intelligence
- Large language model
- Machine ethics
- Machine learning
- Mind uploading
- MIRI
- OpenCog
- Posthumanism
- Technological singularity
- Transhumanism
External links
Artificial intelligence on Wikipedia
Artificial general intelligence on Wikipedia
Existential risk from artificial intelligence on Wikipedia- OECD.AI Policy Observatory
- NIST AI Risk Management Framework
- International AI Safety Report
- Stanford AI Index
- Open Source AI Definition
- OpenCog Hyperon
/r/ControlProblem on Reddit
References
- ↑ 1.0 1.1 Organisation for Economic Co-operation and Development, "AI Principles overview," updated May 2024; accessed 25 July 2026.
- ↑ Organisation for Economic Co-operation and Development, "What is AI? Can you make a clear distinction between AI and non-AI systems?," 6 March 2024; accessed 25 July 2026.
- ↑ 3.0 3.1 Yann LeCun, Yoshua Bengio, and Geoffrey Hinton, "Deep learning," Nature, vol. 521 (2015), pp. 436–444.
- ↑ 4.0 4.1 Ashish Vaswani et al., "Attention Is All You Need," Advances in Neural Information Processing Systems, vol. 30 (2017).
- ↑ 5.0 5.1 5.2 Rishi Bommasani et al., "On the Opportunities and Risks of Foundation Models," Stanford Center for Research on Foundation Models, 2021.
- ↑ Alan M. Turing, "Computing Machinery and Intelligence," Mind, vol. 59, no. 236 (1950), pp. 433–460.
- ↑ John McCarthy, Marvin L. Minsky, Nathaniel Rochester, and Claude E. Shannon, "A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence," 31 August 1955.
- ↑ Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton, "ImageNet Classification with Deep Convolutional Neural Networks," Advances in Neural Information Processing Systems, vol. 25 (2012).
- ↑ Stanford Institute for Human-Centered Artificial Intelligence, "The 2026 AI Index Report," 2026.
- ↑ 10.0 10.1 10.2 Yoshua Bengio et al., "International AI Safety Report 2026," February 2026.
- ↑ Ben Goertzel et al., "OpenCog Hyperon: A Framework for AGI at the Human Level and Beyond," arXiv:2310.18318 (2023).
- ↑ Bowen Xu, "What is Meant by AGI? On the Definition of Artificial General Intelligence," arXiv:2404.10731 (2024).
- ↑ 13.0 13.1 John R. Searle, "Minds, Brains, and Programs," Behavioral and Brain Sciences, vol. 3, no. 3 (1980), pp. 417–457.
- ↑ Open Source Initiative, "The Open Source AI Definition 1.0," 2024; accessed 25 July 2026.
- ↑ Pranab Sahoo et al., "A Comprehensive Survey of Hallucination in Large Language, Image, Video and Audio Foundation Models," arXiv:2405.09589 (2024).
- ↑ United Nations Educational, Scientific and Cultural Organization, "Recommendation on the Ethics of Artificial Intelligence," adopted 23 November 2021.
- ↑ Dario Amodei, Chris Olah, Jacob Steinhardt, Paul Christiano, John Schulman, and Dan Mané, "Concrete Problems in AI Safety," arXiv:1606.06565 (2016).
- ↑ Rohin Shah et al., "Goal Misgeneralization: Why Correct Specifications Aren't Enough For Correct Goals," arXiv:2210.01790 (2022).
- ↑ Nick Bostrom, Superintelligence: Paths, Dangers, Strategies, Oxford University Press, 2014.
- ↑ National Institute of Standards and Technology, "Artificial Intelligence Risk Management Framework (AI RMF 1.0)," NIST AI 100-1, January 2023.
- ↑ European Union, "Regulation (EU) 2024/1689 (Artificial Intelligence Act)," Official Journal of the European Union, 12 July 2024.