Home Knowledge Base Zero-shot chain-of-thought (Zero-shot CoT)

Zero-shot chain-of-thought (Zero-shot CoT) is the remarkably simple technique of appending the phrase "Let's think step by step" (or a similar instruction) to a prompt — without providing any reasoning examples — to trigger the language model to generate its own step-by-step reasoning before producing a final answer.

The Discovery

How Zero-Shot CoT Works

`` Step 1: First, compute 47 × 2 = 94 Step 2: Then, add 23 + 94 = 117 Answer: 117 ``

Two-Stage Process

1. Reasoning Extraction: Append "Let's think step by step" → model generates a reasoning chain. 2. Answer Extraction: After the reasoning, prompt "Therefore, the answer is" → model produces the final answer.

Why It Works

Effective Trigger Phrases

Limitations

Practical Impact

Zero-shot chain-of-thought is one of the most influential discoveries in prompt engineering — a single phrase that unlocks latent reasoning capabilities, demonstrating that how you ask is as important as what you ask.

zero-shot chain-of-thoughtreasoning

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.