PulseAugur
EN
LIVE 23:56:27

Chain of Thought prompting is now built-in to LLMs, reducing need for explicit instructions

Chain of Thought (CoT) prompting, which involves instructing models to "think step by step," was highly effective for complex reasoning tasks by allowing intermediate steps to be tokenized. However, newer models from labs like OpenAI have integrated this reasoning capability internally, making explicit CoT prompts redundant or even detrimental. Research, such as the meta-analysis by Sprague et al., indicates that CoT benefits are most pronounced in mathematical and symbolic reasoning where intermediate states are crucial, and less so for tasks like classification or extraction. The cost of generating lengthy CoT explanations can be significant, as output tokens are expensive and add considerable latency. AI

IMPACT Explicit Chain of Thought prompting is becoming less necessary for advanced LLMs, potentially reducing costs and latency for complex reasoning tasks.

RANK_REASON The item discusses the evolution and effectiveness of a prompting technique (Chain of Thought) in relation to LLM capabilities, rather than announcing a new model release or research breakthrough.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Chain of Thought prompting is now built-in to LLMs, reducing need for explicit instructions

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    Chain of Thought Is Now Built In. Should You Still Prompt for It?

    <p>Adding <em>think step by step</em> to a prompt was the highest-leverage five words in prompting for about two years. On a model that already reasons before it answers, the same five words buy nothing and may cost you something. The question is how to tell which model you have.…