Reference
Prompt Engineering Glossary
Every term you need, with working example prompts and practical notes on when each technique earns its keep.
4 terms starting with "S" in Techniques
Self-Consistency
Generating N independent answers to the same prompt (with temperature > 0) and picking the majority answer -- trading compute for reliability.
TechniquesStep-Back Prompting
Before answering a specific question, asking the model to derive the general principle or high-level abstraction that the question falls under -- then using that principle to answer.
TechniquesStructured Output
Constraining a model to produce JSON, XML, or other machine-parseable output conforming to a schema -- so downstream code can consume it reliably.
TechniquesSystem Prompt
The high-priority, typically hidden instruction that sets a model's persona, rules, and constraints for an entire conversation.
