A shared folder with AI prompts and code snippets
From workspace: Learn Prompting
Team: Main
Total snippets: 11
11 snippets
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.
Basic prompt to generate a generic image.
A cat sitting on a chair.
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.
Simplifies the concept of prompt engineering for a young audience.
Explain me what is prompt engineering like I'm 5.
Adds detail about the product's function to the tweet prompt.
Write a tweet about ArchaeologistAI. ArchaeologistAI tells stories about famous archaeologists.
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.
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.
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.
Generates basic Python code without constraints or context.
Write a Python function to multiply two numbers.
Requests a simple tweet about an AI product.
Write a tweet about ArchaeologistAI.
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.