Stop Prompting ChatGPT Like It’s 2023

Most people are still writing prompts for a model that retired months ago. GPT-4o is gone. o3 is gone. You’re on GPT-5 now, Instant or Thinking or Codex, and the old one-line requests that used to sort of work now just waste your quota. One Redditor put together a full breakdown of what actually moves the needle in 2026, and it’s less about clever tricks and more about a mindset shift: stop chatting, start briefing.

Here’s the key idea. The old way treats a prompt like a question you toss over the wall. The new way treats it like a spec you hand to a contractor. Same model, wildly different output, because the model isn’t guessing at what you meant anymore, it’s executing against constraints you actually gave it. That distinction sounds small until you count the messages it saves. A vague ask forces the model to fill in gaps with its best guess, and its best guess is rarely your actual intent, tone, or audience.

Old Way vs New Way

Old way: “Write me a marketing email.” You get something generic, then you spend three messages correcting tone, length, and audience. That’s not a shortcut, that’s a slow, expensive round trip disguised as a fast one. Each correction message also carries the full context of everything before it, so the token cost compounds quietly while it feels like you’re just “chatting.”

New way: one brief with Role + Expertise + Task + Audience + Format + Constraints baked in up front. Something like a senior B2B copywriter, writing a cold email to HR directors at mid-size companies, 160 words max, no bullet points, no “synergy.” One good brief beats three rounds of back-and-forth, and it costs fewer tokens doing it. Write the brief once, save it as a template, and reuse it for every similar task going forward instead of rebuilding it from scratch each time.

The same contrast shows up with role prompting, and it’s worth a caveat. Assigning an expert persona (“You are a board-certified physician with 18 years of experience”) used to be treated as a guaranteed upgrade. Some frontier lab researchers have since pushed back, arguing that over-specifying a role can narrow the model’s reasoning instead of sharpening it. The honest take: it still helps for tone and structure, just don’t expect it to fix a fundamentally vague task. Pair the role with a real constraint list, not a costume.

🛠️ Practical Steps

Here’s the full stack the original poster laid out, condensed:

  • Pick the right model first. Instant for writing and quick Q&A, Thinking for math, debugging, and strategy, Codex for autonomous multi-file coding. Using Thinking on a simple task wastes time. Using Instant on hard logic gets you confident wrong answers. If you’re not sure which one you’re on, check before you send anything that actually matters.
  • Negative constraints beat positive ones. “No bullet points, no preamble, don’t summarize at the end” is more reliable than describing what you do want. Stack three to five per prompt, and get specific about phrases you’re tired of seeing, like “no synergy,” “no circle back,” “no in today’s fast-paced world.”
  • Ask it to ask you questions. Add “before you start, ask me 3 clarifying questions” to any complex task. One extra message saves three or four correction rounds later, and it forces you to notice gaps in your own brief before the model has to guess.
  • Work in passes, not one shot. Outline first, then draft one section, then tighten. Each pass is a small request, and the total token cost ends up lower than one giant prompt plus a cleanup loop. It also gives you a natural checkpoint to redirect before a bad draft snowballs into a bad final version.
  • Show, don’t describe. Paste two examples of the style you want and ask for a third in the same voice. Pattern-matching beats adjectives every time, especially for anything with a distinct voice like a newsletter or a brand’s ad copy.
  • Steelman your own plan. Ask for the three strongest reasons it fails, then the best case for why it succeeds anyway. Way more useful than “what do you think?” because it forces the model past polite agreement into an actual argument.
  • Force structured output (JSON, CSV, a defined schema) when you’re piping results into another tool. Be explicit about the schema or the structure drifts, and validate the first response before you build automation on top of it.

Beyond the prompt itself, the guide flags four features most people set up once and forget: Custom Instructions (a global brief loaded into every chat), Projects (a persistent workspace per client or codebase), Memory (fed actively, not left passive, and audited when it goes stale), and Deep Research (best used with a tight, comparative question, not a vague topic dump).

What to Do Next

Don’t try to adopt all seventeen tips today. Pick one: rewrite your next prompt as a brief instead of a question, using Role, Task, Audience, Format, and Constraints. Run it against whatever you’d normally ask for, and compare the first output to what you’d usually get after three rounds of fixing.

If that lands, add “ask me clarifying questions first” to your next complex task. The full discussion has more real-world pushback and edge cases worth reading before you build your own prompt library around this.

ChatGPT Power User Guide 2026 — Advanced Tips That Actually Work
by u/MudasirItoo in ChatGPTPromptGenius

Scroll to Top