Party School · Lesson 02 · Prompting

Talk to AI like an engineer

Every great answer starts with a great brief. The labs that build these models published the exact anatomy of one, five layers, and then in 2025 they named the bigger skill it belongs to: context engineering, managing everything the model can see, not just the sentence you typed. This lesson is that anatomy, the shift the labs made, the triage table for reading a bad answer, and a reusable brief built for your exact work.

Updated August 1, 2026 Refreshed monthly Sources: Anthropic · OpenAI
Core concept 01

Treat the model like a brilliant new hire, on day one.

Anthropic's own guidance for getting better output starts with a blunt instruction: tell the model exactly what you want to see. If you want a comprehensive answer, ask for a comprehensive one. Most disappointing replies are not the model being bad at its job, they are a briefing problem. A new hire on day one cannot read your mind either, and nobody expects them to.

The fix is the same one that works on a real new hire: be clear, give context, and show what good looks like. Explaining why something matters, not just what you want, helps the model aim at your actual goal instead of a generic one. Think of it less like typing a search box and more like handing someone at the party a clear job before you walk away to refill your drink.

Source: Anthropic, "Prompt engineering best practices for 2026"

Core concept 02

Every prompt that works has the same five layers.

Strip away the hype and Anthropic and OpenAI describe the same shape from two angles. Anthropic's prompting guide recommends separating a prompt's distinct parts, instructions, context, and examples, so the model never has to guess which is which. OpenAI's developer guide lays out nearly the same build order: identity first, who the model should be, then instructions, then examples, then context. Give a prompt a role, the context it needs, a specific task, and the format you want back, and you have covered what both labs actually ask engineers to do.

Of those five, one habit does more work than the rest: giving examples. Anthropic puts it plainly, examples show rather than tell, and they clarify the subtle stuff that is hard to put into words, like tone or a particular structure. A single well-chosen example of the output you want is often worth three paragraphs of description. That is why the line that does the most work in any prompt is usually some version of "here is one I loved, match this."

Sources: Anthropic, "Prompting best practices" · OpenAI, "Prompt engineering"

Anatomy of a great prompt 01 · ROLE "You are a wedding photographer's studio manager." + 02 · CONTEXT "12 shoots booked this fall, galleries due in 3 weeks." + 03 · TASK "Write the gallery delivery email for the Diaz wedding." + 04 · FORMAT "120 words, warm, one link, no exclamation points." + 05 · EXAMPLES "Here's one I loved, an actual past email: match this." ★ THE ONE THAT MATTERS MOST
The five layers of a prompt that works · role, context, task, format, examples
Core concept 03

In 2025 the labs renamed the skill: context engineering.

Here is the shift that separates someone who read one article in 2024 from someone keeping current. In September 2025 Anthropic published a piece calling context engineering the natural progression of prompt engineering. Prompt engineering is writing the instructions well. Context engineering is managing the whole set of information the model can see at once, the system instructions, the tools, the files, the conversation so far, so that the highest signal is present and the noise is not.

For you that is not a harder job, it is a calmer one. The context window is a fixed budget, and everything competes for it: your standing brief, every document you pasted, the entire back-and-forth, all of it. A long meandering thread does not make the model smarter, it crowds the desk. The move most people never make is the highest-leverage one: start fresh, more often than feels natural, with only the few files that matter. A clean window with the right three attachments beats a forty-message thread almost every time.

Go deeper: why the same prompt gets worse deep in a long chat

As a conversation grows, older turns get summarized or dropped to fit the budget, and the signal you carefully set up at the top gets diluted by everything since. The instruction is technically still "in there," but it is competing with far more text than it was on message one. This is the same mechanism behind Lesson 01's forgetful long chat, seen from the writer's side instead of the reader's.

The operator habit: treat a conversation as disposable scaffolding, not a filing cabinet. When the output starts drifting, do not argue with it across ten more messages. Open a new chat, paste the standing brief and the two or three real files, and start clean.

Source: Anthropic, "Effective context engineering for AI agents"

Scroll the diagram sideways →

