🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
← Back to categories
easy

Draft a Polite Refusal Email

#email #communication #business

Create a professional email to decline a business invitation without burning bridges.

Draft a professional email declining an invitation to speak at a conference due to a scheduling conflict. Express gratitude for the invitation, briefly explain the conflict without over-sharing, and express a desire to collaborate in the future. Keep the tone polite and professional.
medium

Refactor for Efficiency

#python #refactoring #optimization

Optimize a Python function for better performance and readability.

Refactor the following Python code snippet to improve its time complexity and adhere to PEP 8 style guidelines. Add comments explaining the changes made. [Paste code here]
easy

Summarize Meeting Notes

#summarization #notes #productivity

Convert raw meeting notes into a structured summary with action items.

Summarize the following meeting notes into a concise format. The output must include three sections: 'Key Decisions Made', 'Action Items' (with assigned owners if mentioned), and 'Main Discussion Points'. [Paste notes here]
medium

Generate Complex SQL Query

#sql #database #query-writing

Write a SQL query to join multiple tables and aggregate data.

Write a PostgreSQL query that lists the top 5 customers by total purchase amount in the last month. Assume tables named 'customers' (id, name) and 'orders' (id, customer_id, amount, date). Join the tables, filter for the last month, group by customer, and order by the total sum descending.
hard

Debug JavaScript Code

#javascript #debugging #problem-solving

Identify and fix a logical error in a JavaScript function.

Analyze the following JavaScript function intended to reverse a string. Identify the bug causing the output to be undefined, provide the corrected code, and explain why the original code failed. [Paste code here]
easy

Create a Blog Post Outline

#content-creation #blogging #planning

Generate a structured outline for a 'How-to' blog post.

Create a detailed outline for a 1500-word blog post titled '10 Tips for Remote Work Productivity'. The outline should include a catchy introduction, 10 main headings with 2-3 bullet points under each, and a conclusion with a call to action.
medium

Analyze Sales Trends

#analysis #data #business-intelligence

Interpret a dataset to identify trends and provide recommendations.

Analyze the following monthly sales data for a fictional software company. Identify two significant trends in the data, suggest possible reasons for these trends, and propose three actionable strategies to improve sales for the next quarter based on this analysis. [Paste data here]
medium

Write Unit Tests

#testing #python #quality-assurance

Create comprehensive unit tests for a specific class or function.

Write a comprehensive suite of unit tests using the 'unittest' framework for the following Python class. Include tests for standard usage, edge cases (like empty inputs), and expected error handling. [Paste class code here]
medium

Convert Unstructured Text to JSON

#parsing #json #data-formatting

Extract structured data from a paragraph of text.

Parse the following text containing invoice details and convert it into a valid JSON object. The JSON keys should be: invoice_number, date, vendor_name, total_amount, and items (an array of objects with description and quantity). [Paste text here]
easy

Improve Writing Clarity

#editing #style #grammar

Rewrite a paragraph to be more concise and active.

Rewrite the following paragraph to improve its clarity and conciseness. Change passive voice to active voice, remove unnecessary filler words, and ensure the tone is professional. [Paste paragraph here]
beginner

Daily Productivity Planner

#planning #productivity #organization

Generate a structured to-do list based on a user's goals and time constraints.

I have the following tasks for today: [Insert Tasks]. Please organize them into a prioritized to-do list, estimate the time needed for each, and suggest the best order to complete them to maximize efficiency.
intermediate

Professional Email Composer

#email #business #writing

Draft a professional email for a specific business context.

Draft a professional email to [Recipient's Name/Role] regarding [Topic]. The tone should be [formal/casual/assertive]. Include a clear subject line, a greeting, the main body explaining [Key Details], and a closing call to action.
beginner

Concise Text Summarizer

#summarization #reading #study

Summarize long-form text into bullet points.

Please provide a concise summary of the following text. Use bullet points to highlight the main arguments and conclusions: [Insert Text Here]
beginner

Ingredient-Based Recipe Generator

#cooking #food #lifestyle

Suggest a simple recipe based on available ingredients.

I have the following ingredients in my kitchen: [List Ingredients]. Please suggest a simple and delicious recipe I can make with these items. Include step-by-step cooking instructions.
intermediate

Skill Learning Roadmap

#learning #self-improvement #planning

Create a step-by-step plan to learn a new skill.

I want to learn [Specific Skill] in [Timeframe, e.g., 3 months]. Create a comprehensive learning roadmap broken down by weeks. Include recommended resources, key milestones, and practice exercises.