RUNLOCALAIv38
->Will it run?Best GPUCompareTroubleshootStartLearnPulseModelsHardwareToolsBench
Run check
RUNLOCALAI

Independently operated catalog for local-AI hardware and software. Hand-written verdicts. Source-cited claims. Reproducible commands when we have them.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
TOOLS
  • Will it run?
  • Compare hardware
  • Cost vs cloud
  • Choose my GPU
  • Prompting kits
  • Quick answers
REF
  • All buyer guides
  • Learn local AI
  • Methodology
  • Glossary
  • Errors KB
  • Trust
EDITOR
  • About
  • Author
  • How we make money
  • Editorial policy
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

© 2026 runlocalai.coIndependently operated
RUNLOCALAI · v38
Glossary / Large language models / Chain-of-Thought (CoT)
Large language models

Chain-of-Thought (CoT)

Chain-of-thought prompting is asking a model to show its reasoning step-by-step before giving the final answer. It dramatically improves accuracy on math, logic, and multi-step problems — frontier models gain 10-30 percentage points on hard benchmarks like GSM8K when CoT is enabled.

Two flavors: prompted CoT ("let's think step by step") works on any sufficiently large model, and trained CoT (also called "reasoning models") where the model is RL-trained to produce visible reasoning by default. DeepSeek R1, OpenAI's o1, QwQ, and Phi-4 Reasoning are reasoning models.

Tradeoffs: CoT outputs are 5-10× longer than direct answers, increasing latency and cost. For tasks that don't need reasoning (code completion, simple lookups), CoT just adds overhead. For tasks that do (math, planning, debugging), it's the difference between right and wrong.

Related terms

Prompt Engineering

See also

model: deepseek-r1model: qwq-32bmodel: phi-4-reasoning-14b
Buyer guides
  • Best GPU for local AI →
  • Best laptop for local AI →
  • Best Mac for local AI →
When it doesn't work
  • CUDA out of memory →
  • Ollama running slowly →
  • ROCm not detected →