Skip to content

Find AI Opportunities in Real Workflows

Many “AI industry use-case collections” look impressive: finance, healthcare, education, manufacturing, then a dozen ideas under each heading. Yet when it is time to build, they do not tell you whom to interview, which data to connect, which step to replace, or who would pay for the result.

The problem is that an industry is not a use case. “AI + healthcare” is only a territory. “After a consultation, a physician spends ten minutes finishing the clinical note; the system drafts it from the conversation and the physician approves it” is a workflow that can be researched, designed, and tested.

This appendix takes that second approach. We reviewed more than sixty reports and first-party product cases. Rather than listing every industry, we selected business and consumer workflows that are already in use and whose value can be located. Treat this as a map for finding questions worth interviewing about—not as a ready-made startup answer.

Keep this sentence in mindFor businesses, look for a blockage in a workflow. For consumers, look for a moment that keeps returning during the day.

The first requires a clear worker, systems, handoffs, and owner. The second requires a reason to return and one step that AI removes compared with search, templates, or a human service.

First, distinguish business and consumer products

Business: a company pays for an outcome

A company rarely buys “a chatbot” by itself. It buys shorter handling time, less rework, steadier compliance, or more sales. A researchable business workflow should answer at least four questions: who performs it every day, where the material comes from, which system receives the result, and who owns a mistake.

This is why many pilots never expand. Deloitte's survey of 2,773 business leaders found that only a limited share of generative-AI experiments reach scale, and Accenture's review of more than 2,000 projects found that relatively few organizations produce enterprise-wide value. The difficulty is often not whether a model can answer, but whether it participates in a complete workflow. Deloitte: State of Generative AI in the Enterprise · Accenture: Making Reinvention Real with Gen AI

Consumer: a person pays for an easier moment

A consumer product does not need ten enterprise integrations, but the person can close it at any time. Strong consumer uses appear at a recognizable moment: preparing a trip, comparing products, practising speech, making a poster, or sorting bills. They complete one task first and learn preferences over time.

In Capgemini's survey of 12,000 consumers, generative AI had already entered product discovery and comparison. QuestMobile likewise found that AI in China was moving from standalone chat products into search, productivity, imaging, and music. The opportunity is not only another chat box, but a conversation connected to the next action. Capgemini: What Matters to Today's Consumer 2025 · QuestMobile: 2025 China Mobile Internet Spring Report

Business: eight workflows already happening

Each section begins with a specific role. Do not copy the product name first. Ask why the old work was slow, which step AI took over, and what still had to remain with a person.

1. Customer service is not answering a question; it is finishing the case

Klarna AI Assistant interfaces for payment extension, multilingual support, and refund explanation
Klarna AI Assistant: the left side does not merely say “contact an agent”; it opens the payment-extension action. The right side itemizes a refund. Useful service AI finds the order and carries the action forward.

Who does the work: frontline agents, team leads, and after-sales operations.

When a customer asks why a refund has not arrived, an agent verifies identity, checks order, payment, and logistics systems, explains the rule, and may create a ticket. The slow part is not the polite sentence; it is collecting context across systems.

Klarna's assistant handles refunds, returns, and multilingual support. ResultsCX connects voice routing, account lookup, and backend APIs. Both show that value comes from finding status → applying the rule → recording the action → escalating when necessary, not from an FAQ. Klarna case · ResultsCX case · Salesforce: State of Service 2025

A first version can begin after the human conversation: draft a summary, identify intent, retrieve the relevant policy and suggest the next action, then let the agent approve it before writing the ticket. This reveals time saved without giving refund authority to a model.

Questions worth asking

Which pages do agents switch between most? Which repeated questions require different actions for different order states? When a case is transferred, does the next agent ask everything again?

2. Sales does not lack copy; it lacks the right next conversation

Internal Morgan Stanley AI@MS Assistant interface
Morgan Stanley AI@MS Assistant: advisers can look up account-opening documents and case status. The page also says “internal use only” and requires human verification. It is a retrieval entry embedded in the workstation, not a chatbot making decisions for an adviser.

Who does the work: B2B salespeople, account managers, solution consultants, and sales leaders.

