Tutorial 01 · Writing
Write a difficult email in 5 minutes
DIFFICULTY: EASY · TIME: 5 MIN · TOOL: ANY CHATBOT
The fastest "aha" moment in AI. Works for complaints, requests, apologies, negotiations — anything where the blank page wins.
- Open your chatbot and paste the prompt below, filling the brackets.
- Read the draft. Reply with corrections: "warmer," "shorter," "don't apologize so much," "add that I've been a customer for 8 years."
- Ask for two alternative versions with different tones, pick the best lines from each.
- Read it out loud once — if a sentence doesn't sound like you, tell the AI to rewrite that sentence only.
Help me write an email. Context: [who you are, who you're writing to, the history]. Goal: [what you want to happen]. Tone: [friendly but firm / warm / professional]. Length: under 150 words. Before drafting, ask me up to 3 questions if anything important is unclear.
Level up: paste 2–3 emails you've written before and add "match my writing style." The difference is remarkable.
Tutorial 02 · Understanding
Summarize and interrogate a long document
DIFFICULTY: EASY · TIME: 10 MIN · TOOL: ANY CHATBOT WITH FILE UPLOAD
Contracts, insurance policies, school newsletters, 40-page reports: upload, understand, decide.
- Click the attach (📎 or +) button in your chatbot and upload the PDF, or paste the text.
- Start with the prompt below to get the lay of the land.
- Then interrogate it: "What does clause 7 mean in practice?" "Is anything here unusual or one-sided?" "What questions should I ask before signing?"
- For anything high-stakes, verify the key passages yourself — ask the AI to quote the exact lines it based each claim on, then check them in the original.
Summarize this document for someone with no background in this field. Give me: 1) a 3-sentence overview, 2) the 5 points that matter most to me as [tenant / customer / parent / employee], 3) anything unusual, risky or worth double-checking, with the section it appears in.
Tutorial 03 · Planning
Plan a trip (or a week of meals, or a project)
DIFFICULTY: EASY · TIME: 15 MIN · TOOL: ANY CHATBOT, WEB SEARCH ON
AI excels at turning fuzzy intentions into concrete plans — and at revising them instantly when reality intervenes.
- Brain-dump everything: dates, budget, who's coming, energy level, dislikes. Messy is fine.
- Use the prompt below; answer its questions.
- Iterate like a conversation with a travel agent: "Day 2 is too packed." "Swap museums for outdoors." "What if it rains?"
- Finish with: "Format the final plan as a day-by-day itinerary I can copy, with addresses and booking links to verify." Verify times and prices — this is where hallucinations sneak in.
Plan a [4-day trip to Lisbon / week of dinners / garage renovation] for [who]. Constraints: [budget, dates, dietary needs, fitness, kids…]. Style: [relaxed pace, local food over tourist spots]. First ask me 5 quick questions to fill gaps, then propose a plan with a short reasoning for each choice.
Tutorial 04 · Creating
Generate images that actually look how you imagined
DIFFICULTY: EASY · TIME: 15 MIN · TOOL: CHATGPT, GEMINI, OR MIDJOURNEY
For invitations, presentations, social posts, or pure fun. The skill is describing pictures the way a photographer would.
- Describe four layers: subject (what), setting (where), style (photo? watercolor? flat illustration?), and mood/light (golden hour, moody, playful).
- Generate, then refine with plain language: "same image but at night," "less cluttered background," "make the dog smaller."
- For text on images (posters, logos) expect imperfect lettering — ask for "blank space for a title" and add text yourself.
- Check the tool's rules on commercial use if it's for your business.
A cozy neighborhood bakery storefront at dawn, warm light spilling onto a quiet street, one cat sitting by the door. Style: soft watercolor illustration, muted pastels, storybook feel. Wide format, leave the top third calm and uncluttered so I can add a title.
Tutorial 05 · Building
Build your own custom assistant
DIFFICULTY: MEDIUM · TIME: 30 MIN · TOOL: CLAUDE PROJECTS, CUSTOM GPTS, OR GEMINI GEMS
Stop re-explaining yourself in every chat. A custom assistant is a chatbot with permanent instructions and reference files — your tone, your context, your rules — ready every time.
- Pick a recurring job: "my newsletter editor," "meal planner for our family," "study coach for my exam."
- In ChatGPT look for GPTs → Create; in Claude, Projects; in Gemini, Gems. Each asks for instructions.
- Write instructions covering: its role, what it knows about you, the format you want answers in, and what it should always/never do. (Meta-trick: ask the AI to draft these instructions first.)
- Upload reference files if supported — past newsletters, the syllabus, your recipe collection.
- Test with three real requests, then edit the instructions where it disappointed. Two or three rounds gets it sharp.
Draft system instructions for a custom AI assistant. Its job: [editing my weekly gardening newsletter]. About me: [audience, tone I like, pet peeves]. It should always: [keep my voice, suggest subject lines, flag unclear sentences]. It should never: [add emojis, pad the word count]. Output the instructions ready to paste.
Tutorial 06 · Coding without coding
Vibe-code a small website or tool
DIFFICULTY: MEDIUM · TIME: 45 MIN · TOOL: CLAUDE (ARTIFACTS), CHATGPT (CANVAS)
Modern AI writes working code from plain English — and tools like Claude's Artifacts run it instantly in the chat window, no setup. Perfect first projects: a personal homepage, an invitation page, a tip calculator, a flashcard quiz for your kid.
- Describe the thing, not the technology: who it's for, what it should do, the feeling it should have.
- Ask for "a single HTML file" — these are easiest to preview and publish.
- Iterate visually: "bigger text," "make it work nicely on phones," "add a button that shuffles the questions." You never need to read the code.
- When happy, download the file. Free hosting: drag it into Netlify Drop, or use GitHub Pages — ask the AI for click-by-click publishing instructions and follow along.
Build me a single-file HTML page: a [flashcard quiz about European capitals] for [my 10-year-old]. Requirements: works on a phone, cheerful colors, big tappable buttons, keeps score, fun message at the end. Keep everything in one HTML file and explain in one paragraph how I can put it online for free.
Why this matters: this loop — describe, look, refine — is exactly how professionals increasingly build software. You're not playing; you're practicing the real workflow.