Holmes Stacks
Career · June 7, 2026

The ChatGPT Prompt Mistake That Wastes Time at Work

This video teaches you how to craft clear, specific ChatGPT prompts to get actionable answers that help solve real work problems faster.

What this guide covers

After reading, you’ll know how to craft specific, actionable ChatGPT prompts that get you useful code snippets, config advice, or clear technical details to solve actual work problems faster.

When to use it

  • When you need practical AWS CLI commands or deployment steps, not broad explanations
  • Debugging infrastructure tools or cloud resources with unclear error messages
  • Writing code snippets focused on your exact runtime or framework versions
  • Automating repetitive or manual cloud operations with proven best practices

The move, step by step

  1. Start with your goal: Identify exactly what you want ChatGPT to help with—don’t ask generically, “How do I deploy Lambda?”
  2. Add specifics: Include environment details like runtime (nodejs18.x), deployment method (CLI, SAM, or CloudFormation), and task (best practices or step-by-step command).
  3. Use work-related phrasing: Frame the prompt as a direct question or request tied to your current task, e.g., “Show me AWS Lambda deployment best practices for Node.js 18 using AWS CLI.”
  4. Request executable outputs: Specify you want runnable commands, config snippets, or code examples you can copy-paste.
  5. Iterate with context: If output is vague, add details about your current error, setup, or requirements. This narrows ChatGPT’s focus.
  6. Validate with official docs: Always cross-check commands or best practices against authoritative sources like the AWS Lambda Developer Guide.

Example

Input prompt to ChatGPT:
Show me AWS Lambda deployment best practices for Node.js 18 using AWS CLI with minimal example commands.

Output snippet:

aws lambda deploy \
  --function-name myFunc \
  --runtime nodejs18.x \
  --handler index.handler \
  --zip-file fileb://function.zip

Expected result: A minimal but complete AWS CLI command that you can run today to deploy a Lambda function on Node.js 18, matching the official AWS docs.

Common mistakes

  • Mistake: Asking “How do I deploy Lambda?” → Fix: Specify runtime, deployment tool, and output type.
  • Mistake: Requesting general info → Fix: Ask for exact commands or code snippets you can use immediately.
  • Mistake: Not including your environment or version → Fix: Add these details to get tailored answers.
  • Mistake: Accepting vague answers → Fix: Follow up with clarifying context and stricter prompt details.
  • Mistake: Using outdated commands → Fix: Verify command syntax against the latest official docs before running.

Next step

Pick one AWS or cloud task you’re about to do today. Write a specific ChatGPT prompt with environment details and exact output needed. Run it. Then come back and try the next move from the video.

Your one action today

Pick the smallest version of this guide and try it in your tool of choice in the next 20 minutes.

Free download
Get the AI Career Starter Kit — 25 ChatGPT prompts + a 12-month plan
Click to get it →
Go deeper
AI Career Stack Starter Kit — $39
75 prompts + resume system + cloud roadmap + Notion template

Get the next AI/career guide in your inbox

One short, practical guide on AI tools, cloud, and the modern career stack. No fluff.

Related guides