The Art of the Prompt

Stop guessing. Start directing. · The free prompt masterclass

Mastering the
Prompt.

The AI is only as good as your question, and weak questions are costing you: generic answers, wasted time, output you can't fully trust. This free class makes you the person who gets exactly what they want from it. Sharper results, in less time, with the judgment to catch what's wrong. Beginner to advanced, built on real prompts you run as you go.

52Free prompts
11Modules
$0Forever

No catch. Browse the prompts free, sign in only to save your class progress.

No sign-up, no catch

50+ free prompts. Copy one, use it in 10 seconds.

Not ready for the full class? Steal our prompts. Over 50 ready-to-run prompts for work, study, and life, each built the right way so you also see what a good prompt looks like. Fill the blanks, hit copy, paste into ChatGPT, Claude, or Gemini. Free, nothing to sign up for.

Browse 50+ free prompts → For business For education For personal
The reframe

You're not bad at AI. You're guessing.

Most people poke at the AI, hope for the best, and settle for whatever comes back. That's why they get mush. A prompt isn't a magic spell, it's a clear brief you hand a brilliant assistant who shows up knowing nothing about you. Learn to write that brief and the same model that hands everyone else generic junk hands you exactly what you need. This is a course you do, not a cheat sheet you skim: you practice every idea and learn to judge your own results.

The one idea to anchor everything

Treat the model like a brilliant new colleague on their first day: phenomenally knowledgeable, eager, fast, but with zero knowledge of your goals, your norms, or what "good" looks like to you. Every technique here is a better way to brief that colleague. The golden test: if you showed your prompt to a real person with no extra context and they'd be confused, the model will be too.

How to use this course

Examples tuned for

The skill is identical for everyone; this only swaps the worked examples toward your world. Change it anytime, we'll remember your choice. See the full business prompt collection →

The payoff

What you'll be able to do

No theory for its own sake. Every module earns its place by making you able to do these things for real, on your own work. By the end, you will be able to:

Course-level learning outcomes

Why the structure changed in this edition

This revision teaches the modern reasoning-model default first (the reasoning-model module), then the historical techniques as context (the advanced-reasoning module). That ordering prevents a common trap: learning 2023-era scaffolding as if it were still the default, then having to unlearn it. You'll test claims against real models rather than memorising them.

Prerequisites

Pick your track

"beginner to advanced" only works if you know which path is yours. Everyone does the Core modules; the rest depends on your track. No coding is required for two of the three. Pick one to tailor the course map below.

A

No-code user

For: anyone using ChatGPT, Claude, or Gemini in a chat box.

Prereqs: none.

Do: Modules 1–4, 6, 8. Skim 5, 7, 9.

B

Power user / knowledge worker

For: writers, analysts, marketers, ops, educators building repeatable workflows.

Prereqs: comfort with structured documents; JSON helpful, not required.

Do: all modules; labs in 3, 5, 7.

C

Developer / builder

For: engineers wiring prompts into apps, agents, and pipelines.

Prereqs: APIs, JSON Schema, basic tool-use concepts.

Do: all modules + every lab + capstone.

The full course map

0
Foundation, stay in the driver's seat
The LLM as a tool for business, learning & life, not a crutch.
Start here≈ 20 min
1
Foundations, the anatomy of a prompt
Five components, clarity, the "why", positioning.
Core≈ 45 min
2
Core techniques & output control
Zero/few-shot, roles, delimiters, structured output, templates.
Core≈ 60 min
3
Modern reasoning-model prompting
The 2026 default mental model. Goal + constraints + contract.
Core≈ 60 min
4
Advanced reasoning, historical patterns
CoT, self-consistency, ReAct, ToT, and when NOT to use them.
Advanced≈ 50 min
5
Context engineering & agentic prompting
System prompts, the five inputs, tools, autonomy.
Advanced≈ 75 min
6
Anti-patterns & debugging
Nine failure modes + a systematic diagnosis flow.
Core≈ 45 min
7
Evaluation, rubrics & iteration
Build a test set and grader; iterate without regressing.
Advanced≈ 75 min
8
Safety, ethics & responsible prompting
Bias, privacy, prompt injection, provenance, oversight.
Core≈ 50 min
9
Provider portability & tuning
Claude vs GPT/o-series vs Gemini, what changes, what stays.
Optional≈ 40 min
Capstone, prompt portfolio + eval suite
Ship and defend a real, evaluated, provider-portable prompt.
All tracks≈ 90 min
Why most prompt tutorials are already stale

2023 advice will hold you back in 2026

