ML//large language model
A large language model learns a distribution over token sequences and uses it to predict what should come next. GPT, Claude and Llama are families built around this mechanism, although the products carrying those names usually add retrieval, tools, policy layers and conventional software.
A large language model learns a distribution over token sequences and uses it to predict what should come next. GPT, Claude and Llama are families built around this mechanism, although the products carrying those names usually add retrieval, tools, policy layers and conventional software.
The useful boundary is simple: an LLM generates. It does not automatically remember yesterday, execute the shell or possess an objective that survives between requests. Those properties are assembled around it.
Weights preserve what training changed.
Context supplies what this inference can currently see.
Sampling turns token probabilities into one particular continuation.
Calling the whole product “the model” hides most of the engineering.