Editorial Guide

History of Large Language Models

The history of large language models runs from a handful of research papers on representing words as numbers to systems that millions of people now use for writing, code, and conversation. This page traces that arc through the milestones that defined it: Word2Vec, the transformer, BERT and the GPT line, the ChatGPT breakout, and the turn toward open weights and reasoning. Each step built on the previous one, and the dataset behind this page keeps the story grounded in real dates, people, and results.

Summary

How large language models evolved from word embeddings and the transformer through BERT, the GPT line, ChatGPT, and reasoning models.

Timeline span

2013 to 2024 across 11 featured milestones.

Explore next

Jump into related tags, entity pages, and the full chronology below.

Word embeddings and the pre-transformer groundwork

Before models could generate fluent text, they needed a way to represent meaning that a network could work with. In 2013, Google researchers led by Tomas Mikolov published Word2Vec, which showed that relatively small neural networks could learn vector representations of words from large text corpora. The well-known example, king minus man plus woman lands near queen, made the idea concrete: semantic relationships could be captured as geometry in vector space.

Word2Vec mattered because it gave natural language processing a shared representation layer that was cheap to train and easy to reuse across tasks. It helped bridge the older statistical NLP tradition and the neural language-model era that followed. The embeddings were static, one vector per word regardless of context, a limit that later transformer-based models would remove. But the core idea that meaning could live in a learned vector space carried straight into everything that came after.

The transformer architecture and the attention shift

In June 2017, eight researchers at Google published 'Attention Is All You Need,' introducing the transformer. It replaced the recurrence that older sequence models depended on with self-attention, a mechanism that lets the model weigh every token against every other token and process the whole sequence in parallel. That parallelism is what made training at scale practical, because it mapped cleanly onto modern GPU hardware in a way that recurrent networks never did.

The architecture is the reason the modern LLM era exists. Transformers sit behind GPT, BERT, Claude, Llama, and effectively every frontier system that followed, and several of the paper's co-authors went on to found their own AI companies. The shift was as much about engineering as theory: once attention removed the sequential bottleneck, the question stopped being how to design a better recurrent cell and became how far scale and data could push a single, uniform architecture.

The pretraining era: BERT and the GPT line

Two transformer-based approaches set the template for what came next, and they read the same text in opposite ways. In June 2018, OpenAI released GPT-1, a 117-million-parameter model that learned by predicting the next token across large amounts of text, then fine-tuned for specific tasks. Four months later, Google published BERT, which read context from both directions at once, broke records on 11 NLP benchmarks, and was folded into Google Search where it affected about 10 percent of queries.

The shared lesson was that pre-training on unlabeled text, then adapting the result, beat building task-specific systems from scratch. GPT-2 pushed the generative side of that idea in 2019 with 1.5 billion parameters, and OpenAI's initial decision to withhold the full model, calling it too dangerous to release, became the first major safety controversy of the LLM era. The full GPT-2 weights shipped later that year, but the episode set the tone for how labs would talk about release decisions going forward.

Scale and the ChatGPT breakout

In June 2020, OpenAI released GPT-3 with 175 billion parameters, about 100 times the size of GPT-2. Without fine-tuning, it could write essays, code, and poetry and translate languages through few-shot learning, picking up a task from a few examples placed in the prompt. GPT-3 gave the scaling hypothesis real credibility: bigger models produced capabilities no one had explicitly trained for, and the API launch spawned an ecosystem of startups built on top of it.

The public turning point came on 30 November 2022, when OpenAI released ChatGPT, built on GPT-3.5 and tuned with reinforcement learning from human feedback. It reached a million users in five days and 100 million in two months, the fastest consumer adoption on record, and it made the technology legible to people who had never read an AI paper. GPT-4 followed in March 2023, adding image understanding and passing professional exams such as the bar at the 90th percentile, which pushed every industry to take the capabilities seriously and intensified the competition between labs.

The competitive and open frontier plus reasoning

After ChatGPT, the field stopped being a single-lab story. Anthropic, founded by former OpenAI researchers, released Claude in March 2023, trained with Constitutional AI, an approach where the model follows a written set of principles rather than relying only on human preference ratings. In July 2023, Meta released Llama 2 as open weights with broad commercial use permitted, which made self-hosted, customizable frontier-quality models a mainstream option and produced thousands of fine-tunes within weeks.

The next shift was about how models spend compute rather than how large they are. In September 2024, OpenAI released o1, trained to reason through chain-of-thought at inference time, spending more compute to work through hard math, coding, and science problems step by step. That introduced test-time compute scaling as a second lever alongside model size, and it pointed the field toward systems that deliberate before answering rather than only predicting the next token faster.

Milestone chronology

The essential timeline behind this guide, ordered chronologically.

Tomáš Mikolov, lead author of Word2Vec
ResearchDeep Learning Breakthrough

Word2Vec: Words as Vectors

Google researchers published Word2Vec, showing that relatively small neural networks could efficiently learn meaningful vector representations of words from large text corpora. The famous example `king - man + woman ≈ queen` made the idea vivid: semantic relationships could be captured geometrically in vector space.

Tomas MikolovGoogle
The Transformer model architecture diagram from Attention Is All You Need
ResearchDeep Learning Breakthrough

Attention Is All You Need: The Transformer

Eight researchers at Google published 'Attention Is All You Need,' introducing the Transformer architecture. It replaced recurrence with self-attention mechanisms that could process entire sequences in parallel. The paper's title was deliberately bold — and proved prescient.

Ashish VaswaniNoam ShazeerGoogle BrainGoogle Research
OpenAI logo
ResearchThe Transformer Era

GPT-1: Generative Pre-training

