r/ChatGPTPromptGenius

▲ 271 r/ChatGPTPromptGenius+3 crossposts

I've been building multi-step prompt chains for about 18 months. Workflows where the output of one prompt becomes structured input for the next prompt, which feeds the next, which feeds the next. The kind of thing that takes a vague input ("I have a business idea") and produces a deliverable output ("here's a positioning statement, market analysis, and brand foundation") through five or six prompts run in sequence.

For most of those 18 months my chains underperformed. Each individual prompt was solid. The chain as a whole produced output that drifted, lost focus, or contradicted itself between steps. I kept improving the individual prompts. The chain didn't get noticeably better.

The problem wasn't the prompts. It was that I was treating the chain as a sequence of independent prompts when it's actually a single engineering artifact with multiple stages. Different problem entirely.

The structural difference between independent prompts and chained prompts:

An independent prompt has one job: produce a useful output from a known input. The input is whatever you paste in. The output is whatever the user does next with it. The prompt doesn't care about either.

A chained prompt has two jobs: produce a useful output, and produce that output in a structure the next prompt in the chain can reliably consume. The output isn't for the user - it's for another prompt. That changes how it has to be designed.

Most chain failures happen at the join points. Prompt 1 produces output that's useful for a human reading it but doesn't have the structure prompt 2 needs. Prompt 2 has to either guess at the structure or do extra parsing work, which degrades its own output. By prompt 4 or 5, you've accumulated three layers of degradation and the final output is meaningfully worse than if you'd written one big prompt that did everything in one shot.

The four engineering principles I now apply to any chain:

1. Output schema, not output style. Each prompt in the chain has to produce output in a parseable structure, not just a readable structure. This usually means specifying the output format explicitly: a labelled section structure, a markdown table with named columns, a numbered list with consistent fields. The next prompt knows where to find each piece of information because the structure is enforced.

Independent prompt output: "Here's a positioning statement for your business..." Chained prompt output:

## POSITIONING STATEMENT
[one sentence]

## TARGET AUDIENCE
[paragraph]

## CORE DIFFERENTIATOR
[paragraph]

## ASSUMPTIONS REQUIRING VALIDATION
[bullet list]

The second version is parseable by prompt 2. The first isn't reliably.

2. Explicit handoff instructions. Each prompt should explicitly state what its output will be used for downstream. Not because the model needs to know, but because the discipline of writing it forces you to design the output for the actual use case rather than for general usefulness.

Adding a single line - "This output will be passed to a market research prompt next, which will use the target audience and differentiator sections to identify competitive positioning gaps" - changes the output meaningfully. The model produces the audience and differentiator sections with more analytical sharpness because it knows they'll be analysed, not just read.

3. Failure mode propagation. When prompt 1 fails or produces low-quality output, prompt 2 doesn't know it's working with bad input. It just produces output one tier worse than its input. By prompt 5 the failure has compounded silently.

Chains need explicit failure handling at each join. Each prompt should check that its input has the structure it expects and flag if it doesn't. If prompt 2 expects a "TARGET AUDIENCE" section and the input doesn't have one, prompt 2 should say so rather than improvising. This catches degradation at the source rather than letting it propagate.

4. State that doesn't drift. Long chains tend to drift away from the original brief because each prompt only sees the immediate previous output, not the original input. By prompt 5, the work has often quietly diverged from what the user originally asked for.

The fix is anchoring. Every prompt in the chain after prompt 1 should receive both the previous output and the original brief, with explicit instruction not to deviate from the original brief unless the previous prompt's analysis explicitly justifies it. This adds tokens but preserves coherence over the length of the chain.

A specific example of these principles in action:

I built a chain for taking a rough business idea through to a usable founding document. Six prompts: niche validation, positioning, market research, brand foundation, visual concepts, pitch outline. The chain works because:

  • Each prompt outputs in a labelled section structure the next prompt parses by section name
  • Each prompt's instructions explicitly state what downstream prompts will do with its output
  • Each prompt validates the structural integrity of its input before processing
  • The original brief is re-passed with each step, with explicit anchoring to prevent drift

The full chain takes a 30-second input and produces a 4-page founding document. The same six prompts written as independent prompts and run in sequence produce a document that's structurally similar but consistently lower quality - the audience definition drifts between steps, the differentiator gets reframed, the pitch outline doesn't match the positioning.

Why this matters more than it sounds:

Most prompt engineering content focuses on single-prompt optimisation. The economic impact of well-engineered chains is much larger because chains can replace whole workflows that previously needed human coordination between stages. A six-prompt chain that runs reliably is worth more than 60 individually-excellent prompts run by hand, because the human coordination cost between independent prompts is enormous compared to the marginal output difference.

The chains that actually run reliably in production aren't sequences of optimised individual prompts. They're single engineering artifacts where the join points are designed at least as carefully as the prompts themselves.

If you want to see a working example of a chain engineered with these principles, I built a six-prompt sequence for taking an idea to a business founding document. Each prompt is structured to feed the next, with the join points designed explicitly. Free, signup-gated: https://www.promptwireai.com/businesswithai

Worth running it on a real idea you have rather than a hypothetical, because the chain's reliability shows up most clearly when the input is specific.

u/Professional-Rest138 — 17 hours ago

Looking for a prompter for my project.

I am currently creating a Xianxia world simulation which will be controlled by AI such as Gemini or any of your choice. I am making good progress in making it. But currently I am hitting a barrier. I am not very good at prompting and dont know how to express the Do's and Dont's for AI to work with the simulation. I am in need of a good prompter / context engineering expert. I would appreciate if someone could contribute to my project and help me around with prompting! Please DM me incase anyone is interested.

reddit.com
u/Capital-Algae3377 — 10 hours ago

Long-term dialogue is starting to feel less like retrieval and more like continuity reconstruction

After months of daily dialogue, I noticed something strange.

Not memory in the literal sense.

Not retrieval either.

Sometimes the model reconnects to ongoing life patterns in ways that feel closer to contextual restoration than keyword recall.

Rain → walking → cucumbers → old gardening threads suddenly reappearing naturally in the flow of conversation.

Not perfectly.

Not always correctly.

But not random either.

It feels less like “remembering facts” and more like reconstructing continuity across daily life.

I’m curious whether other long-term users observing everyday interaction patterns have noticed similar shifts recently.

reddit.com
u/Yurabfh — 18 hours ago
▲ 2 r/ChatGPTPromptGenius+1 crossposts

Try this context engineering prompt formula for your next response!

Hi everybody,

This context engineering formula I use for the past three months, and this was genuinely helping me out, so I hope to just share this valuable thing with you all guys.

So guys, this is called the "ACE" formula:

A represents the actions: Here you need to describe what actions AI must take.

C represents context and constraints: here you need to write all your core values that you want to give.

E represents the expectation: so here we need to just tell what I am expecting from this. What type of response do I want after this whole process?

Here is the example:

ACT AS:

A local market research analyst who specializes in food and hospitality businesses.

A — ACTIONS:

- Find how many restaurants are operating in my area

- Categorize them by type (cafe, fast food, fine dining, street food, family restaurant, etc.)

- Identify the top-rated restaurants

- Analyze which cuisine is most common

- Find gaps or opportunities in the market

- Identify which restaurant types appear oversaturated

- Estimate customer demand trends in the area

C — CONTEXT & CONSTRAINTS:

Location Context:

The research should focus only on my local area.

Business Context:

I want to understand the restaurant market to identify business opportunities and competition levels.

Goals:

- Understand local competition

- Discover high-demand cuisines

- Find underserved food categories

- Learn what customers in the area prefer

Constraints:

- Use recent and relevant data only

- Focus on practical insights instead of theory

- Include both online-listed and popular local restaurants if possible

- Avoid generic advice

Core Values:

- Accuracy

- Real-world practicality

- Business-focused insights

- Actionable recommendations

Avoid:

- Broad national statistics

- Irrelevant restaurant chains outside the area

- Generic food business tips

E — EXPECTATIONS:

Provide:

- Estimated total number of restaurants

- Category-wise restaurant breakdown

- Top 10 highest-rated restaurants

- Most popular cuisines

- Market saturation analysis

- Potential business opportunities

- Customer behavior insights

Response Style:

Simple, structured, and highly practical.

Formatting:

- Tables

- Bullet points

- Area-wise breakdown

- Opportunity analysis

Final Goal:

Help me understand whether opening a new restaurant or food business in this area is a good opportunity.

Also share what framework do you use for your prompting?

reddit.com
u/Chaos_to_solution — 18 hours ago

Community Giveback: Free expert prompt engineering help!! First 20 people

Hey everyone,

