AI Pro Tips: A Guide to Better Prompts

Generative AI is a powerful tool, but its output is only as good as your input. Learning to "prompt" effectively is the most important skill for getting high-quality results. Here is a listicle of helpful tips for different types of AI.

1. General Prompting: The Core Principles

  • Be Specific and Detailed: This is the golden rule. Don't say "Write about a dog." Say "Write a happy, 100-word story about a golden retriever named Barnaby who finds a lost tennis ball in a park on a sunny afternoon."
  • Assign a Persona or Role: Start your prompt by telling the AI *who* it is. This dramatically focuses its response.
    • "Act as an expert copywriter..."
    • "You are a senior software engineer specializing in Python..."
    • "You are a patient, encouraging tutor explaining a concept to a 9th grader..."
  • Provide Examples (Few-Shot Prompting): Show the AI exactly what you want.
    • "Here is the tone I want: [Paste a short example of your writing]."
    • "Translate these examples in the same style: sea -> mer, house -> maison, bread -> pain."
  • Define the Format and Constraints: Tell the AI *how* to deliver the answer.
    • "Format the output as a JSON object."
    • "Provide the answer as a bulleted list."
    • "Do not use any corporate jargon."
    • "The response must be under 150 words."
  • Iterate! Don't Give Up: Your first prompt is rarely your best. If the output is wrong, don't just delete it. Reply to the AI and refine your request: "That's a good start, but can you make the tone more formal and add a section about the budget?"

2. Tips for Text & Chatbots (ChatGPT, Claude)

  • Use "Chain of Thought" Prompting: For complex problems (like math or logic), ask the AI to "think step-by-step." This forces it to write out its reasoning, which dramatically reduces errors.
  • Ask for a "Persona" it Should Adopt: Instead of just asking for a summary, say, "You are a CEO. Write a bold, inspiring summary of this document for an all-hands meeting."
  • Upload Context: Don't make the AI guess. Upload the document (PDF, TXT) you're talking about so it can pull answers directly from the source. This is essential for summarization or analysis.

3. Tips for Image Generation (Midjourney, DALL-E)

  • Focus on "Subject, Style, and Setting": A great image prompt has these three parts.
    • Subject: "A 1930s-era robot detective"
    • Setting: "standing on a rain-slicked, neon-lit street in Tokyo"
    • Style: "digital art, cinematic lighting, hyper-detailed, photorealistic."
  • Use "Magic Words" for Style: Learn the keywords that trigger specific aesthetics:
    • For photos: "Photorealistic," "Cinematic," "depth of field," "golden hour," "35mm film photo."
    • For art: "Digital art," "oil painting," "watercolor," "anime," "pixel art," "concept art."
  • Use Negative Prompts: Tell the AI what you *don't* want. Most UIs have a "negative prompt" field. Use it to remove common errors.
    • Example: "ugly, blurry, extra fingers, disfigured, text, watermark, bad anatomy."
  • Use Image-to-Image: Start with a simple sketch or a reference photo. Upload it and use a text prompt to guide the AI in "redrawing" it in your desired style. This gives you much more control over composition.

4. Tips for Code Generation (Copilot, Cursor)

  • Write Detailed Comments: Code assistants get most of their context from your comments. Don't write "// make function." Write "// function to fetch user data from /api/users, handles errors, and returns a JSON object."
  • Give it Context: Keep other relevant files open in your editor. AI-native editors like Cursor will "read" your open files to understand your existing code style and function names.
  • Don't Trust, Verify: *Never* accept AI-generated code without reading and understanding it. It's fantastic at writing boilerplate, but it can also introduce subtle bugs or security vulnerabilities. It's a "co-pilot," not the pilot.

5. Tips for Audio & Video (Suno, Pika)

  • (Audio) Use Lyrical & Style Tags: For music tools like Suno, be very specific about the genre *and* the mood.
    • "Acoustic folk song, sad, slow tempo, female vocalist, about a long journey."
    • "In Custom Mode, provide your own lyrics in [Verse] and [Chorus] blocks for more control."
  • (Video) Describe the Motion: For video tools like Pika or Luma, don't just describe the scene; describe the *action* and the *camera*.
    • "A corgi running through a field of flowers, camera follows the dog, slow motion."
    • "Cinematic drone shot, flying slowly backwards over a snowy mountain range at sunrise."