Short AI Courses

Lesson 3 of 4 · 9 min

Advanced Techniques That Actually Work

Chain-of-thought, few-shot examples, and when to use each.

Chain-of-thought: make the AI show its work

Adding "think step by step" or "reason through this before giving your answer" to a prompt dramatically improves output quality for complex tasks. This forces the model to process the problem before generating a conclusion, which catches errors early.

Use this for: analysis, decisions with trade-offs, math or logic problems, evaluating options.

Skip it for: simple drafting tasks, formatting, translation. It just adds unnecessary length.

Few-shot prompting: show, do not just tell

The fastest way to get consistent style or format is to give the model examples before asking it to do the task. This is called few-shot prompting.

Instead of describing the format you want in words, include 2-3 examples of what you want, then ask for one more. The model pattern-matches to your examples with remarkable precision.

Particularly useful for: LinkedIn posts in your voice, email templates, report sections that need to match existing documents.

Iterating: the conversation as the tool

Most people use AI like a vending machine: one prompt in, one output out, done. The professionals who get the most from it treat it as a conversation. The first output is raw material, not the final product.

  • "This is good, but make it 30% shorter and remove the second point"
  • "The tone is too formal. I want it to sound more like how I would speak to a colleague, not a board."
  • "Keep everything, but restructure so the most important finding comes first"

Each iteration gets you closer. Budget for 2-3 rounds on anything important.

System prompts: your personal AI configuration

Most major AI tools let you set a "system prompt" or custom instructions: a persistent context that applies to every conversation. This is where you put things you would otherwise repeat every time: your role, your preferences, your audience, your style.

Invest 20 minutes in writing a good system prompt. You will recoup it in the first week.