The text input you send to a language model. Most 'AI doesn't work' complaints trace back to prompt quality before they trace to model quality.
Definition: The text input you send to a language model. Most 'AI doesn't work' complaints trace back to prompt quality before they trace to model quality.
The text input you send to a model. Sounds trivial. It is not. Most "AI doesn't work" complaints trace back to prompt quality before they trace to model quality.
Instruction given to an LLM that sets its role, behavior, or output format before any user input arrives. Acts as the model's standing operating instructions for the rest of a conversation. Wrapper tools usually contain a hidden system prompt you cannot see.
An AI system trained on vast amounts of text to predict and generate human-like language. Best understood as a concept-transformation engine rather than a knowledge database.
Model parameter controlling how random the output is during sampling. Temperature 0 makes the model pick the most probable next token at each step; higher values introduce more variation. Pin to 0 for reproducibility, raise for exploration.