โ† All Techniques

๐Ÿง  Reasoning & Logic Prompting Techniques

Techniques that improve logical reasoning, step-by-step thinking, and problem-solving accuracy. Browse 5 techniques with examples for ChatGPT, Claude, and Gemini.

๐Ÿ”—

Chain-of-Thought (CoT)

Intermediate

Chain-of-Thought prompting guides the AI to break down complex problems into intermediate reasoning steps before arriving at a final answer. Instead of jumping to conclusions, the model shows its work โ€” dramatically improving accuracy on math, logic, and multi-step reasoning tasks.

chain of thought promptingstep by step prompting
๐ŸŽฏ

Zero-Shot Prompting

Beginner

Zero-shot prompting asks the AI to perform a task using only natural language instructions โ€” no examples provided. The model relies entirely on its pre-trained knowledge and the clarity of your instructions to produce the desired output.

zero shot promptingai instructions no examples
๐ŸŒณ

Tree of Thoughts (ToT)

Expert

Tree of Thoughts extends chain-of-thought by exploring multiple reasoning paths simultaneously, evaluating each branch, and selecting the most promising direction. Instead of a single linear chain, the model considers several possible approaches before committing.

tree of thoughts promptingbranching reasoning ai
๐Ÿงฉ

Task Decomposition

Intermediate

Task decomposition breaks a complex problem into smaller, manageable sub-tasks that the AI can handle individually. Unlike prompt chaining (which is about workflow), decomposition is about problem structure โ€” identifying the right sub-problems to solve.

task decomposition aibreak down complex problems
๐Ÿ‘ฃ

Step-Back Prompting

Intermediate

Step-back prompting asks the AI to first consider the broader concept or principle behind a question before attempting to answer the specific query. By abstracting to a higher level first, the model activates more relevant knowledge and produces more accurate, well-reasoned answers.

step back promptingabstraction prompting