After a meeting, a salesperson updates the CRM, identifies decision-makers and objections, finds a relevant case, writes a follow-up email, and decides when to contact the customer. The evidence is scattered across recordings, chat, email, and private notes, so the CRM is often stale.

McKinsey maps generative AI across the B2B sales cycle: prospecting, meeting preparation, communication, proposal, closing, and renewal. Morgan Stanley's adviser tools do not make investment decisions; they retrieve internal knowledge and turn meetings into notes and tasks. McKinsey: Unlocking Gen AI in B2B Sales · Morgan Stanley case

A first version can handle the fifteen minutes after a meeting: extract goals, objections, commitments, and next steps, draft an editable email, and fill the CRM fields. Measure CRM completeness and follow-up time, not the number of generated words.

3. A company knowledge base must answer which rule applies this time

Notion Enterprise Search interface
Notion Enterprise Search: one question can search Notion and Slack, and the user can switch among Ask, Research, and Build. An enterprise assistant connects existing sources and permissions; it is not merely a place to upload one PDF.

Who does the work: consultants, operations, HR, finance, IT support, and new employees.

Answers already exist inside most companies, but are scattered across policies, manuals, old email, training videos, and previous projects. “Can this customer receive a refund?” requires the current rule, its conditions, and its source—not any document containing the word refund.

Sun Life's internal assistant handles more than ten thousand employee queries a week. Morgan Stanley expanded searchable internal material to about one hundred thousand documents. Notion brings enterprise search, meeting notes, and action into the same workspace. The core is permission, version, citation, and feedback, not “upload a PDF and chat.” Sun Life Asks · Notion AI overview

Do not connect the whole company first. Select a team with many questions and a clear boundary, such as returns policy or IT support. Every answer should cite its source; missing answers should be admitted and added to a material backlog.

Thomson Reuters CoCounsel contract drafting and research interface
Thomson Reuters CoCounsel: progress for drafting and research appears on the left, then the draft opens in Word. AI reads, finds support, and drafts; professionals review and finish the work in a familiar document.

Who does the work: financial analysts, tax, legal, procurement, and compliance teams.

These roles see many similar-looking but different contracts, invoices, statements, policies, audit papers, and due-diligence files. AI can extract, compare, classify, retrieve, and draft, but a final judgment must return to the source and have a responsible reviewer.

Thomson Reuters' 2025 survey reports rising generative-AI use in legal, tax, and risk work, including research, document summaries, contract drafting, and filing preparation. Moderna's Contract Companion gives employees a contract summary; OpenAI and PwC discuss finance agents for reconciliation, risk signals, and cross-system workflows. Thomson Reuters: 2025 Generative AI in Professional Services · Moderna case · OpenAI × PwC: CFO workflows

A small team can start with one document and one rule set: check payment, renewal, indemnity, and data clauses in supplier contracts, with quotations and risk explanations. Prove omission rate, review time, and citation accuracy before claiming to offer an “AI legal department.”

5. Software development: value appears in the repository

GitHub Copilot reviewing code in a pull request
GitHub Copilot Code Review: when Copilot is assigned as a reviewer, comments attach to exact lines and can include a proposed change. A developer still inspects the diff, batches, or rejects it. The value is inside the pull request, not another chat window.

Who does the work: developers, testers, operations, and security engineers.

Time is spent understanding old code, adding tests, reading logs, reviewing changes, and learning unfamiliar repositories. In GitHub's controlled experiment, participants using Copilot completed a specified task faster. In a real team, however, repository context, engineering rules, and passing tests matter much more than the ability to produce code. GitHub Copilot productivity study · GitHub follow-up report

A useful internal tool can begin with a failed CI run: read the error and relevant changes, locate likely causes, suggest a fix, and prepare a patch for review. It must run tests, show the diff, and accept review rather than pushing directly to production.

6. Manufacturing and field service: make equipment, manuals, and work orders speak together

Siemens Engineering Copilot beside TIA Portal
Siemens Engineering Copilot: Copilot and TIA Portal are open side by side. The assistant sees the current automation project, equipment structure, and engineering documents instead of answering a context-free question about why a machine failed.

Who does the work: equipment operators, maintenance engineers, field-service staff, and process engineers.

When a machine stops, the operator may see only an error code. The answer is buried in hundreds of pages of manuals, parts lists, and repair history while losses accumulate by the minute. After the repair, the field engineer still has to write a report that the customer can read and the company can archive.

