LLM (Large Language Model)

Appears in 6 tutorials

An AI model (GPT, Claude, Gemini, Llama…) that predicts the next chunk of text.

As used in AI Agents →

An AI model (GPT, Claude, Gemini, Llama…) that predicts the next chunk of text. The "brain" of an agent.

As used in Retrieval-Augmented Generation (RAG) →

A large neural network that predicts the next token; the "model" in RAG.

As used in Fine-Tuning & Model Customization →

A large neural network trained to predict the next token in text, capable of language tasks. (M01)

As used in AI Production Engineering →

A model trained to understand and generate human language. The thing behind chatbots. (Mod 0)

As used in LLM Infrastructure →

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.

As used in Git, GitHub & GitHub Copilot →

The AI model under the hood that generates text/code. (Mod 10)