Chain-of-Thought Prompting: A Practical Guide with Examples
Chain-of-thought (CoT) prompting is the single most impactful technique I’ve learned for getting better AI outputs. Here’s a practical breakdown of how I use it daily.
The basic idea: instead of asking for a direct answer, you ask the AI to show its reasoning step by step. This dramatically improves accuracy for math, logic, analysis, and complex decision-making tasks.
Simple example – instead of: “What’s the best marketing channel for a B2B SaaS startup?”
Try: “I need to choose the best marketing channel for a B2B SaaS startup. Think through this step by step: First, consider our target audience (CTOs at mid-size companies). Then evaluate each channel’s cost per acquisition. Then consider the sales cycle length. Finally, recommend the top 2-3 channels with your reasoning.”
The second prompt will give you a substantially more useful and nuanced answer.
I’ve compiled about 20 CoT prompt templates for different use cases – business analysis, code review, content strategy, financial modeling. Would there be interest in a shared library?
6 Replies
Join the discussion.
Log In to Replyjust started learning about prompt engineering last month. this thread is incredibly helpful, bookmarked
mega prompts are overrated imo. i get better results with 3-4 focused prompts than one massive wall of text
anyone else feel like prompt engineering as a job title has a limited shelf life? as models get smarter the prompts can get simpler
for ppl just getting started: the most important thing is to include EXAMPLES of what you want. show dont tell. works every time
chain of thought is great but sometimes it overthinks simple stuff. i only use it for complex reasoning tasks
one thing nobody mentions is negative prompting. telling the AI what NOT to do is sometimes more effective than telling it what to do. 'dont use bullet points, dont add disclaimers, dont start with certainly' etc