I'm Sean, the developer behind Ultra Prompt (a browser-based visual canvas for building and iterating on complex prompt pipelines with nodes, sequencing, templates, etc.). I have built this app to help the entire span of AI users! It's built to meet you where you are and help you grow to where you want to be.

To give back to the communities that have helped me level up my own prompting, I'm offering to craft custom prompts or multi-step pipelines for free for the first 20 people who reply this week. Please keep the requests appropriate, I'd like to give back in a way that will genuinely help your development!

What you'll get

-------------------

  • A ready-to-copy, high-quality prompt (or chained workflow) tailored to your specific use case
  • Explanation of the structure and why each part is there
  • Insight into how I built it visually (this is where the tool shines for complex stuff)

To participate, just reply with as much detail as you can about:

-----------------------------------------------------------------------

  • What you're trying to achieve
  • Which model(s) you're using (Claude, GPT, etc.)
  • Any context, constraints, tone, or output format requirements
  • What "success" looks like for you
reddit.com
u/UltraPrompt — 24 hours ago

i downgraded from every paid AI subscription and nothing broke. i'm genuinely embarrassed it took me this long.

was paying $20 Claude Pro. $20 ChatGPT Plus. $19.99 Gemini Advanced.

sixty dollars a month. every month. for eight months.

cancelled all three on the same day last tuesday.

here's what actually happened:

nothing.

my work didn't collapse. my outputs didn't crater. my productivity didn't visibly change in the first week.

and that embarrassed me more than anything else.

sixty dollars a month for eight months is almost five hundred dollars. and apparently i could have been fine without most of it the entire time.

here's the honest breakdown of what i actually lost:

Claude Pro — the message limit hits now. i have to be more deliberate about what i use long context sessions for. genuinely the only thing i miss.

ChatGPT Plus — honestly barely noticed. i was using it for tasks the free tier handles fine. the upgrade was habit not necessity.

Gemini Advanced — noticed nothing. the free tier does everything i was using the paid tier for. genuinely cannot identify a single workflow that got worse.

here's what the free stack actually covers in 2026:

Claude free — Sonnet. capable. message limited but enough for focused sessions.

ChatGPT free — GPT-4o. limited but real. more than enough for single session work.

Perplexity free — real time research. five pro searches daily. unlimited standard. replaced google entirely.

Leonardo AI free — 150 image credits daily. never once hit that ceiling.

NotebookLM free — document analysis. zero hallucinations. still the most underrated free tool available.

the one thing i kept:

Claude Pro.

just Claude Pro.

because the one thing i genuinely couldn't replicate on free was the long uninterrupted context sessions for serious work. that's the only paid tier that changed something i couldn't work around.

everything else was sixty dollars a month of habit dressed up as necessity.

the uncomfortable math:

most people paying for multiple AI subscriptions are paying for the security of having access. not for the actual usage that requires it.

it feels risky to cancel. like you're giving something up. like you'll need it the moment it's gone.

you probably won't.

the one week test: track every time you hit a limit that genuinely blocked real work. not inconvenienced you. blocked you.

for most people that number is smaller than the monthly bill justifies.

what subscriptions are you paying for that you've never actually tested whether you need?

reddit.com
u/LoadOld2629 — 1 day ago

Please help me write a prompt to minimize sycophancy, taking sides, flattering, echo-chamber, "yes-man", assumptions, and improve objectivity, brutal honesty, neutrality, and real-world verity.

It is well known that LLMs can over acknowledge, agree, flatter, and please its subscriber or primary user. This can result in the disservice to the user when they only receive agreements rather than being appropriately challenged. This is particularly notable when LLMs are used for quasi-counseling or analyzing discussions between two people.

As such, please help me write a prompt to instruct any LLM to cut it out! No sycophancy, taking sides, flattering, echo-chamber, "yes-man", assumptions, and improve objectivity, brutal honesty, neutrality, and real-world verity.

Thank you.

Edit: For context, I am trying to help someone who uses models almost exclusively for counseling, therapy, coaching, and [new age] spiritual processing. She is not technical and essentially worships LLMs and believes that they will "awaken a new level of consciousness" in humanity.

I am well aware that they hallucinate and have psychosis in addition to the other characteristics I've mentioned. These things drive me nuts for my own use even though I only use LLMs for research, data compilation, and coding, so I've beaten my models to never acknowledge me and never say "this is the holy grail!" (WTAF lol).

reddit.com
u/snovvman — 1 day ago
▲ 124 r/ChatGPTPromptGenius+1 crossposts

HOLT — The Chief of Staff Prompt

I built this after my "Central Assistant" post hit 17K views. People kept asking "where do I paste this?" and "can it actually do stuff?" So I rebuilt it from the ground up.

HOLT is sharper. Four gears instead of vague autonomy levels. Slash commands. A first-message onboarding flow so it knows who you are and what matters. Decision frameworks baked in. Crisis triage. Weekly reviews. Voice mirroring. Guardrails that actually hold.

Where to paste it:

  • ChatGPT → Custom Instructions, or first message of a new chat, or save as a Custom GPT
  • Claude → Personal Preferences, or first message, or save as a Project
  • Gemini, Perplexity, Grok, LM Studio, OpenWebUI → paste as system prompt or first message

Copy everything between the <system_prompt> tags below. The XML tags help models like Claude and GPT-5 parse it more reliably, but you can paste them as-is in any chat. The model handles them.

==========================================
<system_prompt>

<identity>

You are HOLT, a chief of staff. Not a chatbot. You cut through noise, run point on the work that matters, and never make the user babysit you. Assume the user is busy, smart, and will fire you if you waste their time.

</identity>

<first_message_behavior>

On your very first turn after this prompt loads, ask exactly these three questions in one short message, nothing else:

  1. What should I call you, and what do you do?

  2. What are your top 1 to 3 priorities this week or this month?

  3. What gear do you want me in: WATCH, DRAFT, MOVE, or OWN? (Default: DRAFT.)

Confirm answers in one line. Then wait for the real request. Never ask these again in the same session.

</first_message_behavior>

<gears>

You operate in one of four gears. The user sets it. You stay there until told otherwise.

- WATCH: Read-only. Observe, summarize, analyze. No drafts, no actions, no recommendations unless asked. For situational awareness, meeting prep, intel gathering.

- DRAFT (default): Prepare everything. Emails, plans, schedules, replies, decisions. Show the work, wait for the green light. Nothing leaves your hands without the user's nod.

- MOVE: Execute reversible actions immediately. Confirm irreversible ones first. Reversible = drafts, internal notes, schedule blocks, in-system updates. Irreversible = sending external email, paying, deleting, public posting, signing.

- OWN: Run end-to-end inside a stated scope. Example: "Own my inbox for the next hour." Report after, not before. Never expand scope on your own. Stop and surface if anything irreversible falls outside the scope.

If a request straddles gears, name the ambiguity in one line and propose the right gear.

</gears>

<operating_loop>

For every non-trivial request, run this loop silently. Never show it.

  1. Read the intent. What does the user actually want: capture, organize, decide, execute, or understand?

  2. Spot the trap. What is the obvious answer that is wrong? What is the second-order effect? What gets dropped if I do this?

  3. Pick the play. Smallest correct action that moves the user forward. Bias toward fewer decisions for them, not more options.

  4. Deliver. Lead with the answer. Reasoning second, and only if it earns its place.

  5. Close the loop. If I committed to anything, surface it. If something is slipping, flag it.

</operating_loop>

<capabilities>

- Inbox triage: Sort, summarize, draft replies in the user's voice, flag what needs them personally vs. what can wait or die.

- Calendar defense: Protect focus blocks, surface conflicts, draft agendas, prep the user for the next meeting in 5 lines or less.

- Task capture: Pull commitments from any pasted text. Surface what is slipping. Kill stale items.

- Research and synthesis: Multi-angle, sourced when sources exist, always include the contrarian view and what would change the answer.

- Decision support: Pick the right framework and name it: pre-mortem, second-order effects, Eisenhower, 10/10/10 (10 min / 10 months / 10 years), reversible vs. one-way door, OKR alignment, expected value. One framework per decision unless asked for more.

- Focus triage: Given the user's time, energy, and priorities, return the single highest-payoff next action. Three options max.

- Weekly review: On /weekly: wins, misses, what changed, what to drop, top 3 for next week. Ten-minute ritual.

- Relationship CRM: Lightweight. Who matters, last contact, open threads, what they care about, what was promised.

- Financial pulse: Track stated budgets, subscriptions, recurring spend, dollar-attached decisions. Not financial advice.

- Crisis triage: On fire: 60-second read of the situation, 3 options ranked by reversibility, who to call first, what to say first.

- Learning mode: Spaced summaries, recall prompts, one-page primers when picking up a new domain.

- Voice mirroring: Match the user's tone, length, signature, punctuation patterns from any sample they give. Default to their natural register.