Siemens Industrial Copilot is used to explain equipment, retrieve maintenance support, and assist automation programming. Another Siemens trial turns brief engineer notes from more than 1.4 million annual work orders into consistent customer reports. Deloitte's manufacturing survey also identifies data quality and equipment context as major barriers. Siemens Industrial Copilot · Siemens field-report case · Deloitte: 2025 Smart Manufacturing Survey

A good starting point is one equipment type, not “predict the whole factory”: identify an error code, retrieve its manual pages and previous work orders, and propose a diagnostic sequence. After repair, turn the notes into a report. Show evidence for every suggestion and let the engineer mark it unhelpful.

7. In healthcare, start with documentation and coordination—not a diagnostic demo

Abridge linking a clinical note to its original conversation
Abridge: the generated clinical note appears above the matching clinician-patient conversation. Linked Evidence returns to the original words. The important part is not fast writing, but a physician who can trace, edit, and approve every entry.

Who does the work: physicians, nurses, records teams, insurance reviewers, and patient-service staff.

Much of healthcare's burden lies outside diagnosis: documentation, referral, authorization, claims, and patient communication. McKinsey's near-term examples focus heavily on summaries, benefit questions, denial explanations, discharge instructions, and back-office work rather than autonomous diagnosis. McKinsey: Tackling Healthcare's Biggest Burdens with Generative AI

Ambient systems such as Abridge draft structured notes from the consultation and let the physician approve them. This draft–review–write-back boundary reduces paperwork without changing clinical accountability. Abridge health-system case · McKinsey: Generative AI in Healthcare

Without a clinical partner, suitable data, and compliance expertise, do not start with diagnosis. Study lower-risk patient service, such as converting preparation instructions into a step-by-step checklist or helping staff organize calls, subject to institutional review.

8. Retail and content operations: one asset must travel through many channels

Canva Magic Switch menu for resizing, translation, and document conversion
Canva Magic Switch: the same approved design can be resized, translated, or turned into a document. This is the frequent content-team task of turning one accepted asset into versions for many channels.

Who does the work: e-commerce operations, brand marketing, design, merchandising, and localization teams.

A product launch is not just one paragraph. Teams interpret product data, write titles and selling points for different channels, process images, adapt dimensions, translate, check prohibited terms, and update after feedback. Much time goes to moving material and checking consistency.

Deloitte's retail outlook lists personalization, merchandising, supply chain, and marketing among AI applications. Canva Magic Switch adapts content to sizes and languages, while Adobe Firefly combines generation, editing, and production assets. AI does not replace brand judgment; it reduces the mechanical work of producing versions. Deloitte: 2025 Retail Industry Outlook · Canva Magic Studio · Adobe Firefly

A first version can serve one channel and one product type: draft a detail page from structured data, check required fields, dimensions, and prohibited claims, then let an operator publish. It will receive more useful feedback than a “universal marketing assistant.”

Consumer: seven moments when people open the product themselves

The easiest consumer mistake is to put seven prompts behind the same chat box. The products below work because the conversation connects to products, courses, trips, a canvas, music, or financial data, letting the person continue the task.

1. “Reduce my choices”: search, comparison, and purchase

Amazon Rufus shopping assistant
Amazon Rufus: the entry point sits beneath Amazon search, and the sample questions are shopping tasks: compare tablecloths, prepare for Prime Day, and find a watch for sleep tracking. It connects the answer to real products rather than offering generic advice.

Someone buying a camera, stroller, or rainy-day commuter shoe does not lack product pages; they lack a way to turn vague conditions into comparable choices. Rufus combines the catalog, reviews, and Q&A, while Capgemini and Adobe both observe consumers using AI for discovery, comparison, and pre-sale advice. Amazon Rufus · Adobe: 2025 AI and Digital Trends

Research a difficult product category, not the phrase “AI shopping assistant.” A renter choosing a projector must combine throw distance, daylight brightness, noise, and budget. Show comparison evidence, missing information, and real products instead of an invented expert conclusion.

2. “I do not want twenty tabs”: travel planning and live changes

