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

Synthetic Moral Agency

#ethics #philosophy #ai #argumentation

Construct a philosophical argument regarding the moral status of AGI.

Construct a rigorous philosophical argument addressing the question: 'Can a non-biological Artificial General Intelligence (AGI) possess moral agency?' Your response must engage with at least three major ethical frameworks (e.g., Kantian deontology, Utilitarianism, and Virtue Ethics). Address the 'Hard Problem of Consciousness' and whether subjective experience (qualia) is a prerequisite for moral consideration. Conclude by defining a set of conditions under which an AGI would warrant rights equivalent to a human being.
advanced

Contextual Syntax Ambiguity

#linguistics #syntax #semantics #natural-language-processing

Analyze ambiguous syntactic structures in complex compound sentences.

Analyze the sentence: 'The shooting of the hunters was terrible.' Provide a detailed syntactic tree analysis (using labeled bracketing notation) for the two possible interpretations of this sentence. Explain how the semantic roles of 'agents' and 'patients' shift based on the part-of-speech assignment of 'shooting'. Furthermore, discuss how a modern Large Language Model might resolve this ambiguity using contextual embeddings versus how a traditional rule-based parser would handle it, citing the limitations of both approaches.
beginner

Draft a Polite Decline Email

#email #business #communication

Create a professional email to decline a meeting request while maintaining a good relationship.

Write a professional email declining a meeting request for this Thursday due to a prior scheduling conflict. Propose two alternative time slots for early next week. Keep the tone polite, helpful, and concise.
intermediate

Generate SQL Aggregation Query

#sql #coding #data

Write a SQL query to calculate total sales per region.

Write a SQL query for a table named 'sales' with columns 'id', 'amount', 'region', and 'date'. The query should return the total sales amount for each region where the date is in the current year. Order the results by the total amount in descending order.
beginner

Explain Like I'm 5

#explanation #learning #simplification

Simplify a technical concept for a child.

Explain the concept of how the internet works to a 5-year-old. Use simple analogies, avoid technical jargon, and keep the explanation under 100 words.
intermediate

Create a Blog Post Outline

#writing #seo #planning

Structure a comprehensive outline for a long-form article.

Create a detailed outline for a 1500-word blog post about the benefits of remote work for employees. Include a catchy title, an introduction, 4 main body paragraphs with bullet points for sub-arguments, and a conclusion.
beginner

Weekly Healthy Meal Plan

#cooking #planning #health

Generate a meal plan based on dietary restrictions.

Create a 5-day healthy meal plan (Monday to Friday) for breakfast and lunch. The meals should be vegetarian, high in protein, and take no more than 20 minutes to prepare. Include a simple grocery list for the ingredients.
advanced

Debug Python Code Logic

#python #coding #debugging

Identify and fix a logical error in a code snippet.

Analyze the following Python code snippet designed to calculate the factorial of a number. Identify why it returns zero for the input 5 and provide the corrected code: def factorial(n): result = 0; for i in range(1, n+1): result *= i; return result
advanced

Theoretical Language Construction

Create a theoretical model for language structure

Design a theoretical model for a universal language structure that incorporates elements from major world languages. All text in it should be explainable through fundamental linguistic principles rather than arbitrary conventions. Discuss how this theoretical model could be applied to improve cross-cultural communication while preserving cultural identity.
beginner

Write a Fantasy Short Story

#creative #storytelling #fun

A prompt to generate a simple creative story about a magical discovery.

Write a short story about a young child who finds a magical glowing stone in their backyard. Describe what happens when they touch it.
beginner

Draft a Sick Day Email

#professional #email #work

A prompt to help write a professional email to a manager.

Write a polite and professional email to my manager informing them that I am feeling unwell and need to take a sick day tomorrow.
beginner

Explain Python Variables

#coding #python #education

A prompt to explain a basic coding concept simply.

Explain the concept of variables in Python programming as if I were completely new to coding. Use a simple analogy to help me understand.
beginner

Create a Healthy Meal Plan

#food #health #planning

A prompt to generate a simple daily meal plan.

Create a healthy meal plan for one day that includes breakfast, lunch, and dinner. Keep the recipes simple and suitable for a beginner cook.
beginner

Plan a Day Trip

#travel #planning #sightseeing

A prompt to generate a travel itinerary for a single day.

Plan a 1-day itinerary for a tourist visiting Paris for the first time. Include one museum visit, a lunch spot, and a famous landmark to see in the evening.
beginner

Explain Like I'm Five

#science #education #explanation

A prompt to simplify a complex scientific topic.

Explain how rainbows are formed, but make it simple enough for a five-year-old to understand.