The Complete History of Artificial Intelligence

From Alan Turing's 1950 thought experiment to the transformer revolution and the LLM era. A comprehensive history of how AI went from science fiction to the defining technology of our time.

Key takeaways
  • Alan Turing proposed the imitation game in 1950 to test machine intelligence through human-machine conversation.
  • The 1956 workshop formally established AI as a field with symbolic computation as the core approach.
  • Funding cuts from 1974-1980 followed failed promises in machine translation and combinatorial explosion problems.
  • Commercial AI applications like XCON and MYCIN in the 1980s saved companies millions through rule-based reasoning.
  • Early AI focused on explicit rule-writing and logic-based symbol manipulation as the path to intelligence.

The Turing Test and the Birth of AI (1950)

The story of artificial intelligence begins with a question. In 1950, British mathematician and logician Alan Turing published a paper titled 'Computing Machinery and Intelligence' in the journal Mind. The opening line was deceptively simple: 'I propose to consider the question, Can machines think?'

Turing knew the question as stated was too vague to answer rigorously. So he replaced it with a more concrete test. He described an 'imitation game' in which a human interrogator exchanges written messages with two participants, one human and one machine, and tries to determine which is which. If the machine could fool the interrogator reliably, Turing argued, it would be reasonable to attribute some form of thinking to it.

The Turing Test, as it became known, set the agenda for AI research for decades. It was not a blueprint for how to build intelligent machines. It was a philosophical provocation about what intelligence even means. Turing himself was not optimistic about the near term. He estimated it would take about 50 years before machines could fool human interrogators 30 percent of the time. He died in 1954, long before that milestone was even approached.

Turing also proposed several ideas in the paper that remain central to AI today. He described 'learning machines' that could start with simple rules and improve through experience. He discussed the possibility of training a child-machine rather than building an adult intelligence directly. These ideas would not bear fruit for decades, but they planted seeds that grew into the field of machine learning.

The importance of Turing's contribution lies not in any specific algorithm or architecture, but in framing the question. He established that building thinking machines was a legitimate scientific pursuit, not a fantasy. That legitimation gave other researchers permission to take the problem seriously.

The Dartmouth Conference and the AI Dream (1956)

The field of artificial intelligence was formally born in the summer of 1956 at a workshop held on the campus of Dartmouth College in Hanover, New Hampshire. The workshop was organized by John McCarthy, a young mathematics professor who had coined the term 'artificial intelligence' in the proposal for the event. He was joined by Marvin Minsky, Nathaniel Rochester, and Claude Shannon, among others.

The workshop proposal contained a bold claim: '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.' This optimism reflected the spirit of the era. These were men who had worked on the first electronic computers. They believed that intelligence was fundamentally about symbol manipulation, and that computers were symbol-manipulating machines. The gap between where they were and the goal of artificial intelligence seemed narrow.

The Dartmouth workshop was the birthplace of many ideas that shaped AI for the next thirty years. McCarthy developed LISP, a programming language built for symbolic computation that would remain the dominant AI programming language into the 1980s. Allen Newell and Herbert Simon presented the Logic Theorist, a program that could prove mathematical theorems. They followed it with the General Problem Solver, an attempt to build a universal reasoning machine.

The intellectual framework that emerged from Dartmouth was known as symbolic AI or Good Old-Fashioned AI (GOFAI). The core idea was that intelligence could be captured by writing explicit rules. The brain was a rule-following machine. Intelligence was logic. If you could write enough rules, you could replicate any cognitive task.

This framework seemed deeply promising at the time. Early demonstrations were spectacular. The Logic Theorist proved theorems in Whitehead and Russell's Principia Mathematica. Checkers-playing programs defeated human amateurs. Computer programs translated simple sentences from Russian to English. Funding flowed from the US military, which saw potential applications in automatic translation and autonomous decision-making. The AI dream was alive.

The First AI Winter (1970s)

The optimism of the 1950s and early 1960s crashed against the hard wall of reality. Symbolic AI turned out to be spectacularly bad at the tasks that seemed, from the outside, like they should be easy. Understanding natural language. Recognizing objects in images. Playing chess at a human level. Each of these problems turned out to be exponentially harder than expected.

The fundamental problem was combinatorial explosion. Even simple problems, when formulated as search through a space of possible states, involved so many possibilities that no computer then existed (or could exist) that would have sufficient memory and speed to solve them. The General Problem Solver, for all its elegance, could not solve problems of any realistic complexity because the search space was simply too large.

In 1966, the ALPAC report commissioned by the US government concluded that machine translation was slower, less accurate, and twice as expensive as human translation, with no foreseeable prospect of improvement. Funding for machine translation was cut dramatically. Then in 1973, British mathematician Sir James Lighthill published a damning assessment of AI research for the UK Science Research Council, concluding that no major technique had lived up to its promise.

