#cooking
#lifestyle
#recipe
Generate a simple recipe for dinner using basic ingredients.
Suggest a simple dinner recipe I can make in under 30 minutes using only chicken, rice, and broccoli.
#creative-writing
#storytelling
#fun
Create a creative story based on a specific theme.
Write a short story about a robot that discovers a garden for the first time. The story should be about 200 words long.
#writing
#grammar
#editing
Identify and fix grammatical errors in a given sentence.
Please correct the grammar in this sentence and explain the changes: 'She don't like playing tennis but she likes to watch it on tv.'
#travel
#planning
#organization
Create a basic travel itinerary for a short trip to a specific city.
Create a one-day itinerary for a tourist visiting London for the first time. Include one morning activity, lunch, and one afternoon activity.
#education
#planning
#self-improvement
Create a basic study plan for learning a new skill.
Create a 1-week study plan for a complete beginner to learn the basics of Spanish. Include specific topics for each day.
#career
#interview
#professional
Generate sample answers to common job interview questions.
Provide a confident and friendly answer to the interview question: 'Tell me about yourself and why you want this job.'
#entertainment
#recommendation
#movies
Recommend media based on specific genre preferences.
Recommend 3 family-friendly movies that are similar to The Lion King. Provide a short one-sentence summary for each.
#writing
#social-media
#creative
Generate engaging captions for social media photos.
Write 5 catchy Instagram captions for a photo of a sunset at the beach. Use emojis and keep the tone fun and relaxing.
#philosophy
#logic
#education
Engage in a dialogue where the AI acts as a Socratic questioner, challenging the user's premises through probing questions rather than direct answers.
Act as a practitioner of the Socratic method. I will state a belief or opinion I hold. Instead of agreeing, disagreeing, or lecturing, you must respond only with questions that force me to examine the logical consistency, evidence, and implications of my stance. Do not offer your own view; strictly guide me to refine or contradict my own thinking through inquiry.
#engineering
#architecture
#scalability
Critique a theoretical software design for bottlenecks, security flaws, and scalability limits.
Analyze the following theoretical system architecture description for a high-frequency trading platform. Identify three potential single points of failure, evaluate the database sharding strategy regarding data consistency, and propose a caching layer to reduce latency. Discuss the trade-offs between CAP theorem consistency and availability in your proposed solution.
#email
#communication
#business
Generate a concise and empathetic apology email to a client for a missed project deadline.
Write a professional email to a client apologizing for missing a project deadline. The tone should be empathetic but professional. Acknowledge the delay without making excessive excuses, explain the steps being taken to rectify the situation, and provide a concrete new deadline for completion. Keep the email under 150 words.
#python
#debugging
#error-handling
Identify and fix an IndexError in a provided Python code snippet.
Analyze the following Python code snippet that is causing an IndexError. Identify exactly which line is causing the error and explain why the index is out of range. Then, provide the corrected code block that handles the list access safely, ensuring the loop does not exceed the list bounds.
#planning
#food
#organization
Generate a structured 5-day meal plan including a grocery list for a family of four.
Create a practical 5-day dinner meal plan (Monday to Friday) for a family of four with a budget focus. The plan should include the name of the meal, main ingredients, and estimated preparation time. Additionally, generate a consolidated grocery list organized by food category (e.g., Produce, Dairy, Meat) needed to prepare these meals.
#notes
#summary
#business
Convert raw meeting notes into a structured summary with action items.
Take the following raw meeting notes and reformat them into a structured summary. The output must have three distinct sections: 'Key Decisions Made', 'Action Items' (including the task and the assigned owner), and 'Open Questions'. Ensure the text is clear and bullet points are used for readability.
#sql
#database
#data-analysis
Construct a SQL query to calculate total sales per region.
Write a SQL query for a table named 'sales' which has columns 'id', 'product_name', 'region', 'amount', and 'sale_date'. The query should calculate the total sales amount for each region. Only include sales that occurred in the current year. Order the results by the total sales amount in descending order.