← Resources
Fundamentals

A Short History of AI

2026 · 10 min read

Turing Test1950Dartmouth1956First Winter1970sExpert Systems1980sDeep Learning2012Transformers2017timeline

The history of artificial intelligence is a study in intellectual ambition, punctuated by bitter winters and spectacular, unexpected thaws. Ever since Alan Turing published his seminal 1950 paper proposing that machines might simulate human thought, the field has swung between the utopian promises of its pioneers and the cold reality of computational bottlenecks.

The symbolic era

The founding fathers of AI, convening at Dartmouth College in the summer of 1956, believed that every aspect of learning and intelligence could be so precisely described that a machine could simulate it. This gave birth to symbolic AI - an approach grounded in formal logic, explicit rules, and human-crafted decision trees.

By the late 1970s, this approach hit an insurmountable wall. Symbolic systems were brittle; they collapsed when confronted with the messy, ambiguous, and incomplete data of the real world. As corporate interest waned and government research grants evaporated, the industry entered its first AI winter.

Expert systems and the second winter

A brief renaissance in the 1980s via expert systems - specialised rule engines built for specific corporate tasks - met a similar fate. They proved impossibly expensive to maintain. A second AI winter descended, lasting through much of the 1990s, during which the term "artificial intelligence" became so toxic that researchers routinely rebranded their work as "advanced statistics."

The deep learning revolution

The thaw was driven not by superior formal logic, but by a shift toward connectionism - the idea that machines should learn patterns from raw data using artificial neural networks. Three forces collided: massive internet-scale datasets, the computational efficiency of GPUs, and key algorithmic refinements in deep learning.

In 2012, a deep convolutional neural network decimated the competition in the ImageNet challenge, and the paradigm shifted permanently from human-written rules to machine-learned statistics.

The transformer era

The definitive watershed for natural language arrived in 2017 with the transformer architecture. Earlier recurrent neural networks processed text sequentially, making them slow and prone to forgetting long-term context. Transformers leveraged self-attention to process entire sequences simultaneously, capturing contextual dependencies across thousands of words.

This unlocked the era of foundation models. Scaling up parameter counts and compute budgets yielded exponential gains in capability. Yet history offers a warning: every previous AI boom fell victim to inflated expectations. The survival of the current expansion depends on whether these systems can deliver sustainable operational value.