🏠 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

Create Blog Post Outline

#writing #blogging #content

Generate a detailed outline for a long-form blog article.

Create a detailed outline for a 1,500-word blog post titled '10 Tips for Better Remote Work Productivity'. The outline should include an introduction, 10 main headings with bullet points for what to cover under each, and a conclusion.
Intermediate

Optimize Daily Schedule

#productivity #planning #time-management

Organize a list of tasks into a time-blocked daily schedule.

I have the following tasks for tomorrow: Deep work project (3 hours), Answer client emails (1 hour), Lunch break (1 hour), Team meeting (1 hour), and Review weekly goals (30 mins). Create a time-blocked schedule starting at 9:00 AM that maximizes efficiency and groups similar tasks together.
Intermediate

Echoes of the Silent City

#descriptive #atmosphere #sci-fi

Describe a bustling metropolis where all sound suddenly vanished.

Write a narrative describing the exact moment when a busy, noisy city falls into complete silence. Focus on the visual chaos of people realizing they cannot hear and the transition from cacophony to an eerie visual stillness. Do not use any onomatopoeia.
Advanced

The Bargain

#dialogue #fantasy #suspense

Write a dialogue between a desperate human and a trickster spirit.

Construct a dialogue scene set at a crossroads at midnight. A character makes a deal with a trickster spirit to change their past, but the spirit speaks only in riddles. The conversation must reveal the character's regret without explicitly stating what happened. End the dialogue with an ambiguous outcome.
Beginner

The Dictionary of Lost Things

#vocabulary #inventive #poetic

Create definitions for three emotions that do not exist in English.

Invent three new words to describe complex, specific emotions that currently lack a single word in the English language (e.g., the nostalgia for a time you never knew). For each word, provide the pronunciation, a definition, and a short sentence using the word in context.
Advanced

The Reverse Chronicle

#structure #experimental #narrative

Write a short story where time moves backwards from the end to the beginning.

Write a short story starting with the aftermath of a massive explosion and ending with the lighting of a match that caused it. Describe events un-happening: shards of glass flying back together to form a window, spilled coffee rising back into a cup. Focus on the surreal beauty of destruction reversing.
Intermediate

The Unseen Guest

#mystery #social #suspense

A dinner party where one guest is invisible to everyone but the host.

You are hosting a formal dinner party. Everything is going perfectly, except you are carrying on a conversation with an empty chair. Write the scene from your perspective, describing how you maneuver the social situation to prevent your other guests from realizing you are talking to someone they cannot see.
Intermediate

Mechanic's Heart

#sci-fi #character #internal-monologue

A robot tries to understand a human joke.

Write an internal monologue from the perspective of an advanced android. You have just heard a human tell a joke involving irony. Analyze the logical inconsistencies of the joke, describe your processing algorithms failing to find the humor, and conclude with a sudden, glitch-like 'feeling' that resembles amusement.
Beginner

Last Train Home

#slice-of-life #dialogue #character-study

Two strangers share a train compartment through the night.

Two strangers from completely different walks of life are the only passengers in the last train car of the night. Write a scene where they start a conversation. They must never reveal their names or their specific professions, but they must confess a deep fear or hope to one another before the train stops.
Beginner

The Great Hunt

#perspective #descriptive #whimsical

Describe a human living room from the perspective of a house cat.

You are a house cat stalking a dust bunny in the living room. Describe the environment (the furniture, the giant humans, the carpet terrain) with high stakes, as if you are a warrior in a vast, dangerous jungle. The dust bunny is the ultimate enemy.
Intermediate

The Small Lie

#satire #social-commentary #humor

A device buzzes loudly for every social white lie told.

Imagine a world where a small device attached to a person's ear buzzes loudly every time they tell a 'white lie' (e.g., 'I'm fine,' 'I love your cooking'). Write a scene of a first date between two people wearing these devices. Describe the chaos of the dinner conversation as the buzzes interrupt their attempts to be polite.
Advanced

The Dream Architect

#fantasy #world-building #sensory

Design a dream for a client who wants to relive a memory.

You are an architect who builds dreams for clients. A client wants to revisit a specific childhood summer afternoon, but they cannot remember the details. Write a proposal describing how you will construct this dream world. Focus on the sensory details you will fabricate to make it feel real: the smell of cut grass, the temperature of the air, the quality of the light.
Advanced

Epsilon-Closures in NFA to DFA Conversion

#automata #theory #computation

Analyze the handling of empty string transitions during subset construction.

Describe the algorithm for computing the epsilon-closure of a state in a Non-deterministic Finite Automaton (NFA). specifically focusing on how empty string transitions (epsilon moves) are processed when converting an NFA to a Deterministic Finite Automaton (DFA) using the subset construction algorithm. How does the presence of epsilon transitions affect the resulting state space of the DFA?
Advanced

SQL Empty String vs NULL Semantics

#sql #database #data-integrity

Examine the distinct behaviors and storage of empty strings versus NULL.

Provide a detailed comparison of the semantic differences between an empty string ('') and a NULL value in SQL standards. Discuss how three-valued logic affects boolean expressions when comparing columns containing empty strings or NULLs, and analyze the potential performance implications of indexing columns that frequently contain empty strings in major database systems like PostgreSQL or MySQL.
Advanced

Eliminating Epsilon Productions in CFGs

#compilers #formal-languages #parsing

Detail the algorithmic steps to remove empty string productions.

Outline the step-by-step algorithm to remove epsilon (empty string) productions from a Context-Free Grammar (CFG). Explain why this removal is a prerequisite for certain parsing algorithms, such as the construction of an LL(1) parsing table, and demonstrate how the removal process preserves the language generated by the grammar (excluding the empty string if it was originally present).