LLM (Large Language Model)
An AI model (GPT, Claude, Gemini, Llama…) that predicts the next chunk of text.
An AI model (GPT, Claude, Gemini, Llama…) that predicts the next chunk of text. The "brain" of an agent.
A large neural network that predicts the next token; the "model" in RAG.
A large neural network trained to predict the next token in text, capable of language tasks. (M01)
A model trained to understand and generate human language. The thing behind chatbots. (Mod 0)
A program that has learned, from huge amounts of text, to predict the next chunk of text. All its abilities come from this one skill applied repeatedly.
The AI model under the hood that generates text/code. (Mod 10)