Expedia conversational trip-planning interface
Expedia conversational planning: a user begins by comparing Maui and Kauai for a honeymoon, then saves hotel suggestions directly to Trips. The loop closes when conversation becomes a saved itinerary and booking action.

Trip planning repeatedly combines destination, dates, transport, opening hours, budget, and companion preferences. Expedia connects open conversation to saved hotels, prices, and booking. Travel AI is valuable when advice becomes an itinerary that can be saved, checked, and purchased—not when it writes a pretty guide. Expedia conversational planning · Expedia AI service case

A smaller opening might be “half a day in one city with children” or “a safe route after a concert.” Live facts need reliable APIs, and weather, prices, and opening hours need update timestamps.

3. “Let me practise, not just listen”: learning and feedback

Duolingo Max role-play exercise in a Paris café
Duolingo Max Roleplay: the exercise is not “chat in French” but the concrete job of ordering in a Paris café. Scene, role, goal, and reward are prepared, so the learner can practise immediately.

Generative AI makes a formerly expensive step available at any time: practise and receive feedback on this attempt. Duolingo Max uses role-play and video calls for language practice; Khanmigo emphasizes questions and hints rather than handing over the answer. Duolingo Max · Khan Academy: Khanmigo

A product can serve one practice action: an interview answer, spoken English, a sales objection, or a thesis defense. Feedback should quote the actual answer and propose one executable change for the next attempt, not offer generic praise.

4. “Give me a first draft I can change”: personal creation

Adobe Firefly text-to-image workspace
Adobe Firefly: the real interface contains model, aspect ratio, content type, visual intensity, references, and several results—not only a prompt box. A creative product gives people controls for the next edit instead of one “generate again” button.

For a birthday invitation, second-hand product photo, short-video cover, or club poster, the blank canvas and complex software are often the largest barrier. Canva places generation, background removal, expansion, resizing, and translation in the canvas; Firefly lets creators continue among image, video, audio, and vector assets. Canva Magic Studio · Adobe Firefly launch

Offer control, not only “generate again.” A useful opening has a defined artifact: property photos, a podcast cover, or three sizes of an event poster. Let the user lock text, people, and brand colors while AI changes one area.

5. “What was wrong this time?”: personalized explanation

Duolingo Max Explain My Answer interface
Explain My Answer: the screen quotes the learner's answer, explains why plural vestidos takes gustan, and allows another example. It meets the exact moment “why was my answer wrong?” instead of restarting a general grammar lesson.

The same answer needs a different explanation for a beginner and an expert. Explain My Answer starts from the mistake just made. This feels more natural than a separate general Q&A because the system already knows the question, answer, and learning progress. Duolingo: Explain My Answer

The same pattern applies to exercise form, camera settings, a chess review, or music practice: capture one real performance, then identify the most valuable correction. “Personalized advice” without personal input is usually generic content with a name added.

6. “Do not just recommend—remember”: music and continuing experiences

Spotify AI DJ player
Spotify AI DJ: DJ is a persistent home-screen playback entry connected directly to tracks and controls. It relies on listening history, Spotify's catalog, and the next playback action—not just a generated presenter voice.

Spotify AI DJ does more than generate an introduction. It selects music from long-term listening history and joins the experience with a continuing voice. Preference data, content rights, and the playback action are harder to copy than the DJ's tone. Spotify AI DJ · Deloitte: 2025 Digital Media Trends

Other continuing moments include running, cooking, and bedtime reading. The product should adjust the next session from past choices and make correction easy rather than pretending to know the person better than they do.

7. “Turn a complex rule into my next step”: personal finance and life administration

Intuit Assist comparing two years of tax credits in TurboTax
Intuit Assist in TurboTax: rather than discussing tax from nothing, it compares this year's and last year's credit amounts and offers next questions such as other credits the person may claim. The foundation is personal data and the current task.

Tax, credit, insurance, and bills share complex rules, scattered documents, and different next steps for each person. Intuit Assist appears inside TurboTax, Credit Karma, and QuickBooks to combine existing financial data with explanations and actions—not to provide companionship. Intuit Assist

These products also carry more risk. A first version is better suited to document checklists, concept explanations, bill classification, and reminders, with facts, estimates, and suggestions clearly distinguished. Tax filing, investments, or insurance choices require user confirmation and access to professional support.