Funding dried up. The US and British governments cut AI research grants. Labs shrank. Graduate students stopped entering the field. This period, from roughly 1974 to 1980, became known as the First AI Winter. The phrase captured the feeling that something vibrant and full of promise had gone cold and dormant.

The winter was not total. Important work continued in pockets. The Stanford Research Institute and Carnegie Mellon University kept programs running. But the grand ambitions of the 1950s were replaced by more modest, focused projects. The dream of general artificial intelligence seemed further away than ever.

Expert Systems and the Second Wave (1980s)

AI thawed in the early 1980s, driven not by a breakthrough in fundamental research but by a commercial application: expert systems. An expert system encoded the knowledge of a human expert as a set of if-then rules. Ask it a question, and it would reason through the rules to produce an answer. These systems were narrow, but in their narrow domains, they actually worked.

XCON, developed at Carnegie Mellon for Digital Equipment Corporation, configured VAX computers for customer orders. It ran in production at DEC from 1980 and was estimated to save the company $40 million per year by the mid-1980s. MYCIN, developed at Stanford, diagnosed bacterial infections and recommended antibiotics with performance comparable to specialist physicians. Dozens of similar systems followed.

The expert systems boom created a genuine commercial AI industry for the first time. Companies formed specifically to build and sell expert system shells. Japan launched its Fifth Generation Computer Systems project, a ten-year, $400 million government initiative to build machines based on logic programming. The UK launched the Alvey programme. The United States established the Microelectronics and Computer Technology Corporation in response to the perceived Japanese threat.

But expert systems had deep limitations. Building them required painstaking interviews with human experts, who often could not articulate the rules they followed intuitively. The systems were brittle: they failed completely when presented with situations their rules did not cover, and updating them as knowledge changed was labor-intensive. They could not learn from new data.

The knowledge acquisition bottleneck, as it became known, was fundamental. Intelligence, it turned out, was not primarily about explicit rules. Much of what experts know is tacit knowledge: practical skill acquired through experience that cannot easily be written down. Symbolic AI had no answer to this problem.

The Second AI Winter (1987 to 1993)

The expert systems boom collapsed in the late 1980s as the limitations became undeniable. The specialized Lisp Machines that had been built to run AI software were rapidly undercut by cheaper, more powerful general-purpose workstations. The commercial AI market, which had grown to hundreds of millions of dollars, contracted sharply.

Japan's Fifth Generation project failed to meet its ambitious goals and was wound down in 1992. The UK and US governments scaled back AI funding. Expert systems companies filed for bankruptcy or pivoted away from AI. The field entered its Second AI Winter, a period of retrenchment and skepticism that lasted until the mid-1990s.

The second winter was in some ways more damaging than the first because it came after genuine commercial success. When expert systems failed, it was not just a disappointment for researchers. It was a financial loss for businesses that had invested heavily in the technology. The backlash was correspondingly severe. AI became a damaged brand.

And yet, even during the winter, crucial work was happening. In university labs, a small group of researchers continued working on neural networks, a fundamentally different approach to AI. Rather than writing explicit rules, neural networks learned from data. They were inspired loosely by the structure of the brain. And despite being dismissed by many in the field as a dead end, they were about to change everything.

The key figures working through the winter included Geoffrey Hinton in Toronto, Yann LeCun at Bell Labs, and Yoshua Bengio in Montreal. Their careers would define the next three decades of AI. But in the late 1980s and early 1990s, they were working against the current of a field that had largely given up on learning-based approaches.

The Statistical Revolution and Machine Learning (1990s to 2000s)

The 1990s brought a quieter but profound shift in AI research. Researchers moved away from trying to encode knowledge explicitly and toward building systems that could learn statistical patterns from data. The field of machine learning, which had been a minority pursuit within AI, moved to center stage.

Support Vector Machines, developed by Vladimir Vapnik and his colleagues at Bell Labs, offered a mathematically rigorous way to classify data. SVMs worked remarkably well on practical tasks like text classification and image recognition, and they came with theoretical guarantees about generalization. For most of the 1990s, SVMs outperformed neural networks on most benchmarks, which contributed to the continued marginalization of neural network research.

The internet changed everything. By the late 1990s and early 2000s, the web was generating vast quantities of labeled data. Email spam filters could be trained on millions of examples of spam and non-spam. Search engines could learn from click patterns. Recommendation systems could learn from purchase histories. Machine learning became a practical engineering discipline, not just an academic pursuit.

