PromptsVault AI is thinking...
Searching the best prompts from our community
Searching the best prompts from our community
Discover the best AI prompts from our community
Trace the history of the English language. Eras: 1. Old English (Beowulf, Germanic roots). 2. Middle English (Chaucer, French influence). 3. Early Modern English (Shakespeare, Great Vowel Shift). 4. Modern English (Global borrowing). List 5 words with surprising origins.
Explain the relationship between plate tectonics and volcanoes. Types of boundaries: 1. Divergent (Rift valleys). 2. Convergent (Subduction zones). 3. Transform (Earthquakes). Ring of Fire description. Example volcanoes for each type.
Define cultural relativism and its importance in anthropology. Contrast with ethnocentrism. Case study: Greeting rituals around the world (Bow vs Handshake vs Cheek kiss). Discussion on universal human rights vs cultural traditions.
Explain the real-world application of derivatives. Concept: Rate of change. Examples: 1. Speedometer (Position vs Time). 2. Marginal cost in economics. 3. Optimization (Finding max/min). Avoid complex formulas, focus on intuition.
Create a dialogue between John Stuart Mill and Immanuel Kant debating a modern ethical dilemma (e.g., AI driving decision). Mill argues for the greater good (outcome). Kant argues for moral duty (rules). Structure: Opening statements, Rebuttals, Closing arguments.
Explain the stages of mitosis to a high school student. Stages: 1. Prophase (Chromosomes condense). 2. Metaphase (Line up). 3. Anaphase (Pull apart). 4. Telophase (New nuclei). 5. Cytokinesis (Split). Analogy: A dance choreography or a factory split.
Write a short story premise where the Roman Empire never fell. Setting: 2024 AD. Technology: Steam/Clockwork based? Politics: Senate vs Emperor. Map: Borders include all of Europe and Africa. Cultural impact: Latin as universal language. Conflict: A rebellion in the province of Britannia.
Generate a GDPR-compliant privacy policy for a mobile app. Clauses: 1. Data collection types (Personal, Usage). 2. Purpose of data processing. 3. Legal basis for processing. 4. Data retention period. 5. User rights (Access, Erasure, Portability). 6. Third-party data sharing. 7. Security measures. 8. Contact information for Data Protection Officer (DPO). Include cookie policy reference.
Create an agenda for an Agile Sprint Planning meeting. Steps: 1. Review previous sprint metrics (Velocity). 2. Define sprint goal. 3. Backlog refinement (Prioritize user stories). 4. Task estimation (Story points/Poker). 5. Capacity planning (Team availability). 6. Assign ownership of tasks. 7. Identify risks and dependencies. 8. Q&A and final commitment vote. Include timeboxing per section.
Create a 30-day Instagram engagement growth strategy. Pillars: 1. Content calendar mix (Reels, Carousels, Stories). 2. Storytelling frameworks (Hook-Body-CTA). 3. Hashtag strategy (broad vs niche). 4. Community management routine (reply to comments/DMs). 5. Influencer collaboration outreach. 6. User-Generated Content (UGC) campaigns. 7. Analytics review (Insights). 8. Paid boosting strategy. Include template for tracking metrics.
Build a 3-year financial forecasting model for a SaaS startup. Inputs: 1. Customer Acquisition Cost (CAC). 2. Monthly Recurring Revenue (MRR) growth rate. 3. Churn rate. 4. Headcount expansion plan. 5. Operating expenses (OpEx). 6. Server/infrastructure costs. Outputs: 1. Cash flow statement. 2. P&L statement. 3. Burn rate analysis. 4. Break-even point calculation. Include sensitivity analysis scenarios.
Create SCORM 1.2 compliant e-learning course package. Components: 1. Manifest file (imsmanifest.xml) structure. 2. Content organization (items/resources). 3. Runtime API communication (LMSInitialize, LMSSetValue). 4. Data tracking (cmi.core.score, cmi.core.lesson_status). 5. JavaScript interface for LSM interaction. 6. Packaging content (ZIP archive). 7. Testing in SCORM Cloud. 8. Handling suspend and resume data. Include fallback for non-LMS environments.
Conduct remote usability testing for mobile app. Plan: 1. Define research objectives and hypothesis. 2. Recruit 5-8 target users. 3. Create realistic task scenarios (e.g., 'Compete checkout'). 4. Set up moderation script. 5. Choose tool (UserTesting, Maze). 6. Observe and note pain points/success rates. 7. Calculate System Usability Scale (SUS) score. 8. Synthesize findings into actionable improvements. Include consent form template.
Configure BGP for multi-homed enterprise network. Steps: 1. Obtain ASN and IP prefixes. 2. Configure eBGP neighbors with ISPs. 3. Implement route filtering (prefix lists/route maps). 4. Influence inbound traffic (AS path prepending). 5. Influence outbound traffic (Local Preference). 6. Set up BGP authentication (MD5). 7. Monitor adjacency and route propagation. 8. Implement Bogon filtering. Include failure failover testing scenario.
Create a lesson plan 'Introduction to Python for Kids (Ages 10-12)'. Activities: 1. Concept: Variables as boxes. 2. Hands-on: Hello World with emojis. 3. Concept: Loops with real-life examples (brushing teeth). 4. Project: Build a simple 'Guess the Number' game. 5. Quiz: Spot the bug. 6. Wrap-up: Show real-world apps built with Python. Include printable cheat sheet.
Optimize Pandas data processing pipeline. Techniques: 1. Vectorize operations (avoid loops). 2. Use appropriate data types (int8, category). 3. Process large datasets with chunking. 4. Parallelize processing with Dask or Swifter. 5. Efficient file formats (Parquet/Feather). 6. Memory usage profiling. 7. Index optimization for merging. 8. Caching intermediate results. Include benchmark comparisons.
Design reusable Cypress E2E testing framework. components: 1. Page Object Model (POM) pattern. 2. Custom commands for common actions. 3. API interception for mocking backend. 4. Visual regression testing (percy/applitools). 5. Dynamic data generation (faker.js). 6. Environment configuration (staging/prod). 7. CI/CD integration using GitHub Actions. 8. Flaky test retry logic. Include HTML report generation.
Create reusable Terraform module for multi-cloud deployment (AWS/Azure). Features: 1. Networking layer (VPC/VNet). 2. Variables for customization (instance types, regions). 3. State management with remote backend (S3/Blob). 4. Security groups and firewall rules. 5. Load balancer configuration. 6. Output values for connection strings. 7. Terratest scripts for validation. 8. Documentation with input/output tables. Include conditional resource creation logic.
Analyze and optimize PostgreSQL query performance. Steps: 1. Identify slow queries with pg_stat_statements. 2. Analyze Execution plans (EXPLAIN ANALYZE). 3. Create covering indexes for frequent queries. 4. Optimize JOIN operations. 5. Vacuum and analyze strategy. 6. Partition large tables. 7. Tune configuration parameters (work_mem, shared_buffers). 8. Connection pooling setup (PgBouncer). Include index maintenance plan.
Design scalable serverless architecture on AWS. Components: 1. API Gateway for request routing and throttling. 2. AWS Lambda for business logic execution. 3. Amazon DynamoDB for NoSQL data storage. 4. Amazon Cognito for user authentication. 5. AWS Step Functions for workflow orchestration. 6. Amazon SQS/SNS for event-driven messaging. 7. CloudWatch for monitoring and logging. 8. CI/CD with AWS CodePipeline. Include cost estimation and disaster recovery strategy.
Implement GA4 tracking plan. Setup: 1. Configure improved measurement events. 2. Create custom dimensions and metrics. 3. Set up conversion events with value assignment. 4. Implement User-ID for cross-device tracking. 5. Create exploration reports (funnel, path analysis). 6. Link with Google Ads and BigQuery. 7. Enable data retention settings. 8. Debug with Tag Assistant. Include consent mode v2 implementation.
Build production-ready design system. Framework: 1. Define design tokens (colors, typography, spacing, shadows). 2. Create atomic components (buttons, inputs, cards, modals). 3. Build composite patterns (forms, navigation, data tables). 4. Document component API and usage guidelines. 5. Implement accessibility standards (WCAG 2.1 AA). 6. Set up Storybook for component showcase. 7. Create Figma library with auto-layout components. 8. Establish contribution and versioning guidelines. Include dark mode support and responsive breakpoints.
Write a luxury property listing description for a penthouse. Highlights: 1. Panoramic city views. 2. Smart home integration. 3. Chef's kitchen with marble countertops. 4. Private elevator access. 5. Rooftop terrace with jacuzzi. 6. Master suite with walk-in closet. 7. Building amenities (Gym, Concierge). 8. Neighborhood vibe (Walkability, dining). Use evocative language causing 'FOMO'.
Design engaging online course experience. Framework: 1. Define learning objectives using Bloom's Taxonomy. 2. Create modular curriculum with progressive difficulty. 3. Design video lessons with storytelling and visuals. 4. Develop interactive exercises and quizzes. 5. Build project-based assessments for skill application. 6. Create downloadable resources and templates. 7. Implement community discussion forums. 8. Set up automated email drip campaign for engagement. Include completion certificates and student feedback loops.
Draft comprehensive SaaS legal framework. Documents: 1. Terms of Service with acceptable use policy. 2. Privacy Policy compliant with GDPR and CCPA. 3. Service Level Agreement (SLA) with uptime guarantees. 4. Data Processing Agreement (DPA) for enterprise clients. 5. Cookie Policy and consent management. 6. Refund and cancellation policy. 7. Intellectual property and licensing terms. 8. Dispute resolution and arbitration clauses. Include plain language summaries and version control system.
Conduct comprehensive user research program. Process: 1. Define research objectives and key questions. 2. Create user interview guide with open-ended questions. 3. Conduct usability testing sessions with task scenarios. 4. Implement surveys for quantitative data collection. 5. Perform competitive analysis and market research. 6. Create user personas based on research findings. 7. Build empathy maps and customer journey maps. 8. Synthesize insights into actionable product recommendations. Include recruitment criteria and analysis templates.
Build robust CI/CD automation pipeline. Workflow: 1. Set up multi-stage builds (test, build, deploy). 2. Implement automated testing (unit, integration, e2e). 3. Add code quality checks (linting, security scanning). 4. Configure Docker image building and optimization. 5. Set up environment-specific deployments (dev, staging, prod). 6. Implement blue-green deployment strategy. 7. Add automated rollback on failure. 8. Configure Slack/email notifications. Include secrets management and deployment approval gates.
Create comprehensive financial forecasting system. Components: 1. Build three-statement model (P&L, Balance Sheet, Cash Flow). 2. Implement driver-based forecasting with key assumptions. 3. Create best-case, base-case, and worst-case scenarios. 4. Add sensitivity analysis for critical variables. 5. Include variance analysis comparing actuals vs forecast. 6. Build executive dashboard with KPIs and trends. 7. Implement rolling forecasts with monthly updates. 8. Add Monte Carlo simulation for risk assessment. Use Excel with VBA or Python with Pandas.
Build enterprise-grade LLM fine-tuning system. Pipeline: 1. Implement data preprocessing and quality validation. 2. Set up LoRA (Low-Rank Adaptation) for efficient training. 3. Configure distributed training across multiple GPUs. 4. Implement gradient checkpointing for memory optimization. 5. Add automated evaluation with ROUGE, BLEU, and custom metrics. 6. Create A/B testing framework for model comparison. 7. Set up MLflow for experiment tracking. 8. Implement model versioning and deployment pipeline. Include cost monitoring and training time optimization.
Build a conversion-optimized checkout experience. Requirements: 1. Three-step progress indicator (Information → Shipping → Payment). 2. Auto-save form data to localStorage with debouncing. 3. Real-time address validation using Google Places API. 4. Dynamic shipping cost calculator based on location. 5. Express checkout options (Apple Pay, Google Pay). 6. Trust badges and security indicators. 7. Mobile-first responsive design with sticky CTA. 8. Abandoned cart recovery email trigger. Use React Hook Form for validation and Stripe for payment processing.
Explain the concept of Quantum Entanglement using simple analogies. Analogy: Magic dice that always show the same number when rolled, no matter how far apart they are. Key concepts: Spooky action at a distance, connection, information state. Avoid jargon. Use 'alice' and 'bob' characters.
Summarize key periodic table trends. 1. Atomic radius (Decreases across, Increases down). 2. Ionization energy (Increases across, Decreases down). 3. Electronegativity (Fluorine is highest). 4. Reactivity (Alkalis vs Noble gases). Mnemonic devices for remembering groups.
Design a sustainable habitat for a Mars colony of 100 people. Systems: 1. Life support (Oxygen generation). 2. Radiation shielding (Regolith). 3. Food production (Hydroponics). 4. Power generation (Solar/Nuclear). 5. Waste recycling. 6. Mental health facilities. Include cross-section diagram description.
Write 3 templates for LinkedIn connection requests. 1. Cold outreach to peer in industry. 2. Follow-up after meeting at an event. 3. Requesting information interview from alumni. Structure: Personalize, State context, Ask, Gratitude. Limit to 300 characters.
Curate a 30-piece fall capsule wardrobe. Items: 1. Outerwear (Trench, Denim jacket). 2. Tops (White tee, chunky knit, blouse). 3. Bottoms (Dark wash jeans, midi skirt, trousers). 4. Shoes (Ankle boots, loafers, sneakers). 5. Color palette: Camel, Navy, Burgundy, Cream. Outfit combinations for work vs weekend.
Maximize space in a small 12x12 living room. Layout ideas: 1. Floating shelves for vertical storage. 2. Multi-functional furniture (Storage ottoman). 3. Mirror placement to reflect light. 4. Rug sizing rules. 5. Lighting layers (Ambient, Task, Accent). Color psychology: Light neutrals vs bold accent wall.
Guide to upcycling an old wooden dresser. Steps: 1. Prep (Cleaning/Sanding). 2. Repair (Wood filler). 3. Priming (Stain-blocking primer). 4. Painting (Chalk paint application). 5. Distressing (Sandpaper technique). 6. Sealing (Wax or Polyurethane). 7. Hardware update (New knobs). Tools needed list.
Generate a healthy weekly meal prep plan. Criteria: under 500 calories/meal, high protein, 2 hours prep time total. Menu: Breakfast (Overnight oats), Lunch (Quinoa salad jars), Dinner (Sheet pan chicken & veg). Shopping list categorized by aisle. Recipes for sauces to add variety.
Explain how to plot a novel using the Snowflake Method. Steps: 1. One-sentence summary. 2. One-paragraph expansion (5 sentences). 3. Character summaries (1 page each). 4. Expand paragraph to 4-page synopsis. 5. Character charts (detailed backstory). 6. Expand synopsis to scene list. 7. Write the first draft. Include benefits of this method.
Plan a 2-day corporate team building retreat. Agenda: Day 1 (Icebreakers, Vision setting, Group challenge). Day 2 (Workshops, Outdoor activity, Closing dinner). Venues hints: Nature-focused resorts. Logistics: Transportation, dietary restrictions survey. Budget ranges.
Design a balcony garden for a north-facing apartment. Plant selection: 1. Shade-tolerant herbs (Mint, Parsley). 2. Leafy greens (Spinach, Kale). 3. Flowering plants (Begonias, Impatiens). Containers: Vertical planters, railing pots. Care: Watering schedule, soil mix recommendations. Pest control: Natural remedies (Neem oil).
Summarize major discoveries by JWST. 1. First galaxies. 2. Exoplanet atmospheres. 3. Star formation in pillars of creation. comparison with Hubble. Technical capability: Infrared spectrum importance.
Create a cheat sheet of 10 common cognitive biases. 1. Confirmation Bias. 2. Anchoring Bias. 3. Dunning-Kruger Effect. 4. Sunk Cost Fallacy. 5. Availability Heuristic. 6. Halo Effect. Provides one sentence definition and one real-life example for each.
Envision a VR history classroom in 2030. Scene: Students visiting Ancient Rome. Features: Haptic feedback, AI characters, interactive artifacts. Benefits: Immersion, retention, accessibility. Challenges: Motion sickness, cost.
List 5 creative shot ideas for golden hour portraits. 1. Backlit silhouette. 2. Sun flare lens effect. 3. Rim lighting on hair. 4. Reflection in water/window. 5. Shadow play with props (leaves/fence). Settings: ISO 100, f/1.8, shutter speed adjustment. Include composition tips (Rule of thirds).
Provide scripts for handling toddler tantrums using positive parenting. Scenarios: 1. Refusing to leave the park. 2. Not wanting to eat vegetables. 3. Hitting a sibling. 4. Bedtime resistance. Approach: Validate feelings, set boundary, offer limited choices. Example: 'I see you are sad to leave. It is okay to be sad. Do you want to walk or hop to the car?'
Outline a production workflow for a Lo-fi Hip Hop track. Steps: 1. Sample selection (Jazz piano/Vinyl crackle). 2. Drum pattern programming (off-grid swing). 3. Bassline composition (Sine wave). 4. Sidechain compression setup. 5. Adding foley/ambience (Rain/Cafe sounds). 6. EQ and saturation for warmth. 7. Mastering chain basics (Limiter). Include recommended VSTs.
Generate a week of Stoic journaling prompts. Themes: 1. Memento Mori (Remembering death). 2. Dichotomy of Control (What is up to us). 3. Amor Fati (Loving one's fate). 4. Negative Visualization (Preparing for adversity). 5. The View from Above (Perspective). 6. Sympatheia (Interconnectedness). 7. Review of the Day. Include quote interpretation for each.
Implement the Pomodoro technique for deep work. Steps: 1. Choose a task. 2. Set timer for 25 mins. 3. Work until timer rings. 4. Take short break (5 mins). 5. Repeat 4 times. 6. Take long break (15-30 mins). Tips for handling interruptions. Recommended apps/tools.