Complex problems—whether strategic decisions, creative projects, or technical work—get better handled when you explicitly ask AI to show its reasoning step-by-step rather than jumping to conclusions. This forces clearer thinking and gives you a chance to catch errors or flawed assumptions along the way.
Chain-of-thought reasoning is a prompting technique where you ask the AI to show its work—to reason step-by-step rather than jumping to conclusions. Instead of "prioritize my tasks," you ask "list each task, evaluate its importance and deadline, then rank them." The AI walks through intermediate steps, making its reasoning transparent and often improving accuracy.
This matters for productivity because human decision-making is inherently step-wise. You don't instantly know your priorities; you reason through them. When you ask an AI to do the same, you get better results and can spot where it went wrong. If the AI misunderstood a deadline, you'll catch it in the reasoning steps before seeing the final ranking.
A basic prompt without chain-of-thought: "Given my calendar (meetings), email (12 unread), and task list (23 items), what should I focus on today?" The AI produces a quick answer. You don't know how it weighted factors or if it misunderstood something.
A chain-of-thought prompt: "I'll give you my calendar, email summary, and tasks. For each task, identify: (1) deadline, (2) effort estimate, (3) blocking dependencies, (4) impact if incomplete today. Then rank tasks by impact per unit effort. Finally, suggest a daily focus." Now the AI shows reasoning at each step. You might discover it overweighted a low-deadline task or misunderstood dependencies.
Research consistently shows that chain-of-thought improves AI reasoning quality, especially on complex tasks. The effect is strongest for open-ended problems—like planning your week, analyzing cross-project dependencies, or identifying root causes of schedule conflicts. For simple tasks ("remind me to call John"), chain-of-thought adds unnecessary overhead.
The challenge is that chain-of-thought increases token consumption. Each intermediate step is text the model generates and the system stores. For a 2,000-word analysis, chain-of-thought might produce 3,500 words of reasoning. This is usually worth it—you gain insight and accuracy—but it's a token cost to consider if you're operating near limits.
Tools like Claude handle this elegantly because of its large context window. You can have verbose, detailed chain-of-thought reasoning without fear of hitting limits. Smaller models or strict token budgets require compromise: fewer intermediate steps or abbreviated reasoning.
When building prompt chains for task automation (the system that feeds AI output into subsequent AI calls), chain-of-thought becomes more nuanced. Step one might use detailed chain-of-thought reasoning to analyze your week. Step two, which uses step-one output as input, should use minimal chain-of-thought because the output is already analyzed. Adding reasoning at every step balloons tokens exponentially.
This technique is particularly powerful for managing dependencies across projects. Instead of asking the AI "what's my blocker list?," ask it to: (1) list all active projects, (2) for each project, identify critical path tasks, (3) for each critical path task, note what it's waiting on, (4) flag tasks waiting on output from other projects, (5) suggest which project to advance to unblock others. The step-by-step reasoning ensures nothing is missed and gives you visibility into the AI's logic.
Notion AI and Todoist AI don't expose full chain-of-thought control (they operate at moderate transparency), but Claude and ChatGPT allow you to customize the reasoning depth. This is a significant advantage for complex planning scenarios.
Simple, deterministic tasks don't benefit from reasoning steps. "Extract the date from this email" or "summarize this meeting in one sentence" should be direct. Chain-of-thought here just inflates token usage without improving quality. Reserve chain-of-thought for decisions, analyses, planning, and any task where you'd walk through steps yourself.
Try this: Pick a weekly planning session. Ask the AI for priorities twice: once with a direct prompt ("What are my top three priorities?"), once with chain-of-thought ("List my tasks with deadline and impact. For each, assess urgency. Rank by urgency × impact."). Compare token consumption and quality of reasoning. Most users find chain-of-thought produces better, more defensible priorities, often justifying the extra tokens.
Peri can explain this concept, give practical examples, help you decide whether it applies to your situation, or recommend a journey if appropriate.
Explore related journeys or tell Peri what you're working through.