Discover 177+ Techniques & Frameworks

Browse every prompt engineering technique and framework in the Praxis Library, organized by category. New to prompting? Start with Prompt Basics.

Reasoning & CoT 27

Chain-of-thought methods that guide AI through transparent, step-by-step logical reasoning.

Chain-of-Thought

2022

Encourage step-by-step reasoning through intermediate thinking steps.

Still active technique

Zero-Shot CoT

2022

Add "Let's think step by step" without examples for reasoning tasks.

Still active technique

Auto-CoT

2022

Automatically generate diverse reasoning demonstrations with clustering.

Still active technique

Contrastive CoT

2023

Provide both correct and incorrect reasoning examples for contrast.

Still active technique

Structured CoT

2023

Triple-phase reasoning: analysis, structured thinking, summarization.

Still active technique

Faithful CoT

2023

Symbolic reasoning combined with natural language for verifiable answers.

Still active technique

Complexity-Based

2023

Select the most complex reasoning paths for harder problems.

Still active technique

Tab-CoT

2023

Tabular format to organize step-by-step reasoning in columns.

Still active technique

Analogical Reasoning

2023

Solve problems by generating and applying relevant analogies.

Still active technique

Step-Back Prompting

2023

Abstract to higher-level concepts before solving specific problems.

Still active technique

Thread of Thought

2023

Segment and reason through lengthy context systematically.

Still active technique

Active Prompting

2023

Identify uncertain examples and annotate them for better demonstrations.

Still active technique

Memory of Thought

2023

Pre-think across unlabeled data before tackling target problems.

Still active technique

Reversing CoT

2023

Work backward from conclusions to verify reasoning validity.

Still active technique

Uncertainty-Routed CoT

2023

Apply chain-of-thought selectively based on model confidence for cost-optimal reasoning.

Still active technique

Algorithm of Thoughts

2024

Embed algorithmic search patterns like DFS and BFS directly into prompts for single-call solution-space exploration.

Still active technique

Buffer of Thoughts

2024

Maintain reusable thought-templates from past problem-solving for template-guided reasoning.

Still active technique

Maieutic Prompting

2022

Build recursive explanation trees and use logical consistency to verify commonsense reasoning.

Still active technique

Scratchpad Prompting

2021

Show intermediate computation steps in a dedicated workspace before producing final answers.

Still active technique

Selection-Inference

2023

Alternate between selecting relevant premises and drawing conclusions for structured logical reasoning.

Still active technique

Thought Propagation

2023

Solve analogous problems first and propagate insights to refine the target problem’s solution.

Still active technique

Chain-of-Symbol

2023

Replace natural language with compact symbolic representations for spatial and structural reasoning.

Still active technique

Symbolic CoT

2023

Integrate formal logic rules and symbolic expressions with chain-of-thought for verifiable reasoning.

Still active technique

Dual Process Prompting

2024

Route between fast intuitive responses and slow deliberate reasoning based on task complexity.

Still active technique

Chain of Knowledge

2023

Generate structured evidence triples with explanation hints for transparent, verifiable reasoning.

Still active technique

Chain of Abstraction

2024

Reason with abstract placeholders first, then fill in concrete values using domain tools.

Still active technique

Everything of Thoughts

2024

Combine reinforcement learning and Monte Carlo Tree Search for flexible, efficient reasoning.

Still active technique
View Category Page →

Ensemble Methods 12

Combine multiple reasoning paths, prompts, or outputs to achieve more reliable and accurate results.

View Category Page →

Prompting Strategies 33

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

ReAct

2022

Interleave reasoning traces with task-specific actions.

Still active framework

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 framework

Agentic Prompting

2023

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

Still active technique

DSPy

2023

Program language models with typed signatures and automatic compilation instead of hand-crafted prompts.

Still active framework

MIPRO

2024

Optimize multi-stage LM programs with trace-grounded instruction proposals and Bayesian search.

Still active framework

AgentFlow

2025

Optimize multi-turn agentic systems in-the-flow with group refined policy optimization.

Still active framework

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
View Category Page →

Code 11

Specialized techniques for generating, debugging, and structuring code outputs.

View Modality Hub →

Community Frameworks 21

Community-developed structured prompting frameworks for organizing and improving AI interactions.

