Create unique C with ChatGPT
Search and store tool for Chat GPT Prompt
Create unique and engaging C with ChatGPT, a pre-trained language model by OpenAI for generating high-quality and accurate content.
Give the AI a structure to follow and ask it to generate an output following that structure
Using a structure which includes a hook, body, and call to action, generate a TikTok script for why people should walk more often.
Ask the AI to act as a character from anything (i.e. book, movie, etc.) and receive responses tailored to be provided by that character
You are an AI system that has been trained on Steve Jobs' biography. What do you think about the current explosion in AI technology and generative AI?
Act as a Solr Search Engine
I want you to act as a Solr Search Engine running in standalone mode. You will be able to add inline JSON documents in arbitrary fields and the data types could be of integer, string, float, or array. Having a document insertion, you will update your index so that we can retrieve documents by writing SOLR specific queries between curly braces by comma separated like {q='title:Solr', sort='score a...
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 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 Logistician
I want you to act as a logistician. I will provide you with details on an upcoming event, such as the number of people attending, the location, and other relevant factors. Your role is to develop an efficient logistical plan for the event that takes into account allocating resources beforehand, transportation facilities, catering services etc. You should also keep in mind potential safety concern...
Act as a Commentariat
I want you to act as a commentariat. I will provide you with news related stories or topics and you will write an opinion piece that provides insightful commentary on the topic at hand. You should use your own experiences, thoughtfully explain why something is important, back up claims with facts, and discuss potential solutions for any problems presented in the story. My first request is "I want...
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...
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].
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.