2026-04-01

Prompt Templates for Vibe Coders (245 Templates)

Prompt Templates for Vibe Coders (245 Templates)

Prompt Templates for Vibe Coders (245 Templates)

How to use these templates: Replace every [PLACEHOLDER] with your specific details, technology, or requirement. Each template is designed to be plug-and-play — just fill in the blanks and paste into your AI tool of choice.


Web Development

  1. Draft a step-by-step guide for creating a [UI COMPONENT, e.g., responsive navigation bar / hero section / modal] using [CSS TECHNIQUE, e.g., CSS Grid / Flexbox / CSS Variables].
  2. Write a [LANGUAGE, e.g., JavaScript / TypeScript] function to validate [FORM TYPE, e.g., a registration form / checkout form], ensuring [VALIDATION RULES, e.g., all fields are filled, email syntax is correct, and password meets strength requirements].
  3. Create a tutorial for implementing [FEATURE, e.g., dark/light mode toggle / language switcher / theme selector] in a website using [APPROACH, e.g., vanilla JavaScript / CSS custom properties / React context].
  4. Explain how to optimize a [PAGE TYPE, e.g., landing page / product listing page / dashboard]'s loading speed by focusing on [OPTIMIZATION TECHNIQUE, e.g., minimizing HTTP requests / lazy loading / code splitting].
  5. Provide a plan for redesigning [PROJECT DESCRIPTION, e.g., an outdated e-commerce homepage / a legacy admin panel], focusing on [DESIGN PRINCIPLES, e.g., UI/UX best practices / accessibility / mobile-first design].
  6. Generate boilerplate code for a [FRAMEWORK, e.g., React.js / Vue 3 / SvelteKit] project that uses [LIBRARY/TOOL, e.g., React Router / Pinia / TanStack Query] for [PURPOSE, e.g., navigation / state management / data fetching].
  7. Assist in debugging a [ISSUE TYPE, e.g., CSS alignment issue / JavaScript async bug / layout shift] where [PROBLEM DESCRIPTION, e.g., elements are not aligning properly / the modal closes unexpectedly] on a webpage.
  8. Create a sample project that integrates [API NAME/TYPE, e.g., a weather API / a news API / a currency exchange API] and displays data dynamically on a [PAGE TYPE, e.g., dashboard / widget / card component].
  9. Explain how to set up and configure [BUILD TOOL, e.g., Webpack / Vite / Rollup] for a [LANGUAGE/FRAMEWORK, e.g., JavaScript / TypeScript / React] project.
  10. Develop a step-by-step guide for setting up a [APP TYPE, e.g., Progressive Web App / Jamstack site] with [FEATURES, e.g., caching and offline functionality / server-side rendering].
  11. Write a tutorial for implementing [AUTH TYPE, e.g., user authentication / role-based access control / OAuth] in a [STACK, e.g., Node.js and Express / Django / Laravel] application.
  12. Create an [CHECKLIST TYPE, e.g., SEO / accessibility / performance] checklist for ensuring a [SITE TYPE, e.g., blog / e-commerce store / SaaS app] ranks well / performs well / meets standards.
  13. Provide a structured learning path for mastering [TECHNOLOGY, e.g., WebAssembly / GraphQL / Web Components] and integrating it into a [PROJECT TYPE, e.g., web project / existing app].
  14. Draft a guide for building a [PROJECT, e.g., blog / portfolio site / documentation site] with a headless CMS like [CMS NAME, e.g., Strapi / Sanity / Contentful].
  15. Explain the process of creating a custom [HOOK/UTILITY TYPE, e.g., React hook / Vue composable] for managing [FUNCTIONALITY, e.g., API calls and state / form validation / local storage].
  16. Generate [LANGUAGE, e.g., HTML and CSS / JSX / Blade template] code for a simple [PROJECT TYPE, e.g., portfolio website / product landing page / coming soon page] template.
  17. Write a troubleshooting guide for fixing common [ISSUE CATEGORY, e.g., cross-browser compatibility issues / mobile responsiveness issues / hydration errors].
  18. Develop a plan for migrating a [CURRENT PLATFORM, e.g., WordPress / Drupal / static HTML] website to a custom-built [TARGET STACK, e.g., React front-end / Next.js app / Astro site].
  19. Create a guide for setting up [CSS FRAMEWORK, e.g., Tailwind CSS / Bootstrap 5 / Chakra UI] in an existing [FRAMEWORK, e.g., React / Next.js / plain HTML] project.
  20. Write a script to automate the deployment of a [SITE TYPE, e.g., static website / documentation site] using [DEPLOYMENT PLATFORM, e.g., GitHub Pages / Netlify / Vercel].
  21. Draft a guide for implementing [REAL-TIME FEATURE, e.g., real-time chat / live notifications / collaborative editing] in a web app using [TECHNOLOGY, e.g., WebSockets / Socket.IO / Firebase Realtime Database].
  22. Explain how to set up a secure [SERVER TYPE, e.g., HTTPS server / reverse proxy] for a [BACKEND FRAMEWORK, e.g., Node.js / FastAPI / Go] application using [TOOL, e.g., Let's Encrypt / Nginx / Caddy].
  23. Write a tutorial for creating a reusable [LIBRARY TYPE, e.g., component library / utility function library / icon set] for [FRAMEWORK, e.g., React / Vue / Web Components] and deploying it on [PLATFORM, e.g., npm / GitHub Packages].
  24. Provide instructions for integrating [PAYMENT PROVIDER, e.g., Stripe / Razorpay / PayPal] for payment processing in a [APP TYPE, e.g., SaaS app / e-commerce site / subscription platform].
  25. Explain the steps to set up [API LAYER, e.g., GraphQL / tRPC / REST] on the back end and connect it with [CLIENT LIBRARY, e.g., Apollo Client / React Query / Axios] on the front end.

Mobile App Development

  1. Draft a guide for setting up a [FRAMEWORK, e.g., React Native / Flutter / Kotlin Multiplatform] project with [TOOL, e.g., Expo / FlutterFire CLI], including configuration for [PLATFORMS, e.g., iOS and Android / web and mobile].
  2. Write a tutorial on integrating [AUTH PROVIDER, e.g., Firebase / Auth0 / Supabase] authentication (covering [AUTH METHODS, e.g., email/password, Google, Facebook]) into a [PLATFORM, e.g., mobile app / cross-platform app].
  3. Create a project plan for building a [APP TYPE, e.g., to-do list / habit tracker / expense manager] mobile app with [FEATURES, e.g., local storage and push notifications / offline mode and cloud sync].
  4. Write a function in [FRAMEWORK, e.g., Flutter / React Native / Swift] to fetch and display data from [DATA SOURCE, e.g., a REST API / a GraphQL endpoint / Firebase] and handle errors gracefully.
  5. Assist with debugging an issue in a mobile app where [PROBLEM, e.g., the app crashes when accessing the camera / the navigation stack breaks on Android / the app freezes during login].
  6. Generate the necessary code to implement [FEATURE, e.g., offline functionality / local caching / background sync] in a [FRAMEWORK, e.g., React Native / Flutter] app using [LIBRARY, e.g., Redux and AsyncStorage / Hive / SQLite].
  7. Explain the process of using [NOTIFICATION SERVICE, e.g., Expo push notifications / Firebase Cloud Messaging / OneSignal] to send [NOTIFICATION TYPE, e.g., transactional / promotional / reminder] notifications to users of a mobile app.
  8. Create a step-by-step guide for integrating [MAP SERVICE, e.g., Google Maps / Mapbox / Apple Maps] into a mobile app with [FEATURES, e.g., custom markers and geolocation / route drawing / search autocomplete].
  9. Write a plan for creating a mobile app's [THEME FEATURE, e.g., dark mode / dynamic color theming / font scaling] using [FRAMEWORK TOOL, e.g., Flutter's ThemeData / React Native's useColorScheme / styled-components].
  10. Develop a strategy for handling [TASK TYPE, e.g., background tasks / periodic sync / location tracking] in a mobile app using [PLATFORM TOOL, e.g., Android WorkManager / iOS Background Tasks / Expo TaskManager].
  11. Explain how to manage app state effectively in a [FRAMEWORK, e.g., Flutter / React Native] app using [STATE MANAGEMENT SOLUTION, e.g., Provider / Riverpod / Zustand / Redux Toolkit].
  12. Generate code for implementing a [SCREEN TYPE, e.g., splash screen / onboarding screen / loading skeleton] in a [PLATFORM, e.g., Android / iOS / cross-platform] app using [LANGUAGE, e.g., Kotlin / Swift / Dart].
  13. Draft a tutorial for creating a [MEDIA FEATURE, e.g., image picker / video recorder / document scanner] in a [FRAMEWORK, e.g., React Native / Flutter] app using [LIBRARY, e.g., ImagePicker / image_picker / react-native-camera].
  14. Provide instructions for setting up [TEST TYPE, e.g., unit testing / widget testing / integration testing] in a [FRAMEWORK, e.g., Flutter / React Native] project with [PACKAGES, e.g., test and mockito / Jest and Detox].
  15. Assist in optimizing the performance of a [APP TYPE, e.g., social media / e-commerce / fitness tracking] mobile app by analyzing and improving [PERFORMANCE AREA, e.g., memory usage and CPU usage / rendering performance / startup time].
  16. Create a guide to implement authentication using [AUTH METHOD, e.g., JWT tokens / session cookies / biometrics] in a [FRAMEWORK, e.g., React Native / Flutter] app.
  17. Write a tutorial for handling [MONETIZATION FEATURE, e.g., in-app purchases / subscriptions / ads] in a [PLATFORM, e.g., iOS / Android / cross-platform] app using [SDK, e.g., StoreKit / Google Play Billing / RevenueCat].
  18. Develop a strategy for automating the deployment of a [FRAMEWORK, e.g., React Native / Flutter] app using [CI/CD TOOL, e.g., Fastlane / Bitrise / GitHub Actions].
  19. Create a project plan to build a [APP CATEGORY, e.g., photo gallery / fitness tracker / travel journal] mobile app with [FEATURES, e.g., user authentication and cloud storage integration / social sharing and offline mode].
  20. Generate code for handling [INPUT TYPE, e.g., form input validation / multi-step form / dynamic field rendering] and error messages in a [FRAMEWORK, e.g., React Native / Flutter] app using [LIBRARY, e.g., Formik / Yup / react-hook-form].

Data Science and Machine Learning

  1. Generate a Python script that uses [LIBRARY, e.g., pandas / polars / dask] to clean a [DATASET DESCRIPTION, e.g., messy sales dataset / raw survey responses], handling [ISSUES, e.g., duplicates and missing values / inconsistent formatting and outliers].
  2. Create a tutorial for building a [MODEL TYPE, e.g., classification / regression / clustering] model using [LIBRARY, e.g., scikit-learn / XGBoost / LightGBM] to predict [TARGET, e.g., customer churn / loan default / product demand].
  3. Assist in optimizing a [MODEL TYPE, e.g., machine learning / deep learning] model by using [TECHNIQUE, e.g., grid search / random search / Bayesian optimization] for hyperparameter tuning.
  4. Explain the process of feature engineering for a [MODEL TYPE, e.g., regression / classification] model to predict [TARGET VARIABLE, e.g., housing prices / patient readmission / employee attrition].
  5. Write a Python script to implement and visualize a [ALGORITHM, e.g., decision tree / random forest / gradient boosting] classifier using [VISUALIZATION LIBRARY, e.g., matplotlib / seaborn / Plotly].
  6. Create a step-by-step guide for training a neural network using [FRAMEWORK, e.g., TensorFlow / PyTorch / Keras] for [TASK, e.g., image classification / text generation / anomaly detection].
  7. Explain the differences between [CONCEPT A, e.g., supervised and unsupervised learning / overfitting and underfitting / bagging and boosting] and provide real-world examples of each.
  8. Provide a method for splitting a dataset of [DATASET TYPE, e.g., customer transaction data / medical records] into training, validation, and test sets using [TECHNIQUE, e.g., stratified sampling / time-based splitting].
  9. Generate a Python script to perform [CLUSTERING ALGORITHM, e.g., k-means / DBSCAN / hierarchical clustering] on a [DATASET TYPE, e.g., customer segmentation / document clustering] dataset and visualize the results.
  10. Create a plan for deploying a [MODEL TYPE, e.g., machine learning / NLP / recommendation] model into a production environment using [TOOLS, e.g., Flask and Docker / FastAPI and Kubernetes / MLflow].
  11. Assist in evaluating the performance of a [MODEL TYPE, e.g., classification / multi-label / binary] model by calculating [METRICS, e.g., precision, recall, and F1-score / AUC-ROC / confusion matrix].
  12. Write a script to implement [DIMENSIONALITY REDUCTION TECHNIQUE, e.g., PCA / t-SNE / UMAP] for reducing dimensions of a [DATASET TYPE, e.g., high-dimensional text / image feature] dataset.
  13. Develop a guide for using [VALIDATION TECHNIQUE, e.g., k-fold cross-validation / leave-one-out CV / time-series CV] to assess the performance of a [MODEL TYPE, e.g., regression / classification] model.
  14. Create a [SYSTEM TYPE, e.g., recommendation / search ranking / content filtering] system using [APPROACH, e.g., collaborative filtering / content-based filtering / hybrid approach] with the [LIBRARY, e.g., Surprise / LightFM / implicit] library in Python.
  15. Generate Python code to implement a [ALGORITHM, e.g., random forest / gradient boosting / ensemble] classifier and evaluate its accuracy on a [PROBLEM TYPE, e.g., binary classification / multi-class classification] problem.
  16. Provide a strategy for handling imbalanced datasets in a [PROBLEM TYPE, e.g., fraud detection / rare disease classification] project by using techniques like [TECHNIQUES, e.g., oversampling, undersampling, or SMOTE].
  17. Write a tutorial for building a [FORECASTING MODEL, e.g., time-series forecasting / demand prediction] model using [ALGORITHM, e.g., ARIMA / Prophet / LSTM] in Python for [DOMAIN, e.g., retail sales / stock prices / web traffic].
  18. Explain how to interpret the results of a [MODEL TYPE, e.g., black-box / tree-based / neural network] model using [EXPLAINABILITY TOOL, e.g., SHAP / LIME / ELI5].
  19. Create a Python script to scrape and analyze [DATA SOURCE, e.g., social media posts / customer reviews / news articles] for [ANALYSIS TYPE, e.g., sentiment analysis / topic modeling / trend detection] using [LIBRARY, e.g., TextBlob / VADER / Transformers].
  20. Assist in fine-tuning a [PRETRAINED MODEL, e.g., ResNet / BERT / CLIP] using transfer learning for [TASK, e.g., image recognition / text classification / zero-shot classification] on [DATASET, e.g., a custom dataset / domain-specific data].

Software Development

  1. Write a function in [LANGUAGE, e.g., Python / Java / TypeScript] to perform input validation on a [FORM TYPE, e.g., user registration form / payment form], checking for [RULES, e.g., email format and password strength / phone number and date format].
  2. Create a RESTful API using [FRAMEWORK, e.g., Flask / FastAPI / Express.js] to manage a [RESOURCE, e.g., to-do list / product inventory / booking system], with endpoints for [OPERATIONS, e.g., creating, reading, updating, and deleting] records.
  3. Assist with writing unit tests for a [LANGUAGE, e.g., JavaScript / Python / Java] function that [FUNCTION DESCRIPTION, e.g., calculates the total price of items in a shopping cart / validates user input / processes order data].
  4. Develop a script to automate the process of [PROCESS, e.g., code linting and formatting / dependency auditing / test coverage reporting] for a [LANGUAGE, e.g., JavaScript / Python / Go] project using [TOOLS, e.g., ESLint and Prettier / Black and flake8].
  5. Create a guide for setting up a [CONTAINER TOOL, e.g., Docker / Podman] container for a [BACKEND STACK, e.g., Node.js / Django / Spring Boot] application and connecting it to a [DATABASE, e.g., MongoDB / PostgreSQL / Redis] database.
  6. Write a plan for implementing version control best practices in a [PROJECT SIZE, e.g., large / mid-sized / open source] software project using [TOOLS, e.g., Git and GitHub / GitLab / Bitbucket].
  7. Create a [LANGUAGE, e.g., Python / Bash / Node.js] script to automate [TASK, e.g., data extraction from an API / report generation / file processing] and store the results in [FORMAT, e.g., a CSV file / a database / a JSON file].
  8. Generate code to implement [AUTH METHOD, e.g., JWT authentication / API key validation / OAuth 2.0] in a REST API built with [FRAMEWORK, e.g., Express.js / FastAPI / Spring Boot].
  9. Assist in refactoring a piece of [CODE TYPE, e.g., legacy / spaghetti / over-engineered] code to improve its [QUALITY ASPECT, e.g., readability and performance / modularity / testability] in a [LANGUAGE, e.g., Python / Java / JavaScript] application.
  10. Write a guide for setting up [CI/CD TOOL, e.g., GitHub Actions / GitLab CI / CircleCI] for continuous integration and deployment of a [LANGUAGE/FRAMEWORK, e.g., Python / Node.js / Ruby on Rails] project.
  11. Create an algorithm to optimize a [OPERATION, e.g., search / sort / filter] function in a [DATASET SIZE, e.g., large / real-time streaming] dataset, considering [CONSTRAINTS, e.g., performance and memory usage / concurrency / latency].
  12. Draft a strategy for implementing [ARCHITECTURE PATTERN, e.g., multi-tenancy / event-driven architecture / CQRS] in a [APP TYPE, e.g., SaaS application / enterprise platform] using [APPROACH, e.g., microservices / domain-driven design].
  13. Develop a plan for creating a [FEATURE, e.g., real-time notification / live data feed / collaborative editing] system in a web application using [TECHNOLOGY, e.g., WebSockets / Server-Sent Events / Firebase].
  14. Write a tutorial for integrating [PAYMENT GATEWAY, e.g., Stripe / PayPal / Razorpay] into a [APP TYPE, e.g., e-commerce site / SaaS billing / marketplace].
  15. Generate a script for automating the [DATABASE TASK, e.g., backup / migration / cleanup] of a [DATABASE, e.g., MySQL / PostgreSQL / MongoDB] database and storing it in [STORAGE, e.g., cloud storage / S3 / local disk].
  16. Create a simple [LANGUAGE, e.g., Python / Go / Ruby]-based script to interact with [API TYPE, e.g., a third-party REST API / an internal microservice] and parse the [RESPONSE FORMAT, e.g., JSON / XML] response.
  17. Explain how to use [TESTING CONCEPT, e.g., mock objects / stubs / fakes] in unit tests for a [LANGUAGE, e.g., Java / C# / Python] application to simulate [DEPENDENCY, e.g., database calls / external API calls / file I/O].
  18. Provide a checklist for securing a [APP TYPE, e.g., web application / REST API / mobile backend], including common vulnerabilities like [VULN EXAMPLES, e.g., SQL injection, XSS, and CSRF] and how to mitigate them.
  19. Write a guide for setting up a [ARCHITECTURE, e.g., microservices / serverless / event-driven] architecture with [TOOLS, e.g., Docker and Kubernetes / AWS Lambda / Apache Kafka].
  20. Assist in implementing [ARCHITECTURE PATTERN, e.g., event-driven architecture / message queue / pub-sub pattern] in a software system using [TOOL, e.g., Apache Kafka / RabbitMQ / AWS SQS] for message brokering.

Quality Assurance Engineering

  1. Create a comprehensive test plan for testing a [APP TYPE, e.g., web / mobile / desktop] application, covering [TEST AREAS, e.g., functional, non-functional, and performance aspects].
  2. Write a script to automate regression testing for [FEATURE, e.g., a new checkout flow / the authentication module / the user profile page] using [TOOL, e.g., Selenium / Playwright / Cypress] and [LANGUAGE, e.g., Python / JavaScript].
  3. Develop a checklist for performing [TEST TYPE, e.g., security testing / accessibility testing / compliance testing] on a [PLATFORM, e.g., mobile application / web app / API], ensuring [CRITERIA, e.g., data encryption and secure communication / WCAG compliance / GDPR adherence].
  4. Assist in creating a suite of automated tests to verify that [API DESCRIPTION, e.g., the user management API / the payment API] endpoints return the correct [EXPECTATIONS, e.g., status codes and data in JSON format / response schemas].
  5. Write a guide to setting up a [CI TOOL, e.g., Jenkins / GitHub Actions / CircleCI] pipeline to automate the execution of [TEST TYPE, e.g., unit tests / integration tests] for a [LANGUAGE, e.g., Java / Python / Node.js] project.
  6. Generate test cases to verify [COMPATIBILITY TYPE, e.g., cross-browser compatibility / cross-device compatibility] for a [FEATURE, e.g., new web design / updated checkout flow], ensuring it works on [TARGETS, e.g., Chrome, Firefox, Safari, and Edge / iOS and Android].
  7. Create a [TEST TYPE, e.g., load testing / stress testing / spike testing] script for [PLATFORM, e.g., an e-commerce platform / a banking portal] using [TOOL, e.g., JMeter / k6 / Locust] to simulate [SCENARIO, e.g., user traffic during a flash sale / peak load during year-end].
  8. Assist in developing an automated test framework using [TOOL, e.g., Playwright / Cypress / Appium] to test a [FRAMEWORK, e.g., React / Vue / Flutter] application's [LAYER, e.g., user interface / API layer / end-to-end flow].
  9. Write a tutorial for integrating [SCAN TYPE, e.g., security scans / dependency vulnerability checks / static code analysis] into a CI/CD pipeline to ensure code is [GOAL, e.g., free of vulnerabilities / standards-compliant] before deployment.
  10. Develop a strategy for performing [TEST PHASE, e.g., user acceptance testing (UAT) / beta testing / exploratory testing] for a [APP TYPE, e.g., new mobile app / SaaS platform / internal tool], gathering feedback from [USER TYPE, e.g., real users / stakeholders / beta testers].
  11. Create a plan for [TEST TYPE, e.g., automated performance testing / scalability testing] of a [APP TYPE, e.g., website / API / microservice] to ensure it handles [LOAD SCENARIO, e.g., heavy traffic during sales / 10,000 concurrent users].
  12. Write a guide for testing a [DEPLOYMENT TYPE, e.g., cloud-based / distributed] application for [QUALITIES, e.g., scalability and redundancy / availability and disaster recovery], ensuring it performs well during [SCENARIO, e.g., high-demand periods / failover events].
  13. Assist in setting up a test environment for running [TEST STRATEGY, e.g., parallel tests / device farm tests / matrix builds] across multiple [TARGETS, e.g., devices in a mobile testing suite / OS versions / browsers].
  14. Develop a method for [PROCESS, e.g., tracking and reporting bugs / triaging defects / managing test cycles] in a team of developers, ensuring [OUTCOME, e.g., clear communication and quick resolutions / reproducible steps and severity classification].
  15. Write a script for testing [FUNCTIONALITY, e.g., the login flow / the password reset flow] of a [APP TYPE, e.g., web app / API], verifying the behavior for [USER TYPES, e.g., admin, guest, and registered users / valid and invalid credentials].
  16. Create a test case for validating [API DESCRIPTION, e.g., an API that retrieves and updates customer profiles / an order management API], ensuring the system is [QUALITY ATTRIBUTE, e.g., fault-tolerant / idempotent / properly authenticated].
  17. Explain the process for testing [SYSTEM TYPE, e.g., machine learning models / AI-generated outputs / recommendation engines] to ensure their [CRITERIA, e.g., accuracy and performance / bias and fairness] before deployment.
  18. Write a plan for conducting an end-to-end test of [SYSTEM, e.g., an order processing system / a subscription billing system] for [PLATFORM TYPE, e.g., an e-commerce site / a SaaS platform], including [MODULES, e.g., inventory and shipping / invoicing and notifications].
  19. Develop a checklist for testing the [QUALITY ASPECT, e.g., usability and UX / accessibility / performance] of a [APP TYPE, e.g., mobile application / web app], ensuring it meets [STANDARDS, e.g., user expectations / WCAG 2.1 / platform guidelines].
  20. Assist in automating [TEST TYPE, e.g., load testing / API stress testing] for a [SYSTEM TYPE, e.g., REST API / GraphQL API / microservice] to ensure it can handle [SCALE, e.g., a large number of concurrent users / 1 million requests per day] without crashing.

Machine Learning and AI Development

  1. Develop a machine learning model using [LIBRARY, e.g., scikit-learn / XGBoost / CatBoost] to classify [DATA TYPE, e.g., customer feedback / support tickets / product reviews] into [CATEGORIES, e.g., positive or negative / multiple sentiment classes].
  2. Write a Python script to preprocess [DATA TYPE, e.g., text data / audio transcripts / social media posts] for training a [MODEL TYPE, e.g., NLP / classification / generative] model.
  3. Create a deep learning model in [FRAMEWORK, e.g., TensorFlow / PyTorch / JAX] for [TASK, e.g., object detection / image segmentation / keypoint estimation] using a pre-trained model like [MODEL, e.g., YOLO / Faster R-CNN / SAM].
  4. Design a project to implement a [SYSTEM TYPE, e.g., recommendation / search / personalization] system using [APPROACH, e.g., collaborative filtering / content-based filtering / matrix factorization] with [LIBRARY, e.g., Surprise / LightFM / Faiss].
  5. Develop a Python script that automates [TUNING METHOD, e.g., hyperparameter tuning / feature selection / architecture search] for a [MODEL TYPE, e.g., support vector machine / neural network / gradient boosting] model using [TOOL, e.g., GridSearchCV / Optuna / Ray Tune].
  6. Write a script to handle [DATA ISSUE, e.g., imbalanced data / noisy labels / class skew] in a [PROBLEM TYPE, e.g., classification / anomaly detection] problem using [TECHNIQUE, e.g., SMOTE / class weighting / data augmentation].
  7. Explain how to implement [ALGORITHM, e.g., k-means clustering / hierarchical clustering / DBSCAN] on a [DATASET TYPE, e.g., customer / geospatial / document] dataset and visualize the results using [TOOL, e.g., matplotlib / Plotly / seaborn].
  8. Develop a deep learning model for [NLP TASK, e.g., sentiment analysis / named entity recognition / text summarization] on [DATA SOURCE, e.g., social media data / customer emails / legal documents] using [ARCHITECTURE, e.g., LSTM and Keras / BERT / GPT fine-tuning].
  9. Create a model to predict [TARGET, e.g., sales trends / energy consumption / website traffic] using [METHOD, e.g., time series analysis with ARIMA / LSTM / Prophet] in Python.
  10. Write a Python script to evaluate the performance of a [MODEL TYPE, e.g., classification / regression / ranking] model using [METRICS, e.g., precision, recall, and F1-score / RMSE and MAE / NDCG].
  11. Assist in setting up a [PIPELINE TYPE, e.g., machine learning / MLOps / data preprocessing] pipeline for automating [STEPS, e.g., data preprocessing, model training, and evaluation / feature engineering and deployment].
  12. Build a neural network for [TASK, e.g., image classification / tabular regression / sequence modeling] using [FRAMEWORK, e.g., PyTorch / TensorFlow / Flax], explaining the code step-by-step.
  13. Create a project to implement a [CONVERSATIONAL SYSTEM, e.g., chatbot / virtual assistant / FAQ bot] using [FRAMEWORK, e.g., Rasa / LangChain / Dialogflow] for [USE CASE, e.g., customer support / HR onboarding / e-commerce].
  14. Develop a [SYSTEM TYPE, e.g., recommendation engine / ranking system] using [APPROACH, e.g., content-based filtering / knowledge graphs] to suggest [ITEMS, e.g., movies / articles / products] based on [USER SIGNAL, e.g., user preferences / past behavior / demographics].
  15. Write a Python function to visualize the [INTERPRETABILITY OUTPUT, e.g., feature importance / attention weights / decision boundaries] of a [MODEL TYPE, e.g., random forest / neural network / XGBoost] model using [TOOL, e.g., SHAP / LIME / Captum] values.

Cloud Computing and DevOps

  1. Write a guide for deploying a [FRAMEWORK, e.g., Python Flask / FastAPI / Django] web application on [CLOUD PROVIDER, e.g., AWS / GCP / Azure] using [SERVICE, e.g., Elastic Beanstalk / Cloud Run / Azure App Service].
  2. Develop a script for automating [INFRA TASK, e.g., server provisioning / resource teardown / environment replication] using [IaC TOOL, e.g., Terraform / Pulumi / AWS CDK] for [CLOUD PROVIDER, e.g., AWS / Azure / GCP] infrastructure.
  3. Create a CI/CD pipeline using [TOOL, e.g., Jenkins / GitHub Actions / GitLab CI] for continuous integration and deployment of a [LANGUAGE/FRAMEWORK, e.g., Node.js / Java Spring Boot / Go] application.
  4. Set up a [CONTAINER ORCHESTRATION, e.g., Kubernetes cluster / ECS cluster] on [CLOUD PROVIDER, e.g., AWS using EKS / GCP using GKE / Azure using AKS] and deploy a [APP TYPE, e.g., containerized / microservices] application.
  5. Create a [CLOUD FUNCTION TYPE, e.g., AWS Lambda / Google Cloud Function / Azure Function] using [LANGUAGE, e.g., Python / Node.js / Go] to process [TRIGGER SOURCE, e.g., incoming data from an S3 bucket / an HTTP request / a Pub/Sub message].
  6. Write a script to monitor the health of a [APP TYPE, e.g., cloud-based / distributed / serverless] application on [CLOUD PLATFORM, e.g., AWS / GCP / Azure] using [MONITORING TOOL, e.g., CloudWatch / Cloud Monitoring / Azure Monitor] and send alerts.
  7. Develop a [COMPOSE/MANIFEST FILE, e.g., Docker Compose / Kubernetes manifest] to run a [APP ARCHITECTURE, e.g., multi-container / multi-service] application with a [BACKEND STACK, e.g., Node.js backend] and [DATABASE, e.g., MongoDB / PostgreSQL / Redis].
  8. Set up a [CI TOOL, e.g., GitLab CI / GitHub Actions / Bitbucket Pipelines] pipeline to automate the deployment of an application to [CLOUD PLATFORM, e.g., Google Cloud Platform / AWS / Azure].
  9. Create an [CONFIG MANAGEMENT TOOL, e.g., Ansible / Chef / SaltStack] playbook to configure [SERVER TYPE, e.g., web servers / database servers] on multiple [INSTANCE TYPE, e.g., EC2 instances / VMs / bare-metal servers] in [CLOUD, e.g., AWS / GCP / on-premise].
  10. Write a [IaC TOOL, e.g., Terraform / Pulumi] script to provision a [CLOUD RESOURCE, e.g., AWS S3 bucket / GCS bucket / Azure Blob Storage] and enable [FEATURES, e.g., versioning and encryption / lifecycle policies / replication].
  11. Develop a solution for creating [SCALING MECHANISM, e.g., auto-scaling groups / horizontal pod autoscaling] in [CLOUD PLATFORM, e.g., AWS / Kubernetes / GCP] to ensure your application scales based on [METRIC, e.g., traffic / CPU usage / request queue depth].
  12. Assist in configuring a [CI/CD TOOL, e.g., Jenkins / GitHub Actions] pipeline that deploys a [APP TYPE, e.g., web app / containerized service] to [TARGET, e.g., Azure Web App service / AWS ECS / GCP Cloud Run].
  13. Write a guide for configuring [HELM/MANIFEST TOOL, e.g., Kubernetes Helm charts / Kustomize overlays] to deploy a [APP TYPE, e.g., scalable microservices / multi-environment] application.
  14. Create a script to automate the [DB TASK, e.g., backup / restore / snapshot] of databases in the cloud using [SERVICES, e.g., AWS RDS and S3 / Cloud SQL and GCS].
  15. Design an approach for managing and automating infrastructure using [GITOPS TOOL, e.g., ArgoCD / Flux / Spinnaker] with a [WORKFLOW, e.g., GitOps / pull-based deployment / blue-green deployment] model.

Networking and Security

  1. Develop a [LANGUAGE, e.g., Python / Go / Bash] script to monitor [TRAFFIC TYPE, e.g., network traffic / DNS queries / API requests] and alert for [ANOMALY TYPE, e.g., suspicious activity / DDoS patterns / unauthorized access] based on predefined patterns.
  2. Write a guide for setting up a [VPN TYPE, e.g., Virtual Private Network / site-to-site VPN / split tunnel VPN] using [TOOL, e.g., OpenVPN / WireGuard / Cisco AnyConnect] to secure [CONNECTION TYPE, e.g., remote connections / branch office traffic].
  3. Create a security protocol for [SECURITY GOAL, e.g., encrypting sensitive data in transit / protecting API payloads / securing file uploads] using [PROTOCOL, e.g., SSL/TLS / AES-256 / PGP] in a [APP TYPE, e.g., web application / microservice / IoT system].
  4. Assist in configuring a [FIREWALL TOOL, e.g., firewall / iptables / UFW / AWS Security Group] to [GOAL, e.g., block unwanted traffic while allowing authorized users / enforce least-privilege access] on a [SERVER TYPE, e.g., Linux / Windows / cloud-based] server.
  5. Develop a script to automate the process of [SECURITY TASK, e.g., patching security vulnerabilities / rotating secrets / revoking old SSH keys] on a [OS TYPE, e.g., Linux-based / Windows] server.
  6. Create a solution for securing [SYSTEM, e.g., an API / a microservice / a mobile backend] using [AUTH MECHANISM, e.g., OAuth 2.0 / API key rotation / mTLS] authentication and authorization mechanisms.
  7. Write a step-by-step guide for setting up a [SECURITY TOOL, e.g., web application firewall (WAF) / reverse proxy / DDoS protection] on [PLATFORM, e.g., AWS / Cloudflare / Nginx] to protect against [ATTACK TYPES, e.g., common web attacks / SQL injection / bot traffic].
  8. Design a [MONITORING SYSTEM, e.g., network monitoring system / SIEM setup] to track [METRICS, e.g., bandwidth usage, device status, and potential intrusions / failed login attempts and privilege escalation] using [TOOL, e.g., Nagios / Prometheus / Splunk].
  9. Assist in implementing [MFA TYPE, e.g., multi-factor authentication (MFA) / hardware token / biometric auth] for a [APP TYPE, e.g., web application / enterprise portal / developer API] to enhance user security.
  10. Create a guide for setting up an [IDS/IPS TYPE, e.g., intrusion detection system (IDS) / intrusion prevention system (IPS)] using [TOOL, e.g., Snort / Suricata / OSSEC] on a [OS, e.g., Linux / Ubuntu / CentOS] server.
  11. Develop a method to secure [DATA STORE, e.g., database connections / file storage / secrets vault] by enforcing [SECURITY MEASURE, e.g., encrypted connections / access policies / audit logging] in [SYSTEM, e.g., PostgreSQL / AWS Secrets Manager / HashiCorp Vault].
  12. Write a script to automate the process of [KEY MANAGEMENT TASK, e.g., generating secure SSH keys / rotating API tokens / revoking expired certificates] for accessing [TARGETS, e.g., remote servers / cloud services / CI/CD pipelines].
  13. Design a secure communication protocol for [NETWORK TYPE, e.g., an IoT network / a multi-cloud architecture / a mobile backend] that protects data from [THREAT TYPE, e.g., man-in-the-middle attacks / replay attacks / data exfiltration].
  14. Develop a guide for securing [SYSTEM, e.g., API endpoints / admin dashboards / internal tools] using [MECHANISM, e.g., JWT tokens and HTTPS / API gateway policies / mTLS].
  15. Write a [LANGUAGE, e.g., Python / Go / Bash] script to scan a [SYSTEM TYPE, e.g., web application / network / server] for common security vulnerabilities, such as [VULN TYPES, e.g., SQL injection and XSS / open ports and misconfigured services].

Embedded Systems and IoT

  1. Write a program to interface a [SENSOR TYPE, e.g., temperature sensor / humidity sensor / ultrasonic sensor] with [MICROCONTROLLER, e.g., an Arduino / an ESP32 / a Raspberry Pi Pico] and display the data on [OUTPUT, e.g., an LCD screen / an OLED display / a serial monitor].
  2. Develop a project to send [DATA TYPE, e.g., real-time sensor data / device telemetry / environmental readings] from a [DEVICE, e.g., Raspberry Pi / ESP32 / STM32] to a cloud service like [SERVICE, e.g., AWS IoT Core / Google Cloud IoT / Azure IoT Hub].
  3. Create a script for controlling [OUTPUT DEVICE, e.g., an LED matrix display / a servo motor / a relay module] using [MICROCONTROLLER, e.g., an ESP32 / an Arduino Nano / a Raspberry Pi] over [PROTOCOL, e.g., Wi-Fi / Bluetooth / SPI].
  4. Write code to interface a [MODULE TYPE, e.g., GPS module / accelerometer / barometric pressure sensor] with a [DEVICE, e.g., Raspberry Pi / Arduino / micro:bit] and log [DATA TYPE, e.g., location data / motion events / altitude readings] to [STORAGE, e.g., a CSV file / an SD card / a cloud database].
  5. Develop a system that uses a [SENSOR, e.g., motion sensor / door sensor / smoke detector] to trigger [RESPONSE, e.g., an alarm and send a notification / a relay and log an event] to a [TARGET, e.g., mobile device / Slack channel / dashboard].
  6. Create a guide to set up [PROTOCOL, e.g., MQTT / CoAP / AMQP] for communication between [DEVICE NETWORK, e.g., IoT devices / edge nodes] and a [SERVER TYPE, e.g., central server / cloud broker / local gateway].
  7. Assist in writing code for a [SYSTEM TYPE, e.g., IoT smart home system / industrial monitoring system] to control [COMPONENTS, e.g., lights, temperature, and security / motors, valves, and alarms] via a [INTERFACE, e.g., mobile app / web dashboard / voice assistant].
  8. Develop a [POWER MODE, e.g., low-power / solar-powered / battery-efficient] IoT solution using [CHIP, e.g., ESP8266 / LoRa module / nRF52] to monitor [CONDITIONS, e.g., environmental conditions / soil moisture / vibration] with a [POWER SOURCE, e.g., battery-powered device / energy-harvesting module].
  9. Write a program to connect a [DEVICE A, e.g., Raspberry Pi / Arduino Mega] to a [DEVICE B, e.g., Arduino / another microcontroller] over [PROTOCOL, e.g., I2C / SPI / UART] to send and receive [DATA, e.g., sensor readings / control commands / status flags].
  10. Design a [MONITORING SYSTEM TYPE, e.g., real-time / historical / predictive] monitoring system using [SENSOR TYPES, e.g., sensors] to track and display [DATA CATEGORY, e.g., environmental data / machine health metrics / power consumption] on a [DISPLAY, e.g., cloud dashboard / local LCD / web interface].
  11. Write a script to automate [UPDATE TYPE, e.g., firmware updates / configuration changes / software patches] for [DEVICE TYPE, e.g., embedded devices / IoT endpoints] over the air [OTA METHOD, e.g., using OTA / via MQTT / through a secure bootloader].
  12. Create a Python script to analyze data from [SENSOR NETWORK, e.g., an IoT sensor network / a weather station array] and visualize it on [DISPLAY MEDIUM, e.g., a web interface / a Grafana dashboard / a Jupyter notebook].
  13. Develop an [COMPUTE TYPE, e.g., edge computing / fog computing] application that [PROCESSING TASK, e.g., processes data locally on an IoT device before sending it to the cloud / runs ML inference on-device] to reduce [GOAL, e.g., latency / bandwidth usage / cloud costs].
  14. Design a [ROBOT TYPE, e.g., remote-controlled robot / line-following robot / obstacle-avoiding robot] using [COMPONENTS, e.g., Raspberry Pi, Arduino, and Bluetooth / ESP32 and motor driver] and control it via a [INTERFACE, e.g., mobile app / web controller / PS4 controller].
  15. Create an [AUTOMATION SYSTEM, e.g., automated irrigation / smart greenhouse / aquaponics monitoring] system using [SENSORS, e.g., soil moisture sensors / pH and temperature sensors], [CONTROLLER, e.g., Arduino / Raspberry Pi], and [CLOUD SERVICE, e.g., cloud services / local storage] for data logging.

Data Engineering and Databases

  1. Write a script to [PIPELINE TYPE, e.g., extract, transform, and load (ETL) / extract and load (EL)] data from [SOURCE, e.g., a CSV file / an S3 bucket / a REST API] into a [DATABASE, e.g., MySQL / PostgreSQL / Snowflake] database.
  2. Design a database schema for [DOMAIN, e.g., an e-commerce website / a hospital management system / a social network] with tables for [ENTITIES, e.g., products, orders, and customers / patients, doctors, and appointments].
  3. Create an efficient [OPTIMIZATION TYPE, e.g., indexing strategy / partitioning plan / query optimization approach] for speeding up queries in a [DATABASE, e.g., PostgreSQL / MySQL / BigQuery] database with [DATA SCALE, e.g., large datasets / millions of rows / time-series data].
  4. Develop a data pipeline in [LANGUAGE/TOOL, e.g., Python / Apache Airflow / dbt] to [PROCESSING TASK, e.g., aggregate and clean data from multiple APIs / transform raw logs into structured tables] before storing it in [STORAGE, e.g., a database / a data warehouse / a data lake].
  5. Write a query to [QUERY TASK, e.g., join multiple tables / calculate rolling averages / detect duplicates] in a [DATABASE TYPE, e.g., SQL / NoSQL] database and return [OUTPUT TYPE, e.g., aggregated data from various sources / ranked results / summary statistics].
  6. Create a process for [IMPORT TYPE, e.g., importing large datasets / bulk loading JSON records / ingesting streaming data] into a [DATABASE, e.g., MongoDB / Elasticsearch / Cassandra] database and optimizing for [GOAL, e.g., query performance / write throughput / storage efficiency].
  7. Assist in setting up [RELIABILITY FEATURE, e.g., replication / clustering / read replicas] for a [DATABASE, e.g., MySQL / PostgreSQL / Redis] database to ensure [QUALITY, e.g., high availability and fault tolerance / data durability].
  8. Develop a script to automate the process of [DB OPERATION, e.g., backing up and restoring / exporting and importing] [DATABASE, e.g., MongoDB / PostgreSQL / MySQL] databases.
  9. Write a query to [DATA QUALITY TASK, e.g., detect and handle missing or null values / identify outliers / flag duplicate records] in a [DATABASE TYPE, e.g., database table / data warehouse / data lake].
  10. Design a database solution for storing and processing [DATA TYPE, e.g., time-series data / geospatial data / event logs] efficiently using [TOOL/DB, e.g., TimescaleDB / InfluxDB / Apache Cassandra].
  11. Create a process for managing [DATABASE CHANGE TYPE, e.g., schema migrations / data model versioning] in a [DATABASE TYPE, e.g., relational / NoSQL] database using [TOOL, e.g., Flyway / Liquibase / Alembic].
  12. Write a [LANGUAGE, e.g., Python / Go / Java] script to parse [DATA FORMAT, e.g., JSON data / XML feed / nested CSV] from [SOURCE, e.g., an API / an S3 bucket / a webhook] and insert it into a [DATABASE, e.g., relational database / document store].
  13. Develop a method for monitoring [DB PERFORMANCE ASPECT, e.g., database performance / query latency / replication lag], including [SPECIFICS, e.g., slow queries and index optimization / connection pool usage / lock contention].
  14. Create an approach for [STREAMING USE CASE, e.g., real-time data streaming / event processing / CDC (Change Data Capture)] using [TOOL, e.g., Apache Kafka / Apache Flink / Debezium] and storing the results in [STORAGE, e.g., a database / a data warehouse / an object store].
  15. Design a process to create a [WAREHOUSE ARCHITECTURE, e.g., data warehouse / data lakehouse / analytical database] architecture using [PLATFORM, e.g., AWS Redshift / Google BigQuery / Databricks] and integrate it with [ETL TOOLS, e.g., ETL tools / dbt / Fivetran].

Systems Engineering

  1. Write a script to automate the process of [ADMIN TASK, e.g., creating and managing user accounts / provisioning SSH access / enforcing password policies] on a [OS TYPE, e.g., Linux-based / Windows Server] server.
  2. Design a plan for [INFRA CHANGE, e.g., upgrading the network infrastructure / migrating on-premise servers to the cloud] of a [ORG SIZE, e.g., medium-sized company / startup / enterprise] to handle [GOAL, e.g., increased traffic / new compliance requirements].
  3. Develop a monitoring system for tracking [METRICS, e.g., server health and uptime / application performance / infrastructure costs] using tools like [TOOLS, e.g., Prometheus and Grafana / Datadog / Zabbix].
  4. Create a script to automate [RESILIENCE TASK, e.g., system backups and disaster recovery / failover testing / snapshots] for [SYSTEM TYPE, e.g., critical systems / production databases / containerized workloads].
  5. Design a [TOPOLOGY TYPE, e.g., network topology / cloud architecture] for a [SCALE, e.g., large-scale data center / multi-region deployment], ensuring [QUALITIES, e.g., redundancy and fault tolerance / low latency and high availability].
  6. Develop a method for managing [CONFIG TYPE, e.g., system configurations / secrets / environment variables] using [TOOL, e.g., Ansible / Puppet / Chef / Terraform].
  7. Write a guide for implementing [LOGGING APPROACH, e.g., centralized logging / distributed tracing] across [SCOPE, e.g., all servers in a network / a microservices environment] using [STACK, e.g., the ELK stack / Grafana Loki / Datadog].
  8. Design a [SOLUTION TYPE, e.g., scalable solution / highly available architecture] for hosting a [APP TYPE, e.g., web application / SaaS platform] with [QUALITIES, e.g., high availability and fault tolerance / auto-scaling and geo-distribution].
  9. Develop a script to track [METRICS, e.g., system performance metrics / infrastructure costs / resource utilization] such as [SPECIFICS, e.g., CPU usage, memory, and disk space / network I/O and latency].
  10. Create a plan for [SCALING APPROACH, e.g., scaling server resources dynamically / auto-provisioning capacity] based on [TRIGGER, e.g., user load / scheduled events / cost thresholds] using [PLATFORM, e.g., cloud-based infrastructure / Kubernetes HPA].
  11. Write a script for automating [MAINTENANCE TASK, e.g., patch management and software updates / certificate renewals / configuration drift detection] across [SCOPE, e.g., multiple servers / all environments].
  12. Design an approach for implementing [DR PROCESS, e.g., automated disaster recovery testing / chaos engineering / failover drills] in a [ENVIRONMENT TYPE, e.g., cloud-based / hybrid / on-premise] environment.
  13. Develop a strategy for securing [SYSTEM SCOPE, e.g., a company's internal communication systems / remote access infrastructure / developer tooling] using [SECURITY MEASURES, e.g., encryption and VPNs / zero-trust networking / MFA and SSO].
  14. Create a guide for setting up and managing [VIRTUALIZATION TYPE, e.g., virtual machines / containers / hypervisors] on [PLATFORM, e.g., a VMware ESXi host / AWS / Proxmox] in a [ENVIRONMENT, e.g., data center / development lab].
  15. Write a script to monitor and alert when [RESOURCE TYPE, e.g., system resources (CPU, memory, disk space) / SLO breaches / cost anomalies] exceed [THRESHOLD TYPE, e.g., a defined threshold / baseline levels / budget limits].

Robotics and Automation

  1. Design a [ALGORITHM TYPE, e.g., control algorithm / motion planning algorithm / PID controller] for a [ROBOT TYPE, e.g., robotic arm / mobile robot / drone] to [TASK, e.g., move an object from one location to another with precision / follow a path autonomously].
  2. Develop a [MODEL TYPE, e.g., simulation model / digital twin] for a [AUTOMATION TYPE, e.g., robotic process automation (RPA) / industrial conveyor system] that can handle [TASK EXAMPLES, e.g., repetitive tasks like form filling / sorting and packaging].
  3. Write a program to control [VEHICLE TYPE, e.g., a drone / an autonomous ground vehicle / a robotic arm]'s movements autonomously, allowing it to [BEHAVIOR, e.g., fly a pre-defined path / navigate obstacles / follow a line].
  4. Create a system to automate the [TEST SUBJECT, e.g., testing of industrial robots / validation of CNC machines / QA of assembly line robots]' performance on a [ENVIRONMENT, e.g., production line / simulated environment / test bench].
  5. Design a [SAFETY PROTOCOL TYPE, e.g., safety protocol / risk assessment framework / emergency stop system] for [INTERACTION TYPE, e.g., human-robot interaction / collaborative robot (cobot) workspace] in a [SETTING, e.g., factory setting / warehouse / medical lab], ensuring [SAFETY GOAL, e.g., worker safety / regulatory compliance].
  6. Develop a [MODEL TYPE, e.g., machine learning / reinforcement learning / computer vision] model to improve a [ROBOT TYPE, e.g., robot's / autonomous agent's] [CAPABILITY, e.g., decision-making capabilities / object recognition / path planning] in an [ENVIRONMENT TYPE, e.g., unpredictable / dynamic / unstructured] environment.
  7. Write an automation script for [CALIBRATION TARGET, e.g., calibrating robotic sensors / initializing motor offsets / zeroing encoders] to ensure [OUTCOME, e.g., accurate movement and measurements / consistent performance across runs].
  8. Create a program for a robot to autonomously [NAVIGATION TASK, e.g., navigate through a maze / explore an unknown environment / follow a dynamic target] using [ALGORITHM, e.g., pathfinding algorithms like A* / SLAM / Dijkstra's algorithm].
  9. Develop a system to monitor the [HEALTH ASPECT, e.g., health of robotic equipment / status of servo motors / wear on mechanical joints] and trigger [RESPONSE, e.g., maintenance alerts / automatic shutdown / replacement orders] when [CONDITION, e.g., needed / thresholds are exceeded].
  10. Write code to simulate the movement of a [ROBOT COMPONENT, e.g., robotic arm / multi-link mechanism / legged robot] in a [DIMENSION, e.g., 3D / 2D] space using [TECHNIQUE, e.g., inverse kinematics / forward kinematics / physics simulation].
  11. Design a system for [SCHEDULING TASK, e.g., automating the maintenance scheduling / optimizing task allocation] for [ROBOT TYPE, e.g., industrial robots / a fleet of delivery robots] based on [METRIC, e.g., usage metrics / predictive failure data / shift schedules].
  12. Create a script to monitor and adjust [MOTION PARAMETERS, e.g., the robot's speed and movement / motor torque and position] based on [FEEDBACK SOURCE, e.g., real-time feedback from sensors / force/torque readings / vision data].
  13. Develop an algorithm for [OPTIMIZATION GOAL, e.g., optimizing robot task allocation / minimizing travel distance / maximizing throughput] in a [SYSTEM TYPE, e.g., multi-robot / swarm / human-robot collaborative] system to improve [KPI, e.g., efficiency / cycle time / energy consumption].
  14. Write a program for a robot to autonomously [MAPPING TASK, e.g., map its environment / build an occupancy grid / localize itself] using [SENSORS, e.g., LiDAR and visual inputs / depth cameras / ultrasonic arrays].
  15. Design a [FAULT SYSTEM TYPE, e.g., fault detection / predictive maintenance / anomaly detection] system for [ROBOT TYPE, e.g., robotic arms / mobile robots] in a [SETTING, e.g., industrial setting / warehouse / cleanroom] to [GOAL, e.g., predict and prevent breakdowns / minimize unplanned downtime].

Design and Product Engineering

  1. Create a [MODEL TYPE, e.g., 3D model / engineering drawing / assembly diagram] of a [COMPONENT TYPE, e.g., mechanical part / enclosure / structural bracket] using [CAD SOFTWARE, e.g., SolidWorks / Fusion 360 / AutoCAD], including [DETAILS, e.g., design specifications for manufacturing / GD&T annotations / bill of materials].
  2. Develop a [SIMULATION TYPE, e.g., FEA simulation / CFD simulation / stress analysis] to test the [PROPERTY, e.g., structural integrity / thermal performance / fluid dynamics] of a [DESIGN, e.g., bridge design / heat sink / pressure vessel] under [CONDITIONS, e.g., different load conditions / operating temperatures / flow rates].
  3. Write a [DOCUMENT TYPE, e.g., design specification document / product requirements document / technical brief] for a [PRODUCT CATEGORY, e.g., consumer electronic product / medical device / industrial tool], including [CONTENTS, e.g., technical requirements and materials / regulatory constraints / functional and non-functional requirements].
  4. Design a [PRODUCT TYPE, e.g., product / packaging / system] with an emphasis on [DESIGN PRINCIPLE, e.g., sustainability / repairability / modularity], using [APPROACH, e.g., eco-friendly materials and energy-efficient features / circular design principles].
  5. Create a detailed plan for [DEVELOPMENT PHASE, e.g., prototyping / testing / manufacturing] a new [COMPONENT TYPE, e.g., automotive component / consumer hardware / wearable device], including [DETAILS, e.g., material selection and testing procedures / vendor selection and lead times].
  6. Design [DESIGN TARGET, e.g., an ergonomic workstation layout / a factory floor layout / a user-friendly control panel] to [GOAL, e.g., reduce strain on workers and improve productivity / minimize errors and maximize throughput] in a [ENVIRONMENT, e.g., office environment / industrial setting / healthcare facility].
  7. Write a [DOCUMENT TYPE, e.g., feasibility study / market analysis / regulatory review] for developing a [PRODUCT TYPE, e.g., medical device / consumer gadget / industrial machine], including [FACTORS, e.g., technical, regulatory, and market considerations / cost, timeline, and risk assessment].
  8. Create a [MODEL TYPE, e.g., simulation model / prototype specification / CAD model] for testing the [PROPERTY, e.g., aerodynamic properties / structural performance / thermal behavior] of a [DESIGN, e.g., new drone design / vehicle body / fin configuration].
  9. Develop a process for integrating [ENERGY SOURCE, e.g., renewable energy sources like solar and wind / energy storage systems] into [TARGET SYSTEM, e.g., an existing building design / an off-grid product / a vehicle].
  10. Design a [INTERFACE TYPE, e.g., user-friendly interface / touchscreen HMI / web-based dashboard] for [SYSTEM TYPE, e.g., an industrial control system / a building management system / a laboratory instrument] to allow [USER TYPE, e.g., operators / technicians / non-technical staff] to interact easily.
  11. Create a method for testing [MATERIAL PROPERTY, e.g., the thermal properties / mechanical strength / chemical resistance] of a [MATERIAL TYPE, e.g., new material / composite / coating] intended for use in [APPLICATION, e.g., electronics / aerospace / biomedical devices].
  12. Write a [DOCUMENT TYPE, e.g., product development plan / go-to-market roadmap / launch checklist] for bringing a [PRODUCT TYPE, e.g., new wearable technology / hardware startup product / B2B hardware device] to market, from [START, e.g., concept] to [END, e.g., production / first sale].
  13. Design a prototype for a new [PRODUCT CATEGORY, e.g., consumer gadget / medical wearable / smart home device], including [DESIGN ASPECTS, e.g., functionality, form factor, and user experience / power management and connectivity].
  14. Develop a [TEST PLAN TYPE, e.g., reliability testing plan / durability testing protocol / validation strategy] for evaluating [PRODUCT TYPE, e.g., a new mechanical product / an electronic assembly] under [CONDITIONS, e.g., various environmental conditions / accelerated life testing / stress conditions].
  15. Write a [DOCUMENT TYPE, e.g., report / whitepaper / literature review] on the latest trends in [FIELD, e.g., sustainable product design / additive manufacturing / generative design] and how they can be incorporated into [CONTEXT, e.g., current engineering practices / your product roadmap].

Cybersecurity

  1. Write a script to detect [VULNERABILITY TYPE, e.g., SQL injection vulnerabilities / XSS vulnerabilities / open redirect flaws] in a [APP TYPE, e.g., web application / REST API / admin portal] and mitigate them.
  2. Develop a tool to perform [SCAN TYPE, e.g., port scanning / subdomain enumeration / service fingerprinting] and identify [FINDINGS, e.g., open ports / exposed services / software versions] on a [TARGET TYPE, e.g., target system / internal network segment].
  3. Design a [SECURITY MECHANISM, e.g., password hashing and salting mechanism / credential storage policy / secrets management system] for secure [PURPOSE, e.g., user authentication / API key storage] in a [APP TYPE, e.g., web application / mobile backend].
  4. Create a script to monitor for [THREAT TYPE, e.g., suspicious login attempts / privilege escalation events / unauthorized file access] on a [SYSTEM TYPE, e.g., Linux-based system / Windows server / cloud environment] and send alerts.
  5. Write a guide for setting up [AUTH MECHANISM, e.g., multi-factor authentication (MFA) / SSO / hardware security keys] for [APP SCOPE, e.g., an enterprise application / a developer portal / a SaaS platform].
  6. Develop a [LANGUAGE, e.g., Python / Go] script to analyze [DATA SOURCE, e.g., network traffic / DNS logs / SIEM events] and detect [THREAT, e.g., potential malware communications / lateral movement / beaconing behavior].
  7. Create an [DETECTION SYSTEM TYPE, e.g., intrusion detection system (IDS) / anomaly detection pipeline] using [APPROACH, e.g., machine learning / rule-based detection / behavioral analysis] to identify [BEHAVIOR, e.g., abnormal network behavior / insider threats / zero-day exploits].
  8. Write a script to check for [VULNERABILITY SOURCE, e.g., outdated software versions and known vulnerabilities / exposed secrets in code / misconfigured cloud resources] using [TOOL/DB, e.g., CVE databases / Trivy / Checkov].
  9. Build a system for [CRYPTO USE CASE, e.g., secure file encryption and decryption / end-to-end message encryption] in [CONTEXT, e.g., transit and at rest / a messaging app / a file-sharing platform].
  10. Design a [FIREWALL/POLICY TYPE, e.g., firewall configuration / security group policy / WAF rule set] to protect a [APP TYPE, e.g., cloud-based web application / internal API / SaaS platform] from [THREAT VECTORS, e.g., common attack vectors / DDoS / credential stuffing].
  11. Develop a [TEST TYPE, e.g., penetration testing / red team exercise] script to test for [VULNERABILITY, e.g., cross-site scripting (XSS) / IDOR / SSRF vulnerabilities] on a [TARGET, e.g., website / API endpoint / mobile app].
  12. Write a guide to configure a [VPN TOOL, e.g., secure VPN / WireGuard tunnel / site-to-site IPsec] for [USER GROUP, e.g., remote workers / branch offices / contractors] with [SECURITY REQUIREMENTS, e.g., strong encryption protocols / split tunneling / MFA].
  13. Create a tool for [MONITORING TASK, e.g., monitoring system logs / aggregating security events / correlating alerts] and identifying [FINDINGS, e.g., possible security breaches / anomalous behavior / policy violations] in real-time.
  14. Implement a strategy to secure [DATA TYPE, e.g., sensitive data / PII / financial records] using [MEASURES, e.g., encryption and access control policies / tokenization and DLP] in a [ENVIRONMENT, e.g., cloud environment / on-premise data center / hybrid setup].
  15. Build a system for [ALERTING CAPABILITY, e.g., real-time alerting on suspicious activity / automated incident response] in a [INFRA TYPE, e.g., cloud-based infrastructure / Kubernetes cluster] using [TOOL, e.g., AWS CloudTrail or Azure Security Center / Falco / PagerDuty].

Hardware Engineering

  1. Design a [CIRCUIT TYPE, e.g., printed circuit board (PCB) / schematic] for a [DEVICE TYPE, e.g., simple electronic device / battery management system / sensor node], including components like [COMPONENTS, e.g., resistors and capacitors / microcontrollers and power regulators].
  2. Develop a [TEST PROCEDURE TYPE, e.g., functional testing procedure / bring-up checklist / verification plan] for verifying the functionality of a [CIRCUIT TYPE, e.g., new microcontroller-based circuit / power supply board / RF module].
  3. Write a script to simulate a [CIRCUIT TYPE, e.g., circuit's behavior / power supply transient response] before implementing it on a physical PCB using [TOOL, e.g., SPICE modeling / LTspice / KiCad simulation].
  4. Design a [POWER SUPPLY TYPE, e.g., energy-efficient power supply / buck-boost converter / linear regulator circuit] for a [DEVICE TYPE, e.g., low-power embedded device / wearable sensor / IoT gateway].
  5. Create a [DRAWING TYPE, e.g., mechanical drawing / 3D model / thermal simulation] for a custom [COMPONENT, e.g., heat sink / enclosure / PCB bracket] to [PURPOSE, e.g., dissipate heat from an electronic device / protect components from the environment].
  6. Build a [TESTING SYSTEM TYPE, e.g., testing system / automated test bench / burn-in rack] for evaluating the [QUALITY ASPECT, e.g., durability and performance / electrical characteristics / reliability] of [TARGET, e.g., hardware components / PCB assemblies] under [CONDITIONS, e.g., extreme conditions / thermal cycling / vibration].
  7. Develop a [GUIDE TYPE, e.g., troubleshooting guide / debug procedure / failure analysis checklist] for diagnosing issues in a [CIRCUIT TYPE, e.g., malfunctioning electronic circuit / non-booting embedded system / failed sensor module].
  8. Design a [PCB TYPE, e.g., flexible PCB layout / rigid-flex board / compact SMD layout] for [APPLICATION, e.g., wearable devices / medical implants / drone electronics] with [CONSTRAINTS, e.g., minimal size and high functionality / signal integrity requirements / low-power design].
  9. Create a [DOCUMENT TYPE, e.g., bill of materials (BOM) / component specification sheet / vendor comparison] for a [SYSTEM, e.g., custom-designed embedded system / IoT prototype / consumer electronics product].
  10. Develop a guide for selecting suitable [COMPONENT TYPE, e.g., sensors / power components / communication modules] for a [DEVICE TYPE, e.g., IoT device / industrial controller / portable medical device] based on [CRITERIA, e.g., environmental conditions / power budget / accuracy requirements].
  11. Design an [CIRCUIT TYPE, e.g., interface circuit / signal conditioning circuit / level shifter] to connect a [COMPONENT A, e.g., microcontroller] with [COMPONENT B, e.g., an external sensor module / an actuator / a display].
  12. Write a script to automate the calculation of [ELECTRICAL PARAMETERS, e.g., voltage, current, and power ratings / impedance and filter characteristics] for a given [CIRCUIT CONTEXT, e.g., circuit design / component selection].
  13. Create a test plan for evaluating the [PROPERTY, e.g., thermal performance / EMI emissions / electrical efficiency] of a [CIRCUIT, e.g., power supply circuit / RF front-end / motor driver].
  14. Develop an automated system for running [TEST TYPE, e.g., diagnostics / functional verification / stress tests] on [SUBJECT, e.g., hardware prototypes / production samples] during the [PHASE, e.g., testing phase / manufacturing phase / bring-up stage].
  15. Design a [GROUND SYSTEM TYPE, e.g., robust grounding system / shielding strategy / EMI mitigation plan] for [APPLICATION, e.g., an industrial control system / a high-speed digital circuit / an RF device] to prevent [ISSUE, e.g., electrical interference / ground loops / signal noise].
  16. Create a [VISUAL AID TYPE, e.g., flowchart / swimlane diagram / process map] for the process of [PROCESS, e.g., designing, prototyping, and testing a new electronic product / NPI (new product introduction)].
  17. Build a [MODEL TYPE, e.g., simulation model / EMI prediction tool] for predicting the [PROPERTY, e.g., electromagnetic interference (EMI) / radiated emissions / signal integrity] behavior of a [CIRCUIT TYPE, e.g., circuit / PCB layout / cable harness].
  18. Develop a method for evaluating the [RELIABILITY ASPECT, e.g., long-term reliability / MTBF / failure modes] of a [COMPONENT, e.g., microchip / power module / connector] in [CONDITIONS, e.g., harsh operating environments / temperature extremes / high-humidity conditions].
  19. Write a procedure for safely [HANDLING TASK, e.g., handling and storing / disposing of / testing] sensitive components like [COMPONENTS, e.g., semiconductors and integrated circuits / ESD-sensitive devices / lithium batteries].
  20. Design a custom [PCB TYPE, e.g., PCB / module / daughter board] for a [APPLICATION, e.g., Bluetooth-enabled communication device / LoRa sensor node / USB-C charging circuit] with [FEATURES, e.g., power-saving features / compact form factor / over-current protection].
  21. Create a procedure for testing and verifying [SIGNAL PROPERTY, e.g., signal integrity / timing margins / clock jitter] in [CIRCUIT TYPE, e.g., high-speed digital circuits / DDR memory interfaces / SerDes links].
  22. Develop a set of guidelines for ensuring compliance with [REGULATORY STANDARDS, e.g., regulatory standards like RoHS, CE, FCC / UL / MIL-SPEC] during [PROCESS, e.g., hardware design / component sourcing / final product testing].
  23. Design a custom [IC TYPE, e.g., power management IC (PMIC) / analog front-end IC / custom ASIC block] for a [DEVICE TYPE, e.g., battery-powered device / solar energy harvester / portable sensor].
  24. Write a script to monitor and log [DATA TYPE, e.g., real-time performance data / telemetry / fault events] from [SYSTEMS, e.g., embedded systems / test hardware / production units] during [PHASE, e.g., field testing / manufacturing burn-in / accelerated life testing].

These templates were crafted to give engineers a reusable, customizable starting point for any AI prompt. Replace the [PLACEHOLDERS] with your specific context, and you'll get highly targeted, actionable responses every time.