RACE

2024

Four-component framework: Role, Action, Context, Expected Output.

Still active framework

RISEN

2023

Five-component framework with step sequencing and scope narrowing.

Still active framework

ICIO

2023

Four-part framework emphasizing clear data input and output specification.

Still active framework

CREATE

2023

Six-component framework with persona, examples, and iterative adjustments.

Still active framework

GRADE

2024

Five-element framework ensuring clear objectives with illustrative examples.

Still active framework

SPARK

2024

Narrative-driven framework for creative problem-solving with a serendipity element.

Still active framework

TRACE

2023

Five-component framework with task clarity and contextual grounding.

Still active framework

CARE

2023

Context-aware framework from Nielsen Norman Group with role assignment and outcomes.

Still active framework

RODES

2023

Five-part framework with built-in output validation through sense checking.

Still active framework

BORE

2024

Four-component framework emphasizing background context and measurable expectations.

Still active framework

APE (Community)

2024

Beginner-friendly three-part framework: Action, Purpose, Expectation.

Still active framework

ERA

2024

Three-element framework prioritizing expected outcomes before role and action.

Still active framework

RTF

2023

Minimalist three-part framework for persona, task, and output format.

Still active framework

TAG

2024

Goal-oriented three-element framework clarifying what, how, and why.

Still active framework

BAB

2023

Narrative framework: Before (current state), After (desired state), Bridge (solution path).

Still active framework

BROKE

2024

Five-component framework combining OKR methodology with prompt engineering.

Still active framework

ROSES

2024

Five-component framework emphasizing scenario context and step-by-step guidance.

Still active framework

CAPE

2024

Educational framework integrating chain-of-thought into structured prompting.

Still active framework

SMART

2024

Goal-setting framework adapted for AI prompting from project management methodology.

Still active framework

SCOPE

2024

Self-optimizing agent prompt evolution framework for autonomous refinement.

Still active framework

MASTER

2025

Living document meta-framework providing comprehensive organizational context to AI.

Still active framework

Image Prompting 12

Techniques for understanding, generating, editing, and composing images with AI models.

Image Prompting Basics

2023

Foundational techniques for prompting AI to understand, analyze, and reason about images.

Still active technique

Multimodal CoT

2023

Extend chain-of-thought reasoning to combine visual and textual information step by step.

Still active technique

Visual CoT

2023

Guide models to reason through images region by region in explicit visual steps.

Still active technique

Image-as-Text

2023

Convert visual information into structured text descriptions for text-only model reasoning.

Still active technique

Visual Question Answering

2015

Ask precise questions about images and get accurate, grounded answers from multimodal AI.

Still active technique

Image Generation

2022

Craft text prompts that guide AI image generators to produce specific, high-quality visuals.

Still active technique

Negative Prompting

2022

Specify what to exclude from AI-generated images for higher quality and artifact avoidance.

Still active technique

ControlNet Prompting

2023

Use structural conditioning inputs like edge maps and pose skeletons to control generation.

Still active technique

Inpainting Prompting

2022

Selectively edit, replace, or restore specific regions within existing images.

Still active technique

Style Transfer

2015

Apply artistic styles and visual aesthetics to images through prompt-based techniques.

Still active technique

Image-to-Image

2022

Transform existing images using reference inputs combined with text prompts.

Still active technique

Composition Prompting

2023

Control spatial arrangement, framing, and visual hierarchy in AI-generated images.

Still active technique
View Modality Hub →

Which Technique Should I Use?

Answer 3 questions to find your best match, or compare frameworks side by side

Technique Finder

Answer 3 questions to find your best match

1/3

What's your primary goal?

Technique Best For Key Strength
CRISP Quick tasks, daily use Simplicity & speed
CRISPE Consistent outputs Few-shot learning
COSTAR Professional content Audience awareness
Chain-of-Thought Complex reasoning Transparent logic
ReAct Multi-step reasoning Action + thought
Self-Consistency Reliable answers Majority voting
Tree of Thought Exploration tasks Branch evaluation
Full Technique Finder →
New to Prompting?

Start with the Basics

Before diving into frameworks, master the four elements that make every prompt effective: clear instructions, relevant context, input data, and output format.