How I Stopped Fighting With AI and Started One-Shotting My Work
The prompt system I built after getting tired of vague AI output, endless refinement, and starting over.
A lot of AI slop starts with a prompting problem. A vague request gets vague output; a tight one gives the model somewhere useful to go.
That matters because today's best models are forgiving enough that you can usually get there after a few rounds. But those rounds add up. Tokens, usage limits, and your time all take the hit. When the model drifts far enough, you scrap the work and start over.
A tight, specific, scoped prompt is how you skip most of that.
I learned that under pressure. Months back, I was in the middle of a high-stakes Google Ads situation where every hour counted, coordinating with support to get access restored while building the recovery plan at the same time. I had no patience left for emoji-riddled ChatGPT replies or another round of "let me refine that" from Claude. I needed one or two things, done right, fast.
So I built my own prompt engineering system.
I put it on both ChatGPT and Claude and started getting usable output on the first pass far more often. Since November 2025, it has been through roughly nine major iterations. As the models improve, the question shifts from "can the model do this?" to "have I specified the job clearly enough?"
That system became Prompt Forge - a free GPT that turns a rough request into one structured, copy-paste-ready prompt.
It is a compiler, not another chatbot handing you five generic prompt ideas and asking which direction you like. It builds around the actual task, the model you plan to use, the constraints, the output shape, and the level of effort the work deserves.
A real example:
What I type: Build me a prompt to audit a website against an SEO course in my Google Drive.
What Prompt Forge builds: One prompt that defines the auditor's role, the sources it must use, the audit criteria, required evidence, output structure, guardrails, and specific next steps.
You do not need to know prompt-engineering terminology. Say what you want in plain language - voice typing included. If the request is too thin, Prompt Forge asks a sharp question or two instead of silently guessing. Then it returns a single prompt you can drop into Claude, ChatGPT, Gemini, Grok, or whatever you run.
A few habits make the output tighter:
- Name the model you are building for, and Prompt Forge can tune the instructions to that environment.
- Say what shape you want - length, format, tone, or deliverable - so the prompt can close around it.
- If the first pass is close but off, say what missed. It sharpens the same prompt instead of forcing you to start over.
It works for a simple grocery list that does not suck, a code-review assistant, a research audit, a Claude skill, or a multi-step build specification.
I keep updating it as the models and the work change.
Take it for a spin below. It's free. Put it through a real task and tell me where it helps or gets in the way, so I can keep sharpening it.