🏠 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

The Five-Second Stopwatch

#time-travel #sci-fi #short-story

Write a story about a person who buys an old stopwatch that rewinds time, but only by 5 seconds.

You find a rusty stopwatch at a flea market. You wind it up, click the button, and suddenly the coffee you just spilled is back in the cup. You realize you can only go back 5 seconds. Write a scene where you must save someone's life using only this 5-second window.
Easy

Whispers in the Dark

#fantasy #mystery #atmospheric

A story where shadows start whispering secrets about the town's history.

Every night at sundown, your shadow detaches itself and sits on the foot of your bed. Tonight, it speaks. It tells you a secret about the house you live in that changes everything you thought you knew.
Hard

The Last Archive

#dystopian #post-apocalyptic #drama

A dystopian setting where you are the guardian of the last physical library.

In a world where all information is streamed directly to brains, physical books are illegal. You have discovered a hidden bunker containing the last library on Earth. A soldier knocks at the door. They are looking for contraband, but they ask you to recommend a book.
Medium

Manifestation

#psychological #thriller #supernatural

An imaginary friend from childhood suddenly reappears in adulthood.

You are 30 years old. You haven't thought about 'Bloop', your childhood imaginary friend, in two decades. Today, you wake up, and Bloop is sitting at the end of your bed, looking exactly as they did when you were five. They say, 'We need to talk about what happened in the attic.'
Intermediate

The Echo from the Void

#sci-fi #space #mystery

Write a story about a deep-space probe receiving a message written in an ancient, dead Earth language.

You are a technician monitoring the Voyager X probe. Suddenly, the data stream changes. It is not static; it is a coherent transmission in Latin. Write the log entry and the subsequent decoding process.
Beginner

The Whispering Pint

#fantasy #atmosphere #setting

Describe a scene in a tavern where magic is illegal, yet the atmosphere is thick with illicit enchantment.

The King's Guards are inspecting the tavern, but the beer is still floating to the tables. Describe the tension and the subtle ways the patrons are hiding their magic in plain sight.
Advanced

Stuck Together

#dialogue #conflict #modern

Create a dialogue-only scene between two mortal enemies trapped in a broken elevator.

Write a scene using only dialogue. Two people who hate each other are stuck between floors. They start with silence, then insults, and eventually reveal a hidden vulnerability.
Intermediate

Synesthesia

#poetry #sensory #creative

Write a poem describing a specific emotion using only sensory details related to a season.

Describe the feeling of 'Nostalgia' using only imagery associated with Winter. You cannot use the words nostalgia, sad, cold, or winter. Focus on the sensory experience.
Intermediate

The Detached Shadow

#horror #surreal #short-story

Write a horror story about a person who realizes their shadow is no longer attached to their feet.

It started with a lag. Then the shadow stood still while you walked. Now, it is moving across the wall when you are sitting still. Tell the story of the night the shadow decided to become its own entity.
Advanced

Copper's Journey

#pov #object #slice-of-life

Write a short story from the first-person perspective of a coin passing through ten different hands in one day.

I was minted three years ago. Today, I bought a coffee, paid a fare, fell in a sewer, was wished into a fountain, and ended up in a gumball machine. Describe the texture of the fingers and the desperation of the transactions.
Beginner

The Key to Nothing

#mystery #suspense #magical-realism

A protagonist finds a key that fits a lock they haven't found yet, but the lock only appears when they are in danger.

You have carried the rusted iron key for years. It opens nothing in your house. Tonight, as the intruder kicks down your door, a shimmering wooden door appears on the blank wall of your living room.
Beginner

Polite Follow-Up Email

#email #business #communication

Draft a professional email to follow up on a previous request without being annoying.

Write a polite and professional follow-up email to a client who has not replied to my previous proposal regarding the marketing project. The tone should be friendly but urgent. Remind them that the offer expires in three days.
متوسط

Explain Python List Comprehension

#python #coding #education #explanation

Explain a specific coding concept to a beginner developer.

Explain the concept of list comprehensions in Python to a beginner. Provide a clear example of how to convert a traditional for-loop with an if-statement into a single-line list comprehension, and explain the benefits of using it.
Beginner

Generate Tech Blog Topics

#brainstorming #blogging #marketing #ideas

Brainstorm engaging topics for a specific industry blog.

Generate 10 catchy and SEO-friendly blog post title ideas for a technology blog focused on Artificial Intelligence trends in 2024. The titles should be intriguing and encourage clicks.
Intermediate

Create SQL Join Query

#sql #database #data #query

Generate a SQL query to join two tables and filter data.

Write a SQL query that selects the customer name and order amount from two tables, 'Customers' and 'Orders'. Join the tables on 'customer_id'. Filter the results to only show orders where the amount is greater than 500 dollars.