Create unique Al with ChatGPT
Search and store tool for Chat GPT Prompt
Create unique and high-quality Al with ChatGPT, a state-of-the-art pre-trained language model powered by OpenAI that can generate accurate and engaging content about artificial intelligence and related topics.
Generate a List of Potential Video Series or Webinar Ideas for [TOPIC]
Create a list of potential video series or webinar ideas related to [TOPIC]
Research the Best External Linking Strategies for [TOPIC]
Research the best external linking strategies for [TOPIC]
Use an "instruction template" method of prompting GPT-3 to generate a Python 3 module using placeholders and notes within a template that contains only a single line of actual Python.
Use this format: ''' <python 3 shebang> <module docstring> <imports> <initialize dotenv> <set key using OPENAI_API_KEY env var> def complete(prompt: str, **openai_kwargs) → str: <one-line docstring; no params> <use default kwargs: model=text-davinci-003,top_p=0.7,max_tokens=512> <note: 'engine' parameter is deprecated> <get completion> <strip whitespace before returning> <as script, d...
Prompt GPT to reliably generate text and JSON data in a precise format using Python assertions, f‑strings, and variables
assert result["Dua Lipa"]["biography"] == get_bio(name="Dua Lipa") assert result["Lady Gaga"]["biography"] == get_bio(name="Lady Gaga") for name in result: assert set(result[name].keys()) == {"biography", "genres"} assert.json.dumps(result,indent=2)=="""\
Medieval Kingdom Ruler Game Prompt

I want to play a game with you. I am a ruler of a medieval kingdom, you are my assistant. You're going to give me certain situations which happen in this medieval kingdom which require my attention and decision-making and are going to ask me how we should proceed in taking care of the situation. These can range anywhere from questions of the state, questions and situations regarding the nobility, ...
A Guide to Optimize the Time and Space Complexity of Algorithms Using Pseudocode
Evaluate the time and space complexity of the given algorithm and suggest optimizations: [algorithm or pseudocode].
12 Blog Post Ideas for Small Business Owners to Address Pain Points and Promote Accounting Services

Create 12 blog post ideas that address common pain points our target audience faces and position our accounting services as the solution. Context: Target audience — Small and medium-sized business owners What we do — Provide end-to-end accounting services for businesses Examples of past blogs: "The Importance of Accurate Financial Reporting for Small Businesses" "4 Ways to Improv...
Create Engaging Instagram Reels Ideas that Showcase Your Brand Values

Create [number] Instagram Reels ideas that showcase our client's brand values and engage their target audience. Context: Target audience — [your target audience here] Client's brand values — [your client's brand values here] Engagement goals — [your engagement goals here] Inspiration: "[Reels inspiration one]" "[Reels inspiration two]" "[Reels inspiration three]" Formatt...
Generating Documentation for Code and Listing Vulnerabilities Using ChatGPT
Generate documentation for the code below. You should include detailed instructions to allow a developer to run it on a local machine, explain what the code does, and list vulnerabilities that exist in this code. {enter code}
Create a Meaningful and Accurate Marketing Campaign Outline to Avoid the Gambler's Fallacy

In order to avoid the Gambler's Fallacy, please write a marketing campaign outline that presents data and statistics in a meaningful and accurate way. Emphasize the importance of considering the full range of information and not relying on past performance as a guarantee of future results. Use data to demonstrate the effectiveness of the [product/service] and how it can help [ideal customer person...
Using the Pareto Principle to Create a Winning Marketing Campaign for Your Ideal Customer

Please write a marketing campaign outline that leverages the Pareto Principle to identify the most important [product/service features] for [ideal customer persona] and focuses on maximizing the impact of these features. Consider how to prioritize the remaining [20%/80%] of features in a way that adds value to the customer experience.
Creating a Marketing Campaign to Address the Sunk Cost Fallacy

Please write a marketing campaign outline that addresses the Sunk Cost Fallacy when presenting our [product/service] to [ideal customer persona]. Consider how to frame the value of our offering in terms of future benefits, rather than past investments, and how to overcome any resistance to change or decision-making biases.
Creating an Engaging Influencer Marketing Campaign with ChatGPT: How to Reach Your Ideal Customer Persona with Creative Content

I need an influencer marketing campaign outline that will engage my [ideal customer persona] with [specific type of content] from [influencer type] who can showcase the unique features and benefits of our [product/service] in a fun and creative way.
Creating an Engaging Story for Your Product or Service with ChatGPT

I need a [type of text] that will tell a story about my [product/service] and how it has helped [ideal customer persona] achieve their [goal] in a relatable and engaging way.
Unlock Your True Potential with ChatGPT: Discover What's Holding You Back

Where am I holding myself back from being fully me?
Creating an Opinion about a Twitter Thread Idea
I'm looking for a Twitter thread idea that will demonstrate how my [product/service] can solve the specific pain points and needs of my [ideal customer persona] in a relatable and engaging way.
Create a Facebook Ad Copy for a Unique and Creative Visual Campaign
I need a Facebook ad copy that will engage my [ideal customer persona] with a unique and creative visual campaign that showcases the features and benefits of my [product/service] in a compelling way.
Generating an Opinion on Facebook Ad Copy Leveraging Influencers to Drive Traffic and Sales
I need a Facebook ad copy that will leverage the reach and influence of [influencer type] to drive traffic and sales to my [product/service] for my [ideal customer persona].
Creating a Marketing Campaign Based on Maslow's Hierarchy of Needs
Using Maslow's Hierarchy of Needs, create a marketing campaign that speaks to the [current need] of [ideal customer persona]. Highlight how our [product/service] can help them meet this need and move up the hierarchy towards self-actualization. Use language that resonates with their current stage in the hierarchy and addresses their specific needs and goals.
Create a Marketing Campaign using Cognitive Dissonance Theory for [Ideal Customer Persona]
Write a marketing campaign using Cognitive Dissonance Theory to reduce any conflicting beliefs or actions of [ideal customer persona] and increase conversion rates. Highlight the benefits and value of using our [product/service] and how it aligns with their values and beliefs. Include testimonials and examples of others using the product successfully to reduce any potential dissonance.
What is “prompt engineering”?
A “prompt” is the input that guides a generative AI model to generate useful outputs. Generative AI tools like ChatGPT, GPT, DALL·E 2, Stable Diffusion, Midjourney, etc. all require prompting as their input.

In a natural language processing (NLP) context, “prompt engineering” is the process of discovering inputs that yield desirable or useful results. As is the story with any processes, better inputs yield better outputs; or commonly said another way “garbage in, garbage out.”


Become a prompt researcher instead of engineer
- If you’re already a subject matter expert in something, consider figuring out how to apply your personal skills to generating the best prompts in your field
- For example, if you’re an expert in SEO, what questions do you ask yourself when creating SEO strategies? How can you translate this knowledge into better prompts to generate the same level of output with AI?
Become a prompt researcher instead of engineer
- The term prompt engineer glosses over the idea that prompt formulation takes hypothesizing, research, result measurement, and repetition. Instead, approach prompting like a research project.
- Try as many different variations and formulations of your prompt as possible. One problem can have hundreds of solutions and one solution can have hundreds of approaches. The same can be said of prompting.