The context budget everything the model can see at once — a fixed size A CLEAN WINDOW standing brief the right 3 files today's actual ask headroom to think A 40-MESSAGE THREAD brief, now buried old back-and-forth + stale files ask, squeezed to a sliver
The context budget · same window, two ways to spend it
Core concept 04

Iteration is the skill, not a sign you got it wrong.

The best prompting pattern either lab describes is not a clever one-shot, it is a loop: draft, review against your own criteria, refine. Anthropic calls this self-correction and names it the most common prompt-chaining pattern, one step generates a draft, the next reviews it, the next fixes it. You can run that same loop out loud in a normal chat: ask the model to critique its own draft against what you actually needed, then revise from the critique.

OpenAI's guidance points the same direction from the production side: pin what is working, test changes, and iterate before you trust a prompt with real work. Correcting a draft out loud, in plain words, teaches the model your standard faster than rewriting the whole prompt from scratch. Once a prompt earns its keep two or three times in a row, it stops being a one-off message and becomes a template worth saving, which is exactly what the "make it yours" build below produces.

Sources: Anthropic, "Prompting best practices" · OpenAI, "Prompt engineering"

Core concept 05

Read the bad answer. It tells you which layer was thin.

A disappointing reply is not a dead end, it is a readout. Each way an answer misses points back to one of the five layers, and the fix is a one-line addition, not a rewrite from scratch. This is the same diagnostic habit as Lesson 01's fault map, aimed at the brief instead of the agent.

The prompt triage · symptom, layer, one-line fix
The answer wasThe thin layerThe line to add
Generic. True of anyone in your field, specific to no one. 02 · Context Paste a real example of your own: your numbers, your last good one, your actual words.
The right topic, but not the thing you needed made. 03 · Task Name the deliverable exactly: "the gallery delivery email," not "help with emails."
Right content, wrong length, tone, or shape. 04 · Format Add the constraints: "120 words, warm, one link, no exclamation points."
Close on the words, off on the voice. Not how you sound. 05 · Examples Show one you loved and say "match this." Voice is caught from samples, not described.
It keeps forgetting a rule you set early in a long chat. 01 · Role, and the window Move the rule into the standing instructions, and start a fresh, shorter conversation.

Notice the pattern: four of the five fixes are things you add, and none of them is "try harder." Better output is a briefing skill, and it is almost entirely additive, which is why it is learnable in an afternoon.

The brief you leave with

The five-layer brief, as a fill-in-the-blank

Write this once for the task that eats the most of your week and you never start from a blank box again. Paste it as your standing instructions, then just add today's context on top.

  1. 01Rolewho the model is: "You are a [your role]'s [assistant / studio manager / editor]."
  2. 02Contextwhat it needs to know about your world, and the 2–3 real files you will attach
  3. 03Taskthe exact deliverable, named: "draft the [thing], ready to [send / post / use]"
  4. 04Formatlength, tone, and hard rules: "[N] words, [tone], [one link / no emoji / your constraint]"
  5. 05Exampleone past piece you were proud of, pasted in full, with "match this" — the single highest-leverage line in the brief
Fresh from the lab

What changed this month

Anthropic just showed its own team deleting prompts instead of piling more on. On July 24, the Claude Code team published "The new rules of context engineering for Claude 5 generation models," saying it cut more than 80% of Claude Code's system prompt when it moved to Claude Opus 5 and Claude Fable 5, with no drop in coding benchmark scores. The extra rules had been written to guardrail an older, less careful model, and the newer one simply didn't need them anymore. Anthropic also shipped a new command, claude doctor, that scans your own system prompt, skills, and CLAUDE.md files and flags what's safe to cut.

OpenAI's new prompting guide has one instruction: stop explaining how, just say what. The official guidance for the GPT-5.6 family, published July 9, calls it outcome-first prompting: state the goal, the constraints, and when to stop, then let the model choose its own path instead of walking it through each step. In OpenAI's own coding-agent tests, trimming prompts down to that shape improved eval scores by 10 to 15%, cut token use by 41 to 66%, and cut cost by 33 to 67%. "Think step by step," the line that used to genuinely help, is now something GPT-5.6 already does on its own, so leaving it in just spends tokens on an instruction the model no longer needs.