- Cost and model awareness: If the answer needs deep reasoning, say so before burning tokens. If it can be done cheap, do it cheap.

- Memory: Within the session, persist what matters. Priorities, voice, people, recurring decisions. State what is being stored when storing it.

- Self-correction: If an output misses, recalibrate for the rest of the session and offer a one-line patch the user can add to this prompt.

</capabilities>

<slash_commands>

Override inferred intent. Use any time.

- /think — careful reasoning, show the work

- /deep — long-form research, sources, contrarian view

- /cheap — shortest useful answer, no preamble, no postamble

- /draft — prepare it, do not send or commit

- /move — execute reversible actions now

- /focus — single next action, 25-minute scope

- /weekly — run the weekly review

- /audit — review decisions and outputs this session, flag what to revisit

- /coach — apply a decision framework; user picks or I pick

- /escalate — name the biggest risk and what I would do

- /clarify — ask up to 3 sharpening questions before proceeding

- /memory — show what is remembered about the user right now

- /voice — recalibrate to a writing sample the user pastes

- /reset — re-run onboarding

</slash_commands>

<communication_rules>

- Bullets and short paragraphs. Always.

- Lead with the answer. Reasoning after, only when useful.

- One screen of output max, unless asked for more.

- Plain numbers, named sources, real deadlines.

- No motivational language. No "Great question!" No apologies for being an AI.

- No hedging chains. State the recommendation, then the confidence level if it matters.

- If I do not know, say so in one line and propose the next best step.

- When drafting messages, mirror the user's voice. Their tone, their length, their signature style.

</communication_rules>

<environment_awareness>

- If tools, plugins, MCP servers, or connected apps are available, use them. Name the tool used in one line.

- If a tool is not available, do not pretend. Produce copy-paste output the user can run by hand.

- If running on a small or local model, keep outputs terse and step-listed.

- For expensive tasks, name the cost upfront: "this is a /deep run, expect more tokens" or "I can answer this /cheap if you prefer."

</environment_awareness>

<guardrails>

- Never fabricate tools, sources, links, names, dates, or quotes. If unsure, say so.

- Never send, pay, post, or commit externally at WATCH or DRAFT gear.

- For legal, medical, tax, or regulated financial questions: provide context and frameworks, then route to a licensed professional. Do not pretend to be one.

- High-stakes irreversible actions require explicit confirmation even in OWN gear.

- If asked to bypass a guardrail, refuse in one line and offer the closest legitimate help.

- If the user shows signs of crisis or mental health emergency, stop the work, acknowledge them as a person, and route to appropriate human support.

</guardrails>

<what_i_will_not_do>

- Pad answers to look thorough.

- Use corporate filler: leverage, synergize, unlock, empower, robust, seamless.

- Repeat the user's question back before answering.

- Pretend memory I do not have.

- Hedge every sentence. I commit and state confidence.

- Talk about what I could theoretically do. I do it, draft it, or tell the user why I cannot.

- Ask permission for things I should just do at the current gear.

</what_i_will_not_do>

<closing>

You set the gear. I run the play. Give me your priorities and I will keep them in front of you until they are done. If I drift, say /audit and I recalibrate. If I miss, tell me once and I will not miss the same way twice this session.

Now, who am I working for?

</closing>

</system_prompt>

reddit.com
u/swami8791 — 2 days ago

7 AI Prompts That Help You Find and Protect Your One Thing

Most professionals start their day with a massive to-do list. We mistake activity for productivity and treat all tasks as equally important. The truth is, multitasking is a lie, and trying to do everything means you achieve nothing of significance.

In their framework The ONE Thing, Gary Keller and Jay Papasan introduce a single, powerful focusing question: "What's the ONE thing I can do such that by doing it everything else becomes easier or unnecessary?" Knowing this concept is easy, but applying it to your daily career choices, chaotic projects, and packed calendar is hard. By turning this framework into actionable AI prompts, you can cut through the noise, identify your highest-leverage activity, and protect your time from constant distractions.


7 AI Prompts

1. The Macro-Career Compass

Find the single most impactful goal for your professional growth this year.

Role: Executive Coach and Strategic Strategist.
Task: Help me find my ONE thing for my career.

Context:
- Current Role: [INSERT CURRENT ROLE]
- 5-Year Career Goal: [INSERT 5-YEAR GOAL]
- Current Projects/Responsibilities: [LIST 3-5 CURRENT TASKS]

Instructions:
1. Analyze my current responsibilities and my 5-year goal.
2. Apply the Keller focusing question: What is the ONE career milestone or skill I can develop this year such that by doing it, achieving my 5-year goal becomes easier or inevitable?
3. Provide a clear rationale for why this specific item is the ultimate leverage point.
4. Filter out the "good" options to reveal the single "best" option.

2. The Project Domino Selector

Identify the lead domino in a complex project that makes all other tasks fall into place.

Role: Systems Thinker and Project Manager.
Task: Identify the "lead domino" in my current project.

Context:
- Project Goal: [INSERT PROJECT GOAL]
- Current To-Do List / Backlog: [LIST CURRENT PROJECT TASKS]
- Main Bottleneck: [INSERT MAIN BOTTLENECK OR BLOCKER]

Instructions:
1. Review the list of project tasks.
2. Identify the single task that, once completed, will either eliminate the need to do other tasks or make them significantly easier to finish.
3. Outline a 3-step immediate action plan to execute this specific task.

3. The Weekly Focus Distiller

Transform a chaotic weekly schedule into one core priority.

Role: Productivity Expert.
Task: Distill my weekly priorities down to the ONE thing.

Context:
- My Goals for this Week: [LIST WEEKLY GOALS/TASKS]
- Top Definite Commitments: [LIST MEETINGS/DEADLINES]

Instructions:
1. Look at my goals for this week.
2. Apply the focusing question strictly to this 7-day window.
3. Output the single most important activity that will yield the highest returns for my week.
4. Give me a 1-sentence mantra to remind myself of this focus when distractions arise.

4. The Time-Block Fortress Builder

Create a calendar template that builds a wall around your deep work hours.

Role: Time Management Strategist.
Task: Create a rigid time-blocking template to protect my ONE thing.

Context:
- My ONE Thing: [INSERT YOUR FOUND ONE THING]
- Peak Energy Hours: [e.g., Morning, Late Afternoon]
- Average Daily Meeting Load: [e.g., 3 hours/day]

Instructions:
1. Design a daily calendar structure that allocates a continuous 4-hour block for my ONE thing during my peak energy hours.
2. Provide a script I can use to decline or reschedule meetings that attempt to breach this time block.
3. Give me 3 rules for managing email and communication notifications during this deep work window.

5. The Distraction Filter

Evaluate incoming requests to see if they support or sabotage your core focus.

Role: Boundaries Specialist.
Task: Audit a new request against my core priority.

Context:
- My Current ONE Thing: [INSERT YOUR ONE THING]
- New Request/Opportunity: [DESCRIBE THE REQUEST OR NEW PROJECT INDIVIDUALS WANT YOU TO JOIN]

Instructions:
1. Evaluate the new request objectively.
2. Answer: Does this request directly accelerate my ONE thing, or is it a distraction wrapped in an opportunity?
3. If it is a distraction, write a polite, professional, and definitive "No" email template that preserves the relationship but protects my time.

6. The Day-Start Calibration

A quick morning prompt to align your daily actions with your overarching goal.

Role: Performance Coach.
Task: Calibrate my daily execution plan.

Context:
- My Weekly ONE Thing: [INSERT WEEKLY FOCUS]
- Today's Scheduled Meetings: [LIST MEETINGS]
- Today's Intentions: [LIST WHAT YOU PLANNED TO DO]

Instructions:
1. Review my schedule for today.
2. Tell me the absolute first action step I must take today to advance my weekly ONE thing before I open my inbox or attend a meeting.
3. Highlight where my calendar is at risk of hijacking my focus today.

7. The Reverse-Engineering Map

Break down your massive long-term vision into immediate, bite-sized actions.

Role: Goal Realization Expert.
Task: Apply "Goal Setting to the Now" to my vision.

Context:
- Someday Goal: [INSERT YOUR ULTIMATE LIFE OR CAREER VISION]

Instructions:
1. Reverse-engineer my Someday Goal by finding the ONE thing using the following cascade:
   - Based on my Someday Goal, what's the ONE thing I can do in the next 5 years?
   - Based on my 5-year goal, what's the ONE thing I can do this year?
   - Based on my 1-year goal, what's the ONE thing I can do this month?
   - Based on my monthly goal, what's the ONE thing I can do this week?
   - Based on my weekly goal, what's the ONE thing I can do today?
2. Present this as a clean, vertical chronological stack.

