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
2022Interleave reasoning traces with task-specific actions.
Still active techniqueSelf-Ask
2022Decompose questions by asking and answering follow-up questions.
Still active techniquePrompt Chaining
2022Connect multiple focused prompts in sequential workflows.
Still active techniqueRole Prompting
2021Assign an expert persona to access specialized knowledge.
Still active techniqueEmotion Prompting
2023Add emotional context to enhance AI response quality and engagement.
Still active techniqueStyle Prompting
2023Control writing style, tone, and voice characteristics.
Still active techniqueFlipped Interaction
2023Let AI ask clarifying questions before responding.
Still active techniqueS2A
2023Regenerate context to remove irrelevant information before answering.
Still active techniqueSimToM
2023Simulate different perspectives for theory-of-mind reasoning.
Still active techniqueRaR
2023Rephrase the question before answering to improve comprehension.
Still active techniqueRE2
2023Re-read the question to enhance understanding of complex problems.
Still active techniqueSystem Prompting
2022Define AI behavior, personality, and constraints through persistent system-level instructions.
Still active techniqueRAG
2020Ground AI responses in retrieved documents to reduce hallucination and deliver source-backed answers.
Still active techniqueAgentic Prompting
2023Design AI systems that autonomously plan, execute, and adapt tasks using tools and reasoning loops.
Still active techniqueMeta Prompting
2023High-level structural templates that teach HOW to approach tasks rather than providing specific content.
Still active techniqueBatch Prompting
2023Process multiple task instances in a single prompt for efficiency and cost reduction.
Still active techniquePrompt Repetition
2024Simply repeating key instructions improves non-reasoning LLM performance through emphasis.
Still active techniqueDirectional Stimulus
2023Use targeted hints and cues to steer LLM outputs toward desired directions.
Still active techniqueGenerated Knowledge
2022Model generates relevant knowledge before answering to improve accuracy on reasoning tasks.
Still active techniqueHyDE
2022Generate hypothetical answer documents to improve retrieval without task-specific training.
Still active techniqueAsk Me Anything
2023Transform task inputs into question-answer format and aggregate multiple reformulated responses.
Still active techniqueSocratic Prompting
2023Use reflective Socratic questioning to guide AI through iterative reasoning and discovery.
Still active techniqueDialogue-Guided
2023Use multi-turn dialogue structure to guide reasoning through conversational exchange.
Still active techniqueInstruction Induction
2023Infer task instructions from a few input-output demonstrations automatically.
Still active techniqueAPE
2022Automatically generate and select optimal prompt instructions via LLM-driven search.
Still active techniqueOPRO
2023Use LLMs as optimizers where the optimization task is described in natural language.
Still active techniquePrompt Paraphrasing
2023Generate multiple semantically similar prompt variants and ensemble their responses.
Still active techniqueReasoning via Planning
2023Treat reasoning as planning using the LLM as both world model and agent with MCTS.
Still active techniqueLATS
2023Synergize reasoning, acting, and planning via Monte Carlo Tree Search for agents.
Still active techniqueChain of Density
2023Iteratively refine summaries to be progressively more entity-dense without increasing length.
Still active techniqueTechnique 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 |
Related Categories
Explore other framework categories that complement Prompting Strategies.
Structured Techniques
5 frameworksStep-by-step templates for clear, repeatable prompt structure.
In-Context Learning
9 frameworksTeach AI by demonstration with zero-shot, few-shot, and example selection.
Reasoning & CoT
14 frameworksChain-of-thought methods for transparent, step-by-step reasoning.