Get the Best Out of ChatGPT Prompts: What To Ask for Personalized Assistance?
Modern reasoning models like GPT-5 need less hand-holding but reward clear context, structured output requests, and smart use of Projects and custom GPTs. Here's what actually works.
Every Wednesday. 28,400+ operators. Zero fluff.
✓ Check your inbox — click the confirmation link to complete sign-up.
✓ You're subscribed!
✓ You're already on the list.
Table of contents
Open Table of contents
- 1. Load Persistent Context First
- 2. State the Goal, Not Just the Question
- 3. Assign a Role When Output Quality Matters
- 4. Specify the Output Format Explicitly
- 5. Use Custom GPTs for Repetitive Workflows
- 6. Iterate in the Same Thread, Not New Ones
- 7. Ask for Reasoning When the Answer Is High-Stakes
- 8. Be Explicit About What You Don’t Want
- 9. Upload Files and Reference Them Directly
- 10. Verify Anything That Matters
- Prompt Examples That Work in 2026
- ChatGPT Prompts — 2026 FAQ
- Updated for May 2026
1. Load Persistent Context First
The single biggest unlock in ChatGPT is Projects. A Project lets you attach files, a system prompt, and conversation history that persist across sessions. Before writing any prompt, set up a Project for the work you do most — client work, writing, code, research.
In that Project, include:
- Who you are and what you’re working on
- Preferred output format and tone
- Any standing constraints (“don’t use bullet lists”, “always cite sources”, “output in Spanish”)
This replaces the old trick of pasting a giant context block at the top of every conversation. The model now carries this forward automatically.
2. State the Goal, Not Just the Question
Reasoning models respond better to goal framing than to interrogative prompts. Instead of: “What are the best email subject lines?” try: “I’m launching a SaaS product to indie developers. Write 10 subject lines for a cold re-engagement email. Goal: get a reply, not a click.”
The extra sentence changes everything. The model knows what success looks like and optimizes for it rather than giving you a generic list.
3. Assign a Role When Output Quality Matters
Role prompting still works. For high-stakes output — a legal summary, a technical spec, a pitch deck — opening with “Act as a senior [role] who [relevant experience]” shapes the vocabulary, assumptions, and depth of the response.
It’s less about tricking the AI and more about activating the right register of its training data. A “senior SRE reviewing an incident report” writes differently from a “technical writer explaining a system outage.”
4. Specify the Output Format Explicitly
This is where most people leave quality on the table. ChatGPT will default to flowing prose unless you ask for something else. Be explicit:
- “Give me a markdown table with columns: Feature / Trade-off / When to use”
- “Return a JSON object with keys: title, summary, tags”
- “Three bullet points max, each under 20 words”
- “A numbered step-by-step, no prose sections between steps”
GPT-5-class models follow these formatting instructions reliably. If you’re piping the output into another tool or prompt, this precision matters enormously.
5. Use Custom GPTs for Repetitive Workflows
If you’re doing the same type of task repeatedly — summarizing transcripts, drafting proposals in your style, classifying support tickets — build a custom GPT instead of re-prompting from scratch every time.
Custom GPTs let you bake in instructions, attach reference documents, and give the assistant a focused persona. I have one that drafts in my writing voice (trained on existing posts), one for code review comments, and one for client status updates. Setup takes 20 minutes; payoff is permanent.
6. Iterate in the Same Thread, Not New Ones
Don’t start a new conversation when a response misses. Iterate in place:
- “That’s too formal — rewrite in a casual, direct tone”
- “Good structure, but the third point is wrong — [correction]. Revise just that section.”
- “Give me three variations of the opening paragraph”
The model has full thread context. Restarting loses that context and often produces worse results because you’ve lost the shared understanding you built up.
7. Ask for Reasoning When the Answer Is High-Stakes
For anything where you need to trust the output — a medical, legal, financial, or technical question — add “Walk me through your reasoning step by step before giving a final answer.” Reasoning models are more accurate when they externalize their chain of thought, and you can spot where the logic goes wrong.
This also works for code: “Before writing the function, explain your approach and flag any edge cases.” Catching a flawed plan is faster than debugging flawed code.
8. Be Explicit About What You Don’t Want
Negative constraints are underused. If you’ve gotten five responses that all start with “Certainly!” or pad with unnecessary caveats, just say: “No disclaimers. No meta-commentary about what you’re doing. Just the output.”
Similarly: “Don’t suggest consulting a professional — I know to do that.” Or: “Don’t list obvious prerequisites I already understand.” Negative constraints cut noise faster than positive rephrasing.
9. Upload Files and Reference Them Directly
ChatGPT can read PDFs, spreadsheets, images, and code files. Instead of copy-pasting content, upload the source and reference it. “Using the attached contract, identify any clauses that limit liability” is faster and more accurate than pasting 10 pages of text.
This also extends to images: paste a screenshot of an error, a UI mockup, or a chart, and ask the model to reason about it. Vision is reliable and saves a lot of description overhead.
10. Verify Anything That Matters
ChatGPT is still a probabilistic system. It can confidently state things that are wrong, especially on recent events, specific statistics, or niche technical details. The behavior has improved substantially, but the failure mode hasn’t disappeared.
My rule: anything I’d stake money or reputation on gets verified against a primary source. Ask for citations when facts matter — and then actually follow the links. The model sometimes generates plausible-looking but wrong sources.
Prompt Examples That Work in 2026
Deep Research on a Topic
I'm researching [topic] to [goal]. Summarize the current state of the debate:
key positions, strongest evidence on each side, and what remains genuinely uncertain.
Format: one section per position, with a final "open questions" section.
Cite sources where possible.Draft in My Voice
Here's a sample of my writing: [paste 2–3 paragraphs].
Now write a [type of document] about [topic] in the same voice.
Match the sentence rhythm, vocabulary level, and level of directness.Code Review
Review the following [language] function for:
1. Correctness (logic errors, edge cases)
2. Performance (obvious inefficiencies)
3. Readability (naming, structure)
Return a numbered list of issues, each with: line reference / problem / suggested fix.
Don't rewrite the whole function — just the issue list.Structured Decision Support
I need to decide between [Option A] and [Option B] for [context].
My constraints: [list constraints].
My priorities in order: [list priorities].
Walk me through the trade-offs, then give a recommendation with your reasoning.ChatGPT Prompts — 2026 FAQ
Do you still need to write elaborate prompts with GPT-5-class models?
Less so for simple tasks — the models are much better at inferring intent. But for complex, multi-part, or high-stakes work, a well-structured prompt still produces noticeably better results than a vague one. Context and output-format instructions remain the highest-leverage moves.
What’s the difference between a Project and a custom GPT?
A Project is a persistent conversation workspace for you — your files, your history, your standing instructions. A custom GPT is a shareable assistant you configure with a persona, instructions, and knowledge base. Use Projects for ongoing work; use custom GPTs for repeatable task types you want to run on demand.
Is it worth using the reasoning (“think longer”) mode?
Yes, for hard problems. Reasoning mode is slower and uses more tokens, but for math, code architecture, legal analysis, or anything with multiple interdependent constraints, the quality difference is significant. For quick drafts or simple lookups, default mode is faster and fine.
How do I get ChatGPT to stop adding unnecessary caveats?
Add negative constraints directly: “No disclaimers. No suggestions to consult a professional. Just the answer.” It works reliably. You can also set this as a standing instruction in your Project so you never have to repeat it.
Related reading:
- Top ChatGPT Alternatives: What Other Chatbots Offer
- Jasper vs. ChatGPT: The Ultimate AI Showdown
- How Jasper AI Is Changing the Way We Interact with Technology
Updated for May 2026
The 2026 AI-tools landscape evolved fast — this section is the operator-side snapshot:
- OpenAI shipped GPT-5 in mid-2025; ChatGPT plus the API are now hybrid systems (GPT-5 + smaller fast models routed automatically). Sora is fully released for video. DALL·E 3 still ships images inside ChatGPT.
- Anthropic is shipping the Claude 4.x family (4.5 → 4.6 → 4.7 in late 2025 / early 2026). The 1M-context window enables full-codebase or full-book reasoning. Claude Code is the default CLI agent for many engineering teams.
- Google is on Gemini 2.5 Pro with the 2.5 Flash family for speed; Gemini is the model inside Google Workspace, Android, and the rebranded Google Search AI Overviews.
- xAI’s Grok crossed Grok 3 in late 2024 and is the default model inside X Premium.
- Image enhancers: most are now hosted by the big-three model providers natively (
Image UpscaleandGenerative Fillinside ChatGPT and Gemini). Standalone tools like Topaz Photo AI, Magnific, and Krea AI hold quality leads but the floor moved up dramatically.
If the post you’re reading recommends a specific AI tool, verify the current model — most ship a new major version every 4–6 months in 2026.
Every Wednesday. 28,400+ operators. Zero fluff.
✓ Check your inbox — click the confirmation link to complete sign-up.
✓ You're subscribed!
✓ You're already on the list.
Get the AI playbook in your inbox
Every Wednesday. 28,400+ operators. Zero fluff.
Check your inbox.
We sent you a confirmation email — click the link inside to complete your subscription. Check spam if you don't see it within a minute.
You're subscribed.
Welcome — the next edition lands in your inbox soon.
You're already on the list — look for it every Wednesday.