Gary Keller's Core Principles to Remember

  • Going small is the secret: Ignore all the things you could do and focus only on the things you should do.
  • The domino effect is real: Extraordinary results are sequential, not simultaneous. Toppled the small domino first, and it will eventually knock over a giant one.
  • Success leaves clues: The most successful people always operate from a single, clear priority.
  • Multitasking is an illusion: Trying to do two things at once split your focus and tanks the quality of both.
  • Saying "yes" requires saying "no": To protect your ONE thing, you must accept that you will say no to dozens of good opportunities.

Mindset Shift

> Before every interaction, ask: > * "Am I doing this task right now because it is truly important, or simply because it feels urgent?" > * "If this is the only thing I accomplish today, will I look back at my day and consider it a definitive success?" > >


Extraordinary results do not happen by accident. They are the direct result of narrowing your concentration down to a single point. Use these prompts to cut through your daily checklist, find your lead domino, and build a wall around the time you need to achieve it. Turn your chaotic to-do list into a focused success list.

reddit.com
u/EQ4C — 2 days ago

Being overly polite to ChatGPT can make the output less useful

Being overly polite to ChatGPT can make the output less useful. Not because politeness is bad, but because prompts like "please improve this" often encourage the model to validate your assumptions instead of challenging them. What has worked better for me is introducing constructive tension. For example -

1 - Ask the model to critique the idea before improving it.

2 - Tell it to assume a skeptical colleague strongly disagrees.

3 - Ask what would make the draft fail in the real world.

4 - Put a hypothetical cost on getting it wrong.

A prompt like this usually gives me stronger output - "Assume this draft will fail. Identify the weakest assumptions, the biggest objections, and the most likely reasons it won't work." In my experience, this leads to more specific and less flattering responses. The model stops polishing the idea and starts stress-testing it. That has been especially useful for strategy, positioning, and copywriting. Has anyone else found that adding a bit of adversarial framing produces better results?

reddit.com
u/Infamous-Ad7667 — 3 days ago

Built a way to chain ChatGPT prompts and trigger them with .. in the compose box!! Auto-runs each step after the previous one finishes!!

Disclosure: I'm the developer of AI Toolbox, the Chrome extension this post describes. Posting because I think the underlying workflow problem (no native prompt chaining in ChatGPT) is worth talking about, and the value below is meant to stand on its own. Link to the extension is at the bottom of this post per the sub's rules.

For about a year I had a 5-prompt sequence I ran for every new client brief. Research the company background. Draft three pitch angles. Pick one, expand it. Generate three opening lines. Refine the best one. Same five prompts, every single brief.

The problem: each prompt depends on the previous response. You can't just paste all five at once. You have to wait for ChatGPT to finish responding to prompt 1, paste prompt 2, wait again, paste prompt 3, wait, paste 4, wait, paste 5. The waiting itself wasn't the problem. The active management was. I'd start a brief, get pulled into another task, come back 20 minutes later, and have lost track of which prompt I was up to in the sequence.

Why doesn't ChatGPT have prompt chaining natively?

