This playbook translates the common terms into plain English, then gives you a repeatable workflow to use them.
We’ll keep it practical: interpret what you’re seeing, change one thing, and verify the result.
Before we start: you don’t need to measure everything. You just need enough signal to avoid random guessing.
Step 1 (2 minutes): Write down the “job to be done” and the output contract
Most “bad prompt” problems are really “unclear contract” problems. Before you touch metrics or settings, get specific about what success looks like.
On Mac, open a simple scratch note (Google Docs or Google Keep works fine) and write two lines:
- Job to be done: what you want the model to accomplish (e.g., “summarize these notes for a status update”).
- Output contract: format + constraints (e.g., “5 bullets, each under 18 words, no speculation, include owners and dates if present”).
This becomes your baseline—otherwise you can’t tell if a “better” answer is actually better.
Step 2 (5 minutes): Translate the terms you’ll see into “what it changes”
Below are the metrics/terms that show up most often in prompting discussions. You don’t need all of them every day—but it helps to know what lever each one pulls.
- Temperature: how “adventurous” the wording and choices are. Higher = more variety; lower = more consistent and literal. If you need reliable formatting, keep it lower.
- Top‑p (nucleus sampling): another creativity dial. Instead of “how random,” it’s “how wide a pool of likely next words are allowed.” If outputs drift, narrowing top‑p can help.
- Max tokens: the maximum length of the response. If answers get cut off or skip sections, this is a common culprit.
- Context window: how much total text (your prompt + attachments + conversation + the response) can fit in memory at once. When you exceed it, earlier details can drop out.
- System / developer / user instructions: priority layers. If something “won’t listen,” it’s often because a higher-priority instruction conflicts with what you typed later.
- Few-shot examples: showing 1–3 examples of the exact style you want. This is often more effective than long explanations.
- Grounding / citations / sources: forcing the model to tie claims to provided material (or to quote it). Great for reducing confident nonsense in summaries.
- Hallucination: a confident-sounding claim that isn’t supported by your input. It’s usually a “missing evidence” problem, not a “lying” problem.
- Determinism / reproducibility: how similar results stay across runs. Lower temperature plus stable prompts increases repeatability.
Plain-English takeaway: most “quality” issues map to just three things—clarity, constraints, and memory.
Step 3 (10 minutes): Do a quick triage—classify the failure before you edit
When an output disappoints you, label it first. Editing without a label usually causes random prompt bloat.
Use this simple failure map:
- Wrong task: it did something other than the job-to-be-done (misread intent).
- Right task, wrong format: content is okay, but structure is off (ignored output contract).
- Missing key info: it skipped important details that were present (attention/memory/priority issue).
- Added unsupported info: hallucination or overreach (needs grounding constraints).
- Too generic: it played it safe (needs sharper constraints, examples, or lower-level specificity).
- Too verbose: it rambled (needs length caps, stronger formatting rules, or a tighter max token budget).
Step 4 (15 minutes): Apply one change using the “smallest lever” rule
Here’s the workflow: pick one lever, change it, rerun, and compare to your baseline. One variable at a time keeps you from accidentally fixing one problem while introducing two others.
Choose the smallest lever that matches your failure label:
- Wrong task → rewrite the first sentence as a direct instruction, then restate the job-to-be-done in plain language.
- Wrong format → move the output contract to the end and make it “machine-checkable” (bullets, headings, exact counts).
- Missing key info → add a checklist of must-include fields (names, dates, totals), or paste the relevant snippet again near the question.
- Unsupported info → add a grounding rule like “If it’s not in the provided text, say ‘not specified.’” Ask for quotes or line references when possible.
- Too generic → add 1 example of the exact style, or add a “decision lens” (e.g., “optimize for speed over completeness”).
- Too verbose → add a hard cap (e.g., “max 120 words”) and a strict structure (e.g., “Title + 5 bullets + 1 risk”).
On Mac, it helps to keep a tiny “prompt changelog” in a Google Doc: date, change made, result. It sounds extra, but it prevents you from circling the same edits later.
One sentence that works surprisingly well: “Follow the output contract exactly. If you can’t, explain why in one line.”
Step 5 (10 minutes): Use three simple “metrics” that don’t require tooling
You don’t need dashboards to evaluate prompting. You need repeatable checks.
- Contract pass rate: did it follow your requested structure (yes/no)? If no, fix format/priority before you judge content quality.
- Evidence rate: how many important claims are backed by your input (high/medium/low)? If low, add grounding rules.
- Edit distance (human effort): how many manual changes you had to make before you’d send/share it (minutes or rough count)? If it’s still high, your constraints are probably too vague.
Step 6 (5 minutes): Build a reusable prompt block you can paste into Google apps
If you work in Google Docs, Sheets, or even Gmail drafts on Mac, the win is having a “house style” block you can paste at the bottom of prompts.
Here’s a compact template you can reuse (edit the brackets):
- Task: [what to do]
- Audience: [who it’s for]
- Must include: [fields/checklist]
- Must not do: [no speculation, no new facts]
- Format: [exact structure, counts, word caps]
- When missing info: say “not specified”
This makes your prompting more consistent than chasing “perfect wording” each time.
Takeaway: A calm loop that beats guessing
Define the contract, label the failure, change one lever, and grade with simple checks (contract, evidence, effort).
Once you do that a few times, the terms stop being jargon—they become a practical way to steer outputs on purpose.