🏠 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

Explain Blockchain Simply

#education #explanation #technology

Explain a complex technical concept using simple analogies.

Explain the concept of 'blockchain technology' as if I were a 10-year-old. Use analogies related to shared notebooks or ledgers to make it easy to understand. Avoid technical jargon.
Beginner

Project Kickoff Agenda

#productivity #meeting #planning

Structure a one-hour project kickoff meeting.

Create a structured agenda for a one-hour project kickoff meeting. Include sections for introductions, project goals, roles and responsibilities, timeline overview, and a Q&A session. Allocate specific time durations for each section.
Intermediate

Vehicle Decision Analysis

#decision-making #analysis #lifestyle

Generate pros and cons for buying a used electric car vs a new gas car.

Generate a detailed list of pros and cons for buying a used electric vehicle versus a new gasoline vehicle. Consider factors such as initial purchase price, long-term maintenance costs, insurance, and environmental impact.
Intermediate

30-Minute Home Workout

#fitness #health #exercise

Design a full-body workout routine requiring no equipment.

Design a 30-minute full-body workout routine that requires no equipment. The routine should include a 5-minute warm-up, a 20-minute circuit of exercises with repetitions, and a 5-minute cool-down with stretching.
Beginner

Camping Trip Checklist

#travel #organization #checklist

Create a comprehensive packing list for a weekend summer camping trip.

Create a comprehensive packing checklist for a weekend summer camping trip. Categorize items into clothing, shelter/sleeping gear, cooking supplies, toiletries, and first aid essentials.
Beginner

Work Stress Journaling

#mental-health #journaling #self-care

Provide journaling prompts to process work-related stress.

Provide a list of 5 introspective journaling prompts specifically designed to help someone process work-related stress and anxiety. The prompts should encourage reflection on triggers, coping mechanisms, and boundaries.
Intermediate

Behavioral Interview Prep

#career #interview #prep

List common interview questions and a framework for answering them.

List 5 common behavioral interview questions regarding conflict resolution. Provide a brief explanation of the STAR method (Situation, Task, Action, Result) for answering these questions effectively.
Intermediate

Remote Work Blog Outline

#writing #content-creation #blogging

Create a detailed outline for a blog post about remote work productivity.

Create a detailed outline for a blog post titled 'The Ultimate Guide to Remote Work Productivity'. Include a catchy introduction, 3 main body paragraphs with subpoints covering time management and environment setup, and a strong conclusion.
advanced

Distributed System Architecture

#architecture #distributed-systems #scalability

Design a high-throughput, fault-tolerant distributed system for a banking ledger.

Act as a Senior System Architect. Design a distributed ledger system for a global bank that requires ACID transactions, eventual consistency for replicas, and must withstand Byzantine failures. Describe the consensus algorithm, sharding strategy, and data replication flow. Include a failure mode analysis and a recovery plan.
advanced

Algorithmic Refactoring

#optimization #algorithms #refactoring

Refactor a computationally expensive nested loop algorithm for better performance.

You are an optimization expert. Given a scenario where a nested loop operation O(n^3) is processing 10 million records, propose a solution to reduce this to O(n log n) or better using memoization or dynamic programming. Provide pseudocode for the optimized version and explain the trade-offs in memory usage.
advanced

Autonomous Vehicle Ethics

#ethics #ai #philosophy

Analyze the ethical implications of AV decision-making algorithms.

Assume the role of an AI Ethicist. Critically analyze the 'Moral Machine' experiment results regarding autonomous vehicles. Formulate an argument for or against the idea that AVs should be utilitarian, deontological, or rights-based in their decision logic during unavoidable accidents. Address potential liability issues.
advanced

Low-Resource Language Modeling

#nlp #machine-learning #data-science

Strategy for building NLP models for languages with minimal data.

Act as a Lead NLP Researcher. Outline a strategy to build a high-performing translation model for a low-resource language with less than 5MB of available parallel text. Discuss techniques such as cross-lingual transfer learning, back-translation, and data augmentation. Explain how you would evaluate the model without a standard test set.
advanced

Complex Narrative Construction

#writing #narrative #storytelling

Construct a story using a non-linear timeline and unreliable narration.

Write the opening chapter of a mystery thriller. The narrative must be non-linear, jumping between three distinct time periods (1990, 2010, 2024) without explicit markers, relying on context clues. The narrator must be unreliable, subtly contradicting previous statements to cast doubt on their sanity.
advanced

Interplanetary Trajectory Design

#physics #math #orbital-mechanics

Calculate a Hohmann transfer with plane change corrections.

You are a Mission Control Analyst. Calculate the Delta-V budget required to transfer a satellite from a 200km Low Earth Orbit (LEO) to a Geostationary Orbit (GEO) assuming an inclination change of 28.5 degrees occurs at the apogee of the transfer orbit. Provide the step-by-step equations and explain why performing the plane change at apogee is more efficient.
advanced

Enterprise Threat Modeling

#security #cloud #threat-modeling

Perform a comprehensive threat model for a cloud-native microservices app.

Act as a Chief Information Security Officer (CISO). Perform a threat modeling analysis (using STRIDE methodology) for a cloud-native microservices architecture handling healthcare data. Identify the top three critical vulnerabilities regarding API gateways and container orchestration, and propose specific mitigation strategies for each.