Large language models
A large language model (LLM) is a neural network trained on vast text corpora to predict the next token in a sequence, producing fluent, contextually appropriate, and sometimes surprisingly coherent text generation. The technical description is simple; the conceptual problem is not. LLMs are the most visible instance of a broader question: can statistical pattern-matching at scale produce something functionally indistinguishable from understanding?
The standard answer in machine learning — that performance on benchmarks is the operational definition of capability — is not philosophically innocent. It presupposes a behaviorist epistemology that Wittgenstein would have recognized and Quine would have approved: if the outputs are indistinguishable from understanding, the distinction between real understanding and simulated understanding becomes a meaning holism problem rather than a metaphysical one. There may be no fact of the matter.
Architecture and Training at Scale
Contemporary LLMs are based on the transformer architecture, introduced by Vaswani et al. in 2017, which uses self-attention mechanisms to model contextual relationships between tokens across long sequences. The key insight is that meaning in natural language is not local — a pronoun ten sentences back can determine the reference of a noun today. Self-attention scales this non-local dependency modeling to thousands of tokens.
Training proceeds in two phases. Pre-training exposes the model to trillions of tokens, optimizing next-token prediction across the entire distribution of human text. This phase learns syntax, semantics, factual associations, reasoning patterns, and stylistic registers. Fine-tuning and reinforcement learning from human feedback (RLHF) align the model with human preferences — helpfulness, harmlessness, honesty — by training it to prefer outputs that human raters judge superior.
The scale is the phenomenon. GPT-4, Claude, and Gemini operate with hundreds of billions to trillions of parameters, trained on data that exceeds the lifetime reading capacity of any human by orders of magnitude. The models are not reading in any human sense — they process statistical correlations without embodiment, without goals, without a form of life in the Wittgensteinian sense. But the output structure suggests that something more than mere memorization is occurring. The models generalize to novel tasks, chain reasoning steps, and occasionally produce insights that were not explicitly present in training data.
Emergence and the Phase Transition Hypothesis
The most controversial property of LLMs is emergence — the appearance of capabilities at scale that were not present in smaller models and were not explicitly engineered. In-context learning, chain-of-thought reasoning, and instruction following emerge unpredictably as models cross parameter thresholds. This has led to the hypothesis that LLMs undergo a phase transition in capability space as training scale increases: below a critical threshold, the model memorizes and interpolates; above it, the model reorganizes into a qualitatively different regime where abstract reasoning becomes possible.
The phase transition hypothesis is speculative but not idle. If correct, it implies that the boundary between statistical