A generative language model estimates patterns in sequences of linguistic tokens and uses those estimates to continue, transform or produce text. Its most common operational form predicts a probability distribution over the next token given prior context, then repeatedly selects tokens according to a decoding procedure. That modest-looking mechanism can produce essays, dialogue, code, translations, summaries and structured data because the model learns compressed statistical regularities across enormous bodies of text and other symbolic material.
Language modelling is older than contemporary artificial intelligence. Shannon used probabilistic approximations to reason about English sequences and information entropy. N-gram models estimated the likelihood of words from short histories. Neural probabilistic models replaced sparse tables with distributed representations, recurrent networks extended context through hidden state, and the Transformer used attention to model relationships across sequences in parallel. Generative pretraining then showed that one large model could learn broad linguistic capabilities before being adapted or prompted for many downstream tasks. [S01-S08]
Scale changed the role of language models. Larger training corpora, model capacity and computation produced increasingly general systems, while scaling-law research described predictable relationships among loss, parameters, data and compute. Instruction tuning and preference-based optimisation made models more responsive to human requests, but those procedures did not transform next-token generation into a database, proof system or stable human intention. [S09-S12]
The model's output is newly generated symbolic material, not retrieved testimony from one identifiable source. It may reproduce memorised fragments, recombine patterns, infer useful structures or fabricate unsupported details. Fluency arises from sequence modelling; truth requires correspondence with the world, evidence or a reliable source. The distinction matters because human readers often use linguistic confidence as a proxy for knowledge.
Generative language models reduce the marginal cost of drafting and transformation. They can make writing, coding and linguistic assistance available at interactive speed. They also concentrate power in training-data access, computation, model distribution and interface control. Their outputs can scale persuasion, spam, impersonation and low-cost misinformation. Their development raises disputes over consent, copyright, labour, environmental cost, language inequality and whether model behaviour can be meaningfully audited.
The topic is deliberately narrower than conversational assistants, retrieval-augmented systems and autonomous agents. A language model is a generative statistical model. An assistant wraps the model in instructions, tools, memory, safety systems and an interface. Retrieval adds external documents. An agent adds planning and action. Collapsing those layers into one blob called “AI” is intellectually equivalent to calling the entire Internet a keyboard.
The big idea
Generative language models turn learned distributions over symbolic sequences into scalable language production. Their defining achievement is that one trained model can generate and transform many kinds of text through context and prompting. Their recurring danger is that probabilistic fluency can be mistaken for grounded knowledge, stable intention, complete attribution or reliable truth.