Prompting AI Effectively
Created: June 12th, 2025
Updated: September 27th, 2025
In the rapidly evolving world of AI, the quality of your prompts can make or break the usefulness of the responses you get. Whether you’re experimenting for fun, drafting something for work, or digging into technical research, strong prompting habits will help you unlock the full potential of these tools.
Match the Task to the Tool’s Strengths (Without Overthinking Models)
Different AI systems (and even different modes of the same system) tend to trade off among speed, depth, cost, and creativity. As a rule of thumb:
Complex or high-stakes tasks: Favor settings or modes known for more careful reasoning.
Quick iterations and drafts: Use faster or lower-latency options.
Source-grounded or researchy work: Look for modes that support citations or retrieval from trusted sources.
If you’re unsure what’s “best,” start with something fast to shape your request, then escalate to more rigorous settings once the target is clear.
Keep Prompts Focused and Granular
One common pitfall is cramming multiple objectives into one prompt. Instead, break requests into discrete steps:
State the goal: “Explain gradient descent in 3 sentences.”
Add constraints: “Use bullet points; keep under 100 words.”
Isolate sub-tasks: Part A: Define gradient descent. Part B: Provide a simple Python snippet.
By giving each prompt a single job, you reduce ambiguity and improve results.
Include Only What’s Relevant
More context isn’t always better—irrelevant details can distract the model.
Before sending, ask:
Does the system need this piece of info to answer correctly?
Would excluding it still yield the insight I want?
Am I adding context to “help” when the system likely already knows it?
Trim aggressively. Clarity in beats clutter every time.
Use (and Reset) Context Intentionally
Chat history can help or hurt:
Lean on context to refine drafts, carry forward decisions, or iterate on an idea.
Start fresh when you notice drift, when the topic changes, or if the system keeps anchoring to earlier details you no longer want.
Tip: If a long thread gets messy, ask the AI to summarize the key decisions and constraints, then kick off a new chat using that summary as your starting brief.
Work Across Systems When Helpful
Many interfaces let you toggle between different providers or modes. Take advantage of that:
Brainstorm with a faster, more generative setting.
Tighten and fact-check with a more cautious or retrieval-augmented setting.
Cost-optimize by drafting quickly, then polishing in a more thorough pass.
You’re not “married” to one system—mix and match to balance depth, speed, and cost.
Best Practices for Brainstorming
AI shines as a creative partner. To maximize variety without veering into nonsense:
Open the aperture: “Generate 10 potential blog titles about sustainable fashion.”
Iterate deliberately: Pick your top 3; ask to expand, blend, or flip angles.
Vary the frames: Request different tones (professional, playful, contrarian) or formats (headlines, taglines, social captions).
Set guardrails: “Novelty welcome, but keep suggestions realistic and actionable.”
Structure the Output You Want
Models follow structure well. Ask for:
Headings and sections (e.g., “Overview, Trade-offs, Examples, Checklist”).
Numbered steps for procedures.
Tables for comparisons.
Schemas for data (keys and brief descriptions).
Checklists or acceptance criteria for delivery-ready work.
The more you shape the container, the better the content fits.
Calibrate With a Tight Feedback Loop
Treat prompting like product iteration:
Draft quickly with minimal instructions.
Evaluate what’s missing or off.
Revise the prompt: add constraints, examples, or structure.
Repeat until you get a reusable template.
Save your best prompts as patterns for future work.
Handy Prompt Patterns (Fill-in-the-Blanks)
Goal + Constraints: “Write a {purpose}. Audience: {who}. Length: {words}. Tone: {tone}. Must include {key points}. Exclude {off-limits}.”
Critique and Improve: “Critique the following draft against {criteria}. Then provide a revised version with tracked changes (or bullet diffs).”
Compare and Decide: “Create a table comparing {options} by {criteria}. Conclude with a recommendation and a one-paragraph rationale.”
Plan and Steps: “Propose a step-by-step plan to achieve {goal} in {timeframe}. Include risks, mitigations, and what to measure.”
Putting It All Together
Effective prompting is part art, part system design. Match the task to the tool’s strengths, keep prompts granular and relevant, manage context intentionally, and iterate with structure. Use faster modes for exploration and slower, more rigorous modes for polish. With these habits, you’ll turn AI from a hit-or-miss experiment into a consistent problem-solving partner.
Did I miss your favorite prompting strategy? I’d love to hear it: undermouse@gmail.com