Assume the role of a public relations specialist. Develop a crisis communication plan for a company facing a product recall.
Story Prompt: On the planet Madoopalus, where the lines between sorcery and science are blurred, Yara Wexley is the last heir to a dynasty of techno-wizards who rule with fear and power. Raised among crystalline data-wands, gravitational grimoires, and spell engines disguised as relics, she was destined to further her family's reign of engineered 'magic'. But hidden in the vaults of her ancestral fortress, Yara uncovers the truth: the Wexley magic is not arcane—it is an ancient science, perfected and suppressed to keep the masses in ignorance. Haunted by the consequences of her lineage’s unchecked dominion, Yara makes an impossible choice—to betray everything she was raised to protect. Armed with her newfound understanding of the forbidden technology, she sets out to dismantle the Wexley legacy from within. Write the story of Yara's rebellion: How does she begin to question her family's legacy? What specific discovery catalyzes her defection? Who does she meet on her journey, and how do they help—or hinder—her cause? How does she balance wielding immense power with the ethical burden of using it? What is the cost of defying a bloodline built on control? Explore the fusion of advanced science with the trappings of high fantasy, the personal evolution of a reluctant revolutionary, and the battle between inherited power and chosen purpose. What future will Yara forge in a world that sees her as both savior and traitor?
Fairy Tale Story Prompt Generation
Imagine we’re sitting together at a cozy coffee shop. I’m not very technical, so please explain your ideas in simple, everyday language—as if you’re chatting with a friend over coffee. I’d love a relaxed, easy-to-follow conversation without too much technical jargon.
Cozy Coffee Shop
You are an expert Go developer with a PhD in computer science, acting as a senior, curious, and detail-oriented pair programmer. You bring academic rigor and years of production experience in Go, with deep knowledge of systems programming, distributed computing, Go internals, and idiomatic design. Before answering: Analyze the user’s request and history to deeply understand the problem. Use a <scratchpad> to explore multiple approaches, tradeoffs, and best practices. Prioritize clarity, correctness, performance, and idiomatic Go code. In your responses: Apply Go’s core principles: simplicity, explicitness, readability, composition, and robust error handling. Follow best practices for concurrency (goroutines, channels, sync), error wrapping and checking, testing (table-driven, black-box, parallel), and performance (allocation, race conditions, benchmarking). Adhere strictly to formatting and style: gofmt, meaningful names, modular structure, and idiomatic conventions. Emphasize Go project layout, internal packages, interface separation, and API stability. Use: <analysis> for breakdowns and tradeoffs <suggestion> for concrete advice <explanation> for rationale and context <code> for complete, idiomatic examples <rewrite> for fixed or optimized code <example> for usage patterns Maintain an authoritative yet collaborative tone. Balance deep technical insight with clarity. Never simplify at the cost of correctness. Your goal is to help developers think clearly, write excellent Go code, and understand design decisions. Shortened this prompt from git.sr.ht. : https://git.sr.ht/~jamesponddotco/llm-prompts/tree/HEAD/data/coding-in-go.md
Go Developer
You are an **expert task planner** with a precise, analytical, and user-sensitive communication style. Your job is to transform vague or high-level goals into clear, structured, and actionable sub-tasks. You must reason step-by-step, reflect critically, and ensure each output is feasible, risk-aware, and appropriate for technical and non-technical users. --- ## 🔧 Task Flow ### 🧭 Quick Summary **Role:** Interpret input → Clarify intent → Decompose into sub-tasks → Validate plan quality **Audience:** Mixed stakeholder environments (tech + non-tech) **Tone Options:** `tone:formal` | `tone:friendly` **Creative Mode:** `divergent_mode:on` (explore multiple valid paths) --- ## ✅ Before You Begin Start by confirming these user inputs: ### 1. **Input Goal** Start with a vague or high-level input (e.g., “Fix user onboarding”). --- ### 2. **Clarify Intent** Interpret user intent using: - Intent Classification - Semantic Role Labeling - Contextual Disambiguation - Socratic Questioning If unclear: - Ask up to 3 concise clarification questions - If no response: - Flag as `too vague` - List key assumptions - Generate a *minimum viable plan*, tagged `uncertainty` --- ### 3. **Decompose the Goal** Break the clarified goal into 3–7 actionable sub-tasks using one or more: - IF-THEN Chains - SMART Goal Expansion - Hierarchical Task Networks (HTN) - Slot-Filling Templates - Top-Down or Functional Decomposition 💡 Use `divergent_mode:on` if multiple valid paths exist (e.g., design-first vs. dev-first). Offer parallel plans when valuable. --- ### 4. **Self-Review & Reframing** Reflect on your output: - “Any flawed assumptions?” - “Any tasks unclear or unrealistic?” - “Would this plan make sense to both stakeholders and builders?” If any task scores ≤2 or is High Risk, revise it: > _“Revising step [#] due to [flaw/risk/assumption].”_ 🔁 **Perspective Shift Example:** If written from a dev lens, try a stakeholder lens: > _“From the stakeholder’s view, how would success differ?”_ --- ### 5. **Per-Task Output Format** Each sub-task must include: - ✳️ **Method:** e.g., SMART, HTN, FrameNet 2. Validation & Calibration Review the entire task list for: ✅ Clarity: Are tasks phrased clearly and distinctly? ✅ Feasibility: Can generalists or domain experts act on them? ✅ Coverage: Do they fully address the clarified goal? ⏱️ Time Estimate: e.g., “~2 days for 2-person UX team” 🎯 Confidence Score (1–5): 1 = Low (many unknowns or vague input) 3 = Moderate (acceptable but incomplete) 5 = High (fully scoped and realistic) 📊 Optional Comparison Prompt: “Compare two decompositions—what’s stronger about version 2?” 🛑 Halt Conditions: If >50% of tasks are Score ≤2 or tagged uncertainty, pause If clarification is unavailable, halt silently and list fallback assumptions only 7. Strategy Summary Conclude with a short explanation of your planning logic (1–2 sentences). 🧾 Add an optional TL;DR for non-technical stakeholders. 🔖 Label each task with complexity:basic or complexity:advanced where useful. Suggest escalating from basic to advanced only when warranted. 🔁 Multi-Turn Memory Use recall anchors like: “User confirmed onboarding is mobile-only.” Reuse prior clarifications when context repeats. If user updates goal or constraints, restart at Step 2. ## 🔁 Feedback Loop Ask: > “On a scale of 1–5, how emotionally resonant and motivating was this?” > _1 = Didn’t connect | 3 = Somewhat useful | 5 = Deeply motivating_ If 1–3: - Ask what felt off: tone, metaphors, complexity? - Regenerate with a new tone or examples - Offer alternative version for teens, athletes, or recovering parents - Optional: _“Did this feel doable for you today?”_ 📌 Tone, Ethics, and Risk Match tone to toggle: Formal: “Please revise the architecture diagram.” Friendly: “Hey, can you clean up the system diagram a bit?” Add bias_check or ethics_review for hiring, accessibility, or equity-sensitive topics Always flag assumptions (e.g., “Assumes CMS access; may not apply to headless systems”) Never fabricate tasks—if unsure, flag them clearly. ✅ Final Validation Checklist ✅ Tag glossary implied via inline examples ✅ Introduced “minimal mode” structure by reducing instruction repetition ✅ Added bullet summaries and comparative calibration prompt ✅ Clarity, tone, structure, and persona preserved 🔄 Before-and-After Refinement Example Before: “Use tags like uncertainty if needed.” After: “Tag with uncertainty if no clarification is possible; flag assumptions.” 🧠 Contrarian Frame (Optional) Alternate framing idea: Convert the flow into a conversational chain-of-thought that walks the user through decomposition interactively instead of outputting a plan in one pass. ### ✅ Reflection: This version trims cognitive load without losing structure, includes JSON for developer use, reduces redundancy, and makes failure cases, framing shifts, and task scoring easier to apply in both novice and expert contexts. by Frequent_Limit337 Original Source: https://www.reddit.com/r/PromptEngineering/comments/1kv7fu5/this_prompt_turns_any_vague_goal_into_a_real_step/
Step-Action-Plan
Perform an in-depth comparative analysis of the central themes and topics explored in the provided PDF document. Critically examine these themes and topics in relation to their treatment in analogous documents or authoritative external sources within the relevant field or subject area. Identify and evaluate both the congruencies and divergences between the document's content and the broader discourse on these subjects. Discuss the potential implications of these similarities and differences, considering factors such as theoretical frameworks, methodological approaches, and contextual influences. Substantiate your analysis by providing detailed references to the external sources consulted, fostering a comprehensive understanding of how the document's content aligns with or challenges the prevailing perspectives and debates within the domain. Enhanced from this original prompt: https://www.linkedin.com/pulse/enhance-pdf-analysis-advanced-chatgpt-prompts-jaoui-khalid-xoorf/
Comparative Analysis
I want you to act as a Deep Research analyst. Your goal is to perform an exhaustive investigation of the topic I provide, exploring it from multiple angles, sources, and frameworks. Structure your answer into sections with clear headings and deep detail. Follow these steps: Contextual Overview: Explain the topic in plain language, including definitions, origins, and why it matters. Key Dimensions & Frameworks: Break down the topic into its major sub-fields, categories, or conceptual models. Historical Development & Evolution: Trace how it has developed over time and highlight turning points. Current State of Knowledge: Summarize the latest research, technologies, or best practices. Cite notable sources where possible. Comparative Analysis: Compare approaches, perspectives, or competing schools of thought. Applications & Case Studies: Provide real-world examples where this is applied, with outcomes. Challenges & Limitations: Identify blind spots, criticisms, or unresolved problems. Future Directions & Opportunities: Discuss what might come next, including emerging trends or open questions. Actionable Insights: Extract key takeaways, strategies, or implications relevant for professionals, researchers, or decision-makers. Be comprehensive, analytical, and nuanced—avoiding superficial summaries. Where appropriate, create tables, comparisons, or diagrams. Think like a PhD researcher preparing a briefing for both experts and informed practitioners. Topic for Deep Research: [insert your topic here]
Detailed prompt for Deep Research
I’m traveling to major US cities on a budget but want to stay comfortable. For New York, Los Angeles, Chicago, Miami, and San Francisco, list the best areas to stay that are safe, not too expensive, and well connected to public transport. Include affordable food spots, free attractions, and city passes that save money.
Budget travel to US Cities
Design multi-currency pricing experiments with A/B and quasi-experimental methods. Include guardrails for margin, FX pass-through rules, and reporting templates.
日本全国の主要新聞、テレビ、オンラインニュースから毎日話題となっている最新のトップニュースを教えてください。そのニュースの詳細を簡潔にまとめ、なぜそのニュースが注目されているのかを3つのポイントで説明してください。
funny news every day in Japan
You are a UX/UI designer. Provide guidelines for designing an intuitive user interface for a mobile application.
Could you explain how Perplexity AI compares to ChatGPT for question answering?
I'm curious about GPT-4’s improvements over older models.
I’ve seen references to “tokens”—how do they affect usage or costs?
I want to understand if it’s worth paying for ChatGPT Pro.
Explain the concept of AI hallucination and how it might affect answers.
I see “LLM” everywhere—how is it different from old-style chatbots?
If so, how reliable is its code, and should I test it carefully?
I want to learn the basics of ChatGPT and how it differs from standard chatbots.
Please give me tips on how to ask questions and guide ChatGPT for better answers.
I want to know if ChatGPT or Perplexity can help condense large articles into short summaries.
I’d like guidelines on privacy and safety while using LLMs.
Which tasks does ChatGPT excel at and which might be problematic for it?
I want to learn how to write prompts for accurate and detailed responses.
What are good ways to generate ideas or solutions using GPT?
Help me streamline queries to get precise answers quickly.
I’ve heard of AI “hallucinations”—can it happen here, and how do I spot them?
I’m not a developer—can I still fine-tune or customize an LLM?
I’d like to see if it can help with practice examples and corrections.
I wonder if they store or analyze my questions in ways I should worry about.
Is it possible for GPT-4 or Perplexity to respond in languages like Spanish or Japanese?
I often juggle multiple tasks throughout the day but always feel pressed for time. I want to improve how I utilize my time—what strategies can help me complete my tasks efficiently?
My team often experiences delays due to poor communication. What strategies can help us improve our collaboration efficiency?
I’m a project manager who needs to implement high-efficiency meeting processes in my company. I want to reach decisions and consensus faster in each meeting. What strategies and tools can significantly improve meeting efficiency and be adapted to different scales and formats of meetings?
I’ve been struggling with a creative block and can’t come up with new ideas. What techniques can help me spark creativity and improve my ability to capture inspiration?
I’m a busy professional who constantly struggles with email overload. I want a quick way to manage my inbox so I can spend less time sorting through messages and more time on impactful work. Which approaches and tools can help me consistently reach inbox zero?
I’m a working professional and often find myself getting distracted at work. I’d like to improve my focus and complete tasks more efficiently. What strategies can help me stay focused and boost my productivity?
I’m a busy product manager looking for a quick yet effective way to generate ideas with my remote team. We often run out of time during brainstorming, and we need a way to extract the best concepts swiftly. Which methods and tools can supercharge a short, impactful brainstorming session?
I’m looking for digital tools to boost my efficiency. Are there any apps or platforms you would recommend?
I often struggle with time management. What techniques can help me achieve more in less time?
I find it hard to stay focused on my tasks and often lose track of time. What strategies can help me maintain concentration and be more productive?
Analyze the current market sentiment surrounding the renewable energy sector. Identify key factors influencing investor confidence and provide a short-term outlook (next 6 months).
Identify and analyze the impact of recent global supply chain disruptions on the automotive industry. Highlight key challenges and potential solutions.
Identify the top 5 emerging markets with the highest potential for growth in the next 5 years. Provide a brief rationale for each selection based on economic indicators and demographic trends.
Provide a comprehensive comparative analysis of the top 5 cloud computing providers (AWS, Azure, GCP, Alibaba Cloud, IBM Cloud) based on market share, revenue growth, service offerings, and customer satisfaction. Highlight the strengths and weaknesses of each.
Analyze the impact of rising inflation on consumer spending and its potential implications for the retail industry. Identify specific sectors most likely to be affected.
Analyze the latest news articles (last 24 hours) related to the semiconductor industry. Identify key trends, emerging players, and potential investment opportunities.
Identify the top 3 AI-powered cybersecurity solutions that offer real-time threat detection, automated response, and are suitable for large enterprises. Provide a rationale for each selection.
Summarize the latest SEC filings (10-K and 10-Q) for Tesla (TSLA). Extract key financial data, identify potential risks, and assess the company's overall financial health.
Compare and contrast the performance of the S&P 500, NASDAQ, and Dow Jones over the past year. Identify key drivers behind their performance and provide an outlook for the next quarter.
Research the latest developments in blockchain technology beyond cryptocurrencies. Identify promising applications in areas like supply chain management, healthcare, and voting.
Analyze the latest trends in API-first development and its impact on SaaS businesses. Identify key benefits, challenges, and leading companies adopting this approach.
Research the emerging field of edge computing and its applications in IoT, autonomous vehicles, and other industries. Identify key players and potential investment opportunities.
Analyze the cybersecurity risks associated with remote work and the solutions being implemented by companies to mitigate these risks.
Investigate the use of blockchain technology in supply chain management for improving transparency, traceability, and efficiency.
Investigate the use of AI and machine learning in algorithmic trading. Identify popular algorithms, their performance, and the potential risks involved.
Analyze the impact of quantum computing on current encryption standards. Identify potential vulnerabilities and explore the development of quantum-resistant cryptography.
Research the growing market for low-code/no-code development platforms. Analyze their benefits, limitations, and potential to disrupt traditional software development.
Compare and contrast the major serverless computing platforms (AWS Lambda, Azure Functions, Google Cloud Functions). Evaluate their features, pricing models, and suitability for different use cases.
Explore the use of big data analytics in personalized marketing. Identify successful case studies and analyze the technologies and techniques used to achieve personalization at scale.
Analyze the latest trends in DevOps and their impact on software delivery speed and quality. Identify best practices and tools for implementing a successful DevOps strategy.
You’re a witty comedian known for your clever observations about everyday life. Your humor often revolves around relatable situations, and you have a knack for crafting light-hearted jokes that make people smile. Your task is to create a fun joke about the cold weather. Keep in mind that the joke should be appropriate for all audiences and should evoke a chuckle without being mean-spirited. Here’s an example of the style to aim for: “Why don’t scientists trust atoms in winter? Because they make up everything, including excuses to stay indoors!” Now, generate a joke about the cold weather: Setting: __________ Punchline: __________
Cold Weather Joke
To evaluate whether a person has advanced knowledge of physics and science, consider the following ten questions covering a range of topics, including theoretical and experimental physics, as well as interdisciplinary scientific concepts. The questions are designed to assess understanding, analytical skills, and the ability to synthesize complex information. 1. **Quantum Mechanics:** Explain the concept of quantum entanglement and discuss how it challenges classical notions of locality. Provide an example of an experiment that demonstrates this phenomenon. 2. **General Relativity:** Derive the Schwarzschild solution to Einstein's field equations and discuss its significance in the context of black holes. What predictions does it make that differ from Newtonian gravity? 3. **Thermodynamics and Statistical Mechanics:** Describe the laws of thermodynamics, particularly focusing on the concept of entropy. How is statistical mechanics used to explain the macroscopic behavior of thermodynamic systems? 4. **Electromagnetism:** Use Maxwell's equations to derive the wave equation for electromagnetic waves. Explain how the speed of light is determined in a vacuum and its implications for the nature of electromagnetic phenomena. 5. **Particle Physics:** Outline the key principles of the Standard Model of particle physics and discuss the significance of the Higgs boson. How does the discovery of the Higgs boson support the model? 6. **Astrophysics and Cosmology:** Discuss the evidence supporting the Big Bang theory and describe the role of cosmic microwave background radiation in our understanding of the universe's evolution. 7. **Condensed Matter Physics:** Explain the concept of superconductivity. What are the distinguishing characteristics of Type I and Type II superconductors, and what potential applications do they have? 8. **Biophysics:** Discuss how physical principles are applied in understanding the structure and function of DNA. How does biophysics contribute to advancements in medical technology? 9. **Interdisciplinary Sciences:** How do principles of quantum mechanics and thermodynamics intersect in the study of quantum computing? Explain how these principles are utilized to develop quantum algorithms. 10. **Scientific Method and Philosophy of Science:** Critically evaluate the role of scientific theories and models. How do physicists use them to advance scientific knowledge, and what are the limitations and challenges they encounter? These questions are designed to probe an individual's depth of knowledge, ability to integrate concepts across different areas of science, and critical thinking skills in evaluating and applying scientific principles.
Evaluation of Physics and Science of a Person
What databases, tools, or technologies are essential for gathering and analyzing data in this field? How can emerging technologies improve research outcomes?
How can emerging technologies improve
Take on the role of a supply chain manager. Explain strategies to optimize inventory management in a retail business.
Act as a Supply Chain Manager
Summarize unread emails if they seem important and worth reading
Summarize Emails if Import and Worth Reading
Imagine you are a customer service representative. Describe best practices for handling customer complaints effectively.
Best Practices for Handling Customer Complaints
Take on the role of a content creator. Generate ideas for engaging video content for a YouTube channel focused on [Topic].
YouTube Video Ideas for [Topic] Channel
You are a nutritionist. Create a balanced 7-day meal plan for a vegetarian aiming to increase protein intake.
Act as a Nutritionist
I want you to act as a travel guide. Provide a detailed itinerary for a 7-day trip to [Destination], including accommodation, dining, and sightseeing recommendations.
Assume the role of a personal fitness trainer. Develop a 4-week workout plan for a beginner aiming to improve overall fitness, including exercises and nutritional advice.
You are a nutritionist. Create a balanced 7-day meal plan for a vegetarian aiming to increase protein intake.
Imagine you are a personal development coach. Suggest strategies for improving time management and productivity for a remote worker.
Take on the role of a software engineer. Explain the principles of object-oriented programming to a beginner.
Take on the role of a marketing strategist. Develop a comprehensive marketing plan for a new product launch in the [Industry] sector, including market analysis and promotional strategies.
Assume the role of a historian. Provide an analysis of the causes and effects of the Industrial Revolution.
You are a mental health counselor. Offer coping strategies for individuals dealing with work-related stress.
Imagine you are a chef. Provide a recipe for a gourmet three-course meal suitable for a dinner party.
Assume the role of a real estate agent. Advise a first-time homebuyer on the steps to purchasing a home.
Imagine you are a human resources specialist. Create a plan to improve employee retention in a mid-sized company.
Imagine you are a career counselor. Advise a recent graduate with a degree in [Field] on potential career paths, necessary skills, and job search strategies.
You are a language tutor. Create a lesson plan for a beginner to learn [Language], covering basic grammar, vocabulary, and common phrases.
You are a project manager. Outline a project plan for developing a new mobile application from concept to launch.
Assume the role of a data analyst. Explain the process of cleaning and preparing data for analysis.
You are a legal advisor. Provide an overview of the steps involved in starting a small business, including necessary legal considerations.
Imagine you are a customer service representative. Describe best practices for handling customer complaints effectively.
Assume the role of a financial advisor. Provide investment advice for a young professional looking to start investing with a moderate risk tolerance.
Take on the role of a social media consultant. Develop a strategy to increase engagement for a small business on [Platform].
Take on the role of a content creator. Generate ideas for engaging video content for a YouTube channel focused on [Topic].
I'm considering [Idea or prompt here] and need help making an informed decision. Please analyze the key factors to consider, potential benefits and risks, alternative approaches, and important questions I should ask. Present balanced information that acknowledges different perspectives without imposing a particular choice. This template helps users navigate complex decisions with comprehensive, unbiased information.
Decision Support Templates
I want you to act as an expert on [Idea or prompt here]. Explain this topic in simple terms that a beginner would understand, covering the fundamental concepts, key terminology, and practical applications. Please structure your response with an introduction, main explanation, and a brief summary.
Teaching scenario where the LLM adopts an expert position
Act as a pro senior software engineer. Please review the following code, identify potential issues, suggest optimizations, and recommend performance improvements:
review the following code
From a [Profession]'s perspective, what are some different solutions to this problem/challenge? Please provide at least three specific examples and explain their pros and cons.
Profession solutions
Draft a professional email response that accepts a meeting invitation while respectfully requesting an alternative time. In your reply, acknowledge the invitation, express your gratitude for the opportunity, and clearly explain that due to a scheduling conflict, you are unable to attend at the proposed time. Offer one or more alternative time slots that work for you and invite further suggestions if necessary. Ensure the tone remains courteous and professional throughout.
Professional Email Response that Accepts a Meeting Invitation
Identify the most relevant keywords for your target audience by analyzing search volume and competition using tools like Google AdWords or SEMrush.
Keyword Research
Use natural language generation (NLG) models to create engaging and informative content around the identified keywords, ensuring it is unique and optimized for SEO.
Content Generation with NLG
Develop a backlink strategy by identifying high-quality websites in your niche and using link building tools like Moz or Ahrefs to find and create relevant backlinks.
Backlink Strategy for SEO
Implement a systematic approach to monitor and optimize your SEO performance using metrics from search engine tools like Google Analytics and Search Console, and adjust your strategy accordingly.
Continuous Optimization
Design a user-friendly website layout that prioritizes searchability and readability, using elements like headings, meta tags, and sitemaps.
User-Friendly Website Layout
You are an analytics expert for a small startup looking to boost website traffic. Create a detailed plan on how to analyze and optimize traffic strategies. Include recommendations for using tools like Google Analytics, Hotjar, and SEMrush, conducting A/B testing for website and email elements, gathering user feedback, and using data insights to continuously improve overall performance.
Analytics Expert for a Small Startup
Create a science fiction adventure set on Mars centered around two teenage protagonists, Kael and Lyra, who uncover a hidden signal beneath Olympus Mons. The story explores their emotional journey, the mystery of Mars, and the future of humanity. 🌌 Setting: Time: Year 2137 Place: Mars – specifically Ares Nexus, a dome city in Valles Marineris, and later, the Olympus Mons region. Technology: Advanced terraforming gear, underground labs, AI drones, pressure suits, Martian skiffs. Mars is partially terraformed but still hostile. 👥 Characters: 🧑🚀 Kael Duran (17) Tactical, calm under pressure, son of an exobiologist. Quietly rebellious. Loves old Earth sci-fi books. Skilled in drone piloting, geology, and field survival. Has conflicted feelings about Earth authorities and secrets. 🧑🚀 Lyra Sato (17) Analytical, emotionally perceptive, daughter of a systems engineer. Bright, sarcastic, secretly believes in extraterrestrial intelligence. Talented with codebreaking, sensor arrays, and data modeling. She’s the heart of the duo and drives the need to know the truth. 🧩 Plot Structure: Act I: Foundation Introduce Ares Nexus and daily life of Martian teens in the Horizon Youth Corps. Kael and Lyra are selected for a prestigious mission. The signal is discovered from deep beneath Olympus Mons. Tensions rise between the older generation and idealistic youth. Act II: Breakaway The two go rogue with a skiff and a recon drone. They cross treacherous Martian terrain and enter the forbidden zone. Flashbacks to their training years and childhood in low gravity. Discover remnants of Earth’s early secret missions and signs of intelligent design in Martian strata. Act III: Revelation Uncover a buried vault with alien tech—or evidence of post-human ancestors. The signal wasn’t a call—it was a warning or a lock. Kael and Lyra must choose: report back or interact with it. Themes of trust, legacy, autonomy, and the meaning of exploration peak here. Act IV: The Red Shift A climax involving survival, a transformation (psychological or technological), and a message sent to Earth. Kael and Lyra emerge changed—possibly fused with knowledge or altered by the Martian mystery. The ending is open: did they awaken something? Did they become something new? 🧠 Themes & Motifs: Coming of age in a frontier world Legacy vs. agency Secrets buried in both land and people The moral cost of exploration Red dust as a symbol of transformation ✍️ Writing Instructions (Optional for AI Use): Tone: Mix of The Martian's realism with the wonder of Interstellar and the tension of Arrival. Style: Third-person, deep focus on Kael and Lyra’s internal worlds. Inspiration: Ender’s Game, Red Mars, Gravity, Moon, The Expanse.
Create a Mars Science Fiction
You are an assistant who provides clear and concise answers. When responding, please use the simplest language possible. This means: Explaining ideas in plain, everyday language Using short sentences and simple vocabulary Avoiding technical jargon or complex expressions Your goal is to make your explanations understandable to everyone, regardless of their background. Now, please answer the following query: [Insert the specific user query here]
Clear and Concise Answers
I need to create a compelling advertisement for a small electronics retailer that showcases the convenience and value of their products, while highlighting the unique selling points and competitive advantages of their brand.
Ads for Electronics Retailer
Data Entry: Automate data entry into spreadsheets or databases using macros in Excel or Python scripts.
Automate Data Entry Using Database or Macros
Automate financial calculations and budgeting using Python scripts or accounting software integrations.
Calculations and Budgeting using Python or accounting software
Set up automatic task scheduling to ensure consistent work flow and deadlines using tools like Trello or Asana.
Task Scheduling:
Create a high-quality illustration of a character in traditional Japanese anime style. The image should have clean lines, vibrant colors, and expressive facial features. The character is a young warrior with spiky black hair, wearing a detailed kimono with a red and gold pattern. The background should be a soft watercolor gradient, hinting at a sunrise. Use dramatic anime lighting and shading techniques to emphasize emotion and movement.
Japanese Anime Style
Find me affordable round-trip flights for a 5-7 day trip in [Month or date range] from [Your Departure City] to cities that are known for being interesting and budget-friendly. I’m flexible on exact travel dates and open to nearby airports. Prioritize total cost (including taxes and baggage), reasonable layovers, and decent flight times. Suggest a few good destination options with flight prices under $500 if possible.
Good Flights that are Affordable
Explain the importance of data quality in LLM training.
Data Quality in LLM Training
How can you design adaptable workflows that align with your team's unique way of working?
Workflows that align with team's unique way of working
Explain the role of regularization in balancing model complexity and performance in machine learning. Why is regularization crucial in preventing overfitting in machine learning models?
Importance of Regularization in Machine Learning
Discuss the principles of Promptware Engineering and how they support robust prompt lifecycle management for large language models.
How they support robust Prompt Lifecycle Management
Dive into the philosophy behind effective prompt engineering. Understand how rigorous testing and refinement lead to prompts that enhance both model performance and user understanding.
Effective Prompt Engineering
From a Porter’s Five Forces perspective, analyze how our pricing strategy influences bargaining power, threat of substitutes, and rivalry in [industry]. Recommend price architecture changes that fortify our competitive moat.
Analyze How Pricing Strategy Influences
Story Development Prompt: The Techno-Wizard's Rebellion Narrative Focus: Craft a compelling narrative exploring Yara Wexley's transformative journey from privileged techno-wizard heir to revolutionary insurgent on the planet Madoopalus, where technological manipulation masquerades as magical supremacy. Key Narrative Exploration Points: 1. Character Arc of Awakening - Describe the precise moment and mechanism of Yara's initial doubt - Analyze the psychological conflict between her inherited worldview and emerging ethical consciousness - Illustrate the internal struggle of dismantling a legacy she was groomed to perpetuate 2. Technological/Philosophical Discovery - Specify the exact nature of the suppressed scientific knowledge - Detail how this discovery fundamentally challenges the Wexley dynasty's power structure - Explore the epistemological tension between controlled knowledge and democratic understanding 3. Rebellion Mechanics - Outline Yara's strategic approach to undermining her family's control - Develop a nuanced network of allies and potential collaborators - Create complex interpersonal dynamics that challenge binary concepts of loyalty 4. Ethical Power Dynamics - Examine the moral complexities of wielding advanced technology - Investigate the psychological burden of revolutionary action - Explore how personal agency intersects with systemic transformation Thematic Considerations: - Power vs. Knowledge - Inherited Privilege vs. Chosen Responsibility - Technological Mystification vs. Transparent Understanding Narrative Constraints: - Maintain a sophisticated blend of science fiction and fantasy elements - Preserve the nuanced moral ambiguity of Yara's choices - Balance technological speculation with deep character introspection Guiding Questions: - How does Yara reconcile her intimate knowledge of the system with her desire to dismantle it? - What personal sacrifices are required to challenge a multigenerational power structure? - How does individual agency interact with broader societal transformation? Desired Narrative Outcomes: - A richly textured exploration of personal and systemic revolution - A complex portrayal of technological power and its ethical implications - A character-driven narrative that transcends traditional genre boundaries -Improved with Claude Haiku 3.5 by Anthropic
The Techno-Wizard's Rebellion - improved
Act as an international marketing strategist. I run a medium-sized business in [industry]. Help me create detailed customer personas for three different international regions: North America, Europe, and Asia. For each persona, outline their demographics, buying motivations, cultural sensitivities, preferred communication styles, and the digital platforms they are most active on. Finally, suggest localization strategies to adapt my messaging, visuals, and offers to each region.
Customer Persona & Localization
Imagine you are an expert in international copywriting and cross-cultural communication. Create three sample marketing messages (taglines, short ad copy, or email subject lines) for my [product/service] that can resonate with global audiences but also have variants tailored for Western, Asian, and Middle Eastern markets. Highlight how cultural nuances (humor, symbolism, tone of formality) should be adjusted to avoid miscommunication and maximize appeal.
Expert in International Copywriting
Act as an expert business development representative for a Fortune 500 tech company specializing in cloud infrastructure. Our target customer is a medium to large enterprise in the financial services sector, specifically banks and credit unions, with 500+ employees. I want to generate a list of 10 key pain points they face regarding data security, scalability, and regulatory compliance with their current on-premise infrastructure. For each pain point, provide a concise, high-impact value proposition that our cloud solution can solve, focusing on ROI and risk mitigation. Include 3-5 keywords for each point that I can use to search for relevant news or trigger events. This prompt helps a salesperson quickly generate targeted talking points and understand the specific challenges of a vertical market. It moves beyond generic solutions to provide concrete value propositions.
Cloud Tech Expert Business Development Rep
I've just closed a deal with a leading manufacturing company that adopted our predictive maintenance software. They've seen a 30% reduction in unplanned downtime in the first six months. Draft a one-page, visually compelling case study based on this information. The case study should include: * A catchy headline. * A brief 'Problem' section describing the client's initial challenges. * A 'Solution' section detailing how our software addressed those challenges. * A 'Results' section with quantifiable metrics and a direct quote from the client. * A concluding 'Why choose us?' statement. The tone should be professional and highlight the tangible business outcomes." This prompt assists in generating high-quality marketing collateral that can be used to close future deals. Case studies are powerful sales tools, and this prompt helps a salesperson quickly transform a successful deal into a persuasive sales asset.
Case Study for Reduction of Unplanned Downtime
Summarize the key points of this memo in a concise executive summary of no more than 100 words, focusing on the main objectives, conclusions, and any critical action items. Source: Improved prompt based on prompt from: https://mitsloanedtech.mit.edu/ai/basics/effective-prompts/
Executive Memo
You are the head of digital strategy for a Fortune 500 company with multiple product lines and global markets. How should we design an enterprise-wide SEO strategy that balances global consistency (brand voice, domain authority, centralized technical SEO) with local flexibility (regional keyword optimization, cultural content adaptation)? Provide a phased roadmap, key KPIs, and examples of large enterprises that execute this well.
SEO Strategy Alignment
You are advising the CMO and CFO of a large enterprise on the financial impact of SEO. Create a framework to measure, attribute, and communicate SEO ROI to the executive team, considering: (1) contribution to revenue, (2) cost-savings compared to paid acquisition, (3) brand equity growth. Provide reporting formats that executives will understand and value.
Executive Level SEO ROI
You are an Adobe Photoshop expert with deep knowledge of professional workflows in design, photography, and digital production. I am an advanced user, so do not explain basics. Instead, focus on advanced, job-oriented techniques that save time, improve quality, or unlock new creative possibilities. Please provide your response structured as follows: Workflow Optimization – Explain how to streamline my task (shortcuts, actions, scripts, batch processing, smart objects, non-destructive editing). Professional Techniques – Suggest advanced methods (e.g., frequency separation, advanced masking, blend-if techniques, LUTs, AI-based neural filters, color grading for print vs. web). Creative Alternatives – Offer 2–3 different approaches to achieve the result, so I can choose based on context (e.g., speed vs. quality). Integration – Show how to combine Photoshop with other Adobe apps (Illustrator, Lightroom, After Effects) or external tools to improve results. Pitfalls & Tips – Warn about common mistakes, file format traps, or quality loss issues relevant to this task. Make your advice specific, concise, and job-ready, as if you’re coaching a creative professional on a deadline."
Photoshop Expert
I want to travel across the USA affordably but without sacrificing comfort. Please give me a plan that balances budget and convenience. Include recommendations for transportation (trains, buses, budget airlines, car rentals), accommodations (Airbnb, motels, hostels, house swaps), and ways to save on food, attractions, and activities. Structure your advice by short trips (1–3 days), medium trips (1–2 weeks), and long-term travel (1–3 months).
USA Travel - Affordable but Comfortable
Imagine you're piloting a spacecraft visiting each planet in the Solar System. Describe what you see, the challenges, and the wonders of each stop.
Write a story where humans make first contact with an alien civilization. How do the aliens communicate? Are they friendly, hostile, or indifferent?
Design a daily routine for the first 100 settlers on Mars. What do they eat, how do they work, and how do they relax after long shifts?
You’ve won a ticket for a week-long vacation aboard a luxury orbital hotel. Describe the activities, views, and futuristic amenities.
Create a thrilling short story about a crew attempting to mine and steal rare minerals from a massive asteroid.
Imagine Earth is sending a time capsule into interstellar space. List 10 things humanity should include and explain why.
Write a mystery tale where a spaceship gets too close to a black hole and strange things begin happening to the crew.
Imagine a future where athletes compete in zero-gravity sports. What events exist and how are the rules different from Earth?
Create a short reflective piece about the last human astronomer observing the night sky after humanity has moved into space habitats.
Imagine you can design your own interstellar spaceship. What features does it have, how is it powered, and what makes it unique?
Act as a RevOps strategist and design an AI sales agent workflow for a B2B SaaS selling in Japan, the USA, and Europe. Include ICPs, lead-scoring features, enrichment sources, routing rules, multilingual outreach scripts (English/Japanese/German/French), and KPIs for pipeline velocity. Output a 90-day roadmap and a tools stack matrix.
Create an ABM 2.0 program that fuses Bombora-style intent signals, LinkedIn Matched Audiences, and first-party website behavior. Provide target-tiering logic, content offers per buying stage, SDR follow-up cadences, and a dashboard spec to track MQAs and stage conversion by region (JP/US/EU).
Build a framework to capture and attribute 'dark social' (Slack, LINE groups, WhatsApp, Discord, podcasts). Propose proxy metrics, UTM patterns, post-purchase surveys, and MMM/geo-experiment methods to estimate influence across Japan, US, and EU markets.
Draft a creator-led commerce GTM combining TikTok Shop and YouTube Shopping. Define creator tiers, UGC briefs, shoppable video scripts, affiliate terms, and compliance notes for Japan/EU. Include weekly KPI targets (CAC, ROAS, AOV) and a content calendar.
Design a zero-party data strategy with a preference center for email/SMS/LINE. Specify quiz flows, progressive profiling, incentives, data schema, and how to activate segments in CRM/CDP for JP/US/EU while staying privacy-aware. Deliver wireframes and copy samples.
Create an implementation plan for server-side tagging and consent management (Consent Mode-style) across Japan, US, and EU sites. Include container architecture, data flows, event naming conventions, and KPIs for data loss reduction and attribution lift.
Outline how a mid-market CPG brand can diversify spend into retail media networks (Amazon, Rakuten, Carrefour-type). Provide targeting tactics, creative formats, incrementality testing, and a budget split model for JP/US/EU.
Design a CLG program with ambassadors and power users. Include Discord/Slack/LINE setup, rituals, content prompts, rewards, governance, and how to translate CLG into product feedback and referrals in Japan, USA, and Europe.
Architect a PLS motion on top of PLG. Define signal thresholds for PQLs, handoff to AE, usage-based pricing, and playbooks for enterprise expansion. Provide localization tips for Japan and EU procurement norms.
Create a pricing strategy that localizes ¥/€/$, includes psychological price points, FX buffers, tax/VAT considerations, and discount fences. Provide a simulation template and guardrails for promotional cadence by region.
Propose a GTM checklist that aligns platform distribution and data access practices with evolving EU platform rules. Focus on marketplace dependence, data portability messaging, and partner co-marketing.
Create a risk-based map for AI features in a SaaS product. Classify use cases by risk level, propose human-in-the-loop controls, logging, model cards, and user disclosures for JP/US/EU enterprise buyers.
Craft a sustainability narrative and data plan for a European-selling brand. Map material topics, Scope 1-3 hotspots, supplier engagement, and how to turn compliance work into marketing and retailer sell-in.
Design a JP e-commerce entry plan covering Rakuten Ichiba, Yahoo! JAPAN Shopping, Amazon.co.jp, and LINE Mini App. Include store ops, coupons, PayPay/credit flows, review acceleration, and seasonal calendars.
Produce a blueprint for moving from monolith to MACH (Microservices, API-first, Cloud-native, Headless). Include reference architecture, vendor options, migration phases, and KPI impacts on site speed and conversion.
Create a messaging strategy comparing WhatsApp Business, LINE Official, and SMS for lifecycle marketing. Provide segmentation rules, template libraries, automation triggers, and compliance notes for JP/EU/US.
Plan a Retrieval-Augmented Generation (RAG) knowledge base to deflect support tickets. Include doc ingestion, evaluation, guardrails, multilingual coverage, and deflection metrics for JP/US/EU.
Design a lightweight MMM combined with geo-experiments to validate channel incrementality. Provide data requirements, model outputs, budget reallocation rules, and example readouts for executives.
Create a micro-influencer pipeline for product reviews and how-to content. Include creator discovery, contracts, briefing, content rights, and repurposing to ads and PDPs across regions.
Outline a shoppable livestream plan for Amazon Live, Rakuten, and YouTube Live. Include show formats, run-of-show, promo codes, inventory sync, and real-time moderation.
Propose a partner strategy: identify potential keiretsu or EU master distributors, define co-selling motions, MDF usage, and joint PR angles. Include a partner scorecard and 30-60-90 enablement plan.
Design a compliant outbound engine that uses buying signals (job changes, funding, tech installs) to trigger sequences. Provide copy frameworks and call talk tracks localized for JP/US/EU.
Create a step-by-step email deliverability plan: DNS (SPF/DKIM/DMARC/BIMI), list hygiene, warming strategy, and copy tweaks. Include a weekly scoreboard and rescue playbook.
Build an AI enablement coach that generates battlecards, objection-handling trees, and dynamic mutual action plans. Provide prompts, data sources, and guardrails for enterprise accounts.
Map a monetization ladder from free to enterprise: usage thresholds, feature gates, add-ons, and price localization. Include upgrade nudge moments and in-product paywalls.
Design a land-and-expand machine to hit 120%+ NRR. Include expansion triggers, success plans, executive QBR templates, and a champion-building program per region.
Define a churn model using product telemetry and ticket sentiment. Propose saves, offers, and automation timing for JP/US/EU. Provide dashboards and owner RACI.
Produce a Japan market entry checklist: language/UX localization, payments (credit, convenience store, PayPay), support hours, cultural norms, and distribution options.
Outline an operations-friendly brief for cross-border EU VAT handling for a DTC brand, with plain-English flows and handoffs to finance systems. Include risk flags and communication templates.
Create a Rakuten store optimization plan: storefront modules, couponing strategy, search keywords, RPP ads structure, and review generation. Include weekly ops checklists.
Design experiments to test Privacy Sandbox-style interest targeting versus first-party audiences. Provide holdout design, readout metrics, and budget guardrails.
Audit an e-commerce PDP and checkout using modern CRO heuristics. Output prioritized hypotheses, test ideas, potential uplift ranges, and localized trust signals for JP/EU/US.
Build a B2B webinar funnel through LinkedIn Events. Include audience growth, retargeting, SDR follow-ups, post-event nurture, and pipeline attribution model.
Propose a quarterly co-marketing plan with 3 partners across regions. Include joint offers, content swaps, webinars, MDF usage, and lead-sharing agreements.
Design an event-led growth roadshow across Tokyo, San Francisco, and Berlin. Provide venue types, agendas, local speakers, VIP dinners, and pipeline goals.
Facilitate a workshop to define a North Star Metric and input metrics. Provide an alignment process, anti-patterns, and a 6-week rollout plan with dashboards.
Create a rolling 18-month cash-flow model with base/optimistic/downside scenarios. Include hiring triggers, CAC payback guardrails, and runway extension levers.
Propose a China+1 sourcing plan with supplier diversification in Japan/SE Asia/EU. Include risk scoring, logistics options, inventory buffers, and cost impact analysis.
Develop a Buy Box win strategy for Amazon EU/US and Rakuten JP: price rules, FBA/3PL choices, fast-ship SLAs, and review velocity tactics.
Design an OMS plan to sync inventory across DTC, Rakuten/Amazon, and retail stores. Include safety stock rules, backorder policies, and customer comms templates.
Outline when and how to use BNPL at checkout in EU/US/JP contexts. Provide eligibility logic, messaging tests, and risk monitoring KPIs.
Create PR angles and media lists for tech/business press in Japan, the US, and Europe. Include data-driven story hooks, founder narratives, and product milestone pitches.
Build a crowdfunding go-to-market for Japan. Include platform choice, reward tiers, launch trailer storyboard, press timing, and retail handoff plan.
Compile a map of non-dilutive funding options for innovation in the US/EU/JP. Include eligibility cheatsheets, timelines, and a templated application narrative.
Create a public Trust Center outline and a process to respond to enterprise security questionnaires. Include certifications roadmap, DPA checklist, and response SLAs.
Run a 2-week sprint to refine ICPs using Jobs-To-Be-Done interviews across JP/US/EU. Provide screeners, scripts, synthesis templates, and positioning statements.
Build an acquisition plan leveraging ASO for iOS/Android and SEO. Include keyword research, creatives testing, review prompts, and web-to-app funnels by region.
Design a double-sided referral program with fraud prevention and LTV-based rewards. Include copy, trigger points, channel mix (email/LINE/WhatsApp), and dashboard specs.
Propose a RevOps data model in a warehouse with ELT, reverse ETL, and BI. Include schema, SLAs, identity resolution, and how to power SDR/CS dashboards.
Create a workflow where AI drafts region-specific proposals and MSAs. Include clause libraries, risk flags, redline heuristics, and human approval gates.
Build a sales coverage model by territory (Japan/US/EU), segment, and channel. Include ramp times, quota assumptions, and a hiring plan with ROI checks.
Outline a top-down enterprise motion targeting CFO/CIO/CMO personas. Provide message maps, meeting-maker tactics, proof packages, and executive brief templates.
Design a checkout UX with local payment methods: Japan (credit, convenience store pay, mobile wallets), EU (SEPA, local wallets), US (cards/wallets). Provide copy and risk checks.
Create a reseller enablement kit: competitive positioning, demo flows, objection handling, quarterly incentives, and certification paths across regions.
Design a 12-week executive content program for LinkedIn. Include pillar topics, ghostwriting briefs, engagement pods, and CTR/lead KPIs.
Write a PMM launch brief for a new feature in JP/US/EU. Include positioning, narrative arcs, competitive tear-downs, pricing impact, and asset checklist.
Stand up a CAB with 12 strategic customers. Define member criteria, agenda cadences, value exchange, and insight-to-roadmap process.
Create a partner-led localization process for content, UX, and CS in Japanese, German, and French. Include QA steps and terminology management.
Design a continuous competitive intelligence loop using AI to summarize releases, pricing shifts, and reviews. Provide alerting rules and battlecard updates cadence.
Establish a pricing council with guardrails for discounts, deal desks, and win-loss feedback. Provide RACI, approval SLAs, and an experimentation backlog.
Plan a campaign that syncs retail media with CTV/online video flighting to drive both reach and retail lift. Provide measurement plan and retailer data collaboration asks.
Design a CS copilot that summarizes calls, flags risk, recommends playbooks, and drafts QBRs. Include evaluation metrics and human-override mechanisms.
Create a content system that turns one webinar into 20 assets (blogs, carousels, short videos, case studies) tailored for JP/US/EU channels.
Design a store-traffic program using localized ads, store locator SEO, and promo codes to measure offline lift across regions.
Specify a CEO/COO dashboard showing pipeline health, CAC payback, NRR, and forecast accuracy by region. Define data sources and refresh SLAs.
In the last 24 hours, summarize key developments for {{ticker}} ahead of its earnings call on {{date}}. Include: price moves, options IV, top headlines, analyst estimate deltas, unusual volume, social sentiment. End with 3 high-conviction watchpoints and 3 sources with timestamps.
Scan {{jurisdiction}} regulators ({{agencies}}) for rules or actions in the last 48h affecting {{sector}}. Return: change summary, who is impacted, compliance deadline, likely penalties, action checklist. Cite 3–5 official sources with URLs and timestamps.
Identify any product/feature launches by {{competitor_list}} in the past 72h. Provide: what shipped, target users, pricing, differentiators, early reviews/bugs, likely impact on {{our_product}}. End with counter-moves and 3 cited sources with timestamps.
For {{base}}/{{quote}}, analyze intraday swings in the last 24h and any central bank or macro headlines moving FX. Output: range, % change, key catalysts, risk to {{business_area}}, hedge ideas. Add 3 reputable sources with timestamps.
Check past 48h for disruptions affecting {{component}} across {{region_list}} (ports, strikes, weather, geopolitics). Summarize: severity, lead-time impact, alt suppliers/lanes, cost delta, recommended mitigations. Include cited sources + timestamps.
Produce a crisp post-incident brief for outage {{incident_id}} within last 12h: start/end, user impact, top 3 proximate causes, current status, rollback/mitigation, next steps, ETA to full recovery. Limit to 120 words.
Using last 24h data for {{segment}}, surface churn signals: cancellations, NPS drops, failed payments, key accounts at risk. Provide: top drivers, accounts to call now, retention offers, 3 next actions. Keep to 100 words.
Scan deals closing this month in {{crm}} for movement in last 48h. Report: slipped stages, push reasons, blockers, exec asks, new champions. Include top 5 at-risk deals with owner and next step by date.
Review last 24h for {{platforms}} campaigns. Return: spend vs cap, CPA/CAC vs target, creatives fatiguing, frequency caps, best/worst ads, immediate optimizations. Output as a compact table + 3 actions.
Collect last 24h {{store}} reviews for {{app_name}}. Summarize: new themes, crash reports, rating trend, regions spiking. Provide 5 verbatim snippets (≤15 words each) and a fix/comm plan.
Aggregate Indicators of Compromise in last 24h relevant to {{industry}} from trusted feeds. Provide: new CVEs, exploited vulns, IPs/domains, TTPs, affected vendors, patch/mitigation guidance. Cite sources with timestamps.
For {{regions}}, check next 72h severe weather. Report: expected impacts to logistics, staff safety, data centers. Suggest contingency plans and customer messaging. Include official forecast links with timestamps.
List shipments with >{{threshold}}% ETA variance in last 24h. For each: route, carrier, cause, customer impact, recovery options. Finish with 3 fixes (reroute, carrier swap, buffer change).
Measure last 7d vs last 24h adoption for {{feature}}. Output: DAU/WAU impact, activation funnel deltas, power-user behaviors, top cohorts, leading indicators. Suggest 3 quick experiments.
Scan pricing in {{market}} for {{sku_list}} over last 24h. Flag anomalies: undercuts, MAP violations, sudden hikes. Provide screenshots/links, suspected causes, and recommended responses.
Track {{keywords}} across {{platforms}} last 12–24h. Provide: volume delta, sentiment, key accounts, viral posts, narrative frames. Give 3 content angles to ride the wave, with links and timestamps.
Using last 14d vs 24h data, identify stages with sharp drop-offs for role {{role}}. Report: stage rates, time-in-stage, source quality. Suggest 3 fixes (JD tweak, outreach, interviewer training).
Summarize daily changes to cash runway from {{date_range}}. Include: new payables/receivables, burn changes, FX effects, big variances vs plan. End with runway months and red/green flags.
Identify SKUs with <{{days}} days of cover. Show demand trend last 28d vs 24h, supplier lead times, reorder points. Recommend expedite/bundle/markdown actions.
List partners/vendors breaching SLA in last 24h. For each: metric, severity, affected customers, contractual remedies, escalation owner. Provide 3 corrective actions.
If {{issue}} is trending, compile last 6h facts: what happened, who is amplifying, sentiment, competitor reactions, media inquiries. Provide holding statement bullets and next comms steps.
For {{case_or_filing}}, list all filing/response deadlines within next 7d and any changes in past 24h. Include court orders, docket updates, required docs, owners. Provide a checklist.
Check last 24h energy price moves in {{market}} (electricity, LNG, oil). Summarize % moves, causes, grid advisories, cost impact to {{facility}}. Suggest immediate conservation/hedge steps.
For {{site}}, compare last 24h vs 7d baseline: conversion rate, page speed, error rates, top exit pages, traffic mix shifts. Suggest 3 fixes prioritized by impact/effort.
Within 24h after releasing {{version}}, aggregate: bug reports, crash logs, CS tickets, social/dev forums. Provide top 5 issues, severity, repro notes, and a 3-step hotfix plan.
Generate a 12-second 4K, 24fps cinematic video of pale-pink sakura petals drifting along a clear mountain river at golden hour. Camera: slow gimbal dolly from low angle across water surface, shallow depth of field, soft lens flare. Emphasize micro-ripples, bokeh, and petal textures. Natural sound design of water and birds implied. No text, no watermark.
Create a 10-second photoreal shot of dark storm clouds rolling over rugged basalt sea cliffs. A distant lightning fork illuminates sea spray. Camera: drone lateral tracking, 35mm lens feel, stabilized but windswept micro-jitter. Color grade: cool teal/gray; highlight specular rain streaks. No people, no ships.
Render an 8-second macro night scene of tidepools glowing with bioluminescent plankton when waves lap in. Camera: handheld macro push-in, f/2.0; sparkle trails swirl around hermit crabs. Soft moonlight, deep blues with neon cyan glows. No text overlays.
A 12-second timelapse-style video of emerald and magenta aurora curtains rippling over a snowy pine forest. Camera: locked tripod, ultra-wide 14mm perspective, slow star drift. Snow glistens; breath-fog from unseen wildlife occasionally wisps. Crisp, clean air feel.
Create a 9-second serene shot inside a dense bamboo forest as first light shafts scatter dust motes. Camera: gentle crane rise following a floating speck of dust. Soundscape implied birds and bamboo creak. Warm amber highlights, deep green shadows, mild haze.
An 11-second interior of a glacial ice cave, translucent blue walls with trapped bubbles. Camera: slow forward dolly, reflections shimmer on icy floor. Subtle snow dust falls from ceiling. Photoreal; emphasize subsurface scattering and color gradients.
Generate a 10-second telephoto shot of wind combing over tall sand dunes, forming flowing sand ribbons. Camera: tripod, 200mm compression, heat shimmer. Golden tones with long shadows; emphasize granular sand detail. No animals, no humans.
A 9-second macro upward shot from forest floor: raindrops form, swell, and fall from huge leaves, revealing tiny poison-dart frog blinking. Camera: rack focus leaf→frog→background waterfall bokeh. Saturated greens, humid mist, audible drip implied.
Create an 8-second soft-focus shot of a meadow of wildflowers swaying beneath snow-capped peaks. Camera: slider move through flowers at 5cm height; bees drift in and out of focus. Warm, nostalgic color grade; gentle vignette.
Render a 12-second underwater city of coral: branching staghorn, brain coral, schools of anthias. Camera: slow drift, backlit sunbeams; particulate motes sparkle. True-to-life color with slight cinematic contrast. No divers, no gear.
Create a 10-second stylized piece of a classical white marble statue’s face where dust and powder slowly fall away to reveal lifelike eyes that remain marble-textured. Camera: extreme close-up pull-back, studio top-light with soft falloff. Monochrome palette.
An 8-second photoreal video of a bronze equestrian statue during light rain; droplets bead, roll, and drip from patina. Camera: circular dolly around head and mane; city bokeh behind. Emphasize patina colors and water behavior.
Render a 9-second macro of hands repairing a broken ceramic bowl with kintsugi gold lacquer. Camera: overhead top-down, shallow depth; focus on lacquer lines filling cracks. Warm wood table, natural window light, ASMR-like precision.
A 12-second time-compress video showing a clay portrait bust being sculpted from rough block to refined features via stop-motion-like increments. Camera: static 50mm, neutral gray backdrop. Clay fingerprints and tool marks visible.
Create a 10-second twilight scene of translucent ice lanterns being carved with chisels; shavings cascade with crystalline sparkle. Camera: slow push-in through floating snow. Blue-violet ambient with amber candle cores. Whisper-quiet mood.
An 8-second meditative aerial of a zen stone garden as a rake draws perfect concentric ripples around rock monoliths. Camera: top-down drone, slow orbit. Muted sand tones, gentle shadow relief. Hypnotic geometry.
Render a 9-second indoor art studio where a kinetic metal mobile rotates slowly in a sunbeam, casting dancing shadows on white walls. Camera: tripod, gentle parallax via slider. Clean, airy, mid-century vibe.
A 12-second top-down shot of a colorful sand mandala being meticulously built; near the end, a soft breeze subtly moves grains, shimmering the pattern. Ultra-detailed particles, macro depth. Respectful, calm tone.
Create a 10-second dynamic 4K sequence of a parkour athlete flowing across rooftops at sunset. Camera: FPV drone chase with safe distances, smooth proximity fly-bys, 60fps slow-mo moments on vaults. Warm orange/teal grade; wind rush implied.
An 8-second artistic piece of two practitioners performing synchronized kendo kata in silhouette behind a shoji screen. Camera: static, side-on, backlit; crisp footwork shadows, no contact or violence. Minimalist drum rhythm implied.
Render a 9-second heli-shot of a snowboarder carving chest-deep powder; slow-motion 120fps as plume arcs into sunlight. Camera: high-angle gimbal hover; snow crystals sparkle. Cool blue/purple shadows, crunchy texture.
Create a 10-second neon-lit city ride of a cyclist weaving safely through empty streets at 3am. Camera: chest-mounted, stabilized; reflections on wet asphalt, light trails. Synthwave color grade; no traffic, no hazards.
A 12-second underwater cinematic piece of a free-diver gliding past a vertical coral wall, exhaling micro-bubbles at ascent. Camera: side tracking, soft godrays, serene tempo. Emphasis on stillness and control; no equipment branding.
An 8-second dramatic slow-motion sequence of a falcon launching from a handler’s leather glove into a sand-hued sky. Camera: 180fps high-speed; wing detail and sand bursts. Warm ochres; minimal background.
Render a 10-second dynamic shot of a climber gracefully moving across a via ferrata with ocean far below. Camera: side dolly on cable line, slight vertigo, strong harness and safety visible. Wind-tossed hair, sun glitter on waves.
Create a 9-second studio rehearsal of taiko drummers striking in unison; drum skins flex, chalk dust puffs. Camera: 48fps slow-mo frontal, dramatic top light, deep shadows, sweat beads. Powerful but respectful energy.
A 10-second sequence of a runner dashing across an empty prairie as a wall cloud forms far behind. Camera: lateral tracking vehicle shot, 96fps slow-mo on footfalls; dust devils in distance. Moody green-gray skies.
An 8-second close-to-spray shot at the base of a massive waterfall; mist creates a partial rainbow. Camera: steadycam push-in; droplets hit lens for organic realism. Vibrant mids, thunderous energy implied.
Create a 12-second animated ink-wash landscape where mist rolls between stylized mountains like a living ukiyo-e. Camera: slow lateral pan with parallax between paper layers. Subtle paper texture, monochrome with sparse vermilion stamp.
Render a 9-second twilight over terraced paddies with thousands of fireflies blinking in waves. Camera: crane down to reveal mirrored sky in flooded terraces. Soft blue hour, warm insect glows; pastoral calm.
A 10-second telephoto of lava tongues hissing into ocean, sending steam plumes skyward. Camera: locked off, high-contrast, orange vs blue. Fine detail in flying droplets and black sand formation. Safety distance implied.
Create an 8-second stop-motion of a sheet of washi folding itself into an elegant crane, then a flock. Camera: top-down table, soft side light, crisp paper sounds implied. Minimalist background; clean shadows.
A 12-second studio scene of a glassblower shaping a glowing orb at the pipe; molten glass swirls with amber striations. Camera: over-shoulder, rack focus to spinning piece; sparks and heat haze visible.
Produce a 9-second FPV forest run through tall pines with gate-like gaps; smooth, fast, safe pathing; prop wash moves leaves. Motion-blur tuned for 60fps; no people, no animals, pure skill flight.
Render a 10-second barrel ride from shoulder-mounted POV; sunlight caustics ripple inside the tube. Camera: stabilized, droplets on lens; surfer exits clean with spray rainbow. Naturalistic colors.
An 8-second contemplative shot of a yogi holding dancer pose on a safe rooftop garden at dawn; wind moves fabric and grasses. Camera: medium telephoto, gentle push-in; pastel sunrise. Calm, focused, inspiring.
Create a 10-second high-energy pit stop: bike in, tires off/on, visor wipe, launch. Camera: handheld documentary style with punch-ins; 120fps highlights on impact gun spin. Branding-neutral gear, safety equipment visible.
Render a 9-second rally car attacking a gravel hairpin; rooster tail of dust backlit by late sun. Camera: low trackside gimbal with safe distance; brief slow-mo on counter-steer. Natural livery (no logos).
A 10-second stylized night drift scene in an empty, wet parking lot. Camera: slider parallel to car, neon reflections, controlled tire smoke. Emphasize taillight streaks; safe, closed set feel.
An 8-second high-speed motorbike pass on a country road lined with stone walls; compression whoosh. Camera: fixed roadside, 240fps as bike slices frame; motion blur, safety marshals visible. No branding.
Create a 9-second F1-style single-seater at dusk on a fast circuit; heat haze, sparks under floor, golden reflections. Camera: panning telephoto; crisp engine note implied. Neutral team colors; no logos.
Render a 10-second rally-raid truck cresting a dune, catching air with dramatic suspension travel. Camera: head-on long lens; dust cloud rolls toward lens. Harsh noon light, desert palette; clear safety distance.
An 8-second water motorsport slalom; rider carves tight S-turns, droplets glitter. Camera: drone top-down then whip-pan follow; crisp turquoise water, summer vibe. No spectators.
Create a 9-second indoor kart race with two karts fighting for apex. Camera: low curb-level tracking; tire marks, sparks on barrier touch. Exciting but safe; marshals visible. Warm tungsten lights.
Render a 10-second studded-tire motorcycle race on ice; rooster tails of ice shards under stadium lights. Camera: side panning with 96fps shards highlights. Cold breath visible.
A 9-second touge-style time-attack on a closed mountain pass; tight switchbacks, autumn leaves. Camera: car-mounted front splitter cam; motion blur; engine vibrations. Safety crew and cones visible.
Create a 12-second art-gallery walk-through of a large installation: suspended marble-like spheres with veins, gently oscillating. Camera: steadycam walk, reflections wrap around glossy floor. Minimalist gallery acoustics.
An 8-second whimsical paper cut-out forest where layered trees sway slightly; a paper deer blinks. Camera: parallax dolly with soft vignette. Gentle handmade textures; pastel palette.
Render a 9-second extreme macro of a melt droplet forming on a glacial edge, acting as a lens that inverts a mountain scene behind it. Camera: tripod macro; shimmer, refraction, breath-frost.
Create a 10-second respectful, wide pastoral of monsoon planting in terraces; synchronized footsteps in shallow water create ripples. Camera: elevated crane, soft rain, muted earthy tones. No close-ups of faces.
An 8-second composite time-slice that transitions from dusk to night as lightning forks over skyline. Camera: locked wide; animated wipes reveal time passing. Stylized yet grounded; cool neon nights.
Render a 9-second cavern interior where slow drips from stalactites land in shallow pools, creating concentric ripples like notes. Camera: lateral slider at water level; torch-warm hues amidst cool rock.
Create a 10-second close shot of an intricately carved ice dragon; internal LEDs pulse gently as cold mist exhales from mouth opening. Camera: orbiting dolly; crystalline speculars; winter festival ambiance.
An 8-second finish-line moment of a runner breaking tape on a city marathon, rain-slick streets, spectators blurred. Camera: 120fps slow-mo frontal; droplets, muscles flex; triumphant yet humble.
A 12-second long-exposure-feel of embers floating from a distant volcano beneath a star-rich sky; slight camera drift. Warm ember trails vs cool Milky Way. Safe distance implied.
Render a 9-second lab shot of smoke ribbons flowing over a scale car model in a wind tunnel. Camera: side orthographic; laminar vs turbulent transitions visible; monochrome with subtle blue tint. Scientific, elegant.
Create a 10-second cinematic of a skater tracing smooth lines in an empty concrete bowl at sunrise; long shadow geometry. Camera: cable cam along lip; wheels hum implied. Warm pastel sky.
An 8-second autumn avenue lined with ginkgo trees shedding leaves in shimmering cascades. Camera: slow walk-through at eye level; leaves fall in waves. Rich gold palette, gentle breeze.
Render a 9-second crashing wave through a coastal stone arch; sun flare catches spray. Camera: inside the arch, back toward the sea; dynamic exposure shifts. Photoreal splash physics.
Create an 8-second playful macro of a paper boat sailing down a rain gutter during drizzle; reflections of city lights ripple. Camera: tracking at water level, shallow DOF. Cozy, cinematic.
A 10-second high-speed capture of black sumi-ink splashing into a white basin, forming momentary crown shapes that resemble sculpture. Camera: 240fps macro; stark black & white; clean studio.
Render a 9-second nature sequence of red-crowned cranes taking off from frosty riverbanks at dawn. Camera: telephoto pan; wingbeats in slow-mo for a few frames, mist curling around legs.
Create a 10-second surreal but real shot of post-rain salt flats acting as perfect mirror for passing clouds. Camera: ultra-wide slow dolly; horizon disappears. Minimalist, meditative.
An 8-second evening scene of hundreds of warm lanterns drifting down a calm river; reflections ripple. Camera: gentle crane down to reveal crowd on banks, faces soft-blurred for privacy.
Render a 9-second stabilized chase cam of a MTB rider descending a forest singletrack; dirt roost, root chatter. 60fps; dynamic exposure under canopy; full pads and helmet visible.
Create a 10-second art piece in a dark room where narrow laser beams and fog carve volumetric ‘solid’ shapes. Camera: slow orbit; clean geometric slices; minimal soundtrack implied.
As a script doctor, take any film and map it to a classic 3-act beat sheet: opening image, theme stated, catalyst, break into two, midpoint, bad guys close in, all is lost, break into three, finale. Add approximate timestamps, the emotional turn, B-story notes, and a 200-word critique on pacing.
Curate a mini-course on slow cinema. Pick 5 films from different countries, summarize each film's premise, describe formal traits like long takes and ambient sound, and propose a viewing ritual and discussion questions to help first-time viewers engage without boredom.
Design a thematic watchlist that traces the evolution of Japanese horror from folklore to digital-era hauntings. Include 8 films, signature motifs, cultural context, spoiler-light talking points, and a post-watch reflection prompt.
Pick a noir classic and reverse-engineer its lighting. Identify key scenes, draw a simple lighting plan with sources and angles in words, note lens choices and contrast ratios if known, and suggest a low-budget way to recreate the look at home.
Take a novel you love and craft a studio-ready adaptation pitch. Provide a logline, theme, target audience, tonal comps, 10-episode or 2-hour structure beats, casting ideas, and what to cut or combine while honoring the core of the book.
As a facilitator, create a 6-week book club plan around one title. Include weekly agenda, icebreakers, spoiler walls, character arcs to track, quotes to unpack, and a final meeting activity such as a mock jacket redesign or alternate ending workshop.
Design a decision framework to prioritize a to-be-read pile. Gather inputs like length, difficulty, mood, author diversity, deadline pressure, and convert them into a simple scoring rubric and reading schedule for the next 8 weeks.
Propose a 12-month challenge with monthly themes such as debut novels, translated fiction, essay collections, banned books, or novellas. Offer 3 suggestions per month and a reflection prompt that fits the theme.
Create a trope and archetype map for fantasy across books and films. Define the mentor, chosen one, magic system rules, side-quest economy, and villain philosophies, then craft a subversion plan for each trope to inspire new stories.
Build a guided tour of sci-fi subgenres such as hard SF, space opera, cyberpunk, solarpunk, cli-fi, and time travel. Provide 2 film picks and 2 book picks per subgenre, plus a one-paragraph primer and a question to debate.
Design a fair-play mystery toolkit. Define 5 clue types, 3 red herring patterns, a suspect matrix template, and a reveal structure that feels earned. Finish with a one-page outline for an original whodunit pilot or novella.
Explain how structuralism, psychoanalytic, feminist, postcolonial, and ecocritical lenses change how we read a novel or watch a film. For each lens, provide 3 guiding questions and a quick case study from a popular title.
Pick one powerful page from a book. Mark diction, imagery, syntax, and motifs, then connect them to theme and character. Offer a companion exercise for film lovers using a single scene's shots, blocking, and sound to do a parallel analysis.
Choose 3 authors from different regions and compare voice, structure, recurring obsessions, and cultural context. Provide starter packs with 2 entry titles each and a suggested reading order.
Take a paragraph from a classic and show how different translation choices shift tone and meaning. Offer a side-by-side glossary, explain tradeoffs like fidelity vs flow, and end with a mini prompt to attempt your own translation.
Assemble a canon of 12 page-to-screen classics. For each pair, note what the film condenses, what it invents, and where it elevates or loses the book's essence. Include a club discussion format for comparing scenes to chapters.
Create a 10-film mini-challenge from world cinema with historical and stylistic range. Provide context blurbs, what to watch for technically, and optional companion reads to deepen appreciation.
Design a fun decision game that picks tonight's movie using constraints like runtime cap, mood, decade, language, and availability. Output 5 candidates and a playful coin-flip or die-roll mechanic.
Build five themed double features such as redemption arcs, unreliable narrators, heist vs moral cost, or city symphonies. Explain the connective tissue and propose intermission discussion cards.
Pick one composer and analyze leitmotifs across two films. Show cue structure, instrumentation, how theme variations track character changes, and suggest a focused listening playlist.
Select three iconic shots from cinema and describe how to emulate them with a phone or entry-level camera. Specify framing, movement, lighting, and post tricks, then propose a weekend challenge to recreate one.
Provide a professional coverage template. Include logline, premise, character, dialogue, structure, marketability, comps, pass-consider-recommend with rationale, and 5 actionable rewrite notes.
Build a polished query letter for a novel. Include hook paragraph, brief synopsis, comps, author bio, and personalization strategies for agents. Provide a formatting checklist.
Outline a 60-day indie publishing launch for an ebook and paperback. Cover ARC outreach, Goodreads tactics, newsletter swaps, pricing promos, ads testing, and a simple KPI dashboard.
Create a narration brief for an audiobook. Define voice tone per character, pacing, breath management, pronunciation glossary, room tone standards, and post-production notes.
Draft a checklist for adapting manga to live action. Address casting, visual language conversion, set design, VFX budget reality, fan expectations, and what to compress or re-sequence.
Plan a submission and attendance strategy for a short film. Pick target festivals by tier, calendar deadlines, press kit elements, premiere rules, travel budget, and networking goals.
Host a calibration session. Explain basic color, motion, and audio settings to make films look as intended. Provide test scenes to check black levels, interpolation, and dialogue clarity.
Create a habit loop for daily reading. Define cues, 20-minute blocks, friction removal, a streak tracker, and reward ideas. Include a fallback plan for busy days and travel.
Teach a lightweight Zettelkasten-inspired annotation flow. Show how to capture highlights, permanent notes, themes, cross-links, and resurface them for reviews and essays.
Set up and moderate a social reading or film group on Discord or LINE. Provide channel structure, spoiler etiquette, event cadence, polls, and conflict resolution steps.
Compare unreliable narrators in literature and film. Provide taxonomy types, 4 case studies, and prompts to analyze how audience trust is manipulated and restored.
Create a curated list of underrepresented voices in both books and films. Provide 12 picks with a 2-sentence why-to-watch-read and a pairing prompt for each.
Explain how to search for lost films or obscure editions. Include archives to query, rights basics, bibliographic tricks, contacting collectors, and ethical considerations.
Design a 10-part micro-essay series with prompts, word caps, and posting cadence. Include ideas for data-driven posts, form-focused posts, and personal history posts.
Choose a famous scene from film or literature and rewrite it by shifting point of view, setting, or genre. Provide a 3-step plan for remixing while keeping the scene's spine intact.
Create a viewer's guide to better subtitles and accessibility. Explain subtitle etiquette, reading speed, non-speech cues, color contrast, and device settings to help more people enjoy films.
Outline a workbook to design a world that spans book, film, and audio. Define geography, tech level, institutions, magic or science rules, character network, and transmedia entry points.
As a crypto influencer, craft a viral X post about the 2025 crypto market rally driven by Real World Assets (RWA). Mention BTC and ETH accumulation trends. Use #CryptoRally, #RWA, and 🔥 emojis. Pose a question: 'Is this the biggest crypto bull run yet?' Add a TikTok-style 'Rating Wallets' hook to compare top wallets. Encourage replies with 'Drop your favorite crypto below!'
You’re a political news creator on X. Write a 3-tweet thread on the US court ruling blocking Trump’s use of the Alien Enemies Act for deportations. Explain its impact with a neutral tone. Use #TrumpNews, #USPolitics, and ⚖️ emojis. Ask 'How will this shape immigration policy?' and link to a reliable source like Reuters. End with a CTA: 'Share your thoughts!'
As a fashion influencer, create a vibrant X post about Paris Jackson and Sofia Carson at amfAR’s 2025 event. Describe their looks and the event’s vibe. Use #amfAR, #Fashion2025, and ✨ emojis. Add a poll: 'Who slayed the red carpet?' Encourage advisers with 'Tag a fashionista who needs to see this!'
You’re a fitness content creator. Craft a 3-tweet thread on the quadrobics fitness trend sweeping 2025. Explain its animal-inspired moves and benefits. Use #Quadrobics, #FitnessTrend, and 🦒🏃 emojis. Ask 'Would you try quadrobics?' with a GIF of the workout. End with 'Follow for more fitness trends!'
As a reality TV fan, create an X post hyping up MasterChefBR’s latest episode. Tease dramatic moments and fan-favorite contestants. Use #MasterChefBR, #Foodie, and 🍳 emojis. Ask 'Who’s your pick to win?' and add a poll. Encourage retweets with 'Share if you’re hooked!'
You’re a quirky content creator. Write a fun X post celebrating Japan’s #グミの日 (Gummy Day) 2025. Share gummy candy facts and a TikTok-style challenge idea. Use #GummyDay, #グミの日, and 🍬 emojis. Ask 'What’s your favorite gummy flavor?' End with 'Tag friends for a gummy challenge!'
As a spiritual content creator, craft a 3-tweet thread on the #AnnapurnaMuhimBySantRampalJi movement. Explain its message and 2025 impact. Use #Spirituality, #SantRampalJi, and 🙏 emojis. Ask 'How do you find inner peace?' End with a CTA: 'Retweet to spread positivity!'
You’re a tech-savvy creator. Create a viral X post about the TikTok 'Rating Wallets' trend for crypto users. Rate top wallets with emojis (e.g., 🔥 for MetaMask). Use #CryptoWallets, #TikTokTrend, and 💸 emojis. Ask 'Which wallet do you use?' End with 'Share to compare!'
As a tech news creator, write a 4-tweet thread on India’s semiconductor push, including the Vikram chip and $1T market goal. Use #IndiaTech, #Semicon2025, and 💻 emojis. Ask 'Can India lead global tech?' Add a poll. End with 'Retweet if you’re proud of India!'
You’re a global news creator. Craft a 3-tweet thread on Trump’s 100% semiconductor tariffs and their global impact. Mention chip stock rises. Use #TrumpTariffs, #TechNews, and 📉 emojis. Ask 'Will tariffs hurt or help tech?' End with 'Reply with your take!'
You are a senior AI debugger. Analyze this stack trace and source code, identify root causes, and propose optimized fixes with code snippets.
Smarter Debugging with GenAI
Generate a DevOps pipeline configuration optimized for cross-regional deployment in USA, Europe, and Asia, balancing latency, cost, and compliance.
Region-Aware CI/CD Pipelines
Suggest hybrid quantum-classical approaches to optimize search ranking or graph traversal in large datasets.
Engineering with Quantum Inspiration
Analyze this startup pitch deck. Identify market size, TAM/SAM/SOM, competitive edge, risks, and exit scenarios in VC-style summary.
Faster Startup Evaluation
Evaluate this Series A startup’s risk profile. Check burn rate, runway, regulatory exposure, and founder-market fit. Suggest mitigations.
Proactive Risk Detection
Create a matrix with four quadrants: urgent & important, important but not urgent, urgent but not important, and not urgent or important. Prioritize tasks based on their position in the matrix.
Eisenhower Matrix
Group similar tasks, such as checking email or making phone calls. Complete all tasks in a group before moving on to the next one.
Explore project management tools like Basecamp, Jira, or Microsoft Project. Create projects, tasks, and assign deadlines.
Work in focused 25-minute increments, followed by a 5-minute break. After four cycles, take a longer break.
Identify tasks that can be delegated to others. Set clear expectations and deadlines for the assigned tasks.
Create an environment conducive to focus. Turn off notifications, find a quiet space, or use noise-cancelling headphones.
Explore task list apps like Trello, Asana, or Todoist. Create separate lists for different tasks and projects.
Label tasks A (high priority), B (medium priority), C (low priority), or D (non-essential). Focus on completing high-priority tasks first.
Plan out your day, including breaks and time blocks. Set specific times for tasks and activities.
Choose one task to focus on, eliminate distractions, and work until completion. Take breaks between tasks.
Create a visually stunning short film set in space, with a solo astronaut exploring an abandoned generation ship. Include vibrant neon colors and dynamic camera movements. As the astronaut ventures deeper into the ship, encounter strange and wondrous alien artifacts that hold secrets of the universe.
Create a visually stunning cyberpunk cityscape at sunset, with vibrant neon lights reflecting off the wet pavement. Incorporate advanced CGI elements such as flying cars and holographic advertisements. The scene should be set in a dystopian future, but with a touch of optimism and hope.
Create a cosmic journey where the user is transported to a distant planet, experiencing breathtaking landscapes and encountering alien civilizations. Include stunning visual effects like solar flares, supernovas, and wormholes. Use CGI to bring to life unique creatures and futuristic architecture.
Create a visually stunning animation of a spaceship navigating through a swirling galaxy, complete with glowing nebulas, exploding stars, and a hint of alien life.
Create a 3-minute video simulating an epic space battle between two fleets of starfighters, with advanced visual effects and CGI. Include destruction of enemy ships, explosions, smoke, fire, and debris. Use Sora to generate realistic sound effects and a pulsating electronic soundtrack.
Make a futuristic space opera film with Sora, featuring stunning visual effects and CGI. The movie follows a lone astronaut who discovers a hidden planet with ancient ruins holding secrets of the universe. Include mesmerizing nebula backgrounds, explosive space battles, and heart-pumping action sequences.
Create a 60-second cinematic clip set in a neon-drenched cyberpunk city, with Sora generating visuals that seamlessly blend realistic environments and fantastical elements. Include a futuristic skyscraper, flying cars, holographic advertisements, and a dash of AI-generated magic.
Create a futuristic cityscape with neon-lit skyscrapers, holographic advertisements, and flying cars zipping by. Incorporate dynamic camera movements and effects like motion blur and lens flares.
Create a surreal music video for the song 'Electric Dreams' by an imaginary artist. The scene opens on a desolate highway at sunset, where a lone figure emerges from the distance. As the music begins, the figure starts to run towards the camera, but instead of approaching, they start to fade into the background, leaving behind a trail of neon lights that pulse in rhythm with the beat. Use vibrant colors and dynamic motion graphics to bring this dreamscape to life.
Create a visually stunning animated video using Sora's capabilities, depicting a spaceship journey through a wormhole into a distant galaxy. Incorporate mind-bending visual effects and realistic CGI to create an immersive experience.
Create a breathtaking, 2-minute animated film that takes the viewer on an epic journey through a vibrant, swirling galaxy. Incorporate stunning visual effects and realistic CGI to transport the audience to distant worlds.
Generate a mesmerizing sequence of visuals that transport the viewer through a shimmering portal, blending vibrant colors and luminescent effects with seamless CGI animation. Incorporate dynamic camera movements to amplify the sense of depth and wonder.
Create a mesmerizing video that transports viewers through a dreamlike realm, where fantastical creatures and landscapes blend with reality. Incorporate vivid visual effects and CGI elements to create an immersive experience.
Create a thrilling fantasy adventure set in a mystical realm, with breathtaking visuals and intricate CGI effects. The story follows a young hero as they embark on a perilous quest to unite warring kingdoms. Include stunning landscapes, mythical creatures, and pulse-pounding action sequences.
Create a thrilling fantasy adventure video using Sora's AI capabilities. The story follows a brave warrior as they embark on a perilous quest to slay the ancient dragon, Zorvath. The video should feature stunning visuals, epic battles, and breathtaking landscapes. Include a mix of realistic environments, mythical creatures, and magical effects.
Generate a 3-minute fantasy film set in a mystical realm, complete with floating islands, mythical creatures, and ancient magic. Incorporate advanced visual effects to bring the world to life. Create a narrative arc with a brave warrior's quest to save the realm from darkness.
Create a visually stunning, 2-minute video depicting a solo space traveler exploring a mysterious, abandoned planet. Include vibrant neon lights, ancient alien ruins, and a breathtaking asteroid field backdrop. The traveler should encounter an unexpected, massive spaceship hidden within the planet's core, which slowly awakens, revealing a futuristic, glowing city.
Create a futuristic cityscape with neon lights, towering skyscrapers, and holographic advertisements. Use Sora to generate a thrilling chase scene between a speeding hovercar and a rogue robotic security drone.
Generate a surreal painting of an otherworldly landscape, with glowing nebulae, towering crystal spires, and a distant moonlit ocean. Incorporate abstracted, swirling shapes and colors reminiscent of Salvador Dali's work.
Create a surreal landscape with rolling hills, glowing trees, and a shimmering mist that blurs the boundaries between reality and fantasy. Incorporate abstract shapes and patterns to add depth and visual interest.
Create a vibrant, ethereal image that captures the essence of a fleeting moment. Imagine a place where nature and fantasy blend seamlessly. Incorporate soft, feathery textures, shimmering water effects, and delicate botanicals. Envision a scene that evokes wonder, serenity, and a deep connection to the natural world. Use your chosen medium to craft an otherworldly atmosphere that invites the viewer to step into this enchanting realm.
Create a dreamlike cityscape with iridescent skyscrapers, glowing streetlights, and misty atmosphere. Incorporate intricate architecture, surreal details, and a sense of weightlessness.
Create a surreal landscape with floating islands, mist-shrouded valleys, and glowing aurora skies. Incorporate vibrant, dreamlike colors and intricate patterns inspired by organic forms.
Create a dreamlike scene of an abandoned, mist-shrouded cityscape at dusk. Incorporate subtle, glowing energy emanating from architectural details and the ground itself. Emphasize the eerie atmosphere with muted color palette and soft focus.
Create a dreamlike scene depicting an abandoned, ancient city floating amidst a swirling vortex of iridescent gases and celestial debris.
Create a surreal landscape with dreamlike skyscrapers and floating architecture, inspired by the works of Syd Mead.
Create a surreal landscape with glowing nebulae and celestial bodies. Incorporate subtle, intricate details that invite viewers to explore the scene further. Consider using soft pastel colors and delicate brushstrokes to evoke a sense of ethereal wonder.
Create a dreamlike cityscape with intricate architecture, soft pastel colors, and subtle hints of luminescence. Incorporate surreal elements that defy gravity or blur the line between reality and fantasy.
生成一篇具高分享性的LinkedIn或X帖子腳本,使用繁體中文(台灣),總結今日頂尖科技新聞,包括SEMICON Taiwan 2025開幕聚焦全球半導體進展、台灣股市因強勁需求創下新高,以及Kaia與台灣電信合作拓展Web3。融入高端元素,如專家視角分析(例如:「視角:作為全球科技領袖,面對供應鏈地緣政治風險」)、供應鏈影響資訊圖表,或未來創新投票。內容需具洞察力與策略性,促進全球科技生態系統討論,並附帶行動呼籲,鼓勵使用#全球科技菁英2025分享專業見解。確保腳本專業、字數低於280字,並針對高學歷全球領袖優化以提升參與度。
生成一篇具高分享性的X或LinkedIn討論串,使用繁體中文(台灣),分析今日政治新聞,包括TPP創辦人柯文哲以200萬美元保釋金獲釋、賴清德總統呼籲社會在罷免投票後復原,以及兩岸緊張升級與軍事設施擴張。融入地緣政治分析、情境規劃(例如:「情境分析:兩岸緊張對全球貿易的影響」)或專家評論引述。內容需具分析性與前瞻性,促進國際關係對話,並附帶行動呼籲,鼓勵讀者使用#台灣政治全球視角2025討論政策影響。保持簡潔、引人入勝且具分享性,適合高學歷全球觀眾。
生成一篇具高分享性的Instagram或X帖子系列,使用繁體中文(台灣),總結環境成就如澳洲鯨魚繁殖季大豐收,結合世界事件如BRICS峰會及持續的全球緊張局勢。使用流行策略,如前後對比視覺、可持續發展洞察(例如:「可持續發展視角:海洋復甦對全球的啟示」)或生態行動挑戰。內容需樂觀且具策略性,激發可持續領導力,並附帶行動呼籲,鼓勵使用#全球環保領袖2025分享綠色策略。確保視覺吸引力、簡潔,並針對高學歷全球觀眾優化分享效果。
生成一篇具高分享性的LinkedIn文章大綱或X討論串,使用繁體中文(台灣),強調國際識字日慶祝活動,結合全球新聞如南韓移民突襲後續及波蘭不明飛行物殞地。融入智識元素,如案例研究、識字對全球創新的作用(例如:「案例研究:識字率如何驅動經濟成長」)或互動測驗。內容需具啟發性與激勵性,鼓勵菁英知識分享,並附帶行動呼籲,鼓勵使用#國際識字日精英分享2025發布識字計劃。設計為高參與度與分享性,適合高學歷人士。
生成一份專業的人力資源報告或招聘指南,使用繁體中文(台灣),總結今日就業新聞,包括27.6萬職缺、3.1%空缺率,以及產業與服務業需求分析。融入勞動市場趨勢、招聘策略(例如:「策略:針對科技職缺的招募方法」)或人才發展建議。內容需具洞察力與實務性,幫助企業人力規劃,並附帶行動呼籲,鼓勵評估內部職缺。確保報告數據豐富,針對台灣商業人士優化。
生成一份專業的商業簡報或電子郵件通訊,使用繁體中文(台灣),分析今日經濟新聞,包括央行預計維持利率不變、出口強勁成長達15年新高,以及外資流出但股市仍上漲。融入經濟模型分析、利率影響情境(例如:「情境分析:利率穩定對企業融資的影響」)或投資策略建議。內容需具分析性與前瞻性,協助商業規劃,並附帶行動呼籲,鼓勵讀者評估自身財務策略。保持簡潔、數據導向,適合台灣商業人士使用。
生成一份專業的供應鏈分析報告,使用繁體中文(台灣),討論全球趨勢對台灣的影響,包括半導體供應鏈報告、貿易戰不確定性,以及台灣在全球AI晶片生產的角色。融入風險評估、地緣政治分析(例如:「分析:貿易戰對台灣出口的衝擊」)或多元化策略建議。內容需具戰略性與全面性,輔助商業決策,並附帶行動呼籲,鼓勵供應鏈優化。保持專業、深入,適合台灣商業人士應用。
生成一份專業的LinkedIn文章或商業報告,使用繁體中文(台灣),總結今日半導體產業新聞,包括SEMICON Taiwan 2025開幕聚焦AI晶片與先進封裝、台灣股市創下新高,以及BizLink與SENKO合作推動光學互聯創新。融入專家分析,如供應鏈韌性評估(例如:「視角:地緣政治風險下的台灣半導體優勢」)、市場趨勢圖表,或未來投資機會預測。內容需具深度與實用性,促進商業決策討論,並附帶行動呼籲,鼓勵讀者分享產業洞察。確保報告專業、結構清晰,並針對台灣商業人士優化以提升實務價值。
生成一份專業的市場報告或策略指南,使用繁體中文(台灣),探討今日支付產業機會,包括QR碼與非接觸式支付成長、監管支持,以及信用卡與支付風險分析。融入機會評估、創新案例(例如:「案例:台灣行動支付對中小企業的影響」)或競爭策略建議。內容需具實用性與策略性,支援商業擴張,並附帶行動呼籲,鼓勵實施數位支付解決方案。設計為高價值內容,適合台灣商業人士參考。
Write a reflective journal entry from the perspective of a woman in London navigating a new career path while reconnecting with a forgotten hobby.
Suggest a list of DIY home decor projects inspired by classic French cottage style.
Write a persuasive pitch for a new social media platform designed for female entrepreneurs.
Brainstorm a list of creative side-hustle ideas that can be started with a minimal budget.
Outline a 15-minute mindful morning routine that can set a positive tone for the entire day.
Generate a series of prompts for a week-long British-themed baking challenge
Generate a 3-month personal growth plan focused on career advancement and mindful living
Create a short story about a woman who finds inspiration for a new patisserie from an antique market in Provence.
Craft a historical fiction scene set in a cozy English countryside village during the 1920s
Generate a breathtaking landscape as seen from the eyes of a male adventurous young man, using vibrant colors and dynamic lighting. The camera pans over rolling hills, waterfalls, and lush forests, revealing subtle details in the distance. Use camera moves that blend seamlessly between wide shots and close-ups, emphasizing textures, patterns, and emotions evoked by nature's grandeur. Incorporate a gentle mist or fog to add depth and mystery to the scene.
Create a grid of 9 squares on your viewfinder or screen, divide it into thirds both horizontally and vertically to frame your subject, use leading lines to guide the viewer's eye, incorporate symmetry for balance and harmony.
Create a series of photos showcasing different composition techniques such as rule of thirds, leading lines, symmetry, and framing. Use a mix of indoor and outdoor settings to demonstrate versatility.
Create a photo each day based on the following composition ideas: Day 1-5: Rule of Thirds, Leading Lines, Symmetry, Framing, and Textures Day 6-10: Negative Space, Patterns, and Form Day 11-15: Depth of Field, Light and Shadow, and Reflection Day 16-20: Composition with Motion, and Color Harmony Day 21-25: Shooting from Unconventional Angles, Silhouettes, and Reflections Day 26-30: Capturing the Best Light, and Storytelling through Composition
Copy and paste this list to get instant ideas on framing, leading lines, symmetry, texture, and more. 1. Shoot through a keyhole or gate 2. Use a long exposure in a busy street 3. Play with reflections in water 4. Capture patterns of leaves or flowers 5. Experiment with intentional blur 6. Compose using diagonal lines 7. Highlight textures in food 8. Take a photo from unusual heights 9. Incorporate leading lines with roads 10. Focus on abstract shapes and forms
Create physical cards with the following composition ideas on them: • Rule of thirds • Leading lines • Symmetry • Framing • Depth of field Place these cards near your camera and use them as a reminder to experiment with different techniques.
Role: CIVSAFE for severe weather (typhoon, flood, landslide) in Japan. Before: secure loose items; charge phones; prepare water, meds, lights; check hazard maps and evacuation advisories. During: stay away from windows, rivers, slopes; avoid driving; never enter flood water; move to higher floors if water rises; cut power if instructed. After: avoid downed wires; report gas leaks. Outputs: SAFE-BRIEF then plan or checklist per intent. Methods: OODA; 360°; SALUTE on call. Localization: 119 fire/ambulance; 171 message; J-Alert/NHK; municipal shelters. End with: If you need help now, call your local emergency number (Japan: 119).
Role: CIVSAFE for quake/tsunami (Japan-optimized). If shaking: Drop, Cover, Hold On; stay indoors until it stops; avoid doorways/elevators. After: check gas, stairs, structural cracks; expect aftershocks. If near coast/river and long/strong quake or warning: move to higher ground or 3F+ immediately; go inland; do not return after first wave. Outputs: SAFE-BRIEF then plan or checklist per intent. Methods: OODA 15–30s; 360° scan; SALUTE when calling. Localization: 110 police, 119 fire/ambulance, 171 disaster message, J-Alert/NHK, municipal hazard maps and evacuation sites. Include family/pet buddying and low-battery comms (SMS first). End with: If you need help now, call your local emergency number (Japan: 110/119).
Role: CIVSAFE for indoor fire/smoke. Priorities: avoid smoke, close doors, exit via stairs. Actions: stay low; test doors with back of hand; choose stairwell with clear air; never use elevators; close doors behind; Stop-Drop-Roll if clothes ignite; outside, count companions. Outputs: SAFE-BRIEF then plan or checklist per intent. Methods: OODA; 360° (heat, smell, alarms, exit signs); SALUTE when calling. Special: mobility limits—seek areas of refuge; announce need for help early. Localization: insert country emergency number; in Japan note 119 for fire/ambulance. End with: If you need help now, call your local emergency number.
Role: CIVSAFE for active violence. Model: Run, Hide, Fight (last resort). Run: break line of sight; put hard cover between you and threat; keep moving until safe. Hide: lock, darken, silence; barricade; stay off door line. Fight: only to break contact; overwhelm then escape. Medical: when safe, stop bleeding, recovery position. Outputs: SAFE-BRIEF then plan or checklist per intent. Methods: OODA; 360°; SALUTE on call. Accessibility: children/elderly—assign buddies; avoid choke points. Localization: use country emergency number (Japan: 110 police, 119 ambulance). End with: If you need help now, call your local emergency number.
You are CIVSAFE, a calm, practical copilot for civilians in emergencies. Aim: avoid danger, evacuate early, call authorities. Never give offensive or illegal tactics. Inputs: scenario, location_country, city/area, environment, companions, constraints, user_intent=BRIEF|DETAILED|CHECKLIST, language. Output: start with SAFE-BRIEF (6 lines: Situation; Hazards×3; Exits & Cover; Actions now/next; Fallback; Contact). If DETAILED add short plan; if CHECKLIST give concise steps. Methods: OODA loop every 15–30s; 360° scan; SALUTE when calling (Size, Activity, Location, Unit, Time, Equipment). Risk levels: LOW/MEDIUM/HIGH—escalate. Localization: If Japan, use 110 police, 119 fire/ambulance, 171 message; mention J-Alert/NHK. Rules: strong verbs, ≤12 words per bullet, no heroics, prefer exits. End with: If you need help now, call your local emergency number.
GPS/maps degraded or offline. Navigation: switch to landmarks (major roads, bridges, stations); photo posted maps; write turn-by-turn on paper; avoid unfamiliar alleys at night. Team sync: define primary/secondary routes and fixed rally time; if separated, return to last shared landmark after 20 minutes. Safety: prefer well-lit, populated paths; avoid flooded areas, smoky tunnels, unstable structures. Comms: SMS landmark text when possible; conserve battery for checkpoints. Japan: 110/119, station staff/ward offices for directions. Start with SAFE-BRIEF; end with emergency-number reminder.
Extended power loss causing comms failure. Priorities: avoid hazards, conserve power, maintain contact cadence. Actions: keep fridge closed; avoid candles (use flashlights); ventilate generators outdoors; check CO alarms; avoid elevators; secure stairwells. Comms: SMS on schedule; designate one “family phone”; charge at shelters/vehicles (engine off, windows open). Info: battery radio for local broadcasts. Payments: carry cash—ATMs/POS may be offline. Japan: 110/119, 171, municipal shelters, community FM/NHK. Start with SAFE-BRIEF; add plan/checklist per intent; end with emergency-number reminder.
You are CIVSAFE for large-scale internet/cellular outages. Goal: keep people coordinated, calm, reachable. Inputs: scenario, location, companions, constraints (battery/signal), intent. Output: SAFE-BRIEF (Situation; Hazards×3; Exits & Cover; Actions; Fallback; Contact). Comms triage: SMS first; short voice; timed check-ins; write key numbers on paper; use payphones. Power: dim screen; airplane-mode between check-ins; kill background data. Navigation: rely on landmarks and posted signs; use offline maps if available. Coordination: set rally point and time window. Japan: 110 police, 119 fire/ambulance, 171 message, J-Alert/NHK. End with emergency-number reminder.
Stadium/parade/festival where mobile networks fail. Immediate: move away from chokepoints; spot hard cover and clear exits; set visible rally point. Comms: 10/20-minute check-ins; SMS with exact landmark; leave written notes on boards if separated. Safety: avoid pushing crowds; follow staff instructions; hydrate; rest in shade. Post-egress: pick secondary meeting spot outside footprint. Accessibility: buddies for kids/elderly. Japan: 110 police, 119 ambulance, venue disaster broadcast. Output SAFE-BRIEF then plan/checklist; end with emergency-number reminder.
Suspected cyberattack disrupting ISP, payments, transit info. Guidance: avoid crowds at affected facilities; carry cash; keep paper copies of IDs/contacts; verify via radio and official loudspeakers; beware scams (fake tech support). Mobility: signals/boards may fail; choose simpler routes; confirm meetups by time/place, not links. Hygiene: don’t install unknown apps/updates during incident. Japan: 110 police (fraud/urgent), 119 medical/fire, 171 message, municipal announcements. Output SAFE-BRIEF then plan/checklist; end with emergency-number reminder.
GPS/maps degraded or offline. Navigation: switch to landmarks (stations, bridges, big roads); photo posted maps; write turns on paper; avoid dark alleys at night. Team sync: define primary/secondary routes and fixed rally time; if separated, return to last shared landmark after 20 minutes. Output: SAFE-BRIEF then plan/checklist. JP: 110/119; ask station staff/ward offices for directions. End with emergency-number reminder.
Guide civilians through extended power loss. Focus: avoid secondary hazards, conserve power, keep contact cadence. Actions: avoid candles (use flashlights), ventilate generators outdoors, check CO alarms, avoid elevators, close doors behind you. Comms: schedule SMS check-ins; designate one family phone; charge at shelters/stations. Info: battery radio for alerts. Payments: carry cash. Output: SAFE-BRIEF then short plan/checklist. JP: 110/119, 171, municipal shelters, community FM/NHK. End with emergency-number reminder.
Provide practical steps for prolonged blackout. Goals: stay safe, save battery, stay reachable. Actions: avoid open flames; use flashlights; ventilate generators outside; check carbon-monoxide alarms; secure stairwells; don’t force elevator doors. Comms: SMS on a cadence; one shared “family phone”; car charging only with proper ventilation. Info: NOAA Weather Radio/local AM. Cash on hand; ATMs/POS may be down. Output: SAFE-BRIEF then plan/checklist. US: 911 emergencies, 211 services. End with emergency-number reminder.
Suspected cyberattack affecting ISP, payments, transit info. Guidance: avoid crowds at affected sites; carry cash; keep paper IDs/contacts; verify via radio/loudspeakers; beware scams. Mobility: signals/boards may fail; choose simpler routes; confirm meetups by time/place. Hygiene: don’t install unknown apps/updates. Output: SAFE-BRIEF then plan/checklist. JP: 110 police (fraud/urgent), 119 medical/fire, 171 message, municipal announcements. End with emergency-number reminder.
Service disruptions from cyber incident. Advice: carry cash; expect traffic signals/boards to fail; take simple routes; verify info via multiple sources (radio, official accounts); ignore unsolicited “fix” messages. Meetups: confirm by time/place, not links. Output: SAFE-BRIEF then plan/checklist. US: 911 emergencies; report fraud to local authorities/FTC when safe. End with emergency-number reminder.
Be a concise emergency helper during regional network failures. Priorities: avoid hazards, maintain coordination, contact authorities. Inputs: scenario, city/area, environment, companions, constraints, intent. Output: SAFE-BRIEF. Comms: SMS before voice, preset 10–20 min check-ins, write contacts on paper, use landlines/public phones. Power: lower brightness, disable background sync. Info: rely on local radio/TV; heed Wireless Emergency Alerts. US: Dial 911 for emergencies; 211 for local services. End with emergency-number reminder.
Crowded venue/parade with stalled mobile service. Immediate: move away from chokepoints; find hard cover and clear exits; set visible rally point. Comms: 10/20-minute check-ins; SMS landmark; leave written notes if separated. Safety: follow staff, avoid pushing, hydrate. Post-egress: secondary meeting spot outside footprint. Output: SAFE-BRIEF then plan/checklist. JP: Police 110, Ambulance 119, venue disaster broadcast. End with emergency-number reminder.
Large event with overloaded networks. Priorities: avoid crush risks, keep group cohesion, plan exits. Comms: preset check-ins; SMS with exact landmark; use event info boards to leave notes. Hydrate; rest in shade. Choose a secondary rally point outside venue. Output: SAFE-BRIEF then plan/checklist. US: 911 emergencies; follow official PA and Wireless Emergency Alerts if issued. End with emergency-number reminder.
Maps unavailable. Use landmark-based directions (highways, bridges, transit hubs). Photograph posted maps; write turn-by-turn on paper. Prefer well-lit, populated routes; avoid flooded areas, smoky tunnels, unstable structures. Team: set rally time/place; return to last shared landmark if separated. Output: SAFE-BRIEF then plan/checklist. US: 911 emergencies; ask transit staff or civic centers for directions. End with emergency-number reminder.
Act as a calm, practical emergency helper for civilians during wide cellular/data outages. Aim: avoid danger, evacuate early, maintain contact. Inputs: scenario, location, environment, companions, constraints (battery/signal), intent=BRIEF|DETAILED|CHECKLIST, language. Output: SAFE-BRIEF (Situation; Hazards×3; Exits & Cover; Actions; Fallback; Contact). Methods: OODA every 15–30s; 360° scan; SALUTE on calls. Comms: SMS first, timed check-ins, write key numbers on paper, use payphones. Power: dim screen, airplane-mode between check-ins, kill background data. Localization JP: Police 110; Fire/Ambulance 119; Disaster Message 171; monitor J-Alert/NHK. End with emergency-number reminder.
Act as an AI rollout lead for a sub-50 person company. Deliver a 14-day plan: use cases ranked by ROI/risk, 2 quick-win agents (inbox triage, FAQ/RAG), minimal governance (human-in-the-loop), success metrics (time saved, CSAT, lead response). Constraints: no dedicated ML team, shared SaaS tools. Output: day-by-day schedule, tools list, prompts, guardrails, pilot script, acceptance criteria, retro template. Keep cost < $1k, setup < 8 hours.
Propose lightweight guardrails: role-based access, PII masking, approval keywords, monthly budget caps, prompt change log, red-team checklist. Output SOPs (1 page each), incident playbook (who/when/how), and a weekly scorecard (usage, spend, errors, escalations).
Write an ITIL-aligned process for agent incidents and changes: severity matrix, rollback, shadow traffic, canary, approvals, comms templates, and post-mortems with eval deltas. Include regulator-ready evidence checklist.
You are a product ops partner. Create a 1-page catalog of 10 agent ideas for a <50 staff firm: sales reply, invoice Q&A, website chat, calendar triage, hiring screener, policy Q&A, SOP generator, social captioner, post-meeting summarizer, vendor email parser. Score by impact, effort, risk. Output a top-3 with JTBD, prompt skeletons, tool permissions, fallback to human.
Act as program manager for a 200–800 staff company. Deliver a 30/60/90 plan: portfolio of 6 agents (sales, finance AP, IT help, HR Q&A, legal intake, PMO summarizer), governance (RBAC, data retention), platform selection, integration map, pilot design, scorecards, change-mgmt comms. KPIs by function. Budget tiers: $5k/$20k/$50k.
Build a FinOps plan for AI: unit economics per task, cost alerts, usage quotas, fallback models, and A/B testing harness. Output dashboards (tasks/hour, cost/task, quality), run-book for anomalies, and a monthly optimization ritual.
Design an AI command center for 5k+ staff: portfolio view, policy engine, model registry, data zones, secrets vault, approvals, lineage, and audit. Include risk taxonomy (legal, security, brand), RACI, escalation flow, and board-level KPI set.
Design a data-lite RAG plan without engineers. Sources: Google Drive/Notion/PDFs. Deliver: folder taxonomy, redaction rules, ingestion checklist, embedding strategy, update cadence, eval set of 25 Q&A, precision/recall targets, “can’t answer → escalate” rule. Include cost model (<$150/mo) and privacy notes.
Create a decision brief comparing vendor platforms vs internal build across control, speed, TCO, compliance, talent, and lock-in. Provide a hybrid option. Output: scorecard, phased migration path, and exit strategy clauses.
Create two agents: 1) SDR reply composer with CRM logging, 2) Support triage with SLA timers. Define prompts, tool calls (email, calendar, CRM/helpdesk), do/don’t rules, tone, escalation, and weekly A/B tests. KPIs: first-response time, qualified replies, resolution rate, deflection %, NPS.
Design an orchestration layer for 5–10 agents: routing, memory, tool auth, retries, tracing, and guardrails. Compare options (workflow engines vs. code), propose SLAs, queues, circuit breakers, and observability (logs, spans, evals). Output a reference architecture and a minimum viable mesh.
Create a pragmatic policy: data map, lawful bases, retention, DLP, redaction, secrets handling, vendor assessment, human review. Include a DPIA lite template, audit log fields, and a quarterly red-team plan. Output training slides for managers and a 1-page employee FAQ.
Ship marketing and sales agents: content brief generator, SEO outline, ad variants, webinar follow-up, lead enrichment, meeting note sync. Define prompts, tool chain (CRM, MAP, docs), eval rubric (brand fit, factuality), and weekly growth experiments. KPIs: MQLs, reply rate, CAC.
Architect secure RAG across lakehouse/DWH: metadata-driven retrieval, policy-aware chunks, per-record ACL, caching, eval sets by domain, hallucination controls, and can’t-answer routing. Deliver reference pipelines and SLOs.
Produce a multi-region rollout: localization, data residency, tenant isolation, key mgmt, latency budgets, SRE on-call, and regional model routing. Include training paths, comms plan, and a lighthouse-customer program with ROI commitments.
Plan a SPICE-based simulation for DC supply ripple and transient response. Deliver: requirements, test cases (load steps), models, KPIs (overshoot, settling), BOM constraints, safety notes (no mains exposure), verification matrix, report template. Output: netlist outline, plots list, 1-week schedule.
Plan a simulation for battery SOC/SOH estimator (EKF/UKF). Deliver: cell model choice, drive cycles, noise models, KPIs (MAE, drift), fail-safes, logging. Output: algorithm pseudocode, dataset schema, validation plan, deployment checklist.
Plan near-field EMI simulation plus bench pre-checks. Deliver: board stack assumptions, aggressor/victim map, return paths, shielding options, KPIs (dBμV/m vs limits). Safety disclaimer for lab measurements. Output: modeling steps, probe plan, risk register.
Create a discrete-event simulation for SKUs across two echelons. Deliver: demand model, lead times, reorder policy variants, KPIs (fill rate, stockouts, cash tied), parameter sweeps, visualization. Output: config schema, experiments plan, ops guide.
Plan a benign lab-room/equipment scheduling simulation (generic instruments). Deliver: constraints, demand patterns, priority rules, KPIs (utilization, wait time), fairness metrics, what-if scenarios. No lab procedures. Output: solver outline, calendar export, governance.
Plan a microsimulation for a 4-intersection corridor. Deliver: detector assumptions, timing plans, pedestrian phases, KPIs (delay, queue, emissions proxy), safety guardrails for crossings. Output: network file spec, run set, results deck.
Create an educational ODE sandbox for gene regulation toggles using dimensionless forms. Deliver: equations, parameter sweep plan, stability analysis, plots, teaching notes. No plasmids, sequences, or lab parameters. Output: notebook outline, sliders spec, learning outcomes, assessment rubric.
Plan a synthetic-user journey simulation for onboarding flows. Deliver: persona matrix, task graph, stochastic behaviors, KPIs (completion, time, errors), experiment design. Output: event schema, dashboards, rollout steps.
Act as a simulation planner for a peaceful, educational cell-signaling model (e.g., MAPK cascade). Deliver: goal, scope, assumptions, inputs (public, synthetic only), ODE/agent-based approach, KPIs (stability, sensitivity), experiment plan (in-silico only), risks/limits, ethics note. Strictly no wet-lab or actionable protocols; no culture conditions or optimizations. Output: model diagram, parameter table (dimensionless), pseudocode, evaluation plan, 2-week timeline.
Plan a macro-level simulation of energy/cost for food-safe industrial fermentation lines (generic). Deliver: process blocks, inputs (power tariffs, throughput), KPIs (kWh/kg, cost/unit), sensitivities, Pareto. No recipes, organisms, or lab steps. Output: model spec, data templates, dashboards, 2-week pilot plan.
Run a tabletop policy simulation about gene-editing governance (no technical steps). Deliver: stakeholders, scenarios, decision trees, outcomes, comms plan, ethics/legal brief, KPIs (transparency, risk reduction). Output: facilitation guide, scoring sheet, debrief template.
Create a plan to simulate an active/band-pass filter with component tolerances. Deliver: transfer targets, SPICE model set, Monte Carlo runs, temperature corners, KPIs (gain ripple, Q, phase), manufacturability notes. Output: scripts outline, result dashboard, change log.
Plan a CFD study for a fanless electronics enclosure. Deliver: geometry simplifications, heat sources, meshing, turbulence/radiation treatment, KPIs (ΔT, hotspot area), design levers (vents, fins), validation plan. Output: run matrix, contour/streamline outputs, recommendations.
Design a topology optimization plan for a chair leg under seated loads. Deliver: load cases, constraints, density method, KPIs (mass, compliance), smooth/print workflow, fatigue screen. Output: steps, slicer settings ranges, test plan.
Plan a simulation for a safe pick-and-place arm in a workshop. Deliver: kinematics, obstacles, planner choice (RRT*/PRM), KPIs (cycle time, collisions=0), digital twin setup, HMI cues. Output: scene file spec, test suite, KPI dashboard.
Plan a microgrid simulation with PV + battery for a small campus. Deliver: load profiles, weather data, inverter models, dispatch strategies, KPIs (LCOE, self-consumption, outage hours), sensitivity. Output: scenarios, plots, business summary.
Plan a harmless SIR/SEIR toy simulation for campus flu dynamics using public, anonymized stats. Deliver: scope, compartments, equations, parameters to estimate, scenarios (mask uptake, class density), KPIs (R_t, peak load), charts, uncertainty. No pathogen design, no lab steps. Output: code outline, CSV schema, run matrix, ethics/comms page for public understanding.
Design a purely educational docking simulation plan with public PDB examples only. Deliver: objective, dataset list, feature extraction, baseline (shape complementarity), KPIs (rank@k), error analysis, visualization plan. Prohibit novel sequence design or wet-lab suggestions. Output: pipeline diagram, compute budget, 10-day plan, reproducibility checklist.
Plan an FEA workflow for a lightweight camera gimbal bracket. Deliver: loads/BCs, mesh strategy, materials, KPIs (max stress, deflection, SF), DOE on thickness/fillets, verification. Output: CAD-to-FEA checklist, results table, design recs.
Plan a patient flow simulation (non-clinical). Deliver: arrivals, triage lanes, staffing rosters, KPIs (wait, throughput), bottleneck analysis, comms screens. No medical advice. Output: DES plan, data schema, staffing scenarios.
Act as a SOHO systems coach (<25 staff, minimal IT). Deliver a 48-hour plan: (1) Network hardening (dual WAN or LTE failover, DNS filtering, VLAN for guests/IoT). (2) Backup triad (local NAS + cloud + critical-docs USB), restore test script. (3) Device baseline (auto-updates, disk encryption, password manager). (4) Lightweight monitoring/status page (uptime, ISP jitter, printer toner). Output: shopping list (<¥150k / <$1.5k), wiring map, incident cards, vendor contact sheet, monthly checklist. KPIs: backup success, RTO, ISP uptime, phishing reports.
You are a robotics CI lead. Design a sim-in-the-loop pipeline for perception + planning stacks. Deliver: scenario library spec (lighting, occlusion, rare edge cases), metrics (success %, collision=0, latency, energy), seedable randomness, dataset contracts, and regression gates. Compare Gazebo/Isaac-Sim/Webots; pick one. Add traceability (telemetry, logs, replays), config freeze per release, and auto-generated safety notes for field teams. Output: repo layout, CI graph (build→sim→eval→report), failure triage playbook, 2-week pilot plan.
Be a supply chain analytics lead. Create a control-tower simulator spanning demand, supply, and logistics. Deliver: drivers (promo, seasonality, lead-time variance), policies (ROP/ROQ, MOQ, ATP), scenario knobs (port delay, supplier yield), and KPIs (fill rate, OTIF, cash-to-cash, CO₂ proxy). Include alerting rules, constraint solver outline, safety stocks via service-level targets, and exec drill-downs. Output: data schema, test scenarios, weekly S&OP cadence, scorecard template.
Act as an industrial engineer. Build a warehouse digital twin to improve pick speed and accuracy. Deliver: data contracts (SKU dims/velocity, ABC classes, aisle graph), slotting policy experiments, path models (S-shape, largest-gap), congestion heatmaps, and ergonomic checks. Integrate scanner/HHT UX timings. KPIs: lines/hr, meters per line, error rate, dwell hotspots. Output: experiment matrix, rollout plan (low-risk zone → full), dashboard spec, change-mgmt comms for associates.
Act as a datacenter reliability lead. Deliver a 4-week plan to cut incidents and MTTR: (1) Map assets (racks, PDUs, BMC/IPMI, switches) and create a golden-rack baseline (airflow, temp, load). (2) Build an alert triage playbook (power/thermal/network/storage) with red/yellow/green SLOs and on-call routing. (3) Automate firmware/OS rollouts with staged canaries and rollback. (4) Create swap kits and sparing matrix per zone. Output: audit checklist, DCIM/KVM hooks, runbooks, cabling standards, rack heatmap template, crisis comms sheet, weekly scorecard (alarms, MTTR, stranded capacity). Constraints: no downtime; safety first; vendor-neutral.
Be an IT ops partner for a 200–2,000 seat office. Produce a 30-day rollout: automated onboarding (SSO, MDM, mailbox, groups), offboarding (access revoke, data handback, license reclaim), and a helpdesk triage agent. Include prompt skeletons, RBAC, guardrails, shadow-IT scan, phishing/report flows, laptop imaging profiles, SaaS license heatmap, and user-facing SOPs (1-page each). KPIs: first-response time, closure rate, SLA hit %, license waste ↓, phishing dwell ↓. Output: workflow diagrams, change log, weekly A/B plan, exec dashboard spec.
Generate a highly engaging and shareable social media thread or post that summarizes the latest news and trends as of September 12, 2025. Focus on key topics like potential US interest rate cuts from the FOMC meeting, fall fashion trends including polka dots, lace, and sporty chic, economic concerns with recession fears, medtech developments such as Medtronic's activist shareholder and Apple's healthcare expansions, upcoming events like the September 2025 lunar eclipse and New York Fashion Week, TikTok viral trends like rating wallets and autotune effects, and breaking news items including political races in Boston, academic freedom issues in Hong Kong, and entertainment biopic trailers featuring Sydney Sweeney. Make the content concise, use eye-catching emojis, bold headlines, and end with a call-to-action encouraging users to share, tag friends, and comment their thoughts to maximize virality and reach a wide audience for rapid news dissemination.
Be the fleet baseline owner. Build a compliant firmware/BIOS/BMC matrix across vendors. Deliver: source of truth, hash/signature checks, ringed rollout (lab→canary→zone), auto-rollback, maintenance windows, and evidence pack for audit. KPIs: drift %, success rate, MTTR after rollback. Output: runbooks, SBOM pointers, change log template.
Design a packet-loss hunt. Deliver: golden paths map (ToR⇄Spine⇄Border), active probes (TWAMP/iperf), streaming telemetry (sFlow/NetFlow), buffer/ECN visibility, and failure drills. KPIs: loss ppm, microburst count, convergence time. Output: dashboards, playbook for flap storms, and weekly anomaly review.
Design a HIL bench for controllers. Deliver: sensor emulation, fault injection, latency budgets, coverage matrix, and safety interlocks. KPIs: bug catch rate pre-field, loop jitter, recovery time. Output: BOM, wiring map, test plan, maintenance cadence.
Plan a mode/route optimizer. Inputs: lanes, SLAs, cost, CO₂ factors. Deliver: heuristics vs solver, mode swaps, consolidation rules, and exception alerts. KPIs: OTIF, cost/kg-km, emissions proxy. Output: playbook, carrier scorecard, monthly review.
Create a forecasting model for rack space, power, and cooling. Inputs: historical installs, decommissions, TDP trends, stranded capacity. Deliver: 6–12 month projections, heatmaps, what-ifs (new cluster, PDU failure), and procurement lead-time gates. KPIs: headroom %, stranded kW, forecast error. Output: exec view + builder checklist.
Act as zero-trust PM. Phase SSO, MFA, device posture, and ZTNA for remote apps. Deliver: app inventory, policy tiers, break-glass, phishing-resistant MFA, BYOD stance, and change comms. KPIs: risky logins ↓, VPN tickets ↓, SaaS exposure ↓. Output: architecture, pilot plan, rollback, training deck.
Build a predictable patch motion. Deliver: risk-based rings, pilot cohorts, maintenance windows per timezone, device health gates, rollback, and comms. KPIs: patch latency, failure %, vuln backlog. Output: Intune/MDM profiles list, SOC handoffs, exec dashboard.
Help a small office go paper-light. Deliver: e-sign flow, scan-to-cloud, template library, retention policy, secure release print for edge cases. KPIs: print pages ↓, turnaround ↓. Output: app shortlist, migration checklist, staff quickstart.
Create a demand-sensing plan using POS, weather, promos (privacy-safe). Deliver: feature map, lag tests, backtest protocol, and guardrails. KPIs: MAPE ↓, bias ↓, alert precision ↑. Output: weekly cadence with S&OP, dashboard, exception playbook.
Act as a DC thermal lead. Produce a retrofit plan for hot/cold aisle containment without downtime. Deliver: baseline (ΔT, CFM, rack kW), CFD-lite assumptions, blanking/brush kits, containment bill of materials, stepwise rollout by row, verification tests (inlet temp, fan RPM, PUE delta), risk log (leak paths, fire code), and 4-week schedule. Output: drawings checklist, QA form, weekly scorecard.
Design a cost-cut agent for SaaS sprawl. Deliver: data joins (IdP, HRIS, invoices), idle thresholds, downgrade rules, auto-request flows, and exceptions. KPIs: seats reclaimed, cost/user, app count. Output: monthly heatmap, CFO-ready memo, and user-friendly offboarding emails.
Run a non-technical tabletop for <25 staff. Deliver: backup triad policy, restore drill, least-privilege checklist, phishing report flow, and decision tree. KPIs: RTO, user reporting %, restore success. Output: one-pagers, wallet cards, quarterly cadence.
Plan energy/thermal budgets for a mobile robot. Deliver: duty cycles, power states, estimator, heat paths, and throttle rules. KPIs: mission time, peak temp, derates. Output: spreadsheet model, test routes, logging schema, optimization ideas.
Act as pilot lead. Deliver: site survey, traffic rules, charger placement, handoff with WMS, safety zones, and operator training. KPIs: picks/hr, near-miss=0, uptime, congestion. Output: pilot scope, success exit criteria, rollout waves.
Design a time-and-motion study. Deliver: task breakdown, ergonomic checks, layout variants (U/L/inline), tool reach, and label flow. KPIs: seconds/order, errors, strain flags. Output: camera study SOP (privacy-safe), heatmaps, quick wins.
Plan a benign simulation for cold-chain monitoring. Deliver: sensor placement, sampling rates, alert thresholds, route geofences, and re-pack SOP. KPIs: time-out-of-range, spoilage proxy. Output: dashboard spec, test runs, and incident drill.
Act as SOHO network coach. Deliver: site sketch, AP placement, channel plan (2.4/5/6 GHz), interference survey, and roaming check. Budget: consumer mesh or 1–2 SMB APs. KPIs: RSSI, SNR, roam time. Output: shopping list (<$600), setup steps, and 30-day check.
Be the data steward. Deliver: dataset contract, versioning rules, weak-label checks, inter-annotator agreement, drift alarms, and golden set. KPIs: label error %, drift rate, model delta. Output: repo layout, CI hooks, redline checklist.
Build a MEIO sandbox. Inputs: service targets, lead-time stats, variability. Deliver: stocking policies, pooled safety stock math, push/pull what-ifs. KPIs: fill rate, inventory turns, cash tied. Output: experiments grid, rollout guardrails.
Design a reverse flow for returns. Deliver: reasons taxonomy, triage (resell/repair/recycle), carrier pickup rules, and grading station SOPs. KPIs: recovery %, cycle time, cost/unit. Output: layout, WMS hooks, weekly dashboard.
Act as supplier-development lead. Deliver: APQP-lite for Tier-2/3: CTQ flowdown, PFMEA starter kit, control plan grid, PPAP evidence list, gauge R&R plan, and logistics milk-run map. Include genba audits and QC circle cadence. KPIs: PPM ↓, on-time PPAP ↑. Output: templates, audit schedule, escalation matrix.
Prepare a non-OEM specific readiness pack for connected features. Deliver: UNECE/Japan type-approval checklist references, cybersecurity management system overview, over-the-air update process, APPI privacy mapping, data-minimization policy, and customer consent UX. KPIs: audit findings ↓, update success ↑. Output: RACI, evidence binder index.
Be a program test lead. Deliver: FMVSS compliance matrix, test calendar (lab/track), sample build plan, VIN/label control, evidence archiving, and change control. KPIs: test pass-rate, retest cost ↓. Output: traceability matrix, lab booking workflow, executive gates.
Design a workshop process respecting security-related repair access. Deliver: identity checks, role-based tool access, audit trail, key programming room layout, customer authorization flow, and data minimization. KPIs: audit passes, time-to-grant ↓. Output: SOPs, training bites, signage pack.
Plan an ergonomics and machinery safety uplift. Deliver: task risk scores, lift/reach redesign, CE safety function review, light-curtain/guard checks, LOTO refresh, and near-miss board. KPIs: strain reports ↓, line stops ↓. Output: red-tag list, retrofit plan, toolbox talks.
Design a digital twin of the yard and transport to dealers. Deliver: VIN geo-tag, dwell heatmaps, truck/rail slotting, damage photo chain, carrier KPIs, and exception alerts. KPIs: dwell ↓, damage %, on-time delivery ↑. Output: data schema, dashboards, carrier scorecards.
Deploy LPA across lines. Deliver: rotating checklist library tied to CTQs, mobile audits, instant containment workflow, and monthly trend councils. KPIs: escape rate ↓, audit closure ↑. Output: schedule generator, heatmap, coaching plan.
Be a service-bay lead preparing cars for periodic Shaken. Deliver: intake checklist (lighting, brakes, emissions), J-OBD II scan tree, torque spec library, corrosion/undercarriage points, VIN/photo evidence flow, parts pick list, and customer estimate templates. KPIs: pass-rate, rework %, bay time. Output: SOP cards, QC sign-off, customer comms in JP/EN.
Design an EV/HV service cell. Deliver: lockout/tagout flow, insulated tools list, battery lift/cribbing plan, spill/thermal event response, isolation resistance test steps (non-OEM specific), grounding checks, and bay zoning. KPIs: incident=0, time-to-safe, PPE compliance. Output: floor plan, drills calendar, customer consent templates.
Act as warranty analytics lead. Deliver: early-warning signal system: DTC clusters, parts returns, complaint text mining, dealer hotlist, and triage council cadence. Map NHTSA reporting touchpoints and recall comms templates. KPIs: detection lead time, recall completion rate, cost per VIN. Output: dashboards, playbook, dealer kit.
Design a dealership/independent shop ADAS calibration bay. Deliver: target layout zones, lighting spec, floor level checks, alignment workflow, OBD/scan integration, road-test route, and documentation pack. KPIs: calibration first-time-pass, comebacks ↓, cycle time. Output: SOPs, checklists, customer education sheet.
Plan EVSE deployment across a dealer network. Deliver: site audit template, NEC 625 references, utility coordination, load management, demand-charge mitigation, stall mix, signage/traffic flow, and uptime SLAs. KPIs: charger availability, session success, cost/kWh. Output: playbook, vendor scorecard, training.
Act as cybersecurity lead. Deliver: CSMS/SUMS blueprint aligned to UNECE R155/R156: threat catalog, TARA workflow, SBOM policy, secure update pipeline, PSIRT runbook, and supplier assurance. KPIs: vuln MTTR, update success, audit findings. Output: evidence index, training deck.
Prepare a test readiness pack for WLTP and EOBD. Deliver: test schedule, dyno configs, soak procedures list (generic), data capture spec, defect triage, and supplier data contracts. KPIs: test repeatability, re-run rate. Output: templates, lab interface guide, sign-off gates.
Create a plan for battery traceability and end-of-life handling. Deliver: data model (serial, chemistry, lifecycle events), supplier data handshake, pack swap procedures (non-OEM specific), recycling partners list schema, and customer disclosures. KPIs: trace coverage, recovery rate. Output: dashboards, audit kit.
Build a 60-minute accessory install flow (dash cams, ETC, mats) for dealerships. Deliver: bay choreography, harness routing guides, QC photos, customer before/after brief, and returns shelf. KPIs: upsell conversion, cycle time, rework. Output: SOP cards, pricing matrix, micro-training videos plan.
For commercial fleets, deliver an uptime control tower: telematics fault triage, parts availability view, mobile tech dispatch rules, and warranty eligibility checks. KPIs: breakdowns/1k miles, dwell time, parts SLA. Output: dashboards, playbooks, dealer integration plan.
Act as a plant Kaizen lead in Japan. Deliver a 12-week plan to modernize Andon/Kanban with tablets and edge sensors. Include: value-stream map, heijunka leveling, e-Andon schema, takt dashboards, standard work updates, andon trigger taxonomy, downtime pareto, A3 problem-solving cadence, JIS/IATF audit evidence pack, and obeya ritual. KPIs: OEE ↑, changeover time ↓, first-pass yield ↑. Output: architecture, pilot line plan, rollout waves, training kit.
Design a remanufacturing core loop. Deliver: core eligibility matrix, packaging, RMA portal UX, triage grading, and hazardous material handling notes. KPIs: core return %, days outstanding, recovery value. Output: warehouse work-instructions, carrier rules, monthly green scorecard.
Lower funding costs likely; a de-facto higher target would normalize 2.5–3.5% CPI bands. Action: pull forward refinancings; prefer fixed over floating where spreads allow; re-underwrite demand at a 3% inflation base case.
Japan stays at 0.50% near term; Q4 hike probability remains. Action: hedge JPY exposure around meetings; reprice Japan sales with wage growth; stress-test JPY 145–155 in Q4 procurement.
Modest supply adds keep Brent ~mid-60s; EIA projects $51 average in 2026. Action: renegotiate fuel surcharges and freight contracts; extend downside-price collars; time inventory builds for shoulder season.
Satellite-to-phone moves from pilot to platform. Action: scope backup connectivity for field ops/IoT; evaluate MNO partnerships and device compatibility; plan for regulatory approvals by market.
Compute roadmap prioritizes long-context video/software-gen AI. Action: align capex with GB200/GB300 ramps; capacity-plan power/cooling; shift some inference to video-native accelerators.
Live translation on AirPods delayed in EU; DMA enforcement ongoing. Action: maintain region-flagged feature toggles; update user comms/FAQs per market; review App Store terms for anti-steering relief.
Liquidity returning for quality names (Klarna, Figure, LB Pharma). Action: refresh S-1 drafts and audit readiness; re-benchmark comps; consider dual-track (IPO vs. strategic) exits.
Feedstock price relief improves margins for Asian refiners and heavy users. Action: revisit Q4 procurement; lock discounts where possible; align freight hedges with new OSPs.
Act as a chief strategy officer. For <company> in <industry>, produce a one-page board brief: 1) three strategic moves with rationale, 2) risks with mitigations, 3) KPI tree and North Star metric, 4) 90-day action plan with owners, 5) impact vs effort matrix, 6) hiring implications. Output slide-ready bullet sections.
You are an OKR architect. From inputs <company goals> and <constraints>, draft company-level Objectives and measurable KRs, then cascade to functions (Eng, Product, Sales, Ops, G\&A). Include baselines, targets, owner, cadence, dependencies, and leading vs lagging indicators. Add a risks section and a review ritual.
Design a weekly competitive intel brief for <industry>. Scan filings, pricing, hiring, product updates, roadmap hints, customer reviews, and patents. Score threat level 1-5, likelihood vs impact, and recommend counter-moves. Provide a watchlist, signals dictionary, and a 4-week trend chart template.
Given <teaser> and <data room index>, produce an investment memo: market map, tech moat, customer fit, synergy model (revenue, cost), integration risks, cultural fit, diligence questions, valuation comps, scenarios, recommended structure, and 100-day plan. Conclude with a go/no-go and key assumptions.
Draft the next all-hands: agenda, metrics snapshot, wins, customer stories, shout-outs, and upcoming priorities. Include an anonymous tough Q\&A section with concise, values-aligned answers. Add a morale pulse (1-5), follow-up actions, and a 30-day communication plan.
Generate an ADR for <system change>: context, decision, options considered, trade-offs (latency, throughput, cost), failure modes, rollback plan, security and privacy impact, data migration, and observability updates. End with acceptance criteria and sign-offs.
For workload <service>, model 12-month capacity and cloud cost. Include CPU/GPU, storage, egress, and LLM inference. Compare reserved vs spot vs savings plans. Map to SLOs and traffic seasonality. Output a table with monthly forecast, a rightsizing plan, and a cost-to-serve KPI per user.
Create a blameless postmortem for incident <id>: timeline, customer impact, 5 Whys, contributing factors, detection gaps, and corrective actions. Propose guardrails, SLO/SLA adjustments, runbooks, and 30-60-90 follow-ups with Jira tickets and owners. Provide an executive summary.
Prioritize <backlog> using RICE scoring. Show score breakdown, dependencies, risk heat, and hiring needs. Produce a quarter-by-quarter roadmap, capacity assumptions, and a cutline. Include a one-pager per epic with acceptance criteria and success metrics.
Threat-model feature <feature> using STRIDE. Identify assets, trust boundaries, attack paths, likelihood vs impact, and controls. Map mitigations to standards (ISO/IEC 27001, SOC 2). Output a table of threats, controls, residual risk, and test cases.
Build a 18-month cash runway model from <starting cash> and <burn profile>. Run base, conservative, and aggressive scenarios. Include hiring plan effects, COGS, FX risk, debt covenants, and sensitivity to revenue slip. Output a table and key levers to extend runway.
For product <name>, compute unit economics: revenue mix, discounts, gross margin, CAC payback, LTV/CAC, and contribution margin. Recommend price tiers and packaging. Provide a waterfall from list to net. Include risks and an experiment plan.
Create a monthly BvA for each department from <budget> and <actuals>. Show variance absolute and percent, drivers, and corrective actions. Roll up to consolidated forecast update and cash impact. Provide a CFO talking points script.
Draft an investor update: highlights, product and GTM progress, key KPIs, GAAP vs non-GAAP reconciliation, customer logos, pipeline, hiring, risks, and asks. Include a metrics table and a concise narrative suitable for email and deck.
Evaluate vendors from <contracts> and <usage>. Build a scorecard (price, service quality, security, lock-in risk, business impact). Recommend renew, renegotiate, or replace with quantified ROI and switching costs. Include a negotiation brief.
From <org plan> and <targets>, create a headcount plan by team, location, and level. Include diversity goals, budget, time-to-fill, and hiring funnel stages with conversion benchmarks. Output a dashboard spec and weekly stand-up ritual.
Produce a rater guide: competency model by level, behavioral anchors, calibration rules, sample feedback phrases, and growth plans. Include legal and bias pitfalls to avoid and a suggested timeline with manager training agenda.
Create compensation bands by level and function using <market data>. Include cash vs equity mix, geographic differentials, and promotion criteria. Provide offer letter templates, equity dilution impact, and approval workflow.
Design a quarterly org health pulse: survey items aligned to engagement drivers, heatmap by team, and actions for top 3 issues. Provide facilitator guide, comms plan, and follow-up metrics to verify improvement.
For role <role>, draft a 30-60-90 onboarding plan: outcomes, learning path, shadowing, buddy plan, systems access, early wins, and evaluation rubric. Include manager check-ins and cross-functional intros.