456
topic · #prompting

Everything about prompting

19 connected nodes across dictionary, workflows, comparisons, prompts, tool stacks and use cases.

/ Dictionary · 12
DEFDictionaryNODE·4EF5FF

Prompt Chaining

Pipelining LLM calls where each step's output feeds the next.

#ai#prompting
/prompt-chainingopen →
DEFDictionaryNODE·43762E

Chain of Thought

Prompting an LLM to reason step-by-step before answering, often improving accuracy on hard tasks.

#ai#prompting
/chain-of-thoughtopen →
DEFDictionaryNODE·59314E

Few-Shot Prompting

Showing the model 2–5 examples of the task inside the prompt so it mirrors the pattern.

#ai#prompting
/few-shot-promptingopen →
DEFDictionaryNODE·EF9AED

System Prompt

A high-priority instruction that sets the model's role, tone and constraints for the whole conversation.

#ai#prompting
/system-promptopen →
DEFDictionaryNODE·302F7C

Temperature

The randomness knob on an LLM's output distribution.

#ai#prompting
/temperatureopen →
DEFDictionaryNODE·12B7FD

Top-p (Nucleus Sampling)

Restricting sampling to the smallest set of tokens whose probability sums to p.

#ai#prompting
/top-popen →
DEFDictionaryNODE·31F10D

JSON Mode

A model setting that guarantees valid JSON output.

#ai#prompting
/json-modeopen →
DEFDictionaryNODE·793BCB

Structured Generation

Constraining decoding to match a schema at every token.

#ai#prompting
/structured-generationopen →
DEFDictionaryNODE·3F3788

Self-Consistency

Sampling multiple answers and picking the majority to reduce errors.

#ai#prompting
/self-consistencyopen →
DEFDictionaryNODE·D270FD

Prompt Template

A reusable prompt with named variables filled at runtime.

#ai#prompting
/prompt-templateopen →
DEFDictionaryNODE·4D2771

Chain-of-Thought Prompting

Instructing a model to think step by step before answering.

#ai#prompting
/cot-promptingopen →
DEFDictionaryNODE·6851B5

Zero-Shot Prompting

Asking a model to do a task with no examples in the prompt.

#ai#prompting
/zero-shotopen →
/ Prompts · 7