Prompting Strategies

14 frameworks — Versatile techniques spanning agentic workflows, communication styles, and input refinement methods.

Overview

Prompting strategies encompass versatile techniques spanning agentic workflows, communication styles, and input refinement. From assigning expert personas to letting AI ask clarifying questions, these methods shape how you interact with AI at a fundamental level.

Use prompting strategies when you need to change how the AI approaches a task rather than what it reasons about. Role prompting for domain expertise, emotion prompting for engagement, ReAct for multi-step tool use, or S2A for noise reduction — each strategy unlocks a different dimension of AI capability.

Prompting Strategies 27

ReAct

2022

Interleave reasoning traces with task-specific actions.

Still active technique

Self-Ask

2022

Decompose questions by asking and answering follow-up questions.

Still active technique

Prompt Chaining

2022

Connect multiple focused prompts in sequential workflows.

Still active technique

Role Prompting

2021

Assign an expert persona to access specialized knowledge.

Still active technique

Emotion Prompting

2023

Add emotional context to enhance AI response quality and engagement.

Still active technique

Style Prompting

2023

Control writing style, tone, and voice characteristics.

Still active technique

Flipped Interaction

2023

Let AI ask clarifying questions before responding.

Still active technique

S2A

2023

Regenerate context to remove irrelevant information before answering.

Still active technique

SimToM

2023

Simulate different perspectives for theory-of-mind reasoning.

Still active technique

RaR

2023

Rephrase the question before answering to improve comprehension.

Still active technique

RE2

2023

Re-read the question to enhance understanding of complex problems.

Still active technique

System Prompting

2022

Define AI behavior, personality, and constraints through persistent system-level instructions.

Still active technique

RAG

2020

Ground AI responses in retrieved documents to reduce hallucination and deliver source-backed answers.

Still active technique

Agentic Prompting

2023

Design AI systems that autonomously plan, execute, and adapt tasks using tools and reasoning loops.

Still active technique

Meta Prompting

2023

High-level structural templates that teach HOW to approach tasks rather than providing specific content.

Still active technique

Batch Prompting

2023

Process multiple task instances in a single prompt for efficiency and cost reduction.

Still active technique

Prompt Repetition

2024

Simply repeating key instructions improves non-reasoning LLM performance through emphasis.

Still active technique

Directional Stimulus

2023

Use targeted hints and cues to steer LLM outputs toward desired directions.

Still active technique

Generated Knowledge

2022

Model generates relevant knowledge before answering to improve accuracy on reasoning tasks.

Still active technique

HyDE

2022

Generate hypothetical answer documents to improve retrieval without task-specific training.

Still active technique

Ask Me Anything

2023

Transform task inputs into question-answer format and aggregate multiple reformulated responses.

Still active technique

Socratic Prompting

2023

Use reflective Socratic questioning to guide AI through iterative reasoning and discovery.

Still active technique

Dialogue-Guided

2023

Use multi-turn dialogue structure to guide reasoning through conversational exchange.

Still active technique

Instruction Induction

2023

Infer task instructions from a few input-output demonstrations automatically.

Still active technique

APE

2022

Automatically generate and select optimal prompt instructions via LLM-driven search.

Still active technique

OPRO

2023

Use LLMs as optimizers where the optimization task is described in natural language.

Still active technique

Prompt Paraphrasing

2023

Generate multiple semantically similar prompt variants and ensemble their responses.

Still active technique

Reasoning via Planning

2023

Treat reasoning as planning using the LLM as both world model and agent with MCTS.

Still active technique

LATS

2023

Synergize reasoning, acting, and planning via Monte Carlo Tree Search for agents.

Still active technique

Chain of Density

2023

Iteratively refine summaries to be progressively more entity-dense without increasing length.

Still active technique

Technique Comparison

Side-by-side comparison of all 27 techniques in this category.

Technique Year Best For Key Strength Complexity
ReAct 2022 Multi-step tasks Action + thought Medium
Self-Ask 2022 Compositional Q&A Follow-up questions Medium
Prompt Chaining 2022 Complex workflows Sequential focus Low
Role Prompting 2021 Expert knowledge Persona activation Very Low
Emotion Prompting 2023 Engagement Emotional context Low
Style Prompting 2023 Tone control Voice customization Low
Flipped Interaction 2023 Requirement gathering AI-led questions Low
S2A 2023 Noise reduction Context regeneration Medium
SimToM 2023 Perspective tasks Theory of mind Medium
RaR 2023 Comprehension Question rephrasing Low
RE2 2023 Complex problems Question re-reading Very Low
System Prompting 2022 Production AI apps Persistent config Low
RAG 2020 Factual accuracy Source grounding High
Agentic Prompting 2023 Autonomous tasks Tool use + planning Very High