1.3 Identifying Common AI Workloads and Use Cases

Key Takeaways

  • Prediction workloads use regression to forecast continuous values (prices, temperatures, quantities) from historical data.
  • Anomaly detection identifies unusual patterns in data — fraud detection, equipment failure prediction, and quality control are common use cases.
  • Computer vision workloads extract information from visual data — classification, detection, OCR, and facial analysis are the key subtypes.
  • Conversational AI combines NLP and generative AI to create chatbots and virtual assistants that interact naturally with users.
  • The exam tests your ability to match real-world scenarios to the correct AI workload type — focus on identifying the input data type and desired output.
Last updated: March 2026

Identifying Common AI Workloads and Use Cases

Quick Answer: The AI-900 exam expects you to identify seven common AI workload types: prediction/forecasting, classification, anomaly detection, computer vision, NLP, conversational AI, and generative AI. The key to identifying the correct workload is analyzing the input data and desired output in the scenario.

Workload Identification Framework

When the exam presents a business scenario, use this decision tree:

Step 1: What is the input?

  • Images or video → Computer Vision
  • Text → NLP or Generative AI
  • Speech/audio → NLP (Speech) or Generative AI
  • Numerical/tabular data → Machine Learning (regression, classification, or clustering)
  • Time-series data → Anomaly Detection or Prediction

Step 2: What is the desired output?

  • A continuous number (price, temperature, quantity) → Regression
  • A category or label → Classification
  • Groups of similar items → Clustering
  • Unusual patterns flagged → Anomaly Detection
  • New content (text, images, code) → Generative AI
  • Understanding of text meaning → NLP
  • Understanding of visual content → Computer Vision
  • Natural conversation → Conversational AI

Detailed Workload Types with Use Cases

Prediction and Forecasting (Regression)

Regression models predict continuous numerical values based on historical data and input features.

Use CaseInput FeaturesPredicted Output
House price predictionSize, location, bedrooms, agePrice in dollars
Sales forecastingHistorical sales, season, promotionsFuture sales volume
Temperature predictionDate, location, historical weatherTemperature in degrees
Energy consumptionTime of day, season, building sizeKilowatt-hours
Delivery time estimationDistance, traffic, weatherMinutes until delivery

Classification

Classification models assign items to predefined categories based on their features.

Use CaseInputCategories
Email spam detectionEmail content, sender, metadataSpam / Not Spam
Medical image diagnosisX-ray or MRI imageDisease / No Disease
Credit risk assessmentIncome, credit history, employmentApprove / Deny
Product defect detectionProduct imageDefective / Not Defective
Customer churn predictionUsage patterns, payment historyChurn / Stay

Anomaly Detection

Anomaly detection identifies data points that deviate significantly from expected patterns.

Use CaseNormal PatternAnomaly
Credit card fraudTypical spending patternsUnusual large purchase in a foreign country
Equipment monitoringNormal vibration and temperatureSudden spike in vibration before failure
Network securityNormal traffic patternsSpike in traffic from unknown source (DDoS)
Quality controlConsistent product dimensionsProduct outside acceptable tolerance
Healthcare monitoringNormal heart rhythmIrregular heartbeat detected by wearable

Computer Vision

Computer vision extracts information from images and videos.

TaskDescriptionExample
Image classificationAssign a label to an entire image"This is a photo of a cat"
Object detectionIdentify and locate objects with bounding boxes"There is a car at position (x, y, w, h)"
Semantic segmentationClassify every pixel in an imageAutonomous driving — road, sidewalk, car, pedestrian
OCRExtract text from imagesReading text from a scanned receipt
Facial detectionDetect and analyze human facesIdentifying age, emotion, and head pose
Facial recognitionIdentify or verify a specific personUnlocking a phone with Face ID

Natural Language Processing (NLP)

NLP understands, interprets, and generates human language.

TaskDescriptionExample
Sentiment analysisDetermine if text is positive, negative, or neutral"Great product!" → Positive
Key phrase extractionIdentify main topics in text"The hotel room was clean and spacious" → "hotel room", "clean", "spacious"
Named entity recognitionIdentify entities (people, places, dates)"John visited Paris on March 5" → Person: John, Location: Paris, Date: March 5
Language detectionIdentify the language of text"Bonjour le monde" → French
Text summarizationCondense long text into key pointsSummarize a 10-page article into 3 sentences
Speech-to-textConvert spoken words to written textVoice dictation
Text-to-speechConvert written text to spoken audioScreen reader for visually impaired users
TranslationConvert text from one language to anotherEnglish → Spanish

Conversational AI

Conversational AI builds intelligent chatbots and virtual assistants that interact naturally with users.

Use CaseDescription
Customer service chatbotAnswer FAQs, process orders, handle complaints
IT help desk botReset passwords, troubleshoot issues, create tickets
Healthcare triage botAssess symptoms, recommend next steps, schedule appointments
E-commerce assistantProduct recommendations, order tracking, returns
Internal knowledge botAnswer employee questions from company documents

Generative AI

Generative AI creates new content based on prompts or input data.

Use CaseInputOutput
Content writing"Write a product description for..."Marketing copy
Code generation"Write a Python function that..."Working code
Image generation"A sunset over a mountain lake"Generated image
SummarizationLong documentConcise summary
TranslationText in EnglishText in Japanese
Q&A over documentsQuestion + context documentsGrounded answer

On the Exam: The most common question pattern is: "A company needs to [business scenario]. Which type of AI workload is this?" Identify the input type and desired output to determine the correct workload. If the scenario involves creating new content, it is generative AI. If it involves understanding existing content, it is NLP or computer vision.

Test Your Knowledge

A manufacturing company wants to monitor sensor data from factory equipment to detect when machines are about to fail. Which AI workload is most appropriate?

A
B
C
D
Test Your Knowledge

A real estate company wants to predict house prices based on features like square footage, number of bedrooms, and location. Which AI workload type is this?

A
B
C
D
Test Your Knowledge

An HR department wants to automatically sort incoming job applications into categories: "Engineering", "Marketing", "Sales", and "Operations" based on resume content. Which AI workload is this?

A
B
C
D
Test Your Knowledge

A company wants an AI system that can write personalized marketing emails based on customer data and a brief prompt. Which AI workload type is this?

A
B
C
D
Test Your KnowledgeOrdering

Put these AI concepts in order from BROADEST to MOST SPECIFIC:

Arrange the items in the correct order

1
Deep Learning
2
Artificial Intelligence
3
Machine Learning
4
Generative AI