Sintra AI
Home
Live Feed
Automation Hub
Prompt Library256
AI News554
Weekly Digest
Topic Hubs
AI History
AI Labs
Research
Learning Paths
Guides
Resources
Concepts
Videos
AI Tools74
Models
Claude
Google AI
Cost Calc
Skip to content
Sintra AIConcepts
Home/Concepts/Chain of Thought
๐Ÿ”—
FundamentalsPractitioner

Chain of ThoughtCoT

Prompting a model to reason step-by-step before giving its final answer.

Chain of Thought (CoT) prompting instructs a model to break its reasoning into explicit steps before producing a final answer. This dramatically improves accuracy on multi-step tasks like math, logic puzzles, and complex planning.

How it works: Simply adding "Let's think step by step" or "Explain your reasoning before answering" to a prompt causes most modern LLMs to generate intermediate reasoning steps. These steps then inform the final answer, reducing errors that arise from trying to jump directly to a conclusion.

Variants:

  • Zero-shot CoT โ€” just append "Think step by step" to any prompt
  • Few-shot CoT โ€” provide worked examples showing the reasoning process
  • Self-consistency โ€” sample multiple CoT chains, take the majority answer
  • Tree of Thought โ€” explore multiple reasoning branches simultaneously
  • Extended thinking โ€” Claude and some models support a dedicated reasoning phase

When to use it: Anytime the task requires more than one logical step โ€” arithmetic, multi-condition decisions, code planning, scientific reasoning. For simple factual recall, CoT adds tokens without benefit.

The tradeoff: More tokens = more cost and latency, but much higher accuracy on hard problems.

In plain terms

Showing your work in a math exam. The process of writing each step forces you to catch errors you'd miss when calculating in your head.

Learn more

Related concepts

โœจ

Prompt Engineering

The art of asking AI the right question in the right way.

โฌก

Large Language Model

AI trained on vast text to understand and generate language.

๐ŸŒก๏ธ

Temperature

The dial that controls how random or predictable an AI's output is.

Stay current

New prompts & AI news, weekly

No noise. Curated highlights from the library.

Newsletter signup is currently disabled.

Sintra Tesseract

A curated library of AI use cases, mapped across every way to think with a machine.

Open source ยท Free forever

Discover

Use CasesCollectionsAI Tools DirectoryAI NewsLearning PathsResources & Links

Reference

Claude & AnthropicAI ConceptsAI HistoryAI LabsGoogle AI Tools

Elsewhere

AI Keynote โ†—GitHub โ†—RSS Feed โ†—
ยฉ 2026 Sintra ยท Curated in the open.Built on the void.