Introduction to Prompt Engineering

A shared folder with AI prompts and code snippets

From workspace: Learn Prompting

Team: Main

Total snippets: 11

Learn Prompting

Introduction to Prompt Engineering

11 snippets

Detailed Marketing Summary for TaskBot

Refines the prompt to include context, word limit, and target industries.

Write a 100-word marketing summary for an AI tool called TaskBot, which automates repetitive tasks for small businesses in industries like retail and healthcare. Highlight efficiency and cost savings.

Simple Image Generation Prompt

Basic prompt to generate a generic image.

A cat sitting on a chair.

Tweet in Indiana Jones Style

Requests a tweet in a specific style for branding tone.

Write a tweet about ArchaeologistAI, in the style of Indiana Jones. ArchaeologistAI tells stories about famous archaeologists.

Explain Prompt Engineering Like I'm 5

Simplifies the concept of prompt engineering for a young audience.

Explain me what is prompt engineering like I'm 5.

Tweet About ArchaeologistAI with Context

Adds detail about the product's function to the tweet prompt.

Write a tweet about ArchaeologistAI. ArchaeologistAI tells stories about famous archaeologists.

Step-by-Step Math Prompt

Improves a math query by guiding the model to show its reasoning process step by step.

What is 923 * 99? Let's go step by step. Always write out the full number of 0s for each term.

Basic Marketing Summary Prompt

A simple request to generate a marketing summary for a product.

Write a marketing summary for a new AI tool that helps companies automate tasks.

Detailed Image Generation Prompt

Improved image prompt with environment and visual characteristics.

Generate an image of a tabby cat sitting on a wooden chair in a cozy, sunlit room, with soft shadows and warm lighting.

Simple Python Function Prompt

Generates basic Python code without constraints or context.

Write a Python function to multiply two numbers.

Basic Tweet About ArchaeologistAI

Requests a simple tweet about an AI product.

Write a tweet about ArchaeologistAI.

Detailed Python Function with Error Handling

Enhances the previous code prompt with constraints and input validation.

Write a Python function that multiplies two integers and returns the result. Include error handling for cases where inputs are not integers.