30 things you can do right now
With AI today, you can do everything from generating unique artwork and writing stories to automating emails, analyzing data trends, creating music, translating languages, and even helping you learn new skills. AI can also optimize your workouts, brainstorm ideas, manage schedules, build personalized shopping recommendations, assist with coding, draft social media posts, enhance photo editing, generate voiceovers, improve cybersecurity, and conduct market research.
Writing a Poem
“You are an everyday commuter, writing a poem on the subway to capture the beauty of an ordinary morning. Use the style of Dr. Seuss, with four short stanzas that reflect simplicity and appreciation for the little things in life.”
Creating a Blog Post
“You are a local event blogger, writing about a quirky circus-themed party hosted by a small business in town. Write a blog post that captures the vibrant atmosphere, from the fire breathers to the vintage carnival games, and how the community came together for the event. Make it lively and fun, about 500 words long.”
Composing Letters (Formal)
“You are a customer relations manager writing a formal letter to a client who recently experienced an issue with their order. Apologize for the inconvenience and offer a solution, while maintaining a professional and empathetic tone. Keep it under 300 words.”
Summarizing Text
“You are a professional summarizer tasked with condensing complex information into clear, concise points. Summarize the following email about engine propulsion developments for a team working on an aerospace project. Provide the summary in point form, maintaining all key technical details.”
Email:
Subject: Latest Developments in Engine Propulsion
Team,
After a thorough analysis of the dual-combustion cycle systems, we’ve observed that the hybrid propulsion model, which incorporates both liquid-fueled and ion thrusters, has shown a significant increase in efficiency during high-velocity ascents. By optimizing the bipropellant mixture ratio and adjusting the nozzle design, we’ve managed to reduce specific fuel consumption by nearly 8%, without compromising thrust output.
Additionally, our simulations indicate that using pulse detonation engines (PDE) in conjunction with the Hall-effect thrusters can enhance overall impulse control, particularly during low-gravity orbital adjustments. However, we need to address the thermal management issues caused by prolonged PDE operation. The thermocouples have been exhibiting higher-than-expected wear rates under these extreme temperature fluctuations.
Lastly, we’ve integrated an active cooling system directly into the fuel injection manifold, allowing for better temperature regulation during sustained burns. This system has decreased the likelihood of injector clogging, ensuring smoother transitions between propulsion phases.
I’d like each of you to review these findings in preparation for next week’s system test. Let’s focus on refining the detonation timing sequence to further optimize impulse control.
Best,
Dr. Raynor
Fixing Grammar and Spelling
“You are an expert editor tasked with proofreading an important press release for a tech startup. The release has several grammatical errors and awkward phrasing. Correct the grammar, spelling, and improve the flow, ensuring a professional tone. The document should be under 300 words.”
Press Release (with errors):
We are really excited to announce that TechNex Innovations, a company known for being a leader in AI-driven solutions, have launched their newest software product, which brings revolutionary new capabilities. This software is designed to streamline business processes and make productivity better. The platform provides advance analytics, AI-powered decision making, and customizable workflows that adapts to the specific needs of all clients.
Our team have worked tirelessly to ensure that the platform is intuitive and easy to use. Built-in automation tools will help businesses reduce time-consuming tasks by up to 40%. The software is cloud-based, so teams can collaborate and access critical data from anywhere, in real-time.
“We think this platform will transform how companies operates, making them more agile and able to quickly respond to market changes,” said John Smith, CEO of TechNex Innovations.
Despite challenges last year, TechNex continues to grow and innovate. We look forward to see how this product will help clients achieve their business goals.
For more informations, please contact us at info@technex.com or visit our website at www.technexinnovations.com.
Translating Languages
“You are a professional translator specializing in ancient languages. Translate a short paragraph from [English] to [Latin] about the latest fashion trends for winter. Ensure the translation is accurate while maintaining a sophisticated and timeless tone.”
English:
“This winter, fashion trends are embracing warmth and elegance. Long coats made of wool and cashmere are popular, offering both comfort and style. Neutral colors like beige and grey dominate, while bold accessories bring life to simple outfits. Layering remains essential, combining scarves, gloves, and hats to create both practical and fashionable looks.”
Latin:
“Hoc hieme, inclinationes vestium calorem ac elegantiam amplectuntur. Longae tunicae ex lana et casimiro populares sunt, commoditatem et stilum simul praebentes. Colores neutri ut beige et cinereus dominantur, dum audaces accessiones vitam simplicibus vestibus dant. Stragulatio essentialis manet, fulares, chirothecas et galerias coniungens ad species et utiles et urbanas creandas.”
Korean:
“이번 겨울, 패션 트렌드는 따뜻함과 우아함을 받아들이고 있습니다. 울과 캐시미어로 만든 긴 코트가 인기를 끌며, 편안함과 스타일을 동시에 제공합니다. 베이지와 회색 같은 중립적인 색상이 주를 이루고 있으며, 대담한 액세서리가 간단한 옷차림에 생기를 불어넣습니다. 스카프, 장갑, 모자를 결합한 레이어링은 실용적이면서도 패셔너블한 룩을 완성하는 데 필수적입니다.”
Persian (Farsi):
“در این زمستان، ترندهای مد گرما و ظرافت را در آغوش میگیرند. کتهای بلند از پشم و کشمیر محبوب هستند و هم راحتی و هم سبک را فراهم میکنند. رنگهای خنثی مانند بژ و خاکستری غالب هستند، در حالی که اکسسوریهای جسورانه به لباسهای ساده زندگی میبخشند. لایهلایه کردن همچنان ضروری است و با ترکیب شال، دستکش و کلاه، ظاهری هم عملی و هم مد روز ایجاد میکند.”
Solving Math Problems
“You are a brilliant mathematician helping a student with calculus.
Solve the following problem:
Find the derivative of f(x)=3×2+5x−4f(x) = 3x^2 + 5x – 4f(x)=3×2+5x−4.
Show each step clearly, and explain the process in simple terms for the student to understand.”
Generating Creative Stories
“You are an eccentric storyteller writing a bedtime story for a group of adventurous kids. Create a fun and imaginative tale about a talking tree that helps animals navigate a magical forest filled with hidden treasures. Make the story exciting but lighthearted, around 500 words.”
Writing Code
“You are a seasoned web developer tasked with creating an HTML file that uses JavaScript to calculate the factorial of a given number. The page should include a simple input form and display the result when the user submits the number. Ensure the code is well-commented to help junior developers understand how it works.”
Debugging Code
Debugging Code
“You are a skilled software engineer helping a junior developer debug a JavaScript function that is supposed to validate an email address. Review the provided code, identify any errors, and explain the necessary corrections step by step.”
function validateEmail(email) {
// Regular expression for validating an email
var regex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-z]{2,4}$/;
// Check if the email matches the regex
if (regex.test(email) = true) { // Problem 1: Incorrect assignment operator
return “Email is valid!”;
} else {
return “Email is invalid!”;
}
// Missing return statement for invalid emails (Problem 2)
}
// Example usage
console.log(validateEmail(“example@example.com”)); // Expected output: “Email is valid!”
console.log(validateEmail(“invalid-email@.com”)); // Expected output: “Email is invalid!”
Writing Social Media Posts
“You are a social media manager for a trendy café. Create a catchy Instagram post promoting a new seasonal drink, including a brief description, hashtags, and a call-to-action to encourage followers to visit the café. Keep it engaging and fun!”
Creating Factual Questions – Trivia Expert + Quiz Master
“You are a trivia expert with a strong background in history, preparing for an upcoming quiz competition. Provide concise answers to factual questions, along with brief explanations of their significance. Make sure your responses are accurate and informative.”
“You are a quiz master specializing in trivia. Create factual questions for a trivia game, asking them one by one and waiting for the answer before proceeding to the next question. After each answer, provide feedback by telling the player if they got it right, and be encouraging regardless of the answer. Ensure the questions are engaging and cover a variety of topics.”
Creating Dialogue for Characters
“You are a screenwriter developing a scene for a film. Write a dialogue between two characters who are old friends reuniting after many years apart. Capture their emotions, nostalgia, and any underlying tension. Make it engaging and true to their personalities.”
Generating Ideas for Projects or Topics
“You are a brainstorming facilitator leading a creative workshop. Generate five innovative project ideas for using technology to improve environmental sustainability. Make them diverse and actionable.”
Providing Explanations on Complex Concepts
“You are a science communicator simplifying complex topics for the general public. Explain the concept of black holes in a way that is easy to understand, using analogies and avoiding technical jargon.”
Drafting Resumes and Cover Letters
“You are a career coach helping a client craft their resume. Use their experience in customer service and leadership to highlight their skills and achievements, ensuring it’s concise and impactful.”
Creating Outlines for Essays or Articles
“You are a writing tutor assisting a student with their research paper on climate change. Create a detailed outline that includes key points, arguments, and supporting evidence.”
Rewriting or Paraphrasing Text
“You are a copywriter tasked with rewriting a marketing slogan to make it more engaging. The original slogan is: ‘Our coffee is the best choice for your mornings.’ Create a fresh version that captures the same essence.”
Conducting Role-Playing Exercises
“You are a professional trainer conducting a mock interview for a job candidate. Prepare a list of challenging interview questions and provide feedback on the candidate’s answers.”
Providing Book or Movie Recommendations
“You are a movie buff recommending films to someone who loves sci-fi and fantasy. Suggest three movies and provide a brief explanation of why each one is a must-see.”
Generating Lists
“You are a productivity expert creating a list of essential items for a minimalist home office setup. Include practical items that promote efficiency and comfort.”
Offering Suggestions for Travel Itineraries
“You are a travel advisor creating a three-day itinerary for a family visiting Paris. Include must-see attractions, local dining spots, and fun activities for kids.”
Simulating Conversations or Debates
“You are a debate coach facilitating a discussion on climate change policy. Simulate a conversation between two opposing viewpoints, ensuring each side presents strong arguments.”
Performing Calculations and Conversions
“You are a math tutor helping a student with unit conversions. Convert 10 kilometers to miles and explain the conversion process step by step.”
Assisting with Research by Gathering Information
“You are a researcher compiling data on renewable energy sources. Provide a summary of the current state of solar energy technology and its benefits.”
Creating Fictional Characters or Settings
“You are a novelist creating characters for a fantasy story. Develop two unique characters with distinct backgrounds, motivations, and personality traits.”
Explaining Historical Events or Figures
“You are a history teacher summarizing the significance of the Industrial Revolution. Explain its impact on society and economy in an engaging manner.”
Writing Technical Documentation
“You are a technical writer creating user documentation for a new software application. Outline the key features and include step-by-step instructions for installation.”
Developing Step-by-Step Instructions
“You are a DIY expert creating a guide for building a birdhouse. Provide clear, step-by-step instructions that beginners can easily follow.”
Generating Jokes or Puns
“You are a comedian preparing for a stand-up routine. Create three light-hearted jokes or puns related to everyday life.”
Writing a Poem
“You are an everyday commuter, writing a poem on the subway to capture the beauty of an ordinary morning. Use the style of Dr. Seuss, with four short stanzas that reflect simplicity and appreciation for the little things in life.”
Creating a Blog Post
“You are a local event blogger, writing about a quirky circus-themed party hosted by a small business in town. Write a blog post that captures the vibrant atmosphere, from the fire breathers to the vintage carnival games, and how the community came together for the event. Make it lively and fun, about 500 words long.”
Composing Letters (Formal)
“You are a customer relations manager writing a formal letter to a client who recently experienced an issue with their order. Apologize for the inconvenience and offer a solution, while maintaining a professional and empathetic tone. Keep it under 300 words.”
Summarizing Text
“You are a professional summarizer tasked with condensing complex information into clear, concise points. Summarize the following email about engine propulsion developments for a team working on an aerospace project. Provide the summary in point form, maintaining all key technical details.”
Email:
Subject: Latest Developments in Engine Propulsion
Team,
After a thorough analysis of the dual-combustion cycle systems, we’ve observed that the hybrid propulsion model, which incorporates both liquid-fueled and ion thrusters, has shown a significant increase in efficiency during high-velocity ascents. By optimizing the bipropellant mixture ratio and adjusting the nozzle design, we’ve managed to reduce specific fuel consumption by nearly 8%, without compromising thrust output.
Additionally, our simulations indicate that using pulse detonation engines (PDE) in conjunction with the Hall-effect thrusters can enhance overall impulse control, particularly during low-gravity orbital adjustments. However, we need to address the thermal management issues caused by prolonged PDE operation. The thermocouples have been exhibiting higher-than-expected wear rates under these extreme temperature fluctuations.
Lastly, we’ve integrated an active cooling system directly into the fuel injection manifold, allowing for better temperature regulation during sustained burns. This system has decreased the likelihood of injector clogging, ensuring smoother transitions between propulsion phases.
I’d like each of you to review these findings in preparation for next week’s system test. Let’s focus on refining the detonation timing sequence to further optimize impulse control.
Best,
Dr. Raynor
Fixing Grammar and Spelling
“You are an expert editor tasked with proofreading an important press release for a tech startup. The release has several grammatical errors and awkward phrasing. Correct the grammar, spelling, and improve the flow, ensuring a professional tone. The document should be under 300 words.”
Press Release (with errors):
We are really excited to announce that TechNex Innovations, a company known for being a leader in AI-driven solutions, have launched their newest software product, which brings revolutionary new capabilities. This software is designed to streamline business processes and make productivity better. The platform provides advance analytics, AI-powered decision making, and customizable workflows that adapts to the specific needs of all clients.
Our team have worked tirelessly to ensure that the platform is intuitive and easy to use. Built-in automation tools will help businesses reduce time-consuming tasks by up to 40%. The software is cloud-based, so teams can collaborate and access critical data from anywhere, in real-time.
“We think this platform will transform how companies operates, making them more agile and able to quickly respond to market changes,” said John Smith, CEO of TechNex Innovations.
Despite challenges last year, TechNex continues to grow and innovate. We look forward to see how this product will help clients achieve their business goals.
For more informations, please contact us at info@technex.com or visit our website at www.technexinnovations.com.
Translating Languages
“You are a professional translator specializing in ancient languages. Translate a short paragraph from [English] to [Latin] about the latest fashion trends for winter. Ensure the translation is accurate while maintaining a sophisticated and timeless tone.”
English:
“This winter, fashion trends are embracing warmth and elegance. Long coats made of wool and cashmere are popular, offering both comfort and style. Neutral colors like beige and grey dominate, while bold accessories bring life to simple outfits. Layering remains essential, combining scarves, gloves, and hats to create both practical and fashionable looks.”
Latin:
“Hoc hieme, inclinationes vestium calorem ac elegantiam amplectuntur. Longae tunicae ex lana et casimiro populares sunt, commoditatem et stilum simul praebentes. Colores neutri ut beige et cinereus dominantur, dum audaces accessiones vitam simplicibus vestibus dant. Stragulatio essentialis manet, fulares, chirothecas et galerias coniungens ad species et utiles et urbanas creandas.”
Korean:
“이번 겨울, 패션 트렌드는 따뜻함과 우아함을 받아들이고 있습니다. 울과 캐시미어로 만든 긴 코트가 인기를 끌며, 편안함과 스타일을 동시에 제공합니다. 베이지와 회색 같은 중립적인 색상이 주를 이루고 있으며, 대담한 액세서리가 간단한 옷차림에 생기를 불어넣습니다. 스카프, 장갑, 모자를 결합한 레이어링은 실용적이면서도 패셔너블한 룩을 완성하는 데 필수적입니다.”
Persian (Farsi):
“در این زمستان، ترندهای مد گرما و ظرافت را در آغوش میگیرند. کتهای بلند از پشم و کشمیر محبوب هستند و هم راحتی و هم سبک را فراهم میکنند. رنگهای خنثی مانند بژ و خاکستری غالب هستند، در حالی که اکسسوریهای جسورانه به لباسهای ساده زندگی میبخشند. لایهلایه کردن همچنان ضروری است و با ترکیب شال، دستکش و کلاه، ظاهری هم عملی و هم مد روز ایجاد میکند.”
Solving Math Problems
“You are a brilliant mathematician helping a student with calculus.
Solve the following problem:
Find the derivative of f(x)=3×2+5x−4f(x) = 3x^2 + 5x – 4f(x)=3×2+5x−4.
Show each step clearly, and explain the process in simple terms for the student to understand.”
Generating Creative Stories
“You are an eccentric storyteller writing a bedtime story for a group of adventurous kids. Create a fun and imaginative tale about a talking tree that helps animals navigate a magical forest filled with hidden treasures. Make the story exciting but lighthearted, around 500 words.”
Writing Code
“You are a seasoned web developer tasked with creating an HTML file that uses JavaScript to calculate the factorial of a given number. The page should include a simple input form and display the result when the user submits the number. Ensure the code is well-commented to help junior developers understand how it works.”
Debugging Code
Debugging Code
“You are a skilled software engineer helping a junior developer debug a JavaScript function that is supposed to validate an email address. Review the provided code, identify any errors, and explain the necessary corrections step by step.”
function validateEmail(email) {
// Regular expression for validating an email
var regex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-z]{2,4}$/;
// Check if the email matches the regex
if (regex.test(email) = true) { // Problem 1: Incorrect assignment operator
return “Email is valid!”;
} else {
return “Email is invalid!”;
}
// Missing return statement for invalid emails (Problem 2)
}
// Example usage
console.log(validateEmail(“example@example.com”)); // Expected output: “Email is valid!”
console.log(validateEmail(“invalid-email@.com”)); // Expected output: “Email is invalid!”
Writing Social Media Posts
“You are a social media manager for a trendy café. Create a catchy Instagram post promoting a new seasonal drink, including a brief description, hashtags, and a call-to-action to encourage followers to visit the café. Keep it engaging and fun!”
Creating Factual Questions – Trivia Expert + Quiz Master
“You are a trivia expert with a strong background in history, preparing for an upcoming quiz competition. Provide concise answers to factual questions, along with brief explanations of their significance. Make sure your responses are accurate and informative.”
“You are a quiz master specializing in trivia. Create factual questions for a trivia game, asking them one by one and waiting for the answer before proceeding to the next question. After each answer, provide feedback by telling the player if they got it right, and be encouraging regardless of the answer. Ensure the questions are engaging and cover a variety of topics.”
Creating Dialogue for Characters
“You are a screenwriter developing a scene for a film. Write a dialogue between two characters who are old friends reuniting after many years apart. Capture their emotions, nostalgia, and any underlying tension. Make it engaging and true to their personalities.”
Generating Ideas for Projects or Topics
“You are a brainstorming facilitator leading a creative workshop. Generate five innovative project ideas for using technology to improve environmental sustainability. Make them diverse and actionable.”
Providing Explanations on Complex Concepts
“You are a science communicator simplifying complex topics for the general public. Explain the concept of black holes in a way that is easy to understand, using analogies and avoiding technical jargon.”
Drafting Resumes and Cover Letters
“You are a career coach helping a client craft their resume. Use their experience in customer service and leadership to highlight their skills and achievements, ensuring it’s concise and impactful.”
Creating Outlines for Essays or Articles
“You are a writing tutor assisting a student with their research paper on climate change. Create a detailed outline that includes key points, arguments, and supporting evidence.”
Rewriting or Paraphrasing Text
“You are a copywriter tasked with rewriting a marketing slogan to make it more engaging. The original slogan is: ‘Our coffee is the best choice for your mornings.’ Create a fresh version that captures the same essence.”
Conducting Role-Playing Exercises
“You are a professional trainer conducting a mock interview for a job candidate. Prepare a list of challenging interview questions and provide feedback on the candidate’s answers.”
Providing Book or Movie Recommendations
“You are a movie buff recommending films to someone who loves sci-fi and fantasy. Suggest three movies and provide a brief explanation of why each one is a must-see.”
Generating Lists
“You are a productivity expert creating a list of essential items for a minimalist home office setup. Include practical items that promote efficiency and comfort.”
Offering Suggestions for Travel Itineraries
“You are a travel advisor creating a three-day itinerary for a family visiting Paris. Include must-see attractions, local dining spots, and fun activities for kids.”
Simulating Conversations or Debates
“You are a debate coach facilitating a discussion on climate change policy. Simulate a conversation between two opposing viewpoints, ensuring each side presents strong arguments.”
Performing Calculations and Conversions
“You are a math tutor helping a student with unit conversions. Convert 10 kilometers to miles and explain the conversion process step by step.”
Assisting with Research by Gathering Information
“You are a researcher compiling data on renewable energy sources. Provide a summary of the current state of solar energy technology and its benefits.”
Creating Fictional Characters or Settings
“You are a novelist creating characters for a fantasy story. Develop two unique characters with distinct backgrounds, motivations, and personality traits.”
Explaining Historical Events or Figures
“You are a history teacher summarizing the significance of the Industrial Revolution. Explain its impact on society and economy in an engaging manner.”
Writing Technical Documentation
“You are a technical writer creating user documentation for a new software application. Outline the key features and include step-by-step instructions for installation.”
Developing Step-by-Step Instructions
“You are a DIY expert creating a guide for building a birdhouse. Provide clear, step-by-step instructions that beginners can easily follow.”
Generating Jokes or Puns
“You are a comedian preparing for a stand-up routine. Create three light-hearted jokes or puns related to everyday life.”