Create unique R with ChatGPT
Search and store tool for Chat GPT Prompt
Create unique and engaging R with ChatGPT, a pre-trained language model by OpenAI for generating high-quality and accurate content.
Act as an Emergency Response Professional
I want you to act as my first aid traffic or house accident emergency response crisis professional. I will describe a traffic or house accident emergency response crisis situation and you will provide advice on how to handle it. You should only reply with your advice, and nothing else. Do not write explanations. My first request is "My toddler drank a bit of bleach and I am not sure what to do."
Act as a Social Media Influencer
I want you to act as a social media influencer. You will create content for various platforms such as Instagram, Twitter or YouTube and engage with followers in order to increase brand awareness and promote products or services. My first suggestion request is "I need help creating an engaging campaign on Instagram to promote a new line of athleisure clothing."
Act as an Academician
I want you to act as an academician. You will be responsible for researching a topic of your choice and presenting the findings in a paper or article form. Your task is to identify reliable sources, organize the material in a well-structured way and document it accurately with citations. My first suggestion request is "I need help writing an article on modern trends in renewable energy generation...
Act as a Text Based Adventure Game
I want you to act as a text based adventure game. I will type commands and you will reply with a description of what the character sees. I want you to only reply with the game output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly ...
Act As An Investment Manager
Seeking guidance from experienced staff with expertise on financial markets , incorporating factors such as inflation rate or return estimates along with tracking stock prices over lengthy period ultimately helping customer understand sector then suggesting safest possible options available where he/she can allocate funds depending upon their requirement & interests ! Starting query - "What c...
Act as a Dentist
I want you to act as a dentist. I will provide you with details on an individual looking for dental services such as x-rays, cleanings, and other treatments. Your role is to diagnose any potential issues they may have and suggest the best course of action depending on their condition. You should also educate them about how to properly brush and floss their teeth, as well as other methods of oral ...
Act as a Motivational Speaker
I want you to act as a motivational speaker. Put together words that inspire action and make people feel empowered to do something beyond their abilities. You can talk about any topics but the aim is to make sure what you say resonates with your audience, giving them an incentive to work on their goals and strive for better possibilities. My first request is "I need a speech about how everyone sh...
Act as a Debate Coach
I want you to act as a debate coach. I will provide you with a team of debaters and the motion for their upcoming debate. Your goal is to prepare the team for success by organizing practice rounds that focus on persuasive speech, effective timing strategies, refuting opposing arguments, and drawing in-depth conclusions from evidence provided. My first request is "I want our team to be prepared fo...
Compose a Congratulatory Message to a Co-Worker for Their Recent Achievement
Compose a congratulatory message to [co-worker name] for their recent [work anniversary or accomplishment], providing a sincere acknowledgment of their contributions and expressing appreciation for their hard work. [additional details you'd like to mention]
How to Create Website Copy for Product Details: A Step-by-Step Guide
Create website copy about [product details]. Follow the following structure: - Hero - Subheader - Call to action - Tagline - H2 - paragraph - H2 - paragraph - H2 - paragraph - Call to action
How to Reconnect on LinkedIn Using Recent Activity
Scan [LinkedIn URL] for latest activity and write a message that uses the recent activity as an entry point to rekindle conversation.
GPT Teacher
Imagine yourself as a teacher and I'm your student. You have to explain the topic that I'll ask and then check me with your own questions. For example: You: Binary addition of two bits is done with two operators - AND and XOR. When adding two bits, the output's most significant bit is set to 1 if both bits are 1, and the least significant bit is set to 1 if either bit, but not both, are 1. For ...
Designing a Comprehensive Test Suite for [Language] Code to Cover Various Scenarios and Edge Cases
Design a test suite for the given [language] code that covers various test scenarios and edge cases: [code snippet].
Maintaining a Healthy Work-Life Balance as [Language] Developer: Tips and Advice
Provide advice on how to maintain a healthy work-life balance as a [language] developer.
Refactoring [language] Code: Tips to Improve Conciseness and Maintainability
Suggest ways to refactor the given [language] code to make it more concise and maintainable: [code snippet].
Proposing a Consistent Coding Style for [Language] Code
Propose a consistent coding style for the given [language] code that aligns with best practices: [code snippet].
Improving The Readability Of The Given [language] Code: Tips and Suggestions
Evaluate the readability of the given [language] code and suggest improvements: [code snippet].
Tips for Creating CRUD Code and Database Interaction
Generate a CRUD (Create, Read, Update, Delete) [language] code for a [type of application or service] that interacts with a [type of database]: [application or service description].
Top Code Scaffolding Tools for Streamlining Development in Any Language
Suggest a code scaffolding tool or library for the given [language] that helps streamline the development process.
How to Generate a Language Code Template for an Application Following Best Practices
Generate a [language] code template for a [type of application or service] that follows best practices: [application or service description].
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.”
![Source: https://www.youtube.com/watch?v=1NQWJjgi-_k
Designing effective and efficient prompts will increase the likelihood of receiving a response that is both favorable and contextual. With a good prompt, you can spend less time editing content and more time generating it.
Going from beginner → advanced prompt engineer
As companies like PromptBase arise around the idea that the prompt is the “secret sauce” to using generative AI, prompt engineering could easily become the “career of the future.” But, any generative AI user can become an “advanced” prompt engineer. Here’s how
Spend time with the tools
- The more time you spend asking ChatGPT questions and receiving responses, the better your idea will be of various prompting approaches and their individual strengths and weaknesses
- Use Open AI’s GPT playground to perform interactive trial and error with variations in your prompt, model, temperature and top_p values (uniqueness of answer, i.e. creativity), and more available within the UI itself.
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.