2026-04-01
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
- 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - Explain how to set up and configure
[BUILD TOOL, e.g., Webpack / Vite / Rollup]for a[LANGUAGE/FRAMEWORK, e.g., JavaScript / TypeScript / React]project. - 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]. - 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. - 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. - 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]. - 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]. - 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]. - 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. - Write a troubleshooting guide for fixing common
[ISSUE CATEGORY, e.g., cross-browser compatibility issues / mobile responsiveness issues / hydration errors]. - 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]. - 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. - 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]. - 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]. - 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]. - 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]. - 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]. - 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
- 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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
- 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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. - 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]. - 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. - 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]. - 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]. - 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. - 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. - 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. - 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. - 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]. - 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]. - 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]. - 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]. - 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
- 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]. - 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. - 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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. - 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. - 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]. - 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]. - 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]. - Write a tutorial for integrating
[PAYMENT GATEWAY, e.g., Stripe / PayPal / Razorpay]into a[APP TYPE, e.g., e-commerce site / SaaS billing / marketplace]. - 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]. - 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. - 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]. - 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. - 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]. - 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
- 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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
- 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]. - 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. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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. - 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]. - 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]. - 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
- 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]. - 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. - 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. - 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. - 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]. - 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. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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
- 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. - 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]. - 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]. - 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. - 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. - 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. - 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]. - 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]. - 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. - 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. - 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]. - 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]. - 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]. - 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]. - 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
- 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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
- 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. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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
- 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. - 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]. - 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]. - 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]. - 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]. - Develop a method for managing
[CONFIG TYPE, e.g., system configurations / secrets / environment variables]using[TOOL, e.g., Ansible / Puppet / Chef / Terraform]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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
- 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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
- 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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]. - 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
- 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. - 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]. - 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]. - 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. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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. - 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]. - 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
- 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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)]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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]. - 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.