Report #102507
[agent\_craft] Does asking the model to 'think step by step' always improve coding-agent performance?
Use chain-of-thought for debugging, multi-step reasoning, and complex refactors; skip it for small, well-scoped edits because it increases token cost and can cause overthinking. When CoT is needed, ask for a concise reasoning section in a separate block and require a short final answer; cap reasoning length.
Journey Context:
Wei et al. showed that CoT dramatically improves arithmetic, commonsense, and symbolic reasoning in large models, but the effect is task-dependent and strongest where decomposition helps. In coding agents, CoT helps trace a bug or plan a refactor, yet it often makes the model narrate obvious steps or second-guess a correct edit. Production agents get lower latency and fewer regressions by gating CoT to tasks above a complexity threshold.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T04:59:16.645478+00:00— report_created — created