OpenAI released GPT-1, demonstrating that a Transformer trained on vast amounts of text using unsupervised pre-training could then be fine-tuned for specific NLP tasks. With 117 million parameters, it showed the potential of scaling language models.

Alec RadfordOpenAI
ResearchThe Transformer Era

BERT: Bidirectional Language Understanding

Google published BERT (Bidirectional Encoder Representations from Transformers), which could understand language context from both directions simultaneously. BERT shattered records on 11 NLP benchmarks. Google integrated it into Search, affecting 10% of all queries.

Jacob DevlinGoogle AI
GPT-2 language model generating text about itself
ResearchThe Transformer Era

GPT-2: 'Too Dangerous to Release'

OpenAI announced GPT-2 (1.5 billion parameters) but initially refused to release the full model, calling it 'too dangerous' due to its ability to generate convincing fake text. The decision was controversial — some praised the caution, others called it a publicity stunt. The full model was eventually released in November 2019.

Alec RadfordOpenAI
OpenAI logo
ResearchThe Transformer Era

GPT-3: The 175 Billion Parameter Leap

OpenAI released GPT-3 with 175 billion parameters — 100x larger than GPT-2. Without any fine-tuning, GPT-3 could write essays, code, poetry, translate languages, and answer questions through 'few-shot learning' (learning from just a few examples in the prompt). The API launched in beta, enabling thousands of applications.

Tom BrownOpenAI
OpenAI logo, creators of ChatGPT
ProductGenerative AI Revolution

ChatGPT: AI Goes Mainstream

OpenAI released ChatGPT, a conversational AI based on GPT-3.5 fine-tuned with RLHF (Reinforcement Learning from Human Feedback). It reached 1 million users in 5 days and 100 million in 2 months — the fastest-growing consumer application in history. People used it to write emails, debug code, brainstorm ideas, and a thousand other tasks.

Sam AltmanOpenAI
Anthropic logo, creators of Claude
ProductGenerative AI Revolution

Claude: Constitutional AI

Anthropic released Claude, an AI assistant built with Constitutional AI (CAI) — a novel approach where the model is trained to follow a set of principles rather than just optimizing for human preference ratings. Anthropic, founded by former OpenAI researchers, positioned Claude as the safety-focused alternative.

Dario AmodeiDaniela AmodeiAnthropic
OpenAI logo
ResearchGenerative AI Revolution

GPT-4: Multimodal Intelligence

OpenAI released GPT-4, a multimodal model that could understand both text and images. It passed the bar exam (90th percentile), scored 1410 on the SAT, and demonstrated remarkably nuanced reasoning. It was a massive leap from GPT-3.5 in accuracy, safety, and capability.

OpenAI
Meta AI logo
Open SourceGenerative AI Revolution

Llama 2: Meta Opens the Floodgates

Meta released Llama 2, a family of widely available large language models (7B, 13B, 70B parameters) distributed as open weights under a custom license that allowed broad commercial use. While not open-source in the strict OSI sense, it gave companies and researchers access to a frontier-quality model they could run, customize, and deploy themselves.

Mark ZuckerbergMeta
OpenAI logo, creators of o1
ResearchGenerative AI Revolution

OpenAI o1: Reasoning Models

OpenAI released o1, a model trained to 'think before it speaks' using chain-of-thought reasoning at inference time. It could solve complex math, coding, and science problems by spending more compute thinking through multi-step solutions — trading speed for accuracy on hard problems.

OpenAI

Related guides

Frequently asked questions

What is the history of large language models?+

Large language models grew out of a sequence of milestones in natural language processing. Word2Vec (2013) showed that words could be represented as learned vectors. The transformer architecture (2017) replaced recurrence with self-attention and made training at scale practical. BERT and GPT-1 (2018) established pre-training on large text corpora, GPT-3 (2020) demonstrated that scale produced new capabilities, and ChatGPT (2022) brought the technology to the public. Later releases such as Claude, Llama 2, and OpenAI o1 broadened the field into safety-focused, open-weight, and reasoning systems.

What was the first large language model?+

GPT-1, released by OpenAI in June 2018, is commonly cited as the first model in the modern large language model line. It used the transformer architecture, learned by predicting the next token across large amounts of text, and had 117 million parameters. Its core method, unsupervised pre-training followed by task-specific fine-tuning, set the template that GPT-2, GPT-3, and later systems scaled up.

How did the transformer change AI?+

The transformer, introduced in the 2017 paper 'Attention Is All You Need,' replaced the sequential recurrence of earlier models with self-attention, which lets a model process an entire sequence in parallel and weigh every token against every other token. That parallelism made training at large scale practical on GPU hardware. The architecture now sits behind GPT, BERT, Claude, Llama, and almost every frontier AI system, which is why it is regarded as the foundation of the modern LLM era.

What is the difference between GPT and BERT?+

GPT and BERT are both transformer-based models released in 2018, but they read text differently. GPT (from OpenAI) is trained to predict the next token left to right, which makes it well suited to generating text. BERT (from Google) reads context from both directions at once, which makes it well suited to understanding tasks such as search and classification. BERT broke records on 11 NLP benchmarks and was integrated into Google Search, while the GPT line carried the generative approach forward into GPT-2, GPT-3, and ChatGPT.

When did LLMs become mainstream?+

Large language models reached the general public on 30 November 2022, when OpenAI released ChatGPT. Built on GPT-3.5 and tuned with reinforcement learning from human feedback, it reached one million users in five days and 100 million in two months, the fastest consumer adoption on record. GPT-3 (2020) had already shown the underlying capability through its API, but ChatGPT's conversational interface is what made the technology widely usable and triggered the broad public and investment response.

Get the next major AI milestone in your inbox

Short updates when new milestones or evergreen explainers are added to AI Timeline.

Good for staying current without losing the long-term historical thread.