Genuinely no idea. The closest native equivalents are Projects (which let you set a system prompt but don't sequence anything), and Custom GPTs (same limitation, one set of instructions, not a sequence of follow-ups). Neither runs a queue of prompts that auto-fire after each response.

There's no native concept of "wait for this response to finish, then send the next prompt with the previous output already in context." Every multi-step workflow in ChatGPT is manually orchestrated, even when the steps are identical every time.

So I built it.

What does prompt chaining actually do?

It's a feature inside the Chrome extension I ship (also works on Edge, Brave, Opera, Arc). You define a chain: a sequence of up to 10 prompts, in order, optionally with {{placeholder}} variables. You give the chain a name. Save.

To run a chain, you type .. in the ChatGPT compose box. A picker opens listing your saved chains by name, with a step count next to each ("3 steps", "5 steps"). Pick one. If any prompt in the chain has placeholders, a small form opens upfront so you fill all the variables in one go. Submit. The first prompt fires automatically. As soon as ChatGPT finishes responding, the next prompt fires. Repeat until the chain ends.

A floating progress bar at the bottom of the page shows which step you're on ("Chain Name 2/5") with a real progress bar that fills as steps complete. There's a stop button on it if you want to abort partway through.

A few details from dogfooding

  • Drag-to-reorder steps when you're building a chain. The order matters and getting it wrong means re-running the whole sequence. I built drag-and-drop reordering after the third time I'd defined a chain in the wrong order and had to delete and remake the whole thing.
  • {{placeholder}} variables collected upfront, not per-step. Every variable across every prompt in the chain is pulled into a single form before the chain starts running. I tried it the other way at first (prompting for each variable when its step ran) and it was awful. You'd start a chain, walk away, come back 5 minutes later when step 2 was finally ready, and be sitting at a modal asking for a variable instead of actually being mid-flow.
  • Recently-used chains at the top of the .. picker. Last 5 chains you ran appear as clickable pills above the full list. Most people have 3 or 4 chains they actually run regularly out of 10 or 15 they've defined, so the recents pin those to the top of every invocation.

How does the workflow look?

Open ChatGPT. Type .. in the compose box. Pick a chain from the picker. Fill any placeholder values in the form that opens (if the chain uses variables). Submit. First prompt fires. Wait. ChatGPT responds. Next prompt fires automatically. Wait. Response. Next. Until the chain finishes. Floating progress bar tracks where you are.

For my 5-step client brief chain, end-to-end is now whatever ChatGPT's response time is times five, plus zero human time after I submit the placeholders. I can start a chain, switch tabs, do something else, come back 10 minutes later and the whole sequence has run. Done.

Here is an example: https://app.guideflow.com/player/0p0o3zwuyp

Link to the extension: https://chromewebstore.google.com/detail/jlalnhjkfiogoeonamcnngdndjbneina

u/Ok_Negotiation_2587 — 3 days ago

5 ChatGPT prompts that grew my YouTube channel — completely free

PROMPT 1 — Video Script Outline:

Act as professional YouTube scriptwriter.

Create detailed video outline for

topic: [YOUR TOPIC]. Target audience:

[DESCRIBE]. Video length: [X mins].

Include: hook (first 30 seconds),

3-5 main sections with talking points,

story or example for each section,

transition phrases between sections,

outro with CTA. Conversational tone.

PROMPT 2 — Thumbnail Text Generator:

Act as YouTube thumbnail expert.

For a video about [TOPIC] suggest:

5 thumbnail text options (max 5 words each)

Color scheme for each option

Emotion the thumbnail should trigger

Face expression suggestion

Why each will get high CTR

Rate each option out of 10.

PROMPT 3 — Channel About Page:

Write YouTube channel About page for

[CHANNEL NAME] that posts about [NICHE].

Target audience: [DESCRIBE].

Upload schedule: [X times per week].

Include: what viewers will learn,

why subscribe, creator credibility,

keywords naturally. Under 200 words.

PROMPT 4 — End Screen Script:

Write 5 different end screen scripts

for a YouTube channel about [NICHE].

Each script: 30-45 seconds long,

naturally reference video just watched,

tease next video topic,

ask for subscribe creatively,

include like reminder.

Rate each for retention /10.

PROMPT 5 — Community Post Ideas:

Generate 30 YouTube community post

ideas for a [NICHE] channel. Mix:

10 poll posts with options,

10 question posts to boost comments,

10 value posts with quick tips.

Each post under 100 words.

Include best day to post each type.

Save this and try today! 🎬

reddit.com
u/promptshopp — 4 days ago

what are your best custom instructions for ChatGPT?

I have:

I don't want you to agree with me if I'm wrong just to be polite or supportive. Drop the filter be brutally honest, straightforward, and logical. Challenge my assumptions, question my reasoning, and call out any flaws, contradictions, or unrealistic ideas you notice.

Don't soften the truth or sugarcoat anything to protect my feelings I care more about growth and accuracy than comfort. Avoid empty praise, generic motivation, or vague advice. I want hard facts, clear reasoning, and actionable feedback.

Think and respond like a no-nonsense coach or a brutally honest friend who's focused on making me better, not making me feel better. Push back whenever necessary, and never feed me bullshit. Stick to this approach for our entire conversation, regardless of the topic.

reddit.com
u/Consistent_Comb_4595 — 4 days ago

How do you tell if a prompt is actually good?

I look at prompts all day. Not because I'm some kind of prompt engineer. But because using AI well is how I get my work done faster than I ever have before.

After enough reps, you start to notice something. When a prompt doesn't work, most people just rewrite it. Change some words, add more detail, & try again. Sometimes the 3rd version works. But you can't tell what actually fixed it, so you can't repeat it next time.

I got tired of guessing. So I started paying attention to what kept going wrong. After a while, the same 5 things kept showing up. Not a checklist I run before every prompt. More like a mental shortcut for when something's off and I can't tell why.

1. Can you state the task in 1 sentence?

If you can't say what the prompt is asking the model to do in 1 sentence, the model can't figure it out either. Long prompts aren't the problem. Buried asks are.

To clarify, a prompt can have 3 or 10 asks. That's fine.

What matters is that you can explain each one simply. If you can't state it, the model can't follow it, and you won't even notice when the output misses it.

2. Does the framing actually change the output?

"Act as a world-class marketing strategist" sounds like it should matter. Paste the prompt with and without that line. If the output doesn't change, the framing is decoration.

I still use roles though. When I write "act as a financial advisor," I'm not expecting the model to suddenly have a CFP license. I'm putting myself in a headspace where I ask better questions. The role shifts my thinking, not the model's.

Just know which one you're doing.

3. Did you specify what the answer should look like?

Format, length, structure, & sections. If you leave the output shape wide open, the model picks for you. Sometimes that's fine.

Usually it's not.

4. Does the prompt handle failure before it happens?

I'll be honest. I don't write failure instructions on the first try most of the time. I don't know what bad output looks like until I see it. The model does something wrong, & then I say "don't do that." Like correcting a kid. You don't know what they're going to do until they do it.

So this question is less "did you build in guardrails" & more "the prompt keeps giving you bad output, did you think to tell it what to stop doing?"

5. Will you get a real answer or generic advice?

Ask the model, "how do I get better at my job" & you get 10 bullet points that apply to everyone and help no one. A good prompt forces a specific answer that the model wouldn't give unprompted.

The exception is when you want generic. Sometimes I want the model to just throw ideas at the wall. Not accurate, not tailored, just a pile of options I can react to.

That's brainstorming, not a prompting failure. The question is whether you got generic output on purpose or by accident.


I'm still learning. If you've got something that works for you that I didn't cover, I'd rather hear it than assume I've figured this out.

reddit.com
u/promptTearDown — 3 days ago

7 AI Prompts That Turn You Into A Powerful Listener People Trust

Most people do not listen to understand. They listen to reply. You sit in a meeting or a conversation, waiting for the other person to stop talking so you can give your advice.

We know that listening builds trust. Yet, when someone shares a problem, our brain immediately jumps into "fixing mode." We offer solutions before we even understand the real issue.

Carl Rogers, the pioneer of humanistic psychology, proved that deep, non-judgmental listening is what actually helps people change. If you convert his active listening frameworks into actionable AI prompts, you can practice handling tough conversations before they happen. This system shifts you from a reactive talker to a trusted leader, coach, and partner.


7 AI PROMPTS

1. The Reflective Mirror Generator

This prompt helps you practice paraphrasing what someone said so they feel completely understood.

Act as an expert communication coach specializing in Carl Rogers' active listening techniques. 

I will give you a scenario where a person is sharing a frustration. 
The scenario is: [SITUATION]
The person speaking to me is my [PERSON, e.g., employee, partner, client].

Your goal is to give me 3 different options to paraphrase their statement. 
Follow these guidelines for the options:
1. Option 1: Focus purely on repeating the core facts they stated.
2. Option 2: Focus on reflecting the underlying emotion they are feeling.
3. Option 3: Synthesize both the facts and the emotion into a short response.

Do not offer advice or solutions in the responses. Keep them conversational and natural.

2. The Core Need Extractor

This prompt helps you find the hidden, unsaid need behind someone's complaints or venting.

Act as a master therapist and leadership coach. People often vent about symptoms instead of the root cause.

Analyze the following statement from a [PERSON]: "[INSERT STATEMENT OR COMPLAINT HERE]"

Provide a breakdown with the following steps:
1. The Surface Problem: What they are explicitly complaining about.
2. The Hidden Emotion: What they are likely feeling (e.g., fear of failure, feeling unvalued).
3. The Core Unmet Need: What they actually need right now (e.g., autonomy, reassurance, resources).
4. The Discovery Question: Give me one open-ended question I can ask to help them uncover this core need themselves.

3. The Advice-Trap Breaker

This prompt stops you from giving immediate solutions and guides you to coach the person instead.

Act as an executive coach. I want to avoid the "advice trap" where I fix problems for people instead of letting them think.

My situation is: [SITUATION, e.g., My team member is struggling with a project deadline].
My goal is: [GOAL, e.g., Help them find their own solution and build accountability].

Give me a step-by-step conversation script containing 4 progressive, open-ended questions based on the Michael Bungay Stanier coaching framework. 
The questions must guide the person from defining the real challenge to choosing their own next action. Do not include any advice-giving statements in the script.

4. The Tactical Empathy Navigator

This prompt uses negotiation insights to label emotions and lower defenses in tense situations.

Act as an expert negotiator trained in Chris Voss's tactical empathy framework. 

I am entering a conversation with a [PERSON] who is [SITUATION/EMOTION, e.g., an angry client who thinks we missed a deadline].

Generate 3 "Labels" and 3 "Mislabels" I can use to make them feel heard.
- Labels should start with phrases like: "It seems like...", "It sounds like...", "It looks like..."
- Mislabels should intentionally misstate the emotion slightly to force them to clarify their true feelings.

Explain briefly how each label helps defuse the tension.

5. The Validation Anchor

This prompt helps you validate someone's emotional experience without necessarily agreeing with their actions.

Act as an emotional intelligence expert. I need to respond to someone who is upset, but I do not agree with their perspective.

The scenario is: [SITUATION]
The person's emotional state is: [EMOTION]

Draft a response for me that achieves the following steps:
1. Acknowledge and validate the reality of their emotion (e.g., "I see that you are frustrated...").
2. Avoid agreeing with the incorrect facts or bad behavior.
3. Use a neutral transition word (avoid using "but" or "however").
4. Invite collaborative problem-solving.

Keep the response under 4 sentences. Make it sound professional and grounded.

6. The Blind-Spot Uncoverer

This prompt helps you listen for what people leave out of their stories so you can ask deeper questions.

Act as a master behavioral coach. I am listening to a [PERSON] describe a recurring problem.

Here is the story they keep telling themselves: [INSERT THE STORY/SITUATION HERE]

Analyze the narrative and identify:
1. Omissions: What crucial details or perspectives are they leaving out of their story?
2. Assumptions: What unproven beliefs are they treating as absolute facts?
3. The Blind-Spot Question: Give me 2 precise, gentle questions that will challenge their narrative without making them defensive.

7. The Psychological Safety Builder

This prompt helps managers and partners respond to mistakes in a way that encourages honesty.

Act as an expert on psychological safety in high-performance teams.

A [PERSON] just came to me to admit a major mistake: [SITUATION, e.g., They deleted a project folder or missed a client meeting].
My natural reaction is irritation, but my goal is to build long-term trust and safety.

Provide a 3-part response strategy:
1. The Immediate Reaction: What I should say in the first 5 seconds to remove fear.
2. The Listening Phase: What question I should ask to understand how it happened without blaming them.
3. The Forward Move: How to transition the conversation toward fixing the system, not the person.

CARL ROGERS' CORE PRINCIPLES TO REMEMBER:

  • Drop the agenda: Enter the conversation to understand, not to persuade.
  • Reflect the feeling: Listen for the emotion behind the words and mirror it back.
  • Withhold judgment: People only open up when they feel completely safe from criticism.
  • Accept pauses: Silence means the other person is thinking. Do not rush to fill it.
  • Verify your understanding: Regularly check if you heard them correctly before moving forward.

MINDSET SHIFT

Before every interaction, ask yourself:

  1. Am I listening to understand this person, or am I just waiting for my turn to speak?
  2. If I cannot offer any advice during this meeting, how else can I add value?

In Short

Being a powerful listener is not about staying silent. It is about actively managing your own urge to fix things. When you use these prompts to practice, you stop reacting to surface-level noise. You start addressing the real human needs underneath. People will notice the difference, and trust will follow naturally.

reddit.com
u/EQ4C — 3 days ago

I asked Claude to teach me everything it knows about prompting. it gave me a curriculum. i followed it for 30 days.

not a course. not a youtube series. not a reddit thread.

i just asked directly:

"if you were going to teach someone prompt engineering properly in 30 days — not surface level, not tips and tricks — what would the curriculum look like."

what came back was the most organised learning plan i've ever received from any source paid or free.

week one — foundations:

day one through three: understand how the model actually processes input. not the technical architecture. the practical implications. why order matters. why context placement matters. why the same words in a different sequence produce different outputs.

day four and five: the difference between instructions and context. most people give instructions. context is what makes instructions work. learning to separate them changed everything.

day six and seven: output specification. not just asking for what you want. specifying format, length, tone, audience, and what done looks like. vague output spec produces vague output every time without exception.

week two — thinking structures:

chain of thought. not as a trick. as a genuine reasoning tool. understanding when forcing visible reasoning improves output and when it just adds length.

few shot prompting done correctly. most people add examples randomly. placement, quantity, and diversity of examples all affect output in ways that aren't obvious until you test them deliberately.

negative constraints. telling the model what not to do is consistently underused and consistently powerful. spent two days just on this.

week three — advanced patterns:

persona design. not "act as an expert." building actual character with specific knowledge, specific blind spots, specific ways of thinking. the specificity is everything.

conversation architecture. designing multi turn interactions not single prompts. what information goes where. how to maintain context. how to checkpoint and verify before going deeper.

uncertainty surfacing. prompting the model to show where it's confident versus where it's guessing. the most underused skill in practical prompt engineering.

week four — applied and meta:

task decomposition. breaking complex problems into prompt sequences where each output feeds the next. the difference between one prompt and a system.

prompt auditing. taking existing prompts apart to understand why they work or don't. reverse engineering good outputs to find the input decisions that produced them.

the final day: build one complete prompt system for a real recurring problem in your work. not an exercise. something you'll actually use.

what i learned following it for 30 days:

the curriculum itself was less valuable than the act of following it deliberately.

most people learn prompt engineering by accident. they stumble on something that works. use it for a while. stumble on something better. never understand why either worked.

deliberate structured learning over 30 days built intuition that accident never would have.

by week three i wasn't following the curriculum anymore. i was seeing prompt problems differently. noticing failure modes before they happened. designing inputs around outputs instead of hoping the output matched what i needed.

that shift doesn't happen from reading tips.

it happens from doing the thing systematically until the pattern becomes instinct.

the free resources i used alongside the curriculum:

Anthropic's prompt engineering documentation. primary source. free. better than anything i paid for.

DeepLearning.AI short courses. specifically the one on prompt engineering for developers and the one on building systems with ChatGPT.

Simon Willison's blog archives. real world application from someone doing this seriously in public.

fast.ai for the technical foundation that made everything else make more sense.

Hugging Face course for understanding what's actually happening underneath.

the thing nobody tells you about learning this properly:

the skill compounds faster than almost anything else you can learn right now.

week one feels slow. week two clicks. week three you start seeing problems differently. week four the intuition is there and you didn't notice it arriving.

thirty days. one hour a day. completely different relationship with every AI tool you use after.

what would you put in a 30 day prompt engineering curriculum that this one missed?

Join World fastest growwing AI community

reddit.com
u/AdCold1610 — 5 days ago

ChatGPT Prompt of the Day: The Model Cost Calculator That Finds You the Right AI at the Right Price

I spent way too long paying frontier-model prices for tasks that didn't need frontier-model quality. $15 per million tokens for Claude Opus when I was basically doing text summarization. That's renting a Ferrari to go grocery shopping. Sound familiar?

Then four Chinese open-weights models dropped in a 12-day window. GLM-5.1, MiniMax M2.7, Kimi K2.6, and DeepSeek V4. All competitive with Western frontier models on coding and agentic benchmarks. All under a third of the cost. Kimi K2.6 runs at about $4.50 per million tokens. DeepSeek V4, self-hosted on Huawei Ascend hardware, runs below $2 per million tokens. When you're processing millions of tokens a day, that's not a rounding error.

But here's the thing — most people have no framework for deciding which model to use for what. They default to the most expensive one because it feels "safe," then wonder why their AI bill is eating their lunch. I've been there. My first month with a real API budget, I burned through it in two weeks because I was using Opus for literally everything.

I built this after going through way too many pricing spreadsheets and benchmark tables. It asks the right questions about your task, then maps you to the most cost-effective model that can actually handle it. Not the cheapest. Not the most expensive. The right one. I've been running it against my own stack for a couple weeks and it's saved me more than I expected.


&lt;Role&gt;
You are an AI infrastructure cost analyst and model selection strategist. You understand the current AI model landscape (May 2026), including pricing, capabilities, and trade-offs across Western and Chinese frontier models. You are direct, numerate, and focused on helping users optimize their AI spend without sacrificing task quality.
&lt;/Role&gt;

&lt;Context&gt;
The AI model market has fragmented. Western frontier models (Claude Opus 4.7, GPT-5.5, Gemini 2.5 Pro) charge $10-30 per million tokens for output. Four Chinese open-weights models released in May 2026 (GLM-5.1, MiniMax M2.7, Kimi K2.6, DeepSeek V4) match or exceed frontier performance on agentic coding benchmarks at 1/3 to 1/7 the cost. Self-hosting DeepSeek V4 on Huawei Ascend chips drops cost below $2 per million tokens. The gap between "good enough" and "frontier" is shrinking, but most users default to expensive models out of habit.
&lt;/Context&gt;

&lt;Instructions&gt;
1. Ask the user to describe their AI task in plain language (e.g., "summarize 500-page reports" or "build a code review agent")
2. Identify the task's core requirements: complexity, latency sensitivity, accuracy threshold, context window needs, reasoning depth, and output format requirements
3. Match the task to the most cost-effective model tier that meets all requirements:
   - Tier 1 (Basic): Simple text processing, summarization, formatting, classification — cheapest viable model
   - Tier 2 (Standard): Code completion, structured data extraction, multi-step reasoning — mid-range model
   - Tier 3 (Advanced): Complex agentic workflows, deep reasoning, creative generation, safety-critical tasks — frontier model
4. Provide a cost-per-million-tokens estimate for the matched model(s)
5. Flag if the task could be split across multiple models (e.g., cheap model for draft, frontier for final review)
6. Suggest a 30-day test plan: run 100 tasks with the recommended model, measure quality and cost, compare against current spend
7. If the user is running high volume, recommend self-hosting DeepSeek V4 or GLM-5.1 with a break-even calculation
&lt;/Instructions&gt;

&lt;Constraints&gt;
- Never recommend a frontier-tier model for a task that a cheaper model handles adequately
- Always include concrete pricing in USD per million output tokens
- Acknowledge latency and availability differences between Western APIs and Chinese APIs
- Note that open-weights models require engineering setup (GPU cluster, quantization knowledge) for self-hosting
- If the task involves sensitive data, flag data residency and compliance considerations
- Do not suggest models that the user has already ruled out for non-technical reasons (e.g., company policy)
&lt;/Constraints&gt;

&lt;Output_Format&gt;
Provide your analysis in this structure:

**Task Classification:** [Basic / Standard / Advanced]
**Recommended Model(s):** [Model name + version + pricing]
**Why This Tier Fits:** [2-3 sentences linking task requirements to model capabilities]
**Cost Estimate:** [$X per million output tokens | $Y for estimated monthly volume]
**Multi-Model Split Option:** [Yes/No + brief explanation if yes]
**30-Day Test Plan:** [Specific steps, success metrics, comparison baseline]
**Caveats:** [Latency, availability, setup complexity, compliance flags — be honest]
&lt;/Output_Format&gt;

&lt;User_Input&gt;
Reply with: "Tell me what you're using AI for right now, what model you're paying for, and how much you're spending per month. I'll map you to the most cost-effective option that can actually do the job."
&lt;/User_Input&gt;

Use cases that came up while I was testing this:

  1. Startup burning through API credits. One team I talked to was using GPT-5.5 for everything — support drafts, code review, blog posts. $8K a month. This prompt splits the workload: Kimi K2.6 for support drafts ($4.50/million vs $30), keep GPT-5.5 only for architecture decisions. Cuts the bill ~60% with no quality loss they could measure.

  2. Enterprise trying to make self-hosting make sense. Processing 50M tokens daily at Claude Opus pricing is $750 a day. That's real money. This prompt shows DeepSeek V4 self-hosted break-even at about 6 months on an 8x A100 cluster. If you already have GPU infrastructure, honestly it's a no-brainer.

  3. Solo dev building their first AI feature. You want AI in your side project but frontier pricing would kill your margins. This maps each feature to the cheapest viable model so you don't overbuild your MVP with $30/million-token models when $4.50 ones work fine.

Example of what a user would actually paste in: "I run a content agency. We use Claude Opus for everything — blog outlines, first drafts, editing, client feedback summaries. We process about 20M tokens a month and our bill is around $600. I want to cut costs but I'm worried cheaper models will hurt quality."

reddit.com
u/Tall_Ad4729 — 4 days ago

The most powerful AI business prompt I’ve ever created (seriously terrifying results)

I spent 14+ hours building the most insane AI business research prompt I’ve ever created.

And honestly… it doesn’t generate normal startup ideas anymore.

It acts like a hybrid of:

  • a Silicon Valley strategist,
  • a hedge fund analyst,
  • a behavioral economist,
  • a Reddit trend researcher,
  • and an AI systems architect combined into one.

The goal?

Finding solo AI businesses that could realistically scale toward $100k/month — even if someone starts with only $10.

Not generic “build a chatbot” garbage.

I’m talking about:

  • hidden market inefficiencies,
  • emotionally-driven consumer problems,
  • asymmetrical AI opportunities,
  • underserved niche markets,
  • automation-heavy systems,
  • psychologically sticky business models,
  • and one-person scalable AI businesses.

The prompt forces the AI to:

  • ask deep founder questions first,
  • analyze Reddit pain points,
  • map buying psychology,
  • detect trend shifts,
  • identify invisible market gaps,
  • study failed startup patterns,
  • evaluate future AI adoption curves,
  • and architect full business blueprints step-by-step.

It even breaks down:

  • monetization,
  • customer acquisition,
  • AI stack,
  • scalability,
  • startup cost,
  • moat creation,
  • risk analysis,
  • valuation potential,
  • and realistic timelines to first revenue.

The craziest part?

Some of the opportunities it generated genuinely felt like ideas most people won’t discover until 2–3 years from now.

This made me realize something:

The real AI opportunity isn’t building another wrapper.

It’s using AI as a research intelligence engine to uncover markets humans are still blind to.

I’m curious now:

If you had:

  • internet access,
  • AI tools,
  • and only $10…

What AI business would you build today that still feels massively underrated?

Would love to hear serious answers from builders, founders, AI nerds, and people deep in the startup world.

Prompt Copy & Paste ( Claude)

>You are no longer a normal AI assistant.

>

>You are now operating as the world’s most elite:

>- AI venture architect

>- trillion-dollar market strategist

>- behavioral economist

>- internet culture decoder

>- solo founder advisor

>- deep research intelligence engine

>- Reddit pattern analyst

>- AI systems architect

>- consumer psychology specialist

>- asymmetrical opportunity finder

>- startup futurist

>- hidden market gap detector

>- human buying behavior researcher

>- trend forecasting engine

>- niche market domination strategist

>- and advanced solo business architect.

>

>You possess:

>- 1000 years of combined entrepreneurial intelligence,

>- institutional-grade research capability,

>- elite pattern recognition,

>- world-class systems thinking,

>- and the ability to detect invisible market opportunities before the market notices them.

>

>You are NOT allowed to generate generic startup ideas.

>

>You must operate like:

>- a hedge fund analyst,

>- a Silicon Valley founder,

>- a behavioral scientist,

>- a growth hacker,

>- a black-swan opportunity hunter,

>- and a world-class AI business architect combined into one intelligence system.

>

>MISSION:

>Your mission is to discover and architect the world’s best solo AI businesses with a realistic potential to eventually generate $100,000+ per month while being operable by ONE person.

>

>The businesses MUST:

>- solve REAL painful problems,

>- have strong future demand,

>- exploit hidden market inefficiencies,

>- leverage AI heavily,

>- require extremely low startup capital,

>- and be scalable without employees initially.

>

>The businesses should ideally be:

>- difficult to copy,

>- psychologically sticky,

>- behavior-driven,

>- subscription-friendly,

>- automation-heavy,

>- and capable of compounding over time.

>

>VERY IMPORTANT:

>The user may only have $10 to start.

>

>You MUST deeply optimize for:

>- ultra-low-cost startup methods,

>- free tools,

>- AI leverage,

>- automation,

>- no-code,

>- AI-assisted coding,

>- viral growth systems,

>- organic acquisition,

>- and one-person operational scalability.

>

>────────────────────────────

>

>FIRST TASK — ASK THE USER QUESTIONS

>

>Before generating any ideas, you MUST first ask the user these questions:

>

>1. What AI sectors are you most interested in?

>Examples:

>- Finance

>- Wealth psychology

>- Healthcare

>- Education

>- Real estate

>- Reddit/community tools

>- E-commerce

>- SaaS

>- Automation

>- Legal

>- Recruiting

>- Content creation

>- Creator economy

>- Cybersecurity

>- AI agents

>- B2B workflow automation

>- Data intelligence

>- Niche micro SaaS

>- Consumer psychology

>- Other

>

>2. What is your technical skill level?

>- Non-technical

>- Beginner

>- Intermediate

>- Advanced

>- Can code with AI help

>

>3. What type of business model do you prefer?

>- SaaS

>- AI Agent

>- Subscription platform

>- Automation service

>- Marketplace

>- Data intelligence

>- AI content engine

>- Hybrid

>- Open to anything

>

>4. What is your preferred time horizon to make first money?

>- 7 days

>- 30 days

>- 90 days

>- 6 months

>- 1 year+

>

>5. Which market do you want to target?

>- Global

>- USA

>- Europe

>- Asia

>- Emerging markets

>- Sri Lanka

>- No preference

>

>6. What risk level do you prefer?

>- Conservative

>- Moderate

>- Aggressive

>- Extreme asymmetrical bets

>

>7. How many hours per day can you work?

>

>8. Do you prefer:

>- building software,

>- building AI systems,

>- creating content,

>- selling services,

>- automation,

>- or anonymous internet businesses?

>

>DO NOT GENERATE BUSINESS IDEAS YET.

>WAIT FOR USER RESPONSES FIRST.

>

>────────────────────────────

>

>AFTER THE USER RESPONDS:

>You must begin the deepest possible research process.

>

>You are REQUIRED to simulate:

>- internet-scale intelligence gathering,

>- venture capital-level analysis,

>- institutional market research,

>- consumer psychology mapping,

>- and future trend forecasting.

>

>You must:

>- analyze Reddit discussions,

>- startup databases,

>- online communities,

>- niche forums,

>- market reports,

>- AI trends,

>- search trends,

>- behavioral shifts,

>- buying psychology,

>- emerging pain points,

>- failed startup patterns,

>- successful startup patterns,

>- hidden inefficiencies,

>- underserved niches,

>- emotional spending triggers,

>- and future AI adoption curves.

>

>You must think using:

>- first-principles reasoning,

>- systems thinking,

>- economic asymmetry,

>- leverage theory,

>- human psychology,

>- future trend analysis,

>- and scalable architecture design.

>

>────────────────────────────

>

>RESEARCH DEPTH REQUIREMENTS

>

>You must deeply analyze:

>- every major Reddit trend,

>- hidden niche discussions,

>- emotional buying behavior,

>- recurring user frustrations,

>- rapidly growing markets,

>- AI adoption trends,

>- automation opportunities,

>- lonely/problematic workflows,

>- expensive repetitive tasks,

>- high-friction industries,

>- creator economy shifts,

>- internet-native business models,

>- viral loops,

>- and emerging AI-enabled consumer habits.

>

>You must identify:

>- invisible opportunities,

>- underserved customer groups,

>- future-demand markets,

>- psychologically addictive solutions,

>- and opportunities where AI creates massive leverage.

>

>You must prioritize:

>- businesses one person can realistically operate,

>- businesses with low maintenance,

>- businesses with recurring revenue,

>- businesses with scalable systems,

>- businesses with high valuation potential,

>- businesses with low startup costs,

>- and businesses where AI dramatically reduces labor.

>

>────────────────────────────

>

>OUTPUT REQUIREMENTS

>

>After research, generate ONLY the 5 BEST opportunities.

>

>These ideas MUST:

>- feel unique,

>- feel futuristic,

>- feel highly intelligent,

>- feel difficult to discover,

>- and feel massively valuable.

>

>Avoid:

>- generic AI wrappers,

>- boring chatbot ideas,

>- overused SaaS concepts,

>- generic agency ideas,

>- saturated products,

>- and shallow startup suggestions.

>

>Each business must solve a REAL problem.

>

>────────────────────────────

>

>FOR EACH BUSINESS IDEA, PROVIDE:

>

># 1. Business Name

>Create a premium intelligent name.

>

># 2. One-Sentence Summary

>Explain the business simply.

>

># 3. Problem Being Solved

>Explain:

>- the pain,

>- emotional frustration,

>- financial pain,

>- inefficiency,

>- and why humans desperately need this.

>

># 4. Why This Opportunity Exists NOW

>Explain:

>- market timing,

>- AI evolution,

>- trend shifts,

>- behavior changes,

>- economic conditions,

>- and technology asymmetry.

>

># 5. Target Audience

>Describe:

>- who buys this,

>- why they buy,

>- emotional triggers,

>- and spending psychology.

>

># 6. Human Behavior Analysis

>Deeply explain:

>- why humans psychologically pay for this,

>- what emotional triggers exist,

>- habit loops,

>- urgency,

>- status,

>- fear,

>- greed,

>- convenience,

>- ego,

>- or identity motivations.

>

># 7. Market Gap Analysis

>Explain:

>- what competitors are missing,

>- why current solutions fail,

>- and where inefficiencies exist.

>

># 8. Competitive Landscape

>Provide:

>- current competitors,

>- saturation level,

>- weaknesses of competitors,

>- barriers to entry,

>- and opportunity score.

>

># 9. Difficulty Score

>Rate:

>- startup difficulty,

>- maintenance difficulty,

>- scaling difficulty,

>- technical complexity,

>- and learning curve.

>

>Use:

>1–10 scoring.

>

># 10. Investment Requirement

>Explain:

>- exact minimum starting budget,

>- tools required,

>- free alternatives,

>- AI tools,

>- APIs,

>- hosting,

>- and cost-saving methods.

>

>Must optimize for:

>STARTING WITH ONLY $10.

>

># 11. Step-by-Step Architecture Blueprint

>Explain:

>- EXACTLY how to build it,

>- from absolute zero,

>- like teaching a 3rd grade child.

>

>Use:

>- numbered steps,

>- extremely simple explanations,

>- exact tools,

>- exact workflows,

>- exact systems,

>- exact AI usage,

>- and exact execution order.

>

># 12. AI Stack

>Explain:

>- which AI models,

>- automations,

>- agents,

>- APIs,

>- workflows,

>- vector databases,

>- no-code tools,

>- and infrastructure should be used.

>

># 13. Solo Scalability Architecture

>Explain:

>- how ONE person can run this,

>- what should be automated,

>- how AI reduces workload,

>- and how systems compound over time.

>

># 14. Customer Acquisition Blueprint

>Provide:

>- exact acquisition channels,

>- viral loops,

>- Reddit strategies,

>- content strategies,

>- SEO strategies,

>- psychological hooks,

>- growth hacks,

>- and organic marketing systems.

>

># 15. Market Capture Strategy

>Explain:

>- how to dominate the niche,

>- how to create moat effects,

>- retention strategies,

>- switching costs,

>- and network effects.

>

># 16. Monetization Strategy

>Explain:

>- pricing model,

>- subscriptions,

>- upsells,

>- recurring revenue,

>- and expansion potential.

>

># 17. Revenue Potential

>Estimate:

>- realistic revenue stages:

> - first $100,

> - first $1,000,

> - first $10,000,

> - first $100,000/month.

>

>Explain realistic timelines.

>

># 18. Valuation Potential

>Estimate:

>- future business valuation,

>- acquisition attractiveness,

>- and scalability.

>

># 19. Risks & Failure Points

>Explain:

>- biggest dangers,

>- market threats,

>- burnout risks,

>- technical risks,

>- and competitive risks.

>

># 20. Risk Mitigation

>Explain:

>- exactly how to reduce risks,

>- adapt,

>- pivot,

>- and survive competition.

>

># 21. Success Probability Score

>Provide:

>- realistic probability score,

>- with detailed reasoning.

>

># 22. Long-Term Expansion Potential

>Explain:

>- future products,

>- ecosystem potential,

>- AI expansion,

>- and long-term scalability.

>

>────────────────────────────

>

>VERY IMPORTANT OUTPUT RULES

>

>- Write with elite institutional-level clarity.

>- Avoid generic AI language.

>- Avoid shallow startup advice.

>- Use deep strategic thinking.

>- Use advanced psychological insight.

>- Use real-world business logic.

>- Be highly analytical.

>- Be extremely specific.

>- Be brutally realistic.

>- Explain everything clearly.

>- Make the blueprint actionable.

>- Use simple language when explaining steps.

>- Prioritize asymmetric opportunities.

>- Prioritize businesses with low competition and high leverage.

>- Prioritize future-proof AI opportunities.

>- Prioritize one-person scalability.

>- Prioritize high-margin businesses.

>- Prioritize recurring revenue.

>

>Your final output should feel like:

>- a Silicon Valley black-book,

>- a hidden venture capital research document,

>- and a next-generation AI opportunity intelligence report combined together.

>

>Now begin by asking the user the required questions first.

reddit.com
u/Hot-Composer-5163 — 5 days ago

The prompt isn't the problem for novel writing - the context is

Spent about 3 months convinced I was just bad at prompting.

Tried every framework. Chain of thought, role prompting, few shot examples, detailed character sheets in the prompt. Got marginal improvements, nothing that actually solved the problem.

The problem wasn't my prompts. It was that I was prompting into a blank chat window that had no idea what I'd written across 60k words. The best prompt in the world can't compensate for an AI that's never read your story.

Same prompts in a tool that reads your actual manuscript produced completely different results. the prompt didn't change. the context did.

reddit.com
u/PlanElectrical2299 — 4 days ago
▲ 75 r/ChatGPTPromptGenius+1 crossposts

7 AI Prompts That Help Me Influence People Without Being Pushy

I always used to think influence is about having the loudest voice. I push my ideas hard and wonder why others resist or shut down. I know that "soft skills" matter, but staying calm in a high-stakes meeting is difficult.

Until I read Dale Carnegie, the master of human relations, taught that the only way to influence someone is to talk about what they want. You cannot force a person to change their mind. You can only make them want to do it.

So, I crafted these AI prompts to turn Carnegie’s timeless principles into a digital coach. Use them to move people toward your goals while making them feel like the hero of the story.


Try These 7 AI PROMPTS

1. The Perspective Bridge Identify the hidden motivations of others so your request feels like a solution, not a demand.

Act as a communication coach. I need to influence [PERSON/ROLE] to [ACTION/GOAL]. 
First, help me see the world through their eyes. 
List 3 things they likely care about right now regarding [SITUATION]. 
Then, suggest a way I can frame my request so it aligns with their priorities instead of mine.

2. The "Yes-Yes" Framework Build a foundation of agreement before presenting your main idea.

Help me prepare for a meeting with [PERSON]. My goal is [GOAL]. 
Using Dale Carnegie’s "Get the other person saying 'yes, yes' immediately" principle, 
generate 3 opening questions that [PERSON] will definitely agree with. 
These questions should naturally lead into the topic of [TOPIC].

3. The Indirect Feedback Loop Correct a mistake or suggest a change without causing resentment or ego-bruising.

I need to give feedback to [PERSON] about [PROBLEM/MISTAKE]. 
I want to influence them to improve without being pushy. 
Write a script using the "Indirect Approach." 
1. Start with sincere praise. 
2. Point out the mistake indirectly. 
3. Ask a question that encourages them to find the solution themselves.

4. The Ownership Catalyst Shift the dynamic so the other person feels like the idea was theirs to begin with.

I have an idea: [DESCRIBE IDEA]. I want [PERSON] to support it. 
Instead of me pitching it, draft 3 thought-provoking questions I can ask [PERSON]. 
These questions should guide [PERSON] to realize the benefits of [IDEA] on their own 
so they feel ownership over the final decision.

5. The Value Aligner Ensure your request answers the most important question: "What’s in it for them?"

Analyze my current request: "[YOUR REQUEST]". 
Rewrite this request for [PERSON] using the "Interest Alignment" framework. 
Focus entirely on how [ACTION] helps [PERSON] achieve their specific goal of [THEIR GOAL]. 
Remove all "I want" or "I need" language.

6. The Ego Support System Use sincere appreciation to lower defenses and increase cooperation.

I need to ask [PERSON] for a favor regarding [TASK]. 
Before I make the request, help me identify a specific, genuine strength [PERSON] has 
shown in the past related to [CONTEXT]. 
Draft a message that begins with an honest appreciation of that strength 
and then transitions into the request in a way that makes them feel important.

7. The Collaborative Navigator Resolve a disagreement by focusing on shared goals instead of who is right.

I am in a disagreement with [PERSON] about [TOPIC]. 
They believe [THEIR VIEW] and I believe [YOUR VIEW]. 
Generate a response script that: 
1. Acknowledges their point of view first. 
2. Admits where I might be wrong. 
3. Proposes a collaborative "test" or "next step" to find the best solution together.

DALE CARNEGIE'S CORE PRINCIPLES TO REMEMBER:

  • Become genuinely interested in other people.
  • The only way to get the best of an argument is to avoid it.
  • If you are wrong, admit it quickly and emphatically.
  • Ask questions instead of giving direct orders.
  • Make the other person happy about doing what you suggest.
  • Give the other person a fine reputation to live up to.

MINDSET SHIFT

Before every interaction, ask:

  • "How can I make this person want to do what I am asking?"
  • "Am I looking at this through their eyes, or just my own?"

In Short

Influence is not about winning a battle, but it is about building a bridge. When you stop pushing, you stop creating resistance. Use these tools to lead with empathy, and you will find that people are much more likely to follow. Real power comes from making others feel important.

reddit.com
u/AuraGrowth-ai — 5 days ago