AI is genuinely useful for IT work, but not in the way the hype suggests. It's excellent at explaining unfamiliar output, drafting the boring document, and reviewing something you already understand. It's dangerous when you ask it for facts about your environment, which it cannot know.
Here are prompts that work, with the constraint lines that make the difference.
Here is an error from [system/OS/app]. Explain in plain English what it most likely means, list the 3 most common causes ranked by likelihood, and give me the specific command or place to check for each one. If the message is ambiguous, say so and tell me what extra information would narrow it down. ERROR: [paste it]
Write a [PowerShell/bash] script that [task]. Requirements: - Add comments explaining each step - Handle errors instead of failing silently - Include a dry-run / -WhatIf mode that changes nothing - Do not delete or overwrite anything without an explicit flag Then list what could go wrong if I run this on a production machine.
rm, Remove-Item, drop tables, or firewall rules.Review this [nginx/firewall/Dockerfile/etc.] config as a security engineer. Point out anything insecure, deprecated, or likely to cause an outage. For each finding, tell me the severity and the specific line. Do not rewrite it — just list findings. Flag anything you're uncertain about rather than guessing. CONFIG: [paste it]
Asking for findings rather than a rewrite is the trick. A rewrite quietly changes things you didn't ask about; a list you can evaluate.
Turn these rough notes into a clear incident summary with: what happened, when, impact, root cause, resolution, and follow-up actions. Keep it factual and neutral — no blame, no speculation. If something is unknown, write "unknown" rather than guessing. NOTES: [paste your messy notes]
This is where AI earns its keep in IT: the document nobody wants to write, drafted from notes you already have, in two minutes instead of forty.
Explain [technical thing] to a [business owner / executive / end user] in under 120 words. No jargon. Tell them what it means for them and what you need them to do — nothing else.
I understand [thing I already know]. Explain [new thing] by contrasting it with that. Then give me three questions to check whether I actually understood it.
The AI Prompt Library for IT & Security Pros — a full set of ready-to-use prompts for troubleshooting, scripting, documentation, and security review. Instant download.
Get the library — $9 →Going further with AI? Building an AI employee that actually works covers the structure for agents that run on their own — and what it costs to keep one running.