Defined scope
- Tokenization
- Embeddings
- Transformer architecture
- Pretraining and adaptation
- Inference and decoding
- Context windows
CONCEPT
A large language model is a parameterized machine-learning model trained to predict and generate sequences of tokens from statistical patterns learned across large text or multimodal corpora.
Large language models combine tokenization, embeddings, transformer layers, attention, training objectives and probabilistic decoding to generate or transform language.
EDITORIAL FRAME
A concise view of its scope, position, limitations and supporting sources.
A large language model is a learned system that estimates relationships between tokens and uses those estimates to continue, transform or classify sequences. The word “large” usually refers to some combination of parameter count, training data and computational scale rather than a strict threshold.
Text is segmented into tokens, mapped into numerical representations and processed through repeated transformer layers. Attention mechanisms let the model weigh relationships between positions in the available context. During inference, the model produces a probability distribution over possible next tokens and a decoding strategy selects from that distribution.
The concept includes pretraining, supervised adaptation, preference optimization, prompting, context windows, tool use, retrieval augmentation, quantization and evaluation. It does not imply that every model has the same architecture or that text generation alone establishes factual reliability.
Electronic Artefacts treats the LLM as one component inside a wider knowledge or creative system. Sources, retrieval, permissions, tools, interfaces, provenance and human review determine whether the model is useful and governable.
Language models can produce plausible but unsupported statements, inherit dataset bias, lose information outside their context, expose sensitive inputs and behave differently under small prompt changes. Their outputs require evaluation appropriate to the domain.
See Vaswani et al., Retrieval-Augmented Generation, Generative AI, Provenance and Augmented Intelligence.
DOCUMENTED RELATIONSHIPS
Each link names the relationship between two entries and why it matters.
How Large Language Models Actually Work documents the core LLM concept.
AI Agents vs AI Workflows documents Large Language Model as one of its declared subjects.
Local and Open Source AI Systems documents Large Language Model as one of its declared subjects.
Retrieval-Augmented Generation and Knowledge Systems documents Large Language Model as one of its declared subjects.
Large Language Model is an explicit member of the Knowledge Hub Third Wave collection.
Large Language Model. 1.0.0. Electronic Artefacts, 2026-06-24. https://electronicartefacts.com/knowledge/concepts/large-language-model/
5 public links connect this page to nearby projects, concepts and references.