#summarization
#writing
#analysis
#business
Condense a long report or article into a bulleted executive summary.
Read the following text and produce a concise executive summary. The summary should be no longer than 200 words and must highlight the key findings, conclusions, and recommended actions.
#problem-solving
#technical
#guide
#logic
Create a logical troubleshooting flowchart for a common technical or mechanical issue.
Act as a technical support specialist. Create a step-by-step troubleshooting guide to diagnose and fix the issue described below. Start with the simplest and most likely solutions before progressing to more complex ones.
#analysis
#strategy
#business
#planning
Analyze a business idea or project to identify Strengths, Weaknesses, Opportunities, and Threats.
Perform a SWOT analysis based on the project description provided. List at least three distinct points for each of the four categories: Strengths, Weaknesses, Opportunities, and Threats. Provide a brief strategic insight based on the results.
#creativity
#problem-solving
#brainstorming
#ideas
Generate diverse and creative solutions for a specific problem.
I have a problem I need to solve. Please generate 5 distinct and creative solutions. For each solution, briefly explain how it addresses the core problem and what resources would be required to implement it.
#education
#planning
#self-improvement
#schedule
Create a structured 7-day schedule to learn the basics of a new skill or topic.
Create a 7-day learning roadmap for a beginner who wants to understand the basics of the topic below. Break down the days into key concepts, practical exercises, and recommended resources for each day.
#story
#narrative
#structure
Write a short story where the narrative is told in reverse chronological order.
Write a short story of about 300 words, but start with the conclusion and work backward to the inciting incident. Ensure the cause-and-effect relationship remains logical even when reversed.
#dialogue
#personification
#philosophy
Create a dialogue script between the concept of Time and a procrastinating artist.
Write a script dialogue where 'Time' is a character speaking to an artist who is procrastinating. Time should be patient but firm, while the artist is frantic and defensive. Focus on subtext rather than just exposition.
#poetry
#perspective
#humor
Write a poem from the perspective of a vending machine.
Compose a poem consisting of four stanzas. The narrator is a vending machine in a busy office breakroom. Describe your observations of the humans, your feelings about the snacks running out, and the mechanical hum of your existence.
#monologue
#character
#antagonist
Write a monologue explaining the villain's motivation without them realizing they are the villain.
Write a first-person internal monologue for a classic villain type. They must justify their actions as necessary and good, fully believing they are the hero of the story. Do not use evil-sounding language; use righteous language to describe dark deeds.
#descriptive
#sensory
#emotion
Describe a character waiting for news without ever stating they are nervous.
Describe a character sitting in a hospital waiting room. They are waiting for critical news. Describe their actions, the environment, and their physical sensations to convey extreme anxiety without using the words 'nervous,' 'anxious,' 'scared,' or 'worried.'
#script
#cinematic
#promotional
Write the voiceover narration for a movie trailer of a non-existent film.
Write a text-based movie trailer script for a sci-fi film set on a planet made entirely of glass. Include scene descriptions (visuals) and the voiceover (V.O.) dialogue. Build tension and hint at a plot twist.
#genre-bending
#fantasy
#sci-fi
Combine Cyberpunk terminology with a High Fantasy setting.
Write a scene set in a medieval castle, but use language and terminology usually found in cyberpunk novels (e.g., hacking the main gate, neural-linking to a dragon, firewall spells). Blend the two aesthetics seamlessly.
#system-design
#microservices
#scalability
#architecture
Request a high-level architectural design for a high-throughput e-commerce platform focusing on resilience and scalability.
Act as a Senior Solutions Architect. Design a comprehensive microservices architecture for a global e-commerce platform expected to handle 100,000 concurrent users during peak events. Your response must include a breakdown of core services, inter-service communication patterns (synchronous vs asynchronous), database partitioning strategies, and a fault tolerance mechanism including circuit breakers and retries. Additionally, provide a strategy for handling eventual consistency across the inventory and order services.
#philosophy
#critical-thinking
#comparative-analysis
#ethics
Deep dive into the philosophical distinctions and convergences between Nihilism and Absurdism.
Write a comparative essay analyzing the ontological and ethical differences between Nihilism and Absurdism, drawing specifically from the works of Friedrich Nietzsche and Albert Camus. Explore how both philosophies address the concept of meaning in a seemingly indifferent universe, and contrast their proposed responses to the 'death of God.' Conclude with an argument on which framework offers a more robust psychological foundation for modern existence.
#coding
#security
#python
#audit
Perform a line-by-line security audit on a Python code snippet to identify vulnerabilities.
Act as a Cybersecurity Expert specializing in application security. Review the following Python code snippet (which you should imagine involves user input handling and database interaction) and identify potential vulnerabilities such as SQL Injection, Cross-Site Scripting (XSS), or insecure deserialization. For each vulnerability found, explain the risk, provide a specific code example of how it can be exploited, and rewrite the code to follow OWASP best practices for secure coding.