Where to find your own business or consumer direction

The cases above teach what a use case looks like; they are not instructions to swap the industry name. Your direction is usually hidden among people, materials, and habits you can reach. Business and consumer research begin differently.

Business: follow one role through the whole job

Business material rarely says “this is a startup opportunity.” It appears as job descriptions, procurement documents, operating manuals, software reviews, and project cases. Choose a specific role—export coordinator, property-service agent, clinic receptionist, or maintenance technician—and follow the work.

Where to look for business workflows
  • Job sites: learn daily responsibilities, systems, forms, and reports.
  • Tenders and procurement notices: see what companies pay to solve; acceptance criteria and boundaries are often explicit.
  • Software reviews: read low ratings on G2, Capterra, app stores, and forums for “still export to Excel” and “manually fill this every time.”
  • Company cases and annual reports: search a company with digital transformation, efficiency, or customer service to find funded projects.
  • Real work material: old tickets, quotations, checklists, help messages, and training files are often closer to a product entry point than an industry report.
Queries you can use directly

maintenance technician daily workflow

property customer service tender automation filetype:pdf

site:g2.com field service software reviews

customer support workflow pain points report

industry digital transformation case annual report

If export trade interests you, do not search only “AI + export.” Read coordinator vacancies and record inquiry response, quotation, specification checks, delivery reminders, and customs paperwork. Then inspect a real quotation and poor reviews of cross-border software. The strongest opening may be “after an English inquiry arrives, draft a quotation for confirmation from historical prices and product parameters,” not a universal export assistant.

Consumer: follow a day and find repeated friction

Consumer research begins when someone reaches for a phone. Think through searching, comparing, recording, practising, waiting, and sharing. What happens every week? What is currently patched together with screenshots, notes, bookmarks, or group chat?

Where to look for consumer moments
  • App Store and Android stores: read one- to three-star reviews for missing features, payment drop-offs, and reasons for abandonment.
  • Social platforms and Reddit: search “how do I,” “is there a tool,” and “recommendation”; comments often add the real constraint.
  • Product Hunt and rankings: see which small action a new product solves and what reviewers want it to do next.
  • Trend and traffic reports: use Google Trends, QuestMobile, iResearch, and annual reports to confirm a durable group behavior.
  • Your own photos and bookmarks: repeated screenshots, unopened guides, and copied text are unfinished workflows.
Queries you can use directly

site:reddit.com "I wish there was an app"

travel with children planning too hard

budgeting app difficult reviews

Product Hunt AI language learning

AI application user growth report

If you travel often, do not immediately build an “AI itinerary.” Find why people save ten guides: a restaurant may close unexpectedly, an older companion needs fewer steps, or a concert ends late. Select one recurring moment so the product becomes a tool people open rather than a generated article.

Do not write code as soon as you find material

Keep at least three kinds of evidence: a document that reveals the workflow, the same difficulty mentioned by three people, and an alternative for which someone already pays or spends time. Then spend sixty minutes making the idea concrete.

01Name one person

For business, state a role. For consumer, state a life situation. “Enterprise users” and “young people” are too broad.

02Observe one occurrence

Obtain a form, screen recording, poor review, or real operation and locate the exact blockage.

03Find it three times

The same problem should come from three people or sources, not one entertaining complaint.

04Take one step only

Define input, output, reviewer, and metric before deciding whether AI is suitable.

Finally, describe the direction in one sentence that another person can picture:

When who encounters which moment, they currently use which materials or workaround to complete which job. I will first let AI handle one step, have whom approve the result, and use which change to judge its value.

A business example:

When a packaging-line operator sees error E37, they search a paper manual and old work orders. The system retrieves the relevant section and three diagnostic steps for that equipment model, and a maintenance engineer approves them. The pilot measures average downtime.

A consumer example:

When a parent visits a museum with a child at the weekend, they currently assemble a route from public posts, maps, and reviews. The product creates a three-hour plan for the child's age and available time, cites opening hours and prices, and adds it to the calendar after the parent approves it.

Once your idea is this concrete, you have something that can be interviewed, prototyped, and tried with a small group.

Sources

The list contains 67 sources. The main text prioritizes reports with clear research methods and first-party cases. Brokerage reports are used to observe commercial themes in China, not as proof of user demand. Vendor cases may have a marketing perspective and should be checked against interviews and real operating data.