IBM's Deep Blue defeated world chess champion Garry Kasparov in 1997. This was a landmark moment in public perception of AI, though the system used handcrafted evaluation functions and brute-force search rather than learning. It demonstrated that computers could surpass humans at specific cognitive tasks, but it did not tell us much about how to build general intelligence.

Bayesian networks, Hidden Markov Models, and decision trees became standard tools. Natural language processing made real progress using statistical approaches. Google's PageRank algorithm, which ranked web pages by the statistical structure of incoming links, demonstrated the power of learning from data at scale. The idea that intelligence might emerge from statistics and computation, rather than from explicit rules, was gaining traction.

The Deep Learning Breakthrough (2006 to 2012)

The deep learning revolution can be traced to a 2006 paper by Geoffrey Hinton and his colleagues titled 'A Fast Learning Algorithm for Deep Belief Nets.' This paper, along with related work by Yoshua Bengio and Yann LeCun, demonstrated that it was possible to train neural networks with many layers, a feat that had previously seemed computationally intractable.

The key insight was a technique called pre-training. By training the layers of a deep network one at a time, before fine-tuningFine-tuningThe process of further training a pre-trained model on a smaller, task-specific dataset to specialize its behavior for a particular use case.Learn more → the whole network together, it was possible to initialize the weights in a configuration that made learning tractable. This was not the final answer, but it opened the door. It demonstrated that deep networks could be trained and that they learned richer, more abstract representations than shallow networks.

The true breakthrough came in 2012. The ImageNet Large Scale Visual Recognition Challenge was an annual competition in which teams competed to classify images from a dataset of over a million photographs into 1,000 categories. In 2012, a team from the University of Toronto led by Geoffrey Hinton, with graduate students Alex Krizhevsky and Ilya Sutskever, entered a deep convolutional neural network they called AlexNet.

AlexNet did not just win the competition. It won by a margin so large that it was immediately clear something fundamental had changed. The previous year's winner had achieved a top-5 error rate of 25.8%. AlexNet achieved 15.3%. The gap was not incremental. It was a discontinuity. Every team at the competition immediately began working on deep learning.

The success of AlexNet rested on three things that came together at the right moment: the availability of large labeled datasets (ImageNet itself), powerful GPU hardware that could train large networks in days rather than months, and improved techniques like ReLU activations and dropoutDropoutA regularization technique that randomly sets neural network activations to zero during training to prevent overfitting and improve generalization.Learn more → regularizationRegularizationTechniques that prevent neural networks from overfitting by adding constraints or noise during training to improve generalization to new data.Learn more → that made training deep networks much more stable. The conjunction of data, compute, and algorithms was the recipe for the deep learning revolution.

The Transformer Revolution (2017 to Present)

In 2017, a team at Google Brain published a paper with a title that seemed almost provocatively simple: 'Attention Is All You Need.' The paper introduced a new neural network architecture called the TransformerTransformerThe neural network architecture that underpins virtually all modern LLMs, introduced in 2017, built around self-attention mechanisms that process entire sequences in parallel.Learn more →. It was originally designed for machine translation, but it turned out to be much more broadly applicable. It became the foundation of almost every important AI system built in the years that followed.

The key innovation was the attention mechanismAttention MechanismA technique that allows each token in a sequence to 'pay attention' to all other tokens, enabling the model to understand context and relationships across long distances.Learn more →. Traditional neural networks for sequence data, including RNNs and LSTMs, processed sequences one element at a time, left to right. This made it difficult to learn long-range dependencies: if a word at the beginning of a long sentence was relevant to a word at the end, the signal had to travel through many intermediate steps, and it often got lost. Attention allowed every element in a sequence to attend directly to every other element, regardless of distance.

The Transformer was also highly parallelizable. Unlike RNNs, which had to process sequences one step at a time, Transformers could process all positions simultaneously. This made them dramatically faster to train on modern GPU hardware, which is designed for parallel computation. The combination of expressiveness and speed was decisive.

BERT, introduced by Google in 2018, applied the Transformer to language understanding. It was pre-trained on a massive text corpus and then fine-tuned for specific tasks. It achieved state-of-the-art results on almost every natural language processing benchmarkBenchmarkA standardized test or set of tasks used to evaluate and compare the capabilities of different AI models on a common scale.Learn more → simultaneously. GPTGPTGenerative Pre-trained Transformer — the model architecture and family name behind OpenAI's most famous models, from GPT-2 to GPT-5.Learn more →, introduced by OpenAI in 2018, showed that the same architecture worked well for language generation. These models established that pre-training on text at scale was a powerful general strategy.

