🏠 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
Medium

Weekly Meal Plan

#meal-planning #budgeting #nutrition

Create a practical weekly meal plan based on specific dietary requirements and budget constraints.

Generate a 5-day meal plan (Monday to Friday) for a family of four. The budget is $150 per week, and the plan must be vegetarian. Include a shopping list organized by grocery store aisle.
Hard

Debug Python Script

#debugging #python #problem-solving

Identify and fix logic errors in a provided Python script.

Here is a Python script that is supposed to calculate the fibonacci sequence recursively but crashes on inputs greater than 20. Identify the issue, rewrite the function to handle larger inputs efficiently, and explain the bug.
Medium

Create Learning Roadmap

#planning #education #self-improvement

Design a step-by-step learning roadmap for a new skill or technology.

Create a 12-week roadmap for learning React.js from scratch. Assume the learner already knows basic HTML and JavaScript. Break it down into weeks with specific topics, resources (documentation or tutorials), and practical projects for each stage.
Hard

Salary Negotiation Strategy

#negotiation #career #strategy

Develop a strategy and script for negotiating a higher salary or better benefits.

Provide a strategy for negotiating a salary increase for a Senior Marketing Manager role. Include key talking points based on performance metrics (KPIs), a list of alternative benefits to negotiate if salary is fixed, and a sample script for the conversation.
Medium

Generate Regex Pattern

#regex #validation #data-formatting

Generate a complex Regular Expression to validate a specific data format.

Write a Regular Expression to validate password strength. The password must be at least 12 characters long, contain at least two uppercase letters, at least one special character from the set !@#$%^&*, and must not contain the word 'password' in any case.
Easy

Home Workout Routine

#fitness #workout #health

Design a 30-minute home workout routine that requires no equipment.

Design a 30-minute high-intensity interval training (HIIT) workout that can be done at home with no equipment. Include a warm-up, the main circuit (exercises, reps, and duration), and a cool-down routine.
Medium

Project Risk Assessment

#project-management #risk-analysis #strategy

Identify potential risks in a project plan and propose mitigation strategies.

You are managing the launch of a new mobile app. List the top 5 potential risks (e.g., technical delays, security flaws) and provide a mitigation strategy for each. Format the output as a table with columns: Risk, Probability, Impact, and Mitigation Plan.
Easy

Book Chapter Outline

#writing # outlining #content-creation

Create a detailed outline for a non-fiction book chapter based on a specific theme.

Create a detailed outline for Chapter 3 of a non-fiction book about 'Time Management'. The chapter title is 'Prioritization Techniques'. Include an introduction to the Eisenhower Matrix, a section on the Pareto Principle, practical exercises, and a conclusion summary.
beginner

Professional Email Drafting

#email #professional #business

Draft a polite and professional email for a specific business scenario involving a project delay.

Draft a professional email to a client regarding a delay in the project delivery. Be apologetic but reassure them of the new timeline. Maintain a polite and helpful tone throughout the message.
beginner

Text Summarization

#summarization #reading #productivity

Condense a long article or document into a concise list of bullet points.

Summarize the following text into three bullet points highlighting the main arguments and the conclusion. Keep the language concise and objective.
intermediate

Python Function Debugging

#python #debugging #code

Analyze a Python code snippet to identify and explain errors.

Analyze the following Python code snippet, identify the logical error or syntax issue, explain why it is failing, and provide the corrected code.
intermediate

Marketing Brainstorming

#marketing #creativity #ideas

Generate creative marketing campaign ideas for a specific brand and audience.

Brainstorm 5 creative marketing campaign ideas for a new eco-friendly coffee brand that targets young professionals. Focus on social media engagement.
beginner

Simplified Explanation

#explanation #learning #simplicity

Explain a complex technical topic using simple language and analogies.

Explain the concept of 'Blockchain' as if I were a 12-year-old. Use simple analogies and avoid technical jargon where possible.
beginner

Meeting Agenda Planner

#planning #meeting #management

Create a structured and timed agenda for a team meeting.

Create a structured agenda for a 30-minute weekly team stand-up meeting. Include time allocations for reviewing previous action items, current status updates, and identifying blockers.
advanced

JavaScript Code Refactoring

#javascript #refactoring #optimization

Improve the readability and efficiency of a JavaScript code snippet.

Refactor the following JavaScript code to make it more readable, efficient, and adhere to modern ES6+ best practices. Include comments explaining the changes.