Part 3 · PromptingLesson 13 of 22
Intermediate~9 min

Advanced prompts by goal

In short: Different jobs want different prompt patterns. This lesson gives ready-to-copy recipes for writing, analysis, research, and coding.

What you'll be able to do: Reach for the right prompt pattern for writing, analysis, research, or coding.

By now you know the recipe (role, task, context, examples, format) and you know how to steer a reply. This lesson is about noticing that different kinds of work want slightly different prompts. The recipe never changes underneath. But a prompt for writing an email leans on tone and examples, while a prompt for analysing a spreadsheet leans on the exact question you're asking.

Here are four patterns for the four jobs you'll hit most: writing, analysis, research, and coding. Each comes with a worked example. Steal them, adapt them, keep the ones that fit your week.

Writing: drafts, edits, and tone

Writing tasks live and die on two things: who's reading, and what it should sound like. So lead with those. The single biggest upgrade is giving a sample of the voice you want instead of describing it. "Match this" beats five adjectives.

A pattern that holds up:

You're writing as me: [who you are, in a line]. The reader is [who], and they care about [what].

Task: [the one thing to write].

Tone: like this sample [paste something you've written]. Not stiff, not salesy.

Format: [length and shape]. End with [the ask or next step].

Worked example, a LinkedIn post about a product update:

You're writing as me, a founder who hates LinkedIn cringe. The reader is a busy operations manager scrolling on their phone.

Task: a short post announcing we cut onboarding from two weeks to two days.

Tone: like this sample [paste a post you liked of your own]. Dry, human, no "thrilled to announce."

Format: under 100 words, one clear point, a line break before the last line so it lands. No hashtags.

You'll get something in your voice, not the default LinkedIn hum. If the first pass is off, steer it with one specific note (that's the last lesson).

Analysis: turning data and text into findings

The mistake here is asking the AI to "analyse this" and hoping it reads your mind about what you're looking for. It can't. Analysis prompts need a real question and a clear idea of what a useful answer looks like.

The pattern:

Here's [the data or text]. [Paste or attach it.]

Question: [the specific thing you want to know].

Look for: [what matters: trends, outliers, the why behind a number].

Give me: [the shape: top three findings, a short table, one recommendation]. Flag anything you're unsure about rather than guessing.

Worked example, a month of support tickets:

Here are last month's support tickets [attached].

Question: what are people actually struggling with, and is it getting worse or better than the month before?

Look for: the top themes by volume, and any theme that's growing fast even if it's still small.

Give me: the top five issues as a short table (issue, rough count, trend), then one line on the thing I should fix first. Say so if the data's too thin to call.

That last instruction matters. Telling the AI to flag its own uncertainty is how you stop a confident-sounding number you can't trust. Which brings us to research.

Claude's answer, in the exact shape the prompt asked for A five-row table of support-ticket themes with a rough count and a trend arrow for each, then a single line naming the issue to fix first: export to CSV, small now but climbing fast. Claude Issue Count Trend Login & password resets 128 Slow page loads 74 Billing questions 63 Export to CSV fails 41 ↑↑ Mobile app crashes 29 Fix first: export to CSV, small now but climbing fast.

Research: gathering and checking sources

Research is the job where a wrong answer does the most damage, because it sounds just as sure as a right one. So the whole pattern is built around one habit: ask for sources, and check the ones that matter.

The pattern:

Research [the question]. Use the web.

I want: [what you're after, and how deep].

For each key claim, give me the source and a link. Separate what you're confident about from what's shaky. If sources disagree, tell me.

Worked example, checking a market before a pitch:

Research the market for meal-kit delivery in Belgium. Use the web.

I want: rough market size, the three biggest players, and one trend that's changed in the last year.

For each number, give the source and a link and the date it's from. Flag anything you can't back up. If the figures I find online disagree, show me the range, don't average them into one tidy fake number.

Then do the part no prompt does for you: open the links on the claims you're about to repeat out loud. The AI is a fast researcher, not a fact-checker. Confident and correct are different things, and the gap between them is your job to close.

Coding: explaining, writing, and fixing

You don't need to be a developer to use this. Plenty of business work touches a formula, a script, or a snippet someone left behind. Coding prompts want three things: the language, the goal in plain words, and an example of the input and the output you expect.

The pattern:

[Language or tool, for example: a formula for Excel / a small Python script.]

Goal: [what it should do, in plain words].

Input looks like: [a sample].
Output should look like: [a sample].

Explain what it does in one line so I can check it.

Worked example, a spreadsheet formula:

An Excel formula.

Goal: in column D, flag any order over 1000 euros that's still unpaid.

Input: column B is the amount, column C is the status ("paid" or "unpaid").
Output: the word "CHASE" if it's over 1000 and unpaid, otherwise blank.

Give me the formula and one line on how it works.

Because you gave a sample in and a sample out, you can check the result against your own sheet in seconds. Asking it to explain the code in a line means you're never pasting in something you don't understand. If it breaks, tell the AI what you expected and what you got, and it'll fix it.

The thread running through all four

Notice these aren't four different skills. They're one recipe wearing four hats. Every pattern gives the AI a clear goal, the context it needs, and the shape of the answer you want. Writing leans on tone and examples. Analysis and research lean on the exact question and on honesty about what's uncertain. Coding leans on sample input and output. Same bones, different emphasis.

One recipe, four hats Writing, Analysis, Research, and Coding, each leaning on a different lever. One recipe, four hats Same bones. Each goal leans on a different lever. W Writing LEANS ON Tone, and an example A Analysis LEANS ON The exact question R Research LEANS ON Sources, then check them C Coding LEANS ON Sample in, sample out

Learn to feel which lever matters for the job in front of you, and you can write a strong prompt for almost anything.

Try it

Pick the goal closest to your actual work right now, writing, analysis, research, or coding. Take the matching pattern above and fill it in with something real from your week. Run it.

If the first answer is close but not there, don't start over. Steer it with one specific follow-up. You've now used every tool in the Prompting part on real work, which was the whole point.

Key terms

Quick quiz

Question 1 of 5

Five questions. Sweep them and you've finished the whole Prompting part.

1. For a writing task, what lifts an answer most reliably?

Further reading