The transformer architecture was not limited to language. In 2021, Google introduced Vision Transformers (ViTs), which applied the attention mechanism to images. AlphaFold 2, DeepMind's landmark protein structure prediction system, used transformers to solve a fifty-year-old problem in biology. Transformers became the dominant architecture across nearly every domain of AI: language, vision, protein science, music generation, and reinforcement learning.

The LLM Era: ChatGPT and Beyond (2022 to Present)

OpenAI released ChatGPT on November 30, 2022. One million people signed up in five days. One hundred million users followed within two months. It was the fastest consumer product adoption in history. More importantly, it demonstrated something that researchers had suspected but that the public had not yet understood: large language models could hold conversations, write essays, debug code, pass bar exams, and assist with an enormous range of tasks that had previously required human expertise.

ChatGPT was built on a foundation of scale. Its underlying model, GPT-3.5, had been trained on hundreds of billions of words and had 175 billion parametersParametersThe numerical weights inside a neural network that are learned during training — the 'knowledge' of the model, measured in billions for modern LLMs.Learn more →. But scale alone was not the key insight. The key was reinforcement learning from human feedback (RLHFRLHFReinforcement Learning from Human Feedback — a training technique that uses human preferences to teach AI models to be helpful, honest, and harmless.Learn more →), a technique for aligning model behavior with human preferences. RLHF was what turned a powerful but difficult-to-use language model into a capable, helpful assistant.

GPT-4 followed in March 2023. It passed the bar exam in the top 10% of test-takers. It scored a 1410 on the SAT. It achieved 90th percentile scores on the GRE. These were not cherry-picked demonstrations. They were systematic evaluations showing that a language model had acquired broad competence across domains that humans spent years mastering.

The competitive response was swift. Google launched Bard, later renamed Gemini. Anthropic launched Claude. Meta released the Llama family as open-weightOpen-WeightA model whose trained weights are publicly available for download, allowing anyone to run, fine-tune, or build on top of it — distinct from fully open-source (which also includes training code and data).Learn more → models. Mistral AI emerged from France with efficient, capable models. China produced a wave of capable systems including Baidu's ERNIE Bot, Alibaba's Qwen, and DeepSeek. The global race to build the most capable AI systems was suddenly a mainstream news story.

By 2026, frontier models could write software, design experiments, synthesize research literature, analyze medical images, and engage in multi-step reasoning on difficult scientific problems. The trajectory of improvement showed no sign of slowing. Each year brought models that could do things that the previous year's models could not. The question was no longer whether AI could match human performance on specific tasks, but how broadly and deeply that matching would extend.

What Comes Next

The immediate future of AI is being shaped by several converging forces. Scaling lawsScaling LawsEmpirical power-law relationships showing how model performance improves predictably with increases in model size, training data, and compute resources.Learn more → show that more compute, more data, and more parameters continue to produce better models. But the scaling game is becoming more expensive. Training frontier models now costs tens of millions of dollars, and the cost doubles roughly every six months. Only a handful of organizations worldwide can afford to play at the frontier.

Reasoning models represent a new axis of scaling. Rather than only making models larger at training time, test-time computeTest-Time ComputeUsing additional computation during inference to improve model outputs through techniques like extended reasoning, multiple sampling, or search algorithms.Learn more → allows models to spend more compute thinking through difficult problems at inferenceInferenceThe process of running a trained AI model to generate outputs — what happens when you send a prompt and receive a response.Learn more → time. OpenAI's o3, Anthropic's extended thinking Claude, and Google's Gemini 2.5 Pro all demonstrate that this approach can yield dramatic capability improvements beyond what larger parameter counts achieve alone.

Agents are the next major frontier. Language models that can use tools, browse the web, execute code, send emails, and take sequences of actions in the world represent a qualitative change in what AI can do. An agentAgentAn LLM-powered system that can take actions, use tools, and pursue multi-step goals autonomously without human input at each step.Learn more → that can complete complex, multi-step tasks autonomously is fundamentally different from a chatbot that answers questions. The infrastructure for reliable, safe, long-horizon agents is still being built.

Multimodality is becoming standard. The most capable models can process text, images, audio, and video simultaneously. They can describe what they see, generate images from descriptions, convert speech to text and text to speech, and work across all these modalities in a single conversation. The distinction between language models and vision models and speech models is dissolving.

The deeper question is where this trajectory leads. The most optimistic researchers believe that artificial general intelligence (AGI), systems that match human cognitive ability across all domains, is within reach in the coming decade. Others are more cautious, pointing to persistent weaknesses in reasoning, memory, and groundingGroundingThe process of connecting an LLM's outputs to verified external information sources to improve accuracy and reduce hallucinations.Learn more → in physical reality. What is certain is that AI is no longer a niche technology or an academic curiosity. It is the most consequential technological development of our time, and its history is only beginning.