Create unique function with ChatGPT
Search and store tool for Chat GPT Prompt
Create unique and engaging function with ChatGPT, a pre-trained language model by OpenAI for generating high-quality and accurate content.
GPT-4 Simulator
Let's imagine that we have two python functions to use in this experiment. def auto_regressive_modelling(input_string): """This function generates the next token for a given string based on autoregressive modeling, it contains GPT-4 as the model, which is trained on the training_data argument""" # the function body follows, which we know is a black box and operates upon it on a high level. G...
Generating an Opinion about Excel Commands to Use SUMIF, IF and ROUND Functions Together
Write me an excel command to use the SUMIF, IF and the ROUND function together to sum the values of cells based on a specific condition and round the result to a specific decimal place
Creating an Excel Command to Use IF, AND, and OR Functions Together
Write me an excel command to use the IF, AND and OR function together to create a formula that tests multiple conditions and returns a specific result based on those conditions
Create an Opinion About Using SUMPRODUCT, INDEX and MATCH Functions Together in Excel
Write me an excel command to use the SUMPRODUCT, INDEX and MATCH functions together to retrieve data from a table and perform calculations based on multiple criteria
Generating an Opinion about Excel Commands to Use INDEX, MATCH and ROWS Function Together to Find Last Row of Data in Sheet
Write me an excel command to use the INDEX, MATCH and ROWS function together to find the last row of data in a sheet
Write an Excel Command to Use the INDEX and AGGREGATE Function Together
Write me an excel command to use the INDEX and AGGREGATE function together to return the k-th smallest or largest value in a range
Using the IF and IFERROR Functions in Excel to Handle Errors and Return a Specific Value or Text
Write me an excel command to use the IF and IFERROR function together to handle errors and return a specific value or text
Understanding Excel Commands for Rounding Numbers
Write me an excel command to use the ROUNDUP, CEILING and FLOOR functions to round numbers to the nearest specified multiple of significance
Generating an Opinion on Excel's DATEVALUE and TIMEVALUE Functions
Write me an excel command to use the DATEVALUE and TIMEVALUE function to convert a date and time text string into a date and time serial number
Creating an Excel Formula Using IF and SUMIF Functions
Write me an excel command to use the IF and SUMIF function together to create a formula that sums the values of cells based on a specific condition
Generate an Opinion about the SUMPRODUCT Function in Excel
Write me an excel command to use the SUMPRODUCT function to multiply corresponding ranges or arrays and then return the sum of products
Creating an Opinion about the Excel IFERROR Function
Write me an excel command to use the IFERROR function to handle errors in a formula and return a specific value instead
Generating an Opinion about the Excel NOT Function
Write me an excel command to use the NOT function to reverse the logical value of a cell
Generating an Opinion About the Content of an Excel Command Using AND and OR Functions
Write me an excel command to use the AND and OR functions to perform multiple logical tests in a single formula
Create an Opinion About the Content of the Input Using the PI Function in Excel
Write me an excel command to use the PI function to insert the value of pi into a cell
Generating an Opinion about an Excel Command to Use the ABS Function to Find the Absolute Value of a Number
Write me an excel command to use the ABS function to find the absolute value of a number
Writing an Excel Command to Use the MOD Function to Find the Remainder of a Division Operation
Write me an excel command to use the MOD function to find the remainder of a division operation
Generating an Opinion About the Content of the SUBSTITUTE Function in Excel
Write me an excel command to use the SUBSTITUTE function to replace specific text in a cell with new text
Generating an Opinion about the Use of the TRIM Function in Excel
Write me an excel command to use the TRIM function to remove extra spaces from a text string
Using ChatGPT to Quickly Count Characters in a Text String with the LEN Function
Write me an excel command to use the LEN function to count the number of characters in a text string
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.