Conceptos Fundamentales

Chain of Thought

A prompting technique that instructs the model to reason step-by-step before answering.

Chain-of-thought (CoT) prompting adds 'Let's think step by step' or provides examples of detailed reasoning before a final answer. This dramatically improves performance on multi-step math, logic, and reasoning problems. Extended thinking models (like Claude 3.7) apply CoT internally before producing a response, trading latency and token cost for higher accuracy.

Términos Relacionados