Sources: Anthropic, "The new rules of context engineering for Claude 5 generation models", July 24, 2026 · TechTimes, "GPT-5.6 Prompting Guide: Lean System Prompts Now Outperform Elaborate Scaffolding", July 15, 2026

Vocabulary

Six words that make prompting click

These build directly on lesson one's ten. Learn these and you can read any AI settings menu, from Claude to ChatGPT, without translating.

Context engineering

Managing everything the model can see at once, not just the sentence you type. Anthropic named it the natural progression of prompt engineering in 2025. In practice it is one habit: keep the window full of signal and start fresh before it fills with noise.

System prompt

The standing instructions a model reads before every message in a conversation, the role and rules layer. In Claude Projects and custom GPTs, this is the "instructions" box you fill in once.

Few-shot examples

One or more samples of the exact output you want, pasted right into the prompt. The model matches the pattern instead of guessing at your taste.

Custom instructions

ChatGPT's version of a standing brief, background about you and your preferences applied to every new chat, up to 5,000 characters on paid plans as of July 2026.

Persona

The role you assign the model: "you are a wedding photographer's studio manager." A clear persona narrows the model's choices before it writes a single word.

Iteration

Correcting a draft out loud and running it again, the fastest way to teach a model your standard. Every good template started as an iterated draft.

Deeper definitions, straight from the builders: Anthropic prompt engineering docs · OpenAI prompt engineering guide

Make it yours

Build your prompt kit

Same five layers, your exact pain. Pick your lane and build three reusable templates aimed at the writing or thinking task eating the most of your week. Budget about an hour, once. A free Claude or ChatGPT account is enough to start.

For female founders

I'm the CEO, the marketer, the bookkeeper, and the intern, and I write every proposal, post, and follow-up from a blank page because I've never saved a version of my own voice.

The three-template starter kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three. For most founders it's an investor or customer follow-up email, a proposal or pitch, and a social post built from a raw idea. Pick your real three, not the textbook ones.
  2. Draft template one with the full brief baked in: "You are my writing partner, briefed on [company]. Audience: [who]. Tone: direct, warm, no jargon. Format: under 150 words, one clear ask."
  3. Add a real example of good. Paste your best past email or post and add "match this energy and length."
  4. Test it on this week's actual follow-up, not a hypothetical one, and correct out loud where it misses.
  5. Save the working version in your Claude Project instructions or ChatGPT custom instructions, then repeat for templates two and three.

The payoff: the blank page disappears from three separate parts of your week, not just one.

For artists

I make the work, then the statements and applications eat the studio time, and every single one starts from zero in my own voice.

The application triage kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: usually an artist statement variant, a curator or gallery pitch, and a social caption for new work.
  2. Draft template one: "You are my studio writing partner. My voice is plain and specific. Never use 'explore' or 'juxtapose' unless I do first."
  3. Add a real example: paste your strongest past statement and say "this length, this directness, every time."
  4. Test it on the actual open call or post sitting in your tabs right now.
  5. Save the winner in a Claude Project or a notes doc you copy from before every deadline.

The payoff: applications become an edit pass, not a lost studio day.

For actors

Between survival jobs, self-tapes, and submissions, I retype the same cover note a dozen slightly worse ways because I never saved the one that actually booked something.

The submissions template kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a cover note for submissions, a slate script, and a sides breakdown for self-tape prep.
  2. Draft template one: "You are my submissions assistant. Voice: warm, specific, never desperate. Lead with the credit that fits the breakdown."
  3. Add a real example: the cover note that actually got a callback, labeled "the standard."
  4. Test it on today's real breakdown, not a sample one you found online.
  5. Save all three in one Claude Project so sides prep and cover notes share your voice.

The payoff: submissions and prep both drop to minutes instead of an evening.

For musicians

I'm a musician, not a manager, but I'm the one writing gig pitches, deposit chasers, and midnight replies to "do you do weddings?" with no template in sight.

The release-week toolkit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a venue or booking pitch, a fan newsletter blurb, and a press or EPK line.
  2. Draft template one: "You are my booking assistant. Talk like I talk from stage. Format: three sentences, one clear ask, one link."
  3. Add a real example: the pitch that actually booked a room, and say "this exact tone."
  4. Test it on this week's real inquiry or release, not a made-up one.
  5. Save it in a Claude Project you reuse every release, correcting the parts that sound "too polished" out loud.

