A Technical History of Artificial Intelligence

The history of artificial intelligence is often told as a straight line from ancient automata to modern language models. That makes a good story but a poor technical history.

Topics

The history of artificial intelligence is often told as a straight line from ancient automata to modern language models. That makes a good story but a poor technical history.

Modern AI grew from several distinct traditions: mathematical logic, computability, control, statistics, information theory, optimization, cognitive science, symbolic reasoning, pattern recognition, and neural computation.

Computability before AI

Alan Turing's 1936 work formalized computation through the abstract machine now bearing his name.

This work was not an AI algorithm, but it established a mathematical framework for what computation means.

In 1950, Turing's paper Computing Machinery and Intelligence reframed machine intelligence as an operational question about behavior rather than demanding a metaphysical definition of thinking.

Dartmouth and the naming of the field

The 1955 Dartmouth proposal by John McCarthy, Marvin Minsky, Nathaniel Rochester, and Claude Shannon used the term artificial intelligence for a 1956 summer research project.

The proposal reflected the optimism of the period: aspects of learning and intelligence might be described precisely enough for machines to simulate them.

Dartmouth did not create all prior work, but it gave a name and institutional identity to a research field.

Symbolic AI

Early AI research focused heavily on symbolic representations and search.

Programs such as Logic Theorist and General Problem Solver represented problems using explicit symbols, operators, and rules.

This paradigm was successful in structured domains but struggled with perception, uncertainty, common-sense knowledge, and combinatorial explosion.

Perceptrons and early neural computation

Neural-network ideas developed in parallel.

McCulloch and Pitts proposed formal neuron models in the 1940s, and Rosenblatt's perceptron learned linear decision boundaries.

The later limitations of single-layer perceptrons were real, but the common story that one critical book simply 'killed neural networks' is too simplistic. Research continued, though funding and attention shifted.

Expert systems

In the 1970s and 1980s, expert systems encoded domain knowledge as rules.

Systems such as MYCIN demonstrated that narrow, knowledge-rich programs could perform impressively in constrained tasks.

The bottleneck was knowledge engineering: rules were expensive to elicit, maintain, and generalize.

Commercial expectations outran technical robustness, contributing to periods of reduced investment often called AI winters.

Statistical learning and pattern recognition

Machine learning did not suddenly replace symbolic AI in the late 1990s.

Statistical pattern recognition, Bayesian methods, decision trees, nearest-neighbor methods, support vector machines, graphical models, and ensemble methods developed over decades.

The important shift was increasing reliance on learned statistical structure rather than hand-authored rules for many tasks.

Backpropagation and deep networks

Backpropagation became practically influential in neural-network research during the 1980s, although the underlying differentiation ideas were older.

Deep learning became dominant much later because several ingredients aligned:

  • larger datasets
  • faster GPUs
  • improved optimization
  • better initialization and regularization
  • architectures suited to images, speech, and sequences

AlexNet's 2012 ImageNet result became a visible turning point for computer vision and helped accelerate adoption of deep neural networks.

Convolutional and recurrent architectures

Convolutional neural networks exploited translation-local structure in images.

Recurrent networks modeled sequences, with LSTMs helping address long-range dependency problems.

These architectures were specialized inductive biases, not generic intelligence.

Attention and transformers

The 2017 paper Attention Is All You Need introduced the Transformer architecture for sequence transduction, replacing recurrence with attention-based computation.

Transformers scale well with parallel hardware and became the dominant architecture for large language models.

Their influence later spread to vision, audio, biology, and multimodal systems.

Pretraining and foundation models

A major conceptual shift was pretraining one large model on broad data and adapting it to many downstream tasks.

Language-model objectives such as next-token prediction produced transferable representations and generative behavior.

Scaling model size, data, and compute led to systems capable of in-context learning, code generation, summarization, and multimodal interaction.

These capabilities emerged from statistical learning at scale, not from the field abandoning mathematics or symbolic reasoning.

Reinforcement learning

Reinforcement learning developed on a partially separate track around sequential decision-making.

Dynamic programming, temporal-difference learning, policy gradients, and model-based control all contributed.

Later systems combined reinforcement learning with deep networks and large pretrained models.

The history is plural

AI did not progress through one dominant paradigm replacing another cleanly.

Modern systems combine ideas from many traditions:

$$ \text{probability} + \text{optimization} + \text{representation learning} + \text{search} + \text{control} + \text{symbolic tools}. $$

Retrieval-augmented generation, tool-using agents, neuro-symbolic methods, probabilistic programming, and planning systems are examples of this recombination.

Conclusion

The useful history of AI is not a sequence of increasingly intelligent machines.

It is a history of changing representations, objectives, computational resources, and assumptions about what should be learned versus programmed.

Understanding those changes is more informative than treating every automaton in history as an ancestor of modern AI.

References

  • Turing, A. M. (1950). Computing Machinery and Intelligence.
  • McCarthy, J., Minsky, M. L., Rochester, N., & Shannon, C. E. (1955). A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence.
  • Rumelhart, D. E., Hinton, G. E., & Williams, R. J. (1986). Learning representations by back-propagating errors.
  • Krizhevsky, A., Sutskever, I., & Hinton, G. E. (2012). ImageNet Classification with Deep Convolutional Neural Networks.
  • Vaswani, A., et al. (2017). Attention Is All You Need.

Embed interactive plots, widgets, and demos using <figure>, <iframe>, or <div class="interactive-embed"> containers. Ensure each embed includes descriptive captions for accessibility.

How to cite

Use the quick export buttons to save citations for reference managers or copy the formatted text directly.

Diogo Ribeiro (2024). A Technical History of Artificial Intelligence. Faculty of Media Arts and Design, Technical University of Porto. https://diogoribeiro7.github.io/research/AI_history/.

BibTeX

RIS

EndNote

Related posts

Loading mathematical content