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

Sick Leave Email

#email #work #professional

Draft a professional email for taking a day off.

Write a short and polite email to my manager telling them I am feeling unwell and need to take a sick day today.
Beginner

Explain Like I'm 5

#explanation #learning #simple

Simplify a complex topic for a child.

Explain how the internet works as if you were talking to a 5-year-old child.
Beginner

Pancake Ingredients

#planning #food #list

Create a shopping list for a specific recipe.

Create a shopping list containing all the ingredients needed to make homemade pancakes for a family of four.
Beginner

Ocean Haiku

#poem #creative #nature

Write a short poem about the sea.

Write a Haiku poem about the ocean and the waves crashing on the beach.
Beginner

Weekend Itinerary

#travel #planning #activities

Plan a short trip to a famous city.

Suggest a fun 2-day itinerary for a weekend trip to London.
Beginner

Grammar Checker

#grammar #correction #writing

Correct the grammar in a sentence.

Please correct the grammar in this sentence: 'She don't want to go to the park because it raining.'
Beginner

Book Recommendations

#recommendations #books #hobbies

Get suggestions for reading material.

Recommend 3 mystery novels for someone who has never read a mystery book before.
Beginner

Text Summarizer

#summary #productivity #text

Summarize a short paragraph into one sentence.

Summarize the following text in exactly one sentence: The solar system is vast. It includes the sun and eight planets. Earth is the only planet known to support life.
Beginner

Thank You Message

#social #gratitude #message

Write a note of appreciation.

Write a friendly thank you note to my aunt for giving me a birthday gift.
medium

Create Your Own Magical Realm

#world-building #fantasy #magic #creative-writing

Design a fantasy world with unique magical systems, cultures, and geography

Create a detailed fantasy world with at least three unique regions, each with distinct landscapes, cultures, and magical traditions. Develop the rules of magic in this world: who can use it, what it costs, and its limitations. Include at least one myth about the world's origin and one important historical event that shaped current relations between regions. Describe how the different cultures interact with each other and with magic. Consider including maps, cultural artifacts, or legends to enhance your world.
hard

Craft a Compelling Villain

#character #villain #psychology #conflict

Develop a complex antagonist with understandable motivations

Create a compelling antagonist for a story who is morally complex and has motivations the reader can understand, even if not support. Write a detailed character profile including their background, worldview, and the specific goal they are pursuing. Describe three pivotal moments in their life that shaped them into the person they've become. Explain how they justify their actions to themselves and why they believe their approach is necessary. Finally, write a scene showing them performing a small act of kindness or something that humanizes them, demonstrating that people are rarely all good or all evil.
Advanced

Semantic Decomposition & Reconstruction

#linguistics #logic #analysis

Analyze a complex paragraph to break down its semantic components and reconstruct it using different logical structures.

Perform a deep semantic analysis of the provided text. Identify the core propositions, hidden assumptions, and logical flow. Then, reconstruct the argument using a deductive structure, ensuring no meaning is lost but the presentation is entirely different from the original.
Advanced

Lipogrammatic Narrative Generation

#creative-writing #constraints #linguistics

Generate a short story adhering to strict linguistic constraints, specifically the omission of a common vowel.

Write a short science fiction story set on a Mars colony. The narrative must be written entirely without using the letter 'e'. The plot must involve a crisis regarding oxygen recycling. Ensure the tone remains serious and the prose flows naturally despite the constraint.
Advanced

Formal Fallacy Identification

#logic #critical-thinking #argumentation

Critique a provided argumentative text to identify specific logical fallacies and rhetorical tricks.

Analyze the following opinion piece. Identify every instance of a logical fallacy (e.g., straw man, ad hominem, slippery slope). For each identified fallacy, quote the relevant text, name the fallacy, and explain why it undermines the argument's validity. Finally, rewrite the paragraph to be logically sound.
Advanced

Algorithmic Prose Translation

#programming #documentation #education

Translate a complex pseudocode snippet into a detailed, human-readable technical explanation.

Below is a segment of pseudocode implementing a red-black tree insertion. Translate this logic into a comprehensive, step-by-step explanation suitable for a senior computer science undergraduate. Use analogies to physical structures where appropriate to clarify the abstract balancing mechanisms.