learn
Large Language Model
What Large Language Model means, how it works, and which tools and models on this site relate to it.
Definition
A large language model (LLM) is a neural network trained to predict the next token in text at scale. The same core idea now powers chat, coding, summarization, and many agents.
How it works
Text is split into tokens. The model scores possible next tokens and samples from that distribution. Capabilities come from pretraining data, post-training (including preference methods), and the interface wrapped around the model.