The models changed. Frontier models now reason on their own, so half the old tricks ("think step by step", piles of examples) are redundant or even counterproductive. This class teaches the current default first, then the older techniques as history, so you never learn habits you have to unlearn. See what is different →

From the makers · put it to work

Done learning? Now make AI earn its keep.

This manual is free because it is published by people who do this for a living. The course taught you to direct AI. These two put it to work, one for your business, one for your plan.

REF · A-01 Ascend Creative Consulting Premium websites and practical AI systems that turn attention into booked calls, quotes, and better leads. Human-AI integration, not random AI. Visit Ascend → REF · P-01 PlanMason A coached business-plan builder for founders who need a yes from the people paid to say no. Built, not generated. Try PlanMason →
Common questions, answered

Prompting FAQ

Short, direct answers to the questions people ask most about prompting and AI models.

What is prompt engineering?
Prompt engineering is the practice of writing clear, specific instructions that get a large language model to do what you want. A strong prompt names the task, gives the model the context it needs, and specifies the output format. It is iterative: you test, see where the model misreads, and refine.
How do you write a good prompt?
Use five components: a role, a clear task, the relevant context, the output format, and any constraints. State what you want the model to do rather than what to avoid, give the reason behind important rules, and put your key instruction at the start or end of the prompt, where the model attends most.
What are the components of a prompt?
Role (who the model should act as), Task (the single objective, always required), Context (audience, background, source material), Format (the shape of the output), and Constraints (limits, tone, length). Start with the Task and add the others only when the result misses.
What is the difference between zero-shot and few-shot prompting?
Zero-shot prompting gives only instructions and no examples; few-shot prompting includes a handful of input-output examples to lock in a format or behaviour. Try zero-shot first, especially on reasoning models, and add 2 to 5 clean, varied examples only when you need to pin down a specific style or edge case.
How do you prompt reasoning models differently?
Reasoning models think before answering, so older scaffolding can hurt them. Give a clear goal, hard constraints, and an output contract, then let the model reason. Skip "think step by step" and heavy few-shot examples; if reasoning is the gap, raise the effort or thinking setting instead of rewriting the prompt.
How do I stop an AI from making things up (hallucinating)?
Ground the model in sources, ask it to cite the evidence for each claim, and tell it to say "I don't know" when the information is not there. Add a verification step with named criteria, and for anything high-stakes, check the facts rather than trusting fluent prose.
What is chain-of-thought prompting?
Chain-of-thought prompting asks the model to reason step by step before giving a final answer, which historically improved math and logic tasks. On modern reasoning models it is often unnecessary or even counterproductive, since they already reason internally, so test whether a simpler prompt does better first.
Which AI model should I use for which task?
Use a fast, inexpensive model for simple, well-defined work like classification, extraction, and formatting, and reserve the large reasoning model for ambiguous, multi-step, or high-stakes problems like analysis, planning, and complex code. Running the heaviest model on light tasks is the fastest way to burn through your rate limits and budget.
What is a system prompt?
A system prompt is the top-level instruction that defines the model's role, the rules it must follow, and the deliverable for a whole task or application. Keep it lean: front-loading every possible rule forces the model to carry all of it even on trivial requests.
What is RAG (retrieval-augmented generation)?
RAG grounds a model's answer in documents you retrieve and place into the prompt, so it can use current or private information beyond its training data. Wrap each source in tags with its origin, ask the model to extract the relevant quotes first and answer only from those, and require inline citations.
What is a context window?
The context window is the total amount of text, measured in tokens, that a model can consider at once, including your prompt, any documents, the conversation history, and its own answer. Models attend most to the start and end of the window, so place critical instructions there rather than burying them in the middle.
How do I get better results from ChatGPT, Claude, or Gemini?
Be specific, give context, and say what you want explicitly. Ask the model to interview you for any missing context before it answers, request the exact output shape, and iterate rather than expecting a perfect first try. Treat it like a brilliant new colleague who has zero knowledge of your goals.
Free download

Get the 52-prompt pack

All 52 run-it-now prompts on one clean page. Open it, hit Save as PDF, keep it forever. No email required.

Want a fresh batch of prompts emailed each month? Add your email (optional):

No spam, unsubscribe anytime. You'll also get a heads-up when new modules drop.

Last thing

Ready to stop guessing?

The class is free, you do it as you go, and you can start on your phone right now. Worst case, you walk away with 50 prompts and a sharper way to ask. Best case, you stop settling for whatever the AI hands back.

Start the class → Grab the free prompts