AI Prompting Glossary

The definitive dictionary for prompt engineering, LLM architecture, and AI generation techniques.

Zero-Shot Prompting

Techniques

A prompting technique where the AI model is asked to perform a task without being provided any prior examples. The model relies entirely on its pre-trained knowledge to generate the response.

ExamplePrompt: 'Translate the following English text to French: Hello, how are you?'

Few-Shot Prompting

Techniques

A technique where the AI is provided with a small number of examples (usually 2 to 5) within the prompt to demonstrate the desired format, style, or logic before asking it to perform the actual task.

ExamplePrompt: 'Positive: I love this!\nNegative: I hate this!\nClassify: This is okay.'

Chain of Thought (CoT)

Advanced

A prompting strategy that forces the AI to break down complex, multi-step problems into intermediate reasoning steps before arriving at a final answer.

ExamplePrompt: 'Let's think step by step. First, calculate the total cost, then apply the 10% discount...'

Hallucination

Risks

A phenomenon where an AI model generates false, nonsensical, or unverified information, presenting it confidently as fact. Hallucinations are often mitigated by providing strong context (RAG) or using structured frameworks like STCO.

ExampleThe AI invents a legal precedent that does not exist in any jurisdiction.

RAG (Retrieval-Augmented Generation)

Architecture

An architecture that connects an LLM to an external knowledge base or database. Instead of relying on its training data, the model retrieves the exact factual documents needed to answer a query.

ExampleAI Prompt Architect uses RAG to pull specific corporate guidelines into the prompt before generating text.

Temperature

Parameters

A parameter in AI inference that controls the randomness of the output. A temperature of 0 produces deterministic, highly predictable responses (good for coding/legal), while a temperature of 1 produces highly creative and varied responses (good for brainstorming/poetry).

ExampleSetting Temperature=0.2 for contract generation.

STCO Framework

Frameworks

System, Task, Context, Output. A proprietary prompt engineering framework ensuring perfectly aligned AI generation by defining exactly who the AI is (System), what it must do (Task), what data constraints it has (Context), and the exact format it should return (Output).

ExampleSystem: You are a senior lawyer.\nTask: Review this NDA.\nContext: [Attached PDF]\nOutput: Bulleted list of risks.

Master these concepts instantly

Don't want to write manual Chain of Thought structures? Our STCO AI Prompt Architect applies all of these advanced techniques automatically.

Start Architecting Prompts