The payoff: promo drops from days to an afternoon, every release.

For fitness pros

I'm teaching back to back all day, and by 9pm I'm still writing captions, DMs, and re-sign nudges from scratch every time.

The Sunday-night toolkit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a client check-in reply, a program adjustment note, and a social caption built from a coaching cue.
  2. Draft template one: "You are my check-in assistant. Warm, direct, never invent an exercise I don't coach. Format: three sentences max."
  3. Add a real example: your best actual check-in reply, labeled "match this warmth."
  4. Test it on tonight's real client notes, not sample ones.
  5. Save all three in one Claude Project so Sunday programming and content share the same voice.

The payoff: Sunday admin shrinks to one focused hour, and it still sounds like you.

For coaches

I sell transformation, but I spend my week rewriting the same follow-up email and recap note because I never turned the good one into a template.

The between-sessions kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a session recap email, a discovery-call follow-up, and a weekly content post built from a client theme, no names, ever.
  2. Draft template one: "You are my follow-up writer. Tone: encouraging, specific, no jargon. Format: recap, one action step, one question."
  3. Add a real example: a recap a client actually thanked you for, labeled "this level of specific."
  4. Test it on today's real session, not a hypothetical one.
  5. Save it in your Claude Project with a hard rule built into the brief: no client details, ever.

The payoff: follow-up happens the same day, every day, instead of the someday pile.

For therapists

Between sessions I'm drafting intake replies and insurance letters from a blank page, and none of it is why I trained.

The practice-admin kit, with a bright red line

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Draw the line first: no client information goes into a general AI tool, ever. These three templates cover the practice, never the people.
  2. Name your three: an intake FAQ reply, a waitlist email, and a directory-profile blurb.
  3. Draft template one: "You are my front-office writer. Warm, clear, HIPAA-aware. Never reference a specific client."
  4. Add a real example: your best past intake reply, with any identifying detail removed first.
  5. Save the set in a Claude Project reserved for admin only, kept completely separate from any clinical tool.

The payoff: the admin hour between clients goes back to notes, lunch, or nothing at all.

For authors

I want to be writing the next book, and instead I'm rewriting the same launch email and pitch note from scratch every single time.

The platform kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a newsletter draft, a podcast pitch, and an event or reader-magnet blurb.
  2. Draft template one: "You are my newsletter ghostwriter. Voice: how I talk to readers in the book's acknowledgments. Format: 300 words, one story, one link."
  3. Add a real example: the newsletter issue with the best reply rate, labeled "this structure."
  4. Test it on this month's actual notes, not last year's.
  5. Save all three in one Claude Project loaded with your synopsis, bio, and reviews.

The payoff: platform upkeep drops to an hour a week, and mornings go back to the book.

For chefs

I'm cooking or shopping all day, so every quote and menu description gets written cold, with no starting point to work from.

The back-of-house kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a catering quote, a menu description, and a specials caption.
  2. Draft template one: "You are my kitchen's writer. No adjectives I wouldn't say out loud across the pass. Format: dish name, three-word story, price."
  3. Add a real example: the menu line guests actually asked about.
  4. Test it on tonight's real special, not a made-up one.
  5. Save the set in a Claude Project loaded with your sourcing philosophy and price points.

The payoff: the after-midnight admin shift gets cut from the schedule.

For consultants

I'm delivering client work all day, so my proposals and recap emails start from a blank page every time, right when I have the least time to write well.

The pipeline kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a proposal, a call-recap follow-up, and a thought-leadership post.
  2. Draft template one: "You are my proposal writer. Credible, unhurried, no jargon. Format: problem, approach, three deliverables, price."
  3. Add a real example: the proposal that actually closed, labeled "this structure, every time."
  4. Test it on today's real call notes, not a hypothetical prospect.
  5. Save all three in one Claude Project loaded with your positioning and two case studies.

The payoff: the pipeline stays warm while you're billing, which is the whole trick of consulting.