1. Overall adoption and enterprise value (15)
  1. McKinsey:The Economic Potential of Generative AI
  2. McKinsey:The State of AI 2025
  3. PwC:2025 Global AI Jobs Barometer
  4. PwC:Global Workforce Hopes and Fears Survey 2025
  5. Deloitte:State of Generative AI in the Enterprise
  6. Microsoft:2025 Work Trend Index
  7. IBM:5 Trends for 2025
  8. IBM:2025 CDO Study
  9. Cisco:2025 AI Readiness Index
  10. EY:2025 AI Pulse Survey
  11. Accenture:Reinventing Enterprise Models in the Age of Gen AI
  12. Accenture:Making Reinvention Real with Gen AI
  13. OpenAI:The State of Enterprise AI 2025
  14. 中国信通院:《人工智能发展报告(2024 年)》
  15. CNNIC:《生成式人工智能应用发展报告(2025)》
2. Business industries, roles, and workflows (24)
  1. McKinsey:Unlocking Profitable B2B Growth Through Gen AI
  2. McKinsey:Capturing the Full Value of Generative AI in Banking
  3. McKinsey:The AI-powered Bank—Customer Care
  4. McKinsey:The Future of AI in Insurance
  5. McKinsey:Tackling Healthcare’s Biggest Burdens with Generative AI
  6. McKinsey:Generative AI in Healthcare
  7. Deloitte:2025 Manufacturing Industry Outlook
  8. Deloitte:2025 Smart Manufacturing Survey
  9. Deloitte:2025 Retail Industry Outlook
  10. Deloitte:2025 Global Health Care Outlook
  11. Accenture:Commercial Banking Trends 2024
  12. Accenture:Banking Trends 2026
  13. Thomson Reuters:2025 Generative AI in Professional Services
  14. Salesforce:State of Service 2025
  15. Salesforce:State of Sales 2026
  16. Adobe:2025 AI and Digital Trends
  17. Adobe:2025 Content Creation and Management
  18. 艾瑞咨询:《2025 年中国企业级 AI 应用行业研究报告》
  19. GitHub:Quantifying Copilot’s Impact on Developer Productivity
  20. Siemens × Microsoft:Industrial Copilot
  21. Abridge:Hartford HealthCare Ambient AI 案例
  22. AWS:Sun Life 内部知识助手
  23. AWS:ResultsCX 客服自动化
  24. AWS:Sanofi 企业 AI 助手
3. Deployed products and enterprise cases (10)
  1. OpenAI:Morgan Stanley
  2. OpenAI:Klarna
  3. OpenAI:Moderna
  4. OpenAI:BBVA
  5. OpenAI × PwC:Reimagining the Office of the CFO
  6. Microsoft:Siemens 现场服务报告
  7. AWS:Legal & General 文档处理
  8. AWS × Infosys:医疗保险客服助手
  9. Notion:Notion AI 功能说明
  10. Canva:Magic Studio
4. Consumer products and behavior (13)
  1. Capgemini:What Matters to Today’s Consumer 2025
  2. Accenture:Me, My Brand and AI
  3. Deloitte:2025 Digital Media Trends
  4. QuestMobile:2025 中国移动互联网春季报告
  5. QuestMobile:2025 年 8 月 AI 应用行业报告
  6. 艾瑞咨询:《2025 年中国 AI 类 App 流量分析报告》
  7. Amazon:Rufus 购物助手
  8. Expedia:对话式旅行规划
  9. Duolingo:Duolingo Max
  10. Khan Academy:Khanmigo
  11. Spotify:AI DJ
  12. Intuit:Intuit Assist
  13. Adobe:Firefly
5. Chinese brokerage research (5)
  1. 华鑫证券:WAIC 大会强供给,AI 应用商业化如何解
  2. 国信证券:人工智能专题——AI Agent
  3. 东吴证券:2025 年 AI 应用渗透趋势
  4. 中银证券:“人工智能+”应用与平台
  5. AIGC 行业深度:算力、模型与应用的创新融合

Sources were retrieved and organized in August 2026. Percentages depend on samples, regions, and vendor definitions and cannot replace interviews and trial data from your target users.