Glossary
A collection of terms and definitions related to AI, marketing, and technology.
Structured Output
Structured output occurs when a language model returns data in predictable, machine-readable formats—such as JSON, XML, or typed objects—rather than...
System Prompt
A system prompt is an invisible set of instructions given to a language model—defining its persona, constraints, output format, and behavioral rules—and...
Temperature
Temperature is a parameter controlling a language model’s randomness: at 0 it always picks the most probable next token for deterministic, reliable output,...
Referenced in 1 post
Token
In large language models, a token is the basic unit of text—usually chunks of three to four characters—that the model reads and generates.
Referenced in 4 posts
Transformer
The transformer is the neural network architecture introduced in Vaswani et al.’s “Attention Is All You Need” that replaces recurrence with parallel...
Referenced in 1 post