🏠 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

Convert Passive to Active Voice

#editing #grammar #style

Rewrite text to be more direct by using active voice.

Rewrite the following paragraph to change all passive voice sentences into active voice. Make the subject of the sentence the doer of the action to improve clarity and impact.
medium

Create a Weekly Meal Plan

#planning #food #health

Generate a practical meal plan for a week based on dietary needs.

Create a 7-day meal plan for a vegetarian family of four. The plan should include breakfast, lunch, and dinner. Focus on high-protein ingredients and ensure that the leftovers from dinner are used for lunch the next day to minimize food waste.
hard

Debug Python Code

#programming #debugging #python

Analyze a code snippet to find and fix logical errors.

Review the provided Python code snippet. Identify the logical error that would prevent the loop from terminating correctly. Explain the bug and provide the corrected code block.
medium

Job Interview Prep

#career #soft-skills #practice

Simulate a job interview to practice answers.

Act as a hiring manager for a Senior Marketing position. Ask me one common behavioral interview question at a time. Wait for my answer before providing feedback and asking the next question. Start with the first question.
easy

Generate Pros and Cons

#decision-making #analysis #planning

Analyze a decision by listing advantages and disadvantages.

Help me decide between working remotely and working from the office. Provide a detailed list of 5 pros and 5 cons for each option based on productivity, work-life balance, and social interaction.
easy

Correct Grammar and Spelling

#proofreading #grammar #correction

Proofread text for errors and suggest improvements.

Proofread the text below. Correct any grammatical, spelling, or punctuation errors. Do not change the original meaning or tone of the text, just fix the mistakes.
intermediate

Foundations of Epistemology

#philosophy #epistemology #knowledge theory #foundations

Explore the fundamental questions about knowledge, belief, and justification

Explain the Gettier problem and how it challenges the traditional analysis of knowledge as justified true belief. Discuss at least three different responses to the Gettier problem proposed by epistemologists. Evaluate which approach you find most convincing and provide reasoning for your position.
advanced

The Quantum Measurement Problem

#physics #quantum mechanics #measurement problem #interpretations

Analyze the theoretical challenges in quantum mechanics regarding measurement

Discuss the measurement problem in quantum mechanics. Explain the Copenhagen interpretation and at least two alternative interpretations (such as many-worlds, de Broglie-Bohm, or objective collapse theories). Compare how each interpretation addresses the measurement problem and the wave function collapse. Evaluate which interpretation offers the most satisfactory explanation from a theoretical standpoint.
intermediate

Structures in Abstract Algebra

#mathematics #algebra #structures #groups #rings

Examine fundamental algebraic structures and their properties

Define groups, rings, and fields, highlighting the axioms that distinguish each structure. Provide examples of each type of structure and explain at least one important theorem associated with each. Discuss how these algebraic structures relate to one another and give examples of mathematical objects that can be studied using these structures.
intermediate

Game Theory and Rational Choice

#economics #game theory #rational choice #strategic thinking

Explore theoretical foundations of strategic decision-making

Explain the concept of Nash equilibrium in game theory. Construct an example of a prisoner's dilemma and discuss why the Nash equilibrium leads to suboptimal outcomes. Describe at least three different approaches that have been proposed to achieve cooperation in prisoner's dilemma-type scenarios. Evaluate the theoretical and practical implications of each approach.
advanced

Theories of Consciousness

#psychology #consciousness #cognitive science #philosophy of mind

Examine major theoretical approaches to understanding consciousness

Compare and contrast at least four major theories of consciousness, such as global workspace theory, integrated information theory, higher-order thought theory, and panpsychism. For each theory, explain its core claims about the nature and mechanisms of consciousness. Discuss how each theory addresses the 'hard problem' of consciousness. Evaluate which theory offers the most promising framework for understanding consciousness and explain your reasoning.
beginner

Write a Professional Email

#email #professional #communication

Draft a polite email to a manager requesting a meeting.

Act as a professional assistant. Write a polite email to a manager requesting a meeting to discuss a new project idea. Keep the email under 100 words and include a clear subject line.
Beginner

Explain Like I'm Five

#explanation #simple #learning

Simplify a complex topic for a young audience.

Explain the concept of how the internet works in simple terms that a five-year-old would understand. Use an analogy involving sending letters or packages.
Beginner

Mystery Story Starter

#story #creative writing #fun

Generate a creative 3-sentence mystery story.

Write a 3-sentence story about a detective who finds a glowing key in an old mailbox. The story should be mysterious and exciting.
Beginner

Simple Python Function

#python #coding #function

Write a basic addition function in Python.

Write a Python function named 'add_numbers' that takes two numbers as arguments and returns their sum. Include a comment in the code explaining what the function does.