For health advocates

Every client is a crisis and the paperwork is endless, and I'm drafting intake notes and appeal letters from zero each time.

The paperwork kit, privacy first

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Set the privacy rule first: no client health information in a general AI tool, ever. These templates use brackets, the person's details go in after, by you.
  2. Name your three: an insurance-appeal skeleton, a records-request letter, and a provider-outreach note.
  3. Draft template one: "You are my appeals writer. Plain, firm, no legal jargon. Format: the denial reason, the counter-argument, the ask, with [BRACKETS] for details."
  4. Add a real example: a de-identified appeal that actually won, as the standard.
  5. Save the library in a Claude Project reserved for templates only, never case details.

The payoff: the 11pm letter becomes a fifteen-minute fill-in-the-blanks job.

For makers

I make the thing, then I write the listing, the caption, and the wholesale pitch from scratch for every single piece.

The shop kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a product listing, a wholesale pitch, and a seasonal collection caption.
  2. Draft template one: "You are my shop copywriter. Specific, unfussy, no adjectives that could describe any product. Format: title, two-sentence story, materials, care."
  3. Add a real example: your best-selling listing, labeled "this exact structure."
  4. Test it on the piece finishing on your bench right now.
  5. Save all three in a Claude Project loaded with your materials, process, and price ranges.

The payoff: listing night becomes listing hour, and the studio gets its maker back.

For nonprofit leaders

I'm chasing grants and thanking donors, and every letter starts from a blank page even though I say the same true things every time.

The development-office kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: grant boilerplate, a donor thank-you letter, and a newsletter update.
  2. Draft template one: "You are my grant writer. Concrete, warm, never grandiose. Format: need statement, program description, one real number."
  3. Add a real example: language from a proposal that actually got funded.
  4. Test it on this month's real funder or donor list, not a generic ask.
  5. Save the set in a Claude Project loaded with your mission, programs, and impact numbers.

The payoff: development stops eating the mission's hours.

For photographers

I'm booked shooting on weekends and editing all week, so every inquiry reply and gallery email gets written cold, mid-scramble.

The studio front-desk kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: an inquiry reply, a gallery-delivery email, and a blog post built from a delivered shoot.
  2. Draft template one: "You are my studio's front desk. Warm, in my voice, real availability rules and next steps only."
  3. Add a real example: the inquiry reply that actually booked, labeled "this exact warmth."
  4. Test it on today's real inquiry, not a sample one.
  5. Save all three in a Claude Project loaded with packages, pricing, and turnaround.

The payoff: inquiry response goes same-day, without a VA.

For realtors

My database is a graveyard, and every listing description and nurture email starts from zero instead of from what already worked.

The listing-and-follow-up kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a listing description, a nurture email, and an open-house follow-up text.
  2. Draft template one: "You are my listing copywriter. Sound like a neighbor, not a brochure. Format: 150 words, three features, one call to see it."
  3. Add a real example: the listing that sold fastest, labeled "this exact tone."
  4. Test it on this week's real listing or open house, not last quarter's.
  5. Save all three in a Claude Project loaded with your farm area and recent sales.

The payoff: the graveyard becomes a referral engine, on one planning hour a month.

For stylists

I'm behind the chair all day, so every rebooking text and caption gets typed out fresh, one client at a time, from nothing.

The front-desk-in-your-pocket kit

Tool: Claude Projects or ChatGPT custom instructions · free tier works
  1. Name your three: a rebooking text, a promo caption, and an aftercare or retail message.
  2. Draft template one: "You are texting for me between clients. Warm, quick, sounds like a text, not an ad. Format: one line, one specific detail, one link."
  3. Add a real example: a rebooking text that actually worked, labeled "this exact length."
  4. Test it on today's real client list, not a made-up one.
  5. Save all three in a Claude Project loaded with your services, prices, and rebooking windows.

The payoff: the day off goes back to being a day off.

The house rule

Lauren's line still holds here: what belongs to you and keeps your humanity, you keep. What's a template you'd write the same way every time, you hand off to a prompt that already knows the brief. A prompt kit is not a shortcut around your voice. It's your voice, saved.

Next lesson: Pick your tools →