The short answer
Artificial intelligence has been around as a formal field of research since 1956, when scientists held the Dartmouth Summer Research Project on Artificial Intelligence in the United States. By that measure, AI has existed for about 70 years as of 2026.
The answer changes slightly depending on what “AI” means:
- As a formal research field: since 1956
- As a named concept: the phrase artificial intelligence was proposed in 1955 for the Dartmouth project
- As a serious scientific question about machine intelligence: at least since 1950, when Alan Turing published his paper “Computing Machinery and Intelligence”
- As a broad idea in philosophy and fiction: for centuries, through stories and arguments about artificial beings, mechanical reasoning, and artificial minds
- As modern machine-learning technology used in products: mainly from the 2010s onward, although its underlying methods developed over many earlier decades
Thus, if someone asks “When did AI exist?”, the standard historical answer is 1956, but AI did not appear suddenly that year. It grew out of earlier work in mathematics, logic, computing, neuroscience, statistics, and philosophy.
Why 1956 is considered the beginning of AI
The year 1956 is widely treated as the birth of AI as an academic discipline because of a workshop held at Dartmouth College in Hanover, New Hampshire. The event was formally called the Dartmouth Summer Research Project on Artificial Intelligence. Its organizers proposed studying whether aspects of human intelligence—such as learning, language use, problem-solving, and abstraction—could be described precisely enough for a machine to simulate them.
The Dartmouth proposal used the term “artificial intelligence” and suggested that a concentrated group of researchers could make substantial progress during a summer project. The project did not create a complete intelligent machine, and not every original prediction came true. Its historical importance was that it gave a name and a shared research agenda to a collection of related problems. Artificial Intelligence - Stanford Encyclopedia of Philosophy Artificial Intelligence (AI) Coined at Dartmouth
The workshop is sometimes described as the moment AI was “invented,” but that wording can be misleading. Researchers had already built programmable computers, studied formal logic, investigated neural systems, and discussed machine reasoning. Dartmouth marked the institutional beginning of AI research, not the beginning of every idea or technology later associated with AI.
The original project aimed at problems that remain recognizable today:
- Making machines use human language
- Enabling machines to form abstractions and concepts
- Solving problems that appeared to require human intelligence
- Improving a machine’s performance through experience
- Understanding how intelligent behavior could be represented computationally
These goals were much broader than the capabilities of the computers available in the 1950s. Early AI researchers often believed that rapid progress was possible because symbolic reasoning could be represented with mathematical rules and computer programs. The 1956 Dartmouth Workshop and its Immediate ...
The important work before 1956
Turing and the question of machine intelligence
One of the most important precursors to AI was Alan Turing’s 1950 paper “Computing Machinery and Intelligence.” Turing opened by asking whether machines can think, but he argued that the question is difficult partly because “think” is not a precisely defined term. Instead of trying to settle the meaning of thought directly, he introduced a conversational test known as the imitation game.
In the version commonly associated with AI, a human evaluator communicates through text with a person and a machine without seeing either one. The evaluator attempts to determine which participant is the machine. Turing proposed that this type of test could provide a more practical way to discuss machine intelligence than an abstract debate about whether a computer possesses a mind.
Turing’s paper did not establish the field of AI by itself, and the imitation game is not a complete modern definition of intelligence. A system can produce convincing language without possessing broad understanding, and a system may be intelligent in useful ways without being designed to imitate a human. Nevertheless, Turing’s work helped frame the central idea that aspects of intelligent behavior might be studied through computation. COMPUTING MACHINERY AND INTELLIGENCE
Computing, logic, and cybernetics
AI also depended on developments in the first half of the twentieth century. Mathematical logicians explored whether reasoning could be expressed as formal operations. Computer scientists developed programmable electronic machines capable of following sequences of instructions. Researchers in cybernetics studied control, communication, feedback, and the behavior of machines and organisms.
These areas supplied many of the concepts later used in AI:
- Algorithms: explicit procedures for transforming inputs into outputs
- Symbolic representation: storing facts, objects, or relationships in a form a program can manipulate
- Search: exploring possible moves, explanations, or solutions
- Feedback: using the results of an action to improve later behavior
- Learning: adjusting a system based on examples or experience
The early history of AI is therefore better understood as a convergence of several disciplines rather than the invention of one isolated technology.
How AI developed after 1956
AI has passed through several overlapping phases. The boundaries between them are not exact, and older methods continue to be used alongside newer ones.
Early symbolic AI
The first major period emphasized symbolic AI, sometimes called “good old-fashioned AI.” Researchers represented knowledge with symbols, rules, logical statements, and structured procedures. Programs could manipulate those representations to prove theorems, solve puzzles, play board games, or plan actions.
This approach worked especially well in narrow environments where the rules were known and the possible situations could be described clearly. A program could, for example, search through legal moves in a game or apply a set of logical rules to a carefully defined problem.
Symbolic systems faced serious difficulties in the real world. Human knowledge is often incomplete, ambiguous, inconsistent, and dependent on context. It is hard to write rules covering the enormous variety of ordinary language, visual scenes, social situations, and physical environments. A rule-based program might perform impressively in a restricted domain while failing when the problem changed slightly.
Expert systems
During the 1970s and 1980s, expert systems became one of the most prominent applications of AI. These systems attempted to reproduce the decision-making of specialists by encoding knowledge as rules. A medical or engineering expert system might use statements of the form “if these conditions are present, consider this conclusion.”
Expert systems demonstrated that AI could have practical value in specialized settings. Their limitations included the difficulty of collecting expert knowledge, maintaining large rule sets, handling uncertainty, and adapting when conditions changed. Because many systems required substantial manual updating, they did not learn in the flexible sense associated with current machine-learning systems.
Periods of reduced investment and disappointment became known as AI winters. These occurred when promised progress failed to match expectations, leading to lower funding, fewer projects, or reduced public attention. AI research did not stop during these periods, but its popularity and resources fluctuated.
Machine learning
A different approach became increasingly important: machine learning. Instead of specifying every rule by hand, developers give an algorithm data, examples, feedback, or an objective, allowing it to identify patterns and adjust internal parameters.
Common forms include:
- Supervised learning, in which a system learns from examples paired with desired answers
- Unsupervised learning, in which it looks for structure in data without supplied labels
- Reinforcement learning, in which it improves by receiving rewards or penalties for actions
- Deep learning, which uses multilayer neural networks to learn increasingly complex representations
Machine learning changed the practical character of AI. Rather than asking only whether a programmer could write rules for a task, researchers could ask whether a system could learn a useful mapping from large amounts of data and computing power.
The rise of modern generative AI
The AI that attracts much of the current public attention—image generators, speech systems, recommendation engines, and conversational language models—grew from decades of research in machine learning and neural networks. Modern systems can generate text, images, audio, video, software code, or other outputs based on patterns learned during training.
This does not mean that modern AI is a completely new field. It combines earlier ideas with larger datasets, more powerful hardware, improved algorithms, and engineering methods for deploying models at scale. Many capabilities that seem new to users are the result of long-running research programs rather than a single invention.
“AI” also covers systems with very different designs. A spam filter, a route-optimization program, a speech-recognition model, a recommendation algorithm, and a large language model may all be called AI while using different methods and having different limitations.
Three different meanings of “how long”
The question is easiest to answer when the time period is tied to a definition.
| Meaning of AI | Approximate starting point | What that date means |
|---|---|---|
| Ancient idea of artificial beings | Antiquity and earlier traditions | Myths and philosophy imagined artificial creatures or mechanical minds |
| Modern theory of computation | 1930s–1940s | Logic, algorithms, information, and programmable machines developed |
| Machine intelligence as a modern research question | 1950 | Turing’s paper examined whether machines could imitate intelligent behavior |
| AI as a named research field | 1955–1956 | The term was proposed and then used at the Dartmouth project |
| AI applications in commercial and institutional systems | Several periods | Specialized systems became useful in areas such as search, planning, statistics, and pattern recognition |
| Deep-learning-based AI | Mainly 2010s | Neural networks became highly effective for many large-scale recognition and generation tasks |
| Generative AI in everyday public use | Mainly 2020s | Consumer-facing systems made text, image, audio, and code generation widely visible |
These dates should not be treated as competing answers. They refer to different stages in the history of a broad idea.
Was AI around before computers?
Not in the modern engineering sense. Artificial intelligence generally refers to computational systems that perform tasks associated with human or animal intelligence. Without programmable machines, there was no AI software in the ordinary meaning of the term.
However, the conceptual ancestors of AI are much older. Philosophers considered whether reasoning could be expressed as rules. Myths described artificial people and crafted beings. Inventors built mechanical devices that imitated animals, humans, or natural processes. These examples show that people have long imagined artificial intelligence, but they are not AI systems in the modern technical sense.
The distinction is important:
An ancient automaton may imitate movement, while an AI system processes information and produces behavior through a computational model.
The first programmable computers in the twentieth century made it possible to turn ideas about formal reasoning into executable procedures. That transition—from imagining artificial minds to constructing programmable information-processing systems—is what made modern AI possible.
Does a chatbot mean AI is new?
No. A chatbot may be new to a particular user or may represent a major change in capability, but the underlying field is not new. Conversational programs existed decades before today’s large language models, and language processing has been a long-standing AI research problem.
What has changed is the combination of:
- Large-scale digital data
- Specialized hardware and abundant computation
- More effective neural-network architectures
- Training methods that can use enormous collections of examples
- Interfaces that make AI available through ordinary websites, applications, and devices
The result is that AI has become more visible and broadly accessible. This can make it seem as though AI began recently, even though many of its central questions and techniques have a history extending back to the 1950s or earlier.
Why there is no single universally correct date
There is no single birth date for AI because the word describes both a research field and a family of technologies. A historian may emphasize the 1956 Dartmouth workshop; a computer scientist may point to earlier work on algorithms, neural networks, or automated reasoning; a philosopher may trace the idea of artificial minds much further into the past.
For a concise general answer, use this formulation:
AI as a formal field has existed since 1956—about 70 years as of 2026. The ideas behind it are older, and the modern machine-learning systems now called AI are the result of developments accumulated over many decades.
That answer accommodates the common variants of the question—“how long has AI been a thing,” “how long has AI existed,” and “when did AI exist”—without treating the 1956 milestone as the beginning of every related idea or technology.
Sources
Origins and Timeline of Artificial Intelligence
Artificial intelligence as a formal academic discipline has been around since 1956, when the term was coined at the Dartmouth Summer Research Project on Artificial Intelligence. However, the foundational concepts underlying machine intelligence date back significantly further. Mathematical models of neural networks were developed in the 1940s, formal logic and computability theory emerged in the 1930s, and philosophical explorations of mechanical reasoning extend back centuries. Artificial Intelligence (AI) Coined at Dartmouth A Proposal for the Dartmouth Summer Research Project on ...
Depending on how the discipline is defined, AI has existed across three distinct time horizons:
- Philosophical and Mathematical Foundations (Ancient Times–1949): The conceptualization of automata, formal syllogisms, binary logic, and universal computation.
- The Formal Academic Discipline (1950–Present): Beginning with Alan Turing's formalization of machine intelligence in 1950 and the 1956 Dartmouth workshop, spanning roughly seven decades of computational research. Artificial Intelligence (AI) Coined at Dartmouth The History of AI: A Timeline of Artificial Intelligence The History of Artificial Intelligence
- The Modern Deep Learning Era (2012–Present): The rise of large-scale artificial neural networks, graphics processing unit (GPU) acceleration, and foundation models that power modern consumer applications. 1.1 A Brief History of AI
1943: Neural Modeling (McCulloch & Pitts)
│
1950: Turing Test Proposed ("Computing Machinery and Intelligence")
│
1956: Dartmouth Workshop — AI officially coined and founded
│
1956–1973: Golden Years (Symbolic AI, Logic Theorist, ELIZA)
│
1974–1980: First AI Winter (Funding cuts, Lighthill Report)
│
1980–1987: Expert Systems Boom (Knowledge engineering)
│
1987–1993: Second AI Winter (Collapse of specialized hardware)
│
1997: Deep Blue defeats Garry Kasparov
│
2012: Deep Learning Breakthrough (AlexNet on ImageNet)
│
2017: Transformer Architecture Introduced ("Attention Is All You Need")
│
2022–Present: Generative AI & Large Language ModelsFoundational Milestones: Before AI Had a Name
Long before digital electronic computers existed, mathematicians, philosophers, and logicians laid the conceptual groundwork for automated thought. Aristotle developed propositional logic, while 17th-century thinkers such as René Descartes, Thomas Hobbes, and Gottfried Wilhelm Leibniz explored the idea that human thinking could be modeled as symbolic manipulation. Leibniz envisioned a characteristica universalis—a universal formal language—and a mechanical calculating device capable of resolving philosophical disputes through computation.
The mathematical basis of computing materialized in the 19th and early 20th centuries:
- Analytical Engine and Algorithmic Thinking (1830s–1840s): Charles Babbage designed the mechanical Analytical Engine, while Ada Lovelace wrote what is recognized as the first computer algorithm to calculate Bernoulli numbers, noting that machines could manipulate symbols beyond basic arithmetic.
- Computability and Universal Turing Machines (1936): Alan Turing published "On Computable Numbers," introducing the mathematical concept of a universal machine that could execute any computable algorithm by manipulating symbols on an infinite tape.
- Biological Neural Modeling (1943): Neurophysiologist Warren McCulloch and logician Walter Pitts published a mathematical model of an artificial neuron, proving that simple connected networks of binary switches could represent any logical proposition.
- The Turing Test (1950): In his seminal paper "Computing Machinery and Intelligence," Alan Turing addressed the question "Can machines think?" and introduced the "Imitation Game" (now known as the Turing Test) as an operational benchmark for assessing whether a machine exhibits behavior indistinguishable from human intelligence. The History of AI: A Timeline of Artificial Intelligence The History of Artificial Intelligence
The Birth of the Field: Dartmouth (1956)
The formal beginning of artificial intelligence as an organized branch of science occurred in the summer of 1956 at Dartmouth College in Hanover, New Hampshire. Artificial Intelligence (AI) Coined at Dartmouth A Proposal for the Dartmouth Summer Research Project on ...
In August 1955, mathematician John McCarthy (then an assistant professor at Dartmouth), Marvin Minsky (Harvard), Nathaniel Rochester (IBM), and Claude Shannon (Bell Telephone Laboratories) submitted a funding proposal to the Rockefeller Foundation. The proposal contained the first recorded use of the term:
"We propose that a 2 month, 10 man study of artificial intelligence be carried out during the summer of 1956 at Dartmouth College in Hanover, New Hampshire. The study is to proceed on the basis of the conjecture that every aspect of learning or any other feature of intelligence can in principle be so precisely described that a machine can be made to simulate it." A Proposal for the Dartmouth Summer Research Project on ...
The Dartmouth workshop brought together leading researchers, including Allen Newell and Herbert Simon from Carnegie Mellon University, who demonstrated the Logic Theorist. Developed alongside Cliff Shaw, the Logic Theorist was capable of proving 38 of the first 52 theorems in Alfred North Whitehead and Bertrand Russell’s Principia Mathematica, making it one of the first working symbolic AI programs. The conference established AI as an independent scientific field distinct from cybernetics, automation, and standard computer programming. Artificial Intelligence (AI) Coined at Dartmouth
Historical Eras of AI Development
The trajectory of AI research has not been a steady, linear progression. Instead, it has experienced cycles of high optimism and investment followed by technical bottlenecks, unmet expectations, and subsequent loss of funding—periods known as AI winters.
| Era | Primary Paradigm | Core Technological Focus | Major Accomplishments / Turning Points |
|---|---|---|---|
| 1956–1973 | Symbolic AI / Heuristics | Search algorithms, logic engines, natural language scripts | Logic Theorist, General Problem Solver, Perceptron (1958), ELIZA (1966), SHRDLU (1970) |
| 1974–1980 | First AI Winter | Computational complexity challenges | Funding cancellations following the UK Lighthill Report and US DARPA cutbacks |
| 1980–1987 | Knowledge Engineering | Rule-based expert systems, specialized Lisp machines | Commercial deployment of XCON, medical diagnostic systems (MYCIN), massive enterprise adoption |
| 1987–1993 | Second AI Winter | Hardware commodity displacement | Collapse of specialized AI hardware markets, unmaintainable expert rule bases |
| 1993–2011 | Statistical Learning | Probabilistic models, Support Vector Machines (SVMs), early neural nets | IBM Deep Blue defeats Garry Kasparov (1997), DARPA Grand Challenge autonomous vehicles (2005) |
| 2012–Present | Deep Learning & Generative AI | Multi-layer deep neural networks, GPU training, Transformer architectures | AlexNet (2012), AlphaGo (2016), GPT models, multimodal diffusion models |
The Early Boom and Symbolic AI (1956–1973)
Following the Dartmouth conference, researchers focused on symbolic AI (also called "Good Old-Fashioned AI" or GOFAI). This approach treated intelligence as the manipulation of human-readable symbols using explicit logical rules and search heuristics.
During this period, early neural models also appeared. In 1958, Frank Rosenblatt introduced the Perceptron at the Cornell Aeronautical Laboratory, implementing a single-layer neural network capable of basic image classification. However, symbolic approaches dominated. In 1966, Joseph Weizenbaum created ELIZA, an early natural language processing program that simulated a Rogerian psychotherapist by pattern-matching user input against predefined response templates.
The First AI Winter (1974–1980)
By the early 1970s, the limits of early computing hardware became apparent. Early algorithms experienced combinatorial explosions: solving small toy problems required modest compute, but scaling to real-world tasks required exponential computational resources that hardware could not provide.
Furthermore, in 1969, Marvin Minsky and Seymour Papert published the book Perceptrons, mathematically demonstrating that single-layer perceptrons could not solve linearly non-separable problems, such as the exclusive-or (XOR) function. This publication halted funding for neural network research for over a decade.
In 1973, Professor Sir James Lighthill published a critical report for the British Science Research Council detailing the failure of AI to achieve its promised real-world applications. Combined with reduced funding from the US Defense Advanced Research Projects Agency (DARPA), AI research entered its first winter.
The Expert Systems Era (1980–1987)
The field rebounded in the 1980s by shifting from generalized problem-solving algorithms to domain-specific expert systems. Rather than deducing solutions from first principles, expert systems encoded vast libraries of domain-specific "IF-THEN" rules written in collaboration with human specialists.
- Commercial Systems: Digital Equipment Corporation deployed XCON (eXpert CONfigurer), an expert system that saved the company millions of dollars annually by automating computer system component orders.
- Specialized Hardware: Companies like Symbolics and Lisp Machines Inc. manufactured dedicated workstations engineered to run symbolic programming languages efficiently.
- Algorithmic Resurgence: In 1986, David Rumelhart, Geoffrey Hinton, and Ronald Williams popularized the backpropagation algorithm, resolving the mathematical limitation of multi-layer neural networks identified in the 1960s.
The Second AI Winter (1987–1993)
The expert systems boom ended when desktop microprocessors from Intel and standard UNIX workstations reached performance levels that matched or exceeded expensive, specialized Lisp machines. Simultaneously, large-scale expert systems proved brittle, expensive to update, and incapable of generalizing outside narrow, predefined rule sets. Corporate investment collapsed, leading to the liquidation of major AI hardware companies and another contraction in research budgets.
Statistical Machine Learning and the Deep Learning Era
During the 1990s and 2000s, AI moved away from hand-crafted logical rules toward statistical machine learning. Instead of manually programming every decision rule, engineers fed statistical algorithms historical data, allowing the system to learn mathematical distributions and predictive patterns.
The Deep Learning Breakthrough (2012)
While multi-layer neural networks had existed conceptually for decades, three factors converged in the late 2000s and early 2010s to make them practical:
- Massive Datasets: The digitization of text, audio, and images provided datasets like ImageNet (containing millions of labeled images).
- Parallel Computing: Researchers discovered that Graphics Processing Units (GPUs), originally developed for rendering video games, were suited for the matrix multiplications required to train deep neural networks.
- Architectural Improvements: Refinements such as Rectified Linear Units (ReLU) and dropout layers helped overcome vanishing gradients in deep networks.
In October 2012, AlexNet (designed by Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton) won the ImageNet Large Scale Visual Recognition Challenge by a wide margin, reducing the visual error rate from 26% to 15.3%. This milestone demonstrated the empirical superiority of deep learning over traditional handcrafted feature extraction methods. 1.1 A Brief History of AI
Traditional Programming:
[ Data ] + [ Rules ] ───► [ Answers ]
Machine Learning (Statistical / Deep):
[ Data ] + [ Answers ] ───► [ Learned Rules / Weights ]The Transformer and Generative AI (2017–Present)
In 2017, researchers at Google published "Attention Is All You Need," introducing the Transformer architecture. By replacing sequential recurrent neural networks (RNNs) with a self-attention mechanism, Transformers allowed models to process every token in an input sequence simultaneously, significantly improving parallelization on modern hardware. 1.1 A Brief History of AI
This structural shift enabled the training of Large Language Models (LLMs) and multimodal systems containing hundreds of billions of parameters. AI shifted from narrow classification systems toward generalized generative systems capable of code synthesis, contextual translation, natural conversation, and image generation.
Summary of AI's Lifespan
- As a philosophical inquiry: AI has existed for over 2,000 years, rooted in classical logic and mechanical calculation.
- As an academic and scientific field: AI has existed for roughly 70 years, formally inaugurated at Dartmouth in 1956. Artificial Intelligence (AI) Coined at Dartmouth A Proposal for the Dartmouth Summer Research Project on ...
- As a modern, consumer-facing technology: AI has existed in its current deep learning and generative form for roughly a decade, driven by the post-2012 GPU-accelerated neural network boom. 1.1 A Brief History of AI
Sources
- [1]Artificial Intelligence (AI) Coined at Dartmouthhome.dartmouth.edu
- [2]A Proposal for the Dartmouth Summer Research Project on ...jmc.stanford.edu
- [3]The History of AI: A Timeline of Artificial Intelligencecoursera.org
- [4]The History of Artificial Intelligenceswisscyberinstitute.com
- [5]1.1 A Brief History of AIweb.engr.oregonstate.edu
The short answer
As a named research field, artificial intelligence has been around since 1956, when the term was used for a summer workshop at Dartmouth College — roughly seven decades. As a set of working technical ideas, it is older still: the first mathematical model of an artificial neuron was published in 1943, and Alan Turing's famous paper asking whether machines can think appeared in 1950. And as a concept — reasoning machines, artificial minds, mechanical servants — the idea stretches back through centuries of philosophy, mathematics, and myth. Artificial Intelligence (AI) Coined at Dartmouth The History of Artificial Intelligence
So when people ask how long AI has existed, the honest answer is that there are three defensible dates:
| What you're dating | Approximate start | Anchor event |
|---|---|---|
| The name and the discipline | 1956 | Dartmouth Summer Research Project on Artificial Intelligence |
| The technical foundations | 1943–1950 | McCulloch–Pitts neuron model; Turing's "Computing Machinery and Intelligence" |
| The idea of a thinking machine | Antiquity onward | Formal logic, automata, mechanical calculators, philosophical speculation |
| AI as a mass-market consumer product | 2022–2023 | Public release of general-purpose chatbots built on large language models |
The gap between the third and fourth rows explains most of the confusion. AI has been "a thing" among researchers for about 70 years, but it has only been a thing that ordinary people use daily for a few years.
Before the name: logic, automata, and computation
The intellectual scaffolding for AI was assembled long before any machine could run a program. Formal logic — the project of reducing valid reasoning to symbol manipulation that follows explicit rules — is the deepest root, running from Aristotle's syllogisms through Leibniz's dream of a universal calculus of thought to the nineteenth-century work of George Boole and the early twentieth-century formalisation of mathematical logic. The key insight AI inherited is that if reasoning is rule-governed symbol manipulation, then in principle a machine that manipulates symbols could reason.
Two other threads matter. One is mechanical calculation, from Pascal's and Leibniz's calculators to Charles Babbage's designs for the Analytical Engine in the 1830s, along with Ada Lovelace's notes on what such a machine might and might not be able to do. The other is Turing's 1936 work on computability, which established that a single general-purpose machine could, given the right program, carry out any effectively specifiable procedure. That result is what makes "intelligent machine" a coherent engineering goal rather than a metaphor: intelligence, if it can be described as a procedure, becomes a programming problem.
1943–1955: the technical groundwork
The modern story usually starts in 1943, when Warren McCulloch and Walter Pitts published a model of neurons as simple logical threshold units — a paper foundational to both neuroscience and AI, and the ancestor of every artificial neural network in use today. In 1949 Donald Hebb proposed a learning rule based on strengthening connections between co-active neurons, giving a mechanism for how such networks might adapt. The History of Artificial Intelligence
In 1950 Turing published "Computing Machinery and Intelligence," which opened with the question "Can machines think?" and then replaced it with something testable: could a machine hold a text conversation well enough to be mistaken for a human? That substitution — behaviour rather than metaphysics — set the field's practical agenda for decades and gave us what is now called the Turing test. Around the same time, working programs began to appear. Christopher Strachey wrote a draughts (checkers) program in the UK, and in the early 1950s Arthur Samuel at IBM wrote a checkers program for the IBM 701 that improved with experience; Samuel is credited with popularising the term machine learning, though sources place this at various points in the 1950s. The History of Artificial Intelligence history of artificial intelligence (AI) Arthur Samuel (computer scientist)
1956: the field gets its name
The label "artificial intelligence" was introduced in a proposal dated 1955 by John McCarthy, then at Dartmouth College, for a two-month, ten-person study to be held in the summer of 1956. Co-authored with Marvin Minsky, Nathaniel Rochester, and Claude Shannon, the proposal declared that the work would "proceed on the basis of the conjecture that every aspect of learning or any other feature of intelligence can in principle be so precisely described that a machine can be made to simulate it." McCarthy later said he chose the phrase partly to distinguish the new effort from cybernetics and automata theory. The Dartmouth workshop did not solve anything, but it named the field, gathered its founding cohort, and is conventionally treated as AI's birth date. Artificial Intelligence (AI) Coined at Dartmouth Dartmouth workshop A Proposal for the Dartmouth Summer Research Project on ...
If you want a single number, count from there: AI has existed as a self-conscious discipline for about seven decades, which makes it roughly as old as commercial computing itself.
Boom, bust, boom: the cycles from the 1960s to the 1990s
What followed 1956 was not steady progress but a series of enthusiasm-and-disappointment cycles that are worth understanding, because the pattern still shapes how experts talk about AI today.
The optimistic years (late 1950s–1960s). Frank Rosenblatt's perceptron, developed in the late 1950s, was a trainable pattern-recognising network that attracted enormous press attention. Symbolic programs solved logic problems, played games, and proved theorems. Joseph Weizenbaum's ELIZA (mid-1960s) simulated a psychotherapist with simple pattern matching and startled users into treating it as understanding — an early demonstration that fluent output invites people to over-attribute intelligence. Machine translation and general problem solving were expected within a decade.
The first AI winter (1970s). Progress on hard problems stalled because early methods did not scale: search spaces exploded combinatorially, and computers were small and slow. Sceptical assessments followed, most influentially the 1973 Lighthill report in the United Kingdom, after which UK research funding was sharply reduced; DARPA also cut back general academic AI funding in the same period. The term AI winter refers to exactly this kind of episode — a collapse in funding and interest following unmet promises. AI winter - Wikipedia
Expert systems and the second winter (1980s–early 1990s). AI returned commercially in the 1980s through expert systems: programs encoding a specialist's knowledge as explicit rules for narrow domains such as medical diagnosis or equipment configuration. Corporations and governments invested heavily, including Japan's Fifth Generation project. But rule bases proved brittle, expensive to maintain, and unable to learn from data, and the specialised hardware market built around them collapsed at the end of the decade, producing a second downturn. AI winter - Wikipedia
During these lean stretches researchers often avoided the term "AI" altogether, publishing under labels like machine learning, informatics, knowledge-based systems, or pattern recognition. This is one reason the field can look discontinuous from the outside: the work continued, but the branding changed.
The statistical turn and the first public milestones
From the late 1980s onward, the centre of gravity shifted from hand-written rules to methods that estimated patterns from data — probability, statistics, and optimisation. Backpropagation for training multi-layer neural networks was popularised in the mid-1980s; support vector machines, decision-tree ensembles, and probabilistic graphical models became mainstays in the 1990s. Speech recognition and machine translation, in particular, improved when researchers stopped trying to encode grammar by hand and started training on corpora.
Two public spectacles bracketed this era. In 1997 IBM's Deep Blue defeated world chess champion Garry Kasparov 3½–2½ in a rematch in New York — the first time a reigning champion lost to a machine under tournament conditions. Deep Blue relied largely on brute-force search and hand-crafted evaluation, and its limits helped motivate the shift toward learning-based systems; nearly twenty years later, in March 2016, DeepMind's AlphaGo beat Go champion Lee Sedol four games to one in Seoul using deep neural networks and reinforcement learning. Deep Blue versus Garry Kasparov - Wikipedia AI and the long game - Nature Machine Intelligence
Meanwhile, AI had quietly become infrastructure. Spam filters, search ranking, credit scoring, recommendation engines, route planning, and optical character recognition were all in wide use by the 2000s. People simply did not call them AI — an instance of what is sometimes called the AI effect: once a capability works reliably, it gets reclassified as ordinary software.
Deep learning and the modern era
The current wave has a reasonably clear starting point. In 2012, a deep convolutional neural network known as AlexNet won the ImageNet image-classification competition by a large margin over conventional computer-vision methods, and is widely treated as the first broadly acknowledged success of deep learning at scale. Three ingredients converged: large labelled datasets, GPUs fast enough to train big networks, and refinements to network architecture and training. AlexNet and ImageNet: The Birth of Deep Learning How AlexNet Transformed AI and Computer Vision Forever
The second pivot came in 2017, when researchers at Google published "Attention Is All You Need," introducing the transformer architecture. Transformers replaced recurrence with attention mechanisms, which made training far more parallelisable and enabled the very large language and vision models that followed. Successive generations of transformer-based language models through the late 2010s and early 2020s showed that scaling data, parameters, and compute yielded broad capability gains, and the public release of conversational assistants built on those models in late 2022 brought the technology to mainstream users almost overnight. Attention Is All You Need
That late-2022 moment is why so many people date AI to the 2020s. What changed then was not the invention of AI but its interface and distribution: a general-purpose system became usable by anyone with a browser and no technical training.
Why the "how old is AI" question keeps getting different answers
A few structural reasons explain the disagreement, and they are worth keeping in mind when you see confident single dates:
- The definition of AI is contested. There is no universally accepted boundary between AI and ordinary computation. Some definitions cover any system performing tasks that would require intelligence in a human; others restrict it to learning systems or to symbolic reasoning. Different definitions produce different birthdays.
- The name is younger than the work. The 1943 neuron model and 1950 Turing paper predate the label by 6–13 years, so "when did AI exist" and "when was AI named" are separate questions. The History of Artificial Intelligence
- Sub-fields have their own timelines. Neural networks date to the 1940s but were marginal for long stretches; natural language processing, robotics, computer vision, and knowledge representation each had independent boom periods.
- Continuity is obscured by rebranding. Work done under "statistics," "machine learning," or "data science" was often AI research by another name.
- Public awareness lags capability by years or decades. Techniques typically appear in research papers long before products, and in products long before anyone notices them.
A reasonable way to summarise it: the ambition is ancient, the mathematics is roughly 80 years old, the field has had its name for about 70 years, the current deep learning paradigm is a bit over a decade old, and the consumer generative-AI era is only a few years old. Any of these can be "how long AI has been around," provided you say which one you mean.
Sources
- [1]Artificial Intelligence (AI) Coined at Dartmouthhome.dartmouth.edu
- [2]The History of Artificial Intelligenceibm.com
- [3]history of artificial intelligence (AI)britannica.com
- [4]Arthur Samuel (computer scientist)en.wikipedia.org
- [5]Dartmouth workshopen.wikipedia.org
- [6]A Proposal for the Dartmouth Summer Research Project on ...ojs.aaai.org
- [7]AI winter - Wikipediaen.wikipedia.org
- [8]Deep Blue versus Garry Kasparov - Wikipediaen.wikipedia.org
- [9]AI and the long game - Nature Machine Intelligencenature.com
- [10]AlexNet and ImageNet: The Birth of Deep Learningpinecone.io
- [11]How AlexNet Transformed AI and Computer Vision Foreverspectrum.ieee.org
- [12]Attention Is All You Needen.wikipedia.org