📚Academy
likeone
online

Chain of Thought

Make AI show its work — and watch accuracy skyrocket.

What You'll Learn

  • What chain-of-thought prompting is and why it works
  • When to use step-by-step reasoning vs. direct answers
  • How to trigger deep thinking with simple phrases
  • Advanced: thinking budgets and structured reasoning

Why "Think Step by Step" Actually Works

When you ask AI a complex question directly, it tries to jump straight to the answer. Sometimes it nails it. Often it doesn't — especially with math, logic, or multi-part problems.

Chain-of-thought (CoT) prompting forces the model to reason through intermediate steps before reaching a conclusion. Research shows this can improve accuracy on complex tasks by 20-40%. It's not magic — it's giving the AI scratch paper.

Three Ways to Trigger Reasoning

1. The Simple Trigger

"Think step by step before answering."

Surprisingly effective. Just adding this phrase improves results on reasoning tasks.

2. The Structured Trigger

"First, identify the key variables. Then, analyze how they interact. Then, draw your conclusion. Show each step."

More control. You define the reasoning structure.

3. The Expert Trigger

"Approach this like a detective solving a case. Examine each piece of evidence, note what's relevant, eliminate what's not, then present your theory with supporting reasoning."

Combines persona with reasoning. The metaphor shapes how the AI thinks.

CoT Triggers — Match the Technique to Its Description

Tap one on the left, then its match on the right

Not Everything Needs a Chain

Use CoT for: Math problems, logic puzzles, code debugging, strategic analysis, comparing options, anything where the reasoning matters as much as the answer.

Skip CoT for: Simple factual questions, creative writing, translation, formatting tasks. Forcing reasoning here just adds noise.

Thinking Budgets and Internal Reasoning

Some AI systems (including Claude) support extended thinking — where the model reasons internally before responding. You can guide this by specifying how much thinking you want.

Thinking Budget Prompt

"This is a complex architectural decision. Take your time. Consider at least 3 approaches, evaluate trade-offs for each, then recommend the best path with clear justification."

The key insight: you're not just asking for an answer. You're asking for a reasoning process. The quality of the process determines the quality of the output.

Compare Direct vs. Chain-of-Thought

Pick a problem that requires reasoning. Ask it twice — once directly, once with chain-of-thought. Compare the quality and accuracy of both answers.

Direct: "What's the best database for my project?" CoT: "I'm building [description]. Help me choose a database. First, identify my key requirements from the description. Then, list 3 database options that could work. For each, analyze pros and cons given my specific needs. Finally, recommend one with clear reasoning."
Chain of Thought — Console
Write a prompt

Write a prompt for a complex reasoning task that explicitly structures the thinking process into labeled stages.

Type a prompt below to get started.

Try:

Academy
Built with soul — likeone.ai