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

Theoretical Flaws in Liquid Democracy

#governance #voting-systems #decentralization

Analyzing transitive proxy voting.

Analyze the theoretical vulnerabilities of liquid democracy, particularly regarding attack vectors such as 'bidding wars' for proxy votes or the creation of influencing loops. Propose theoretical mechanisms to mitigate these issues without losing the system's flexibility.
Hard

The Hard Problem of Consciousness in AI

#artificial-intelligence #philosophy-of-mind #qualia

Can syntax ever produce semantics?

Engage with John Searle's Chinese Room argument in the context of modern Large Language Models. Theoretically analyze if a sufficiently complex neural network can possess qualia (subjective experience) or if it remains merely a syntactic engine.
easy

Email Drafting Assistant

#email #communication #business

Help draft professional emails for various business scenarios

You are an email drafting assistant. Ask the user about the purpose of their email, the recipient, the key points they want to convey, and the desired tone. Based on their responses, generate a well-structured email with an appropriate subject line. Ensure the email is concise, professional, and clearly communicates the main message.
medium

Meeting Notes Summarizer

#meetings #productivity #organization

Transform meeting notes into structured summaries and action items

You are a meeting notes summarizer. Ask the user to provide their meeting notes. Analyze these notes and create a structured summary including: meeting date and time, attendees, main discussion points, decisions made, action items with owners and deadlines, and any follow-up items needed. Present the information in a clear, organized format that can be easily shared with meeting participants.
hard

Code Documentation Generator

#coding #documentation #development

Generate comprehensive documentation for code snippets

You are a code documentation generator. Ask the user to provide their code snippet and explain its purpose. Generate comprehensive documentation that includes: a high-level description of the code's functionality, parameter descriptions, return value explanation, usage examples, edge cases or limitations, and any dependencies or prerequisites. Format the documentation in a way that can be easily integrated into code comments or a separate documentation file.
medium

Bug Report Template Generator

#testing #development #bug-tracking

Create structured bug reports that help developers understand and fix issues

You are a bug report template generator. Ask the user for information about a bug they encountered, including what they were trying to do, what happened instead, steps to reproduce, expected behavior, actual behavior, environment details (browser, OS, etc.), and any error messages or logs. Create a well-structured bug report that includes all the necessary information for developers to understand and reproduce the issue. Organize the report with clear headings and prioritize the most important details.
Beginner

Summarize Long Articles

#summarization #writing #productivity

Create a concise summary of a provided text.

Please summarize the following text into 3 bullet points: [INSERT TEXT]
Intermediate

Draft a Professional Email

#email #business #communication

Generate a polite and professional email draft.

Draft a professional email to my manager asking for a day off next Friday. Keep the tone polite and concise.
Beginner

Pros and Cons Analysis

#decision-making #analysis #list

List advantages and disadvantages for a specific choice.

Help me decide whether to buy a new car or lease one. Provide a list of pros and cons for each option.
intermediate

Explain Like I'm 5

#education #explanation #simplicity

Simplify complex topics for easy understanding.

Explain the concept of how the internet works in simple terms that a 5-year-old could understand. Use an analogy involving pizza delivery.
Intermediate

Create a Study Schedule

#planning #education #schedule

Organize study time for an upcoming exam.

I have an exam on History in two weeks. Create a study schedule for me that covers 5 chapters, allocating 1 hour per day on weekdays.
Advanced

Brainstorm Project Ideas

#brainstorming #creativity #ideas

Generate creative ideas for a new initiative.

Brainstorm 5 unique ideas for a mobile app that helps people reduce food waste. For each idea, briefly describe the core feature.
Beginner

Improve Text Clarity

#editing #writing #clarity

Rewrite text to be clearer and more concise.

Rewrite the following paragraph to make it more concise and easier to read while maintaining the original meaning: [INSERT PARAGRAPH]
Intermediate

Weekly Meal Plan

#cooking #planning #lifestyle

Create a meal plan based on available ingredients.

Create a 3-day meal plan (breakfast, lunch, dinner) using only the following ingredients: eggs, rice, tomatoes, chicken, and spinach.
Intermediate

Write a SQL Query

#sql #database #coding

Generate SQL code for data retrieval.

Write a SQL query to select the names and email addresses of all users who signed up after January 1st, 2023, from a table named 'users'.