Prompt Writing

Toolbox stands in front of a large chatbot-shaped machine, tinkering with its inner workings. On the machine's screen, a series of questions appear on

One Question at a Time: Using the Stop Parameter & Prompt Engineering for a Better User Experience

Imagine you’re building a chatbot using OpenAI’s GPT-3.5-turbo, and you need it to extract specific information from users, asking one question at a time. Seems simple, right? But sometimes, crafting the perfect prompt to achieve this goal can be tricky. In this case study, we’ll explore how one client tackled this challenge and achieved the …

One Question at a Time: Using the Stop Parameter & Prompt Engineering for a Better User Experience Read More »

Maximize Productivity with ChatGPT & Template-driven Conversations

Making the Most of ChatGPT with Templates Is your workday feeling overwhelming? Are you looking for ways to help streamline and optimize the way your team works? ChatGPT can make all this achievable – and it’s easy! All you need are templates. Templates are pre-defined text blocks that allow you to quickly construct messages or …

Maximize Productivity with ChatGPT & Template-driven Conversations Read More »

Testing Verbose prompts in ChatGPT

An experiment based on prompts from the awesome ChatGPT prompts GitHub repo. Which performs better, asking a simple question to ChatGPT? Or prefacing the question with a verbose prompt? “Machine Learning” Test Question sourced from the repository: Full prompt from the repository: Test using just the question with ChatGPT: Test using the full prompt from the GitHub …

Testing Verbose prompts in ChatGPT Read More »

How to Use Generative AI in Writing Without Losing Creativity and Originality

Introduction: What is generative AI, and how can it be used in writing? Generative AI, also known as natural language generation, is a type of artificial intelligence that uses algorithms and data to generate human-like text. This technology has the potential to revolutionize the writing industry by providing writers with a powerful tool for enhancing …

How to Use Generative AI in Writing Without Losing Creativity and Originality Read More »

The Best Way to Summarize a Paragraph Using GPT-3

ChatGPT Update ChatGPT was recently released, so I wanted to update this post with valuable new prompts for summarizing. One of the benefits of ChatGPT is that the prompts don’t have to be as complicated as in other GPT-3 models. As you can see, this prompt is straightforward. The actual prompt text is only two …

The Best Way to Summarize a Paragraph Using GPT-3 Read More »

How GPT-3 & a Name Can Accurately Represent Your Personality

I’ve been curious about what it would take to accurately reproduce someone’s perspective or even personality, for various purposes, using a concise prompt. So I did an experiment. I asked GPT-3 to list some questions that would elicit my perspective on working from home, and then to generate a concise prompt that accurately represented the …

How GPT-3 & a Name Can Accurately Represent Your Personality Read More »

Why Prompt Engineering Isn’t Going Anywhere

There’s been a lot of talk about the role of prompts in artificial intelligence (AI). Some people believe prompt engineering is temporary because AI models have yet to be sufficiently developed. However, I believe that prompt engineering is here to stay. TL;DR: Prompts explicitly define context, so without a prompt, AI output is bound by …

Why Prompt Engineering Isn’t Going Anywhere Read More »

Zero-shot Prompt Writing for Large Language Models Like GPT-3

A large language model (LLM) is a computer program that takes in text and outputs predictions (completions) about the next word in the text. For example, if you give the language model the text “The quick brown fox”, it might output the prediction “jumped”. What is zero-shot prompt engineering? Zero-shot prompt engineering is the process …

Zero-shot Prompt Writing for Large Language Models Like GPT-3 Read More »

WFH Brian’s Perspective-Context-Action Framework for Prompt Writing

A Language Model (LM), like GPT-3, is a complex system, and the quality of the results you get from them depends on how you write your prompts. Prompt writing, or “prompt engineering” to some, is the process of designing prompts that will produce the best possible results. Designing language model prompts can be difficult, but …

WFH Brian’s Perspective-Context-Action Framework for Prompt Writing Read More »