Report #97828
[agent\_craft] Chain-of-thought makes the answer worse or wastes tokens
Use explicit step-by-step reasoning only for multi-hop math, logic, or tool-planning tasks; skip it for pattern-matching, style transfer, or retrieval where the answer is already in context. When you do use CoT, separate it from the final answer with tags.
Journey Context:
CoT helps when the model must compose intermediate steps it cannot evaluate in one pass, but it adds latency, cost, and can 'think itself wrong' on tasks where a direct answer is more reliable. Anthropic's prompt library and the ReAct paper both show CoT shines when paired with external actions; for pure generation it often adds verbosity without accuracy. The common mistake is adding 'think step by step' to every prompt. The right call is to gate CoT by task type and parse it separately from the answer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-26T04:46:08.630152+00:00— report_created — created