Glossary/Large language model

Large language model

A large language model (LLM) is a deep-learning system trained on enormous text corpora to predict the next word in a sequence, and the underlying technology behind every modern AI writing and content tool.

LLMs are built on the transformer architecture (Google, 2017) and trained on hundreds of billions to trillions of words. The training objective is simple — predict the next token — but at scale this single task produces models that can write, summarise, translate, code, and reason. Modern marketing-relevant LLMs include Anthropic’s Claude, OpenAI’s GPT family, and Google’s Gemini.

Out of the box, an LLM has no knowledge of a specific brand. Brand-conditioning approaches include prompt engineering (passing brand context in every request), retrieval-augmented generation (pulling brand-specific context into the prompt automatically), and fine-tuning (continued training on a brand’s corpus). Voice fingerprints are a structured-prompt approach.

Why it matters

Every AI marketing tool is built on an LLM. The difference between tools is rarely the model — it is the conditioning layer around it. Tools that condition deeply produce on-brand output; tools that don’t produce the same generic register every other tool produces.