The History of Artificial Intelligence: From Turing to ChatGPT
The history of artificial intelligence: key milestones from the Turing test to deep learning and ChatGPT, the AI winters and the real causes of each leap.

The history of artificial intelligence in the modern sense begins in the 1950s with attempts to measure machine behaviour, then moves from rule-based programs to machine learning, deep neural networks and generative models. The road was not a straight line. Grand promises were followed by losses of funding and interest, then by new data, computing power and methodological leaps.
ChatGPT is not a miracle that appeared overnight. Behind it stand Turing's question about behaviour, the Dartmouth research programme, expert systems, game-playing programs, backpropagation, ImageNet, GPUs and the Transformer architecture. Knowing the history clarifies one thing: not every new demo is "human-like intelligence," but certain technical shifts can fundamentally change how the technology is used.
How did Turing and Dartmouth start the history of AI?
In 1950 Alan Turing opened his paper "Computing Machinery and Intelligence" with the question "Can machines think?", then proposed the imitation game to turn the debate into observable behaviour. The original paper published in Mind is the primary source of what later became known as the Turing test. The test is not a device for measuring consciousness; it is a thought experiment asking how possible it is to distinguish machine from human in written dialogue.
Following the 1955 proposal, a research meeting was held at Dartmouth College in the summer of 1956. John McCarthy, Marvin Minsky, Nathaniel Rochester and Claude Shannon turned the hypothesis that some aspects of learning and intelligence could be simulated in a machine into a working programme. Dartmouth's archival summary confirms that the term "artificial intelligence" became the field's name through this project.
The early optimism was not accidental. Computers were showing new results in tasks like mathematical proofs, games and symbol processing. The problem was scale. A system that worked with a handful of rules in the laboratory could not carry the ambiguous language, exceptions and vast data of the everyday world with the same ease.
| Year | Event | What changed? |
|---|---|---|
| 1950 | Turing's "Computing Machinery and Intelligence" | "Can it think?" became observable dialogue behaviour |
| 1956 | Dartmouth Summer Research Project | Artificial intelligence became the field's shared name |
| 1966 | ELIZA | Simple rules were shown to create the illusion of dialogue |
| 1970s–1980s | Expert systems | Specialist rules were programmed for specific domains |
| 1997 | Deep Blue defeats Kasparov | The power of massive computation and search in a narrow task was demonstrated |
| 2012 | AlexNet's ImageNet result | Deep neural networks on GPUs created a leap in computer vision |
| 2016 | The AlphaGo vs Lee Sedol match | Deep networks, search and reinforcement learning together set a new bar |
| 2017 | The Transformer architecture | Attention-based parallel training for text sequences was unlocked |
| 2022 | ChatGPT research preview | A large language model became a dialogue product for a mass audience |
Why did symbolic AI rise, and why did the AI winters begin?
In the first decades the main line was symbolic AI: concepts of the world were described with symbols, rules and logical relations. Programs could search chess moves, prove theorems and give advice in a defined domain through "if, then" rules. The approach was attractive because it produced explainable decisions.
Expert systems carried this idea into organisations in the 1970s and 1980s. Specialist knowledge was written into a rule base, and an inference engine drew conclusions from those rules. It worked in narrow, stable domains. As the number of rules grew, maintenance became difficult, and exceptions and a changing world aged the knowledge base quickly.
When expectations outran capability, funding and interest fell. The term "AI winter" describes not a complete halt to research but the cooling of investment and public interest due to the gap between promise and result. This cooling happened more than once in the field's history. Each time the cause was not only weak algorithms; expensive computing, scarce data and poor evaluation also played their part.
In 1997, IBM's Deep Blue defeating world chess champion Garry Kasparov in a match under standard tournament conditions brought AI back to the public stage. According to IBM's own history, the system could evaluate 200 million chess positions per second. This was not general intelligence; it was the combination of special hardware, search and chess knowledge in a narrow task.
What did machine learning and deep learning change?
In the symbolic approach, knowledge was mostly written by humans as rules; in machine learning, relationships are computed from examples. The internet created more digital data, GPUs expanded parallel computing, and algorithms and training practice matured. Ideas that were old individually gained new scale together.
In 2012, the deep convolutional neural network of Alex Krizhevsky, Ilya Sutskever and Geoffrey Hinton posted a striking result in the ImageNet classification challenge. The AlexNet paper documents a large network trained on 1.2 million high-quality images using GPUs. The turning point was not a single algorithm; data, computing and model size had met at the same moment.
According to Google DeepMind's account, AlphaGo defeated Lee Sedol in four of five games in March 2016. The Nature paper published earlier showed the system using a value network for evaluating positions, a policy network for selecting moves, tree search, supervised learning from human games and reinforcement learning from self-play. The event taught a lesson more interesting than the "machines have intuition" slogan: a union of different methods in the right architecture can be stronger than any single method.
This period brought the scientific foundations of today's machine learning and neural network systems close to mass products. Even so, a good benchmark was never a guarantee of real-world use. Turning a laboratory result into a product required data pipelines, latency, security, cost and human oversight.
How did the Transformer architecture open the road to ChatGPT?
In 2017 the paper "Attention Is All You Need" presented the Transformer, an architecture for processing sequential data that relied on neither recurrence nor convolution. The work published at NeurIPS showed quality on machine translation alongside training that could be parallelised far more effectively. That parallelism became central to scaling the large language models that followed.
The Transformer uses an attention mechanism to calculate which parts of a text relate to each other. Models trained on next-token prediction with vast data and computation could perform many language tasks — summarising, translation, question answering, code — on the same base. This changed the habit of building a separate model for every task.
On 30 November 2022, OpenAI presented ChatGPT as a research preview. The original launch page said the dialogue format was designed to answer follow-up questions, challenge incorrect premises and refuse some inappropriate requests. Beyond the technical model, the chat interface and wide availability turned AI from a research demo into an everyday work tool.
In the following years, search, file analysis, multimodal input, images, voice, memory and agent modes were added to the dialogue. The product changed; the core risk stayed: a linguistically convincing answer can be factually wrong. The ChatGPT guide explains today's capabilities and controls, separating current reality from the history.
What does AI history tell today's decisions?
The first lesson: there is a great distance between a demo and a durable system. ELIZA created the feeling of dialogue with simple rules; the modern model is far more complex, but the human tendency to infer meaning from fluency has not changed. When the screen amazes us, the test criteria should get stricter.
The second lesson is that leaps rarely come from a single idea. For AlexNet it was neural networks, ImageNet data and GPUs; for AlphaGo it was networks, search and reinforcement learning; for ChatGPT it was the Transformer, scale, alignment and a product interface, all working together. That is why "the best model" alone does not mean the best system.
The third lesson is managing expectations. The AI winters were not the technology disappearing; they were promise and real results drifting apart. For a company today, the healthier question is not "will AI change the future?" but "which measurable outcome does it change in this process, at what cost and risk?"
- Measure a new product claim with your own test set, not with historical analogy.
- Do not confuse benchmark results with live-process and local-language results.
- Evaluate the model, data, computing, interface and human oversight as one system.
- Do not present forecasts as facts, or narrow superiority as general intelligence.
- Record versions and dates; an AI product's feature today can change tomorrow.
Frequently asked questions about the history of artificial intelligence
Who invented artificial intelligence?
No single person invented AI. Turing framed the question of machine intelligence, McCarthy turned "artificial intelligence" into the field's name, and later generations developed logic, statistics, neural networks, computation and product design.
When was the term "artificial intelligence" coined?
The term was used in the 1955 proposal for the Dartmouth Summer Research Project, and the project's meeting took place in 1956. That is why many chronologies mark 1956 as the field's official beginning.
Was ChatGPT the first chatbot?
No. ELIZA, built by Joseph Weizenbaum in the 1960s, was among the earliest dialogue programs. ChatGPT's difference lies in the large language model, broad task capabilities, follow-up context and its presentation at product level for mass use.
What does "AI winter" mean?
An AI winter is a period after inflated expectations in which funding, commercial interest and research support decline. The field never stopped entirely in those years. Some methods and research continued outside public attention.
There is no straight line in the history
AI history is not the story of "the machine gradually became human." Concrete tasks, more data, new computing methods and more accessible interfaces have combined in waves. Each wave opened a new capability, then revealed its own boundary.
ChatGPT is not the end of that line; it is the current product form. Whatever name the next shift arrives under, the checks that history leaves us are the same: what was measured, under what conditions did it work, and when it was wrong, who held the responsibility?
Sources and further reading
- Alan Turing: Computing Machinery and Intelligence, Mind, 1950
- Dartmouth: Artificial Intelligence coined at Dartmouth
- IBM History: Deep Blue
- NeurIPS 2012: ImageNet Classification with Deep Convolutional Neural Networks
- Nature 2016: Mastering the game of Go with deep neural networks and tree search
- Google DeepMind: AlphaGo research history and match record
- NeurIPS 2017: Attention Is All You Need
- OpenAI, 30 November 2022: Introducing ChatGPT
I'm Anar Rustamli - a strategist, entrepreneur, and AI adoption leader working at the edge of growth, technology, and human thinking. Since 2016, my work has focused on helping businesses evolve in a rapidly changing digital landscape. I design growth systems, AI-powered workflows, and strategic frameworks that align performance with purpose. I believe real growth happens when strategy, data, and human insight work together - and my mission is to help businesses adopt AI in a way that strengthens both their results and their identity.

