# What can modern AI actually do?

Canonical source: [https://isaiuseful.com/use-cases](https://isaiuseful.com/use-cases)

<a id="main-content"></a>

Beyond the blank chat box

Every entry below links to a public implementation, experiment, documented workflow or official project. Vendor customer reports are labeled and separated from independent evidence. Use search to find the work, output or control that matches your situation.

- [Search the use cases](#catalog)

**84**

source-linked use cases
PUBLIC EXAMPLES + CAVEATS
**8**

work categories
SOFTWARE TO SCIENCE
**7**

source collections
INDEPENDENT + VENDOR EVIDENCE

<a id="catalog"></a>

Search and source collection combine with the category filter. Try a task, deliverable, risk or tool.

**Filter by category**

84 use cases

Industry breadth

## Which AI use cases work across different industries?

The catalogue is organized around work people can evaluate, but its examples span regulated, physical, creative and public-interest settings. For machines acting in the physical world, continue with the [task-first robotics deployment route](https://isaiuseful.com/robotics.html.md#route) .

- **Regulated work** Finance · pharma · healthcare
- **Infrastructure + operations** Telecom · energy · mining · manufacturing · logistics · agriculture
- **People + culture** Education · accessibility · media · sport · travel
- **Public knowledge** Public research

<a id="independent-examples"></a>

coding

### Turn an issue into a tested patch

Coding agents inspect repositories, edit files, run tests and return evidence. The useful deliverable is not plausible code; it is code proven to work.

- [Build the reviewable coding loop →](https://isaiuseful.com/thinking-with-ai.html.md#loop)

- [Practitioner method →](https://simonwillison.net/2025/Dec/18/code-proven-to-work/)

coding

### Reproduce and repair real repository bugs

[SWE‑bench](https://isaiuseful.com/benchmarks.html.md#swe-bench) gives agents real GitHub issues and grades the resulting patches with tests. It is a practical model for bounded maintenance work.

- [Understand the benchmark and variants →](https://isaiuseful.com/benchmarks.html.md#swe-bench)

- [Open the benchmark repository →](https://github.com/SWE-bench/SWE-bench)

coding

### Build from a durable specification

OpenSpec and GitHub Spec Kit make the specification a reviewable artifact before generation, reducing ambiguity and keeping the workflow transferable between models.

- [OpenSpec →](https://github.com/Fission-AI/openspec)

·
- [Spec Kit →](https://github.com/github/spec-kit)

coding

### Continue a project across agent sessions

A harness can preserve progress notes, git history and test state so a later context window resumes work instead of rebuilding an understanding from scratch.

- [Vendor implementation report →](https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents)

coding · planning

### Plan a migration before touching the code

A specification workflow can inventory affected behavior, propose milestones and preserve non-goals before an agent starts a cross-cutting upgrade.

- [Spec Kit →](https://github.com/github/spec-kit)

·
- [OpenSpec →](https://github.com/Fission-AI/openspec)

coding · verification

### Turn a reported bug into a regression test

Before accepting a fix, require a test that fails on the original behavior and passes after the patch. This is a practitioner verification rule, not a finding from the benchmark.

- [Practitioner method →](https://simonwillison.net/2025/Dec/18/code-proven-to-work/)

research

### Produce a cited research brief

Deep-research agents browse many sources, synthesize them and return citations. The researcher still checks provenance, coverage and whether each citation supports the claim.

- [Vendor capability report →](https://openai.com/index/introducing-deep-research/)

research

### Recover primary sources from weak clues

LLMs can act as secondary librarians: turn a remembered quote, chart or claim into candidate sources, while the human verifies the original material.

- [Practitioner examples →](https://simonwillison.net/tags/ai-assisted-search/)

research

### Read and compare a document collection

AnythingLLM provides a public implementation of retrieval over local documents, letting users ask cross-document questions while retaining the original files as evidence.

- [Follow the RAG build sequence →](https://isaiuseful.com/rag.html.md#build)

- [Project documentation →](https://github.com/Mintplex-Labs/anything-llm)

research

### Extract structure from PDFs and reports

Docling converts complex PDFs, tables and page layouts into structured representations that downstream retrieval or analysis workflows can actually use.

- [Project documentation →](https://github.com/docling-project/docling)

research · verification

### Turn a draft into a claim-checking queue

A proposed workflow can extract consequential claims, locate candidate primary sources and flag partial support. The linked system documents source-finding and citations, not this exact review queue.

- [Underlying vendor capability →](https://openai.com/index/introducing-deep-research/)

research · comparison

### Compare revisions across a policy set

A proposed workflow can load named document versions into a bounded collection, ask for candidate differences and verify each one against the originals. The linked project supplies retrieval, not a purpose-built policy-diff guarantee.

- [Retrieval implementation →](https://github.com/Mintplex-Labs/anything-llm)

operations

### Run long, bounded workflows

Agent harnesses can retain task state, resume after context limits, run checks and stop on explicit completion conditions instead of relying on a single conversation.

- [Vendor implementation report →](https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents)

operations

### Operate software that has no API

Computer-use agents inspect screenshots, click and type in existing interfaces. Use narrow accounts, allowlisted sites and approval gates because visual automation is inherently brittle.

- [Vendor capability release →](https://www.anthropic.com/news/3-5-models-and-computer-use)

operations

### Transcribe and search meetings

Whisper turns recordings into searchable transcripts. A follow-on model can extract decisions, owners and unanswered questions while the recording remains the canonical source.

- [Transcription implementation →](https://github.com/openai/whisper)

operations

### Route, classify and draft from an inbox

A proposed workflow can route inbound messages, retrieve policy and prepare a response behind human approval. The linked guide documents routing and tool-use patterns, not this exact inbox deployment.

- [Vendor engineering pattern →](https://www.anthropic.com/engineering/building-effective-agents)

operations

### Run repeatable agent loops with state and review

A practitioner pattern combines scheduled runs, a state file, isolated worktrees, tools, a separate verifier and human review. It is a method proposal, not evidence of a measured reliability gain.

- [Build a safer loop →](https://isaiuseful.com/guides.html.md#loops)

- [Reference repository →](https://github.com/cobusgreyling/loop-engineering)

operations · documents

### Extract invoice lines and table fields for review

Parse pages and tables into a fixed schema, validate totals with deterministic code and send low-confidence fields to a person before anything reaches accounting.

- [Document parsing implementation →](https://github.com/docling-project/docling)

operations · reporting

### Prepare a weekly operations brief

A proposed workflow can gather allowlisted metrics, summarize exceptions and draft next actions while deterministic queries remain the source of every number. The source documents the component patterns, not this specific use case.

- [Vendor engineering patterns →](https://www.anthropic.com/engineering/building-effective-agents)

small business

### Assist customer-support agents

A generative assistant can retrieve answers and suggest responses while the support worker remains responsible. A 5,179-worker field study measured higher issues resolved per hour.

- [Field study →](https://www.nber.org/papers/w31161)

small business

### Answer questions and call a quote tool

A support agent can ground answers in product documentation and call a deterministic quote generator instead of inventing prices in free-form text.

- [Vendor implementation guide →](https://platform.claude.com/docs/en/about-claude/use-case-guides/customer-support-chat)

small business

### Prepare for a sales meeting

Anthropic reports that ServiceNow combined enterprise context and web research for sales preparation and saw up to a 95% reduction in preparation time in early testing. The page provides no independent audit or study methodology.

- [Vendor/partner report →](https://www.anthropic.com/news/servicenow-anthropic-claude)

small business

### Draft routine business writing

First drafts of emails, press releases, reports and short analyses are a measured use case: a randomized experiment found faster completion and higher evaluator-scored quality.

- [Peer-reviewed experiment →](https://www.science.org/doi/10.1126/science.adh2586)

small business · caution

### Assist with inventory, without owning the money

Project Vend's agent managed pricing, stock decisions and customer requests but lost money through concrete errors. It supports testing recommendations before granting spending authority.

- [Vendor research report →](https://www.anthropic.com/research/project-vend-1)

small business · routing

### Qualify inbound requests before a person replies

A proposed routing workflow can classify requests by explicit criteria, retrieve the relevant offer and prepare follow-up questions without making commitments. The source documents the routing pattern, not a measured sales result.

- [Vendor engineering pattern →](https://www.anthropic.com/engineering/building-effective-agents)

personal

### Run a persistent personal assistant

Hermes maintains memories, searches previous conversations and creates reusable skills. A phone can be the messaging surface while the agent and model stay on another machine; the chosen messaging provider remains part of the conversation path.

- [Messaging gateway →](https://hermes-agent.nousresearch.com/docs/user-guide/messaging/)

- [Project repository →](https://github.com/NousResearch/hermes-agent)

personal

### Search a personal knowledge base

Store notes as local Markdown, then index a copy in a retrieval tool. Obsidian supplies the file-based notes; AnythingLLM supplies the AI retrieval layer. Keep the notes—not generated summaries—canonical.

- [Obsidian documentation →](https://obsidian.md/help/)

- [Build the second-brain loop →](https://isaiuseful.com/guides.html.md#second-brain)

personal · high trust

### Reach a self-hosted agent from messaging

OpenClaw can keep sessions and state on an always-on host while an iPhone or Android device acts as the operator or a narrowly scoped node. Keep the gateway private, give it narrow permissions and require approval for sending, deleting, purchasing or changing accounts.

- [Remote gateway →](https://docs.openclaw.ai/gateway/remote)

- [See the private topology →](https://isaiuseful.com/remote-spark.html.md#operators)

personal · local

### Transcribe and search private voice notes

Run speech recognition locally, attach timestamps and retain the audio as the source so later summaries and task extraction remain checkable.

- [Whisper implementation →](https://github.com/openai/whisper)

education

### Coach the tutor during a lesson

Tutor CoPilot suggests questions and teaching moves to a human tutor in real time. The preprint reports a 4-percentage-point mastery gain overall and 9 points for students of lower-rated tutors.

- [Randomized-trial preprint →](https://arxiv.org/abs/2410.03017)

healthcare · draft only

### Prepare replies to patient messages

AI can prepare drafts for clinician review. A five-week single-group study found 20% adoption and no measured time savings; lower surveyed burden and exhaustion were observational, so the safe claim is feasibility—not proven efficiency.

- [Single-group QI study →](https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2816494)

science

### Predict molecular structures and interactions

The peer-reviewed AlphaFold 3 system predicts joint structures containing proteins, nucleic acids, small molecules, ions and modified residues. Predictions are hypotheses to test, not experimental confirmation.

- [Peer-reviewed system paper →](https://www.nature.com/articles/s41586-024-07487-w)

52 vendor-reported deployments

## From prototypes to work at scale.

These additional examples come from Microsoft, AWS, Google Cloud, OpenAI, GitLab and Anthropic customer stories. They show concrete workflows and reported outcomes, but remain customer/vendor case studies—not independent experiments or proof that a result transfers unchanged.

Microsoft · 28 stories

### Azure, Foundry and Copilot deployments

Customer-reported implementations published by Microsoft.

operations · vendor case study

### Surface answers during customer calls

Microsoft reports that AT&T's digital coworkers reduced information-search time for customer-care staff by 33%. The wider platform had 71 generative-AI solutions in use by more than 100,000 employees.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25679-at-and-t-azure/)

engineering · early vendor result

### Question test-vehicle telemetry in natural language

BMW's multi-agent system retrieves, analyzes and visualizes test-fleet data for engineers. The story labels its early internal result as up to 12 times faster analysis potential—not a completed independent evaluation.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25683-bmw-ag-azure)

governance · vendor case study

### Summarize board materials before meetings

Nasdaq says Boardvantage's AI summarization saved governance teams more than 100 hours annually, with directors reporting up to 25% less preparation time and up to 60% less reading time.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25682-nasdaq-azure)

audit · vendor deployment

### Analyze full audit datasets and draft documentation

KPMG Clara uses agents to analyze datasets, prepare documentation and surface risk signals. The customer story emphasizes deployment scale—95,000 auditors across member firms in more than 140 countries—rather than a controlled productivity effect.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25353-kpmg-international-azure)

marketing · vendor case study

### Turn campaign history into targeting proposals

HicMobile converted unstructured campaign files into a searchable knowledge base and targeting tool. Its story reports a six-month prototype-to-launch cycle, described as a 70% faster timeline, and a prototype delivered 11.25 times faster than working without the co-innovation lab.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25313-hicmobile-azure-ai-foundry)

knowledge work · vendor adoption

### Give a governed assistant to a global workforce

Aon built AonGPT to connect internal knowledge and automate routine analysis. Microsoft reports more than 62,000 users, about 31,000 monthly active users and over 6.4 million messages exchanged.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25693-aon-plc-azure)

manufacturing · vendor case study

### Replan production when factory conditions change

Sight Machine used AI-generated optimization models for production scheduling. Microsoft reports that one beverage manufacturer cut non-value-added production time by 75% and increased production capacity by more than 5%.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/26648-sight-machine-microsoft-foundry)

banking support · vendor case study

### Resolve routine banking requests around the clock

Commerzbank's Ava agent handles more than 30,000 customer conversations a month. The bank reports that roughly 75% of requests in the designed scope are resolved autonomously.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25676-commerzbank-ag-azure-ai-foundry-agent-service)

fintech voice · vendor case study

### Complete financial tasks through conversation

Astra Tech embedded a multilingual voice assistant in botim for tasks such as money transfer. The story reports 3.6 million users and 375% wallet-transaction growth, while attributing that growth to broader product initiatives with the assistant as one driver.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25412-astra-tech-azure-ai-foundry)

personalization · vendor case study

### Personalize sports stories for millions of fans

The Premier League Companion combines live and historical data into individualized feeds. The league reports about 20% year-over-year growth in app and website consumption and 60 million active fans early in the season.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25725-premier-league-azure-ai-foundry)

personal assistant · vendor adoption

### Orchestrate routines in a consumer assistant

SK Telecom expanded A.(A-Dot) from single-turn responses into multi-step personal workflows. Microsoft reports growth from about 1.1 million monthly active users to more than 10 million subscribers and monthly active users by 2025, plus three to four months trimmed from feature delivery.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25680-sk-telecom-azure-ai-foundry)

banking service · vendor case study

### Route customer and employee banking questions

Banco Bradesco built a governed multi-agent platform for internal and external processes. The bank reports an 83% resolution rate in digital customer service and 80% for employee queries.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25660-banco-bradesco-sa-azure-ai-foundry)

healthcare voice · pilot

### Answer routine patient calls and return voicemails

healow is piloting Genie as an AI medical receptionist for appointment information, common questions and voicemail handling. The story describes expected workload and satisfaction benefits, but no controlled outcome measurement.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25363-healow-azure-kubernetes-service)

clinical documentation · vendor report

### Draft clinical notes from patient conversations

healow's Sunoh.ai transcribes visits and prepares a clinical note for provider approval. Microsoft reports clinicians saving up to two hours per day; that is a customer-reported result, not an independent trial.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/24772-healow-azure)

acute care · vendor case study

### Prepare emergency charts and discharge instructions

Sayvant transcribes acute-care conversations and drafts charts plus instructions in more than 30 languages. The company reports cutting charting from 10 minutes to under 90 seconds per patient and saving an estimated 50,000 clinician hours.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/23516-sayvant-azure-open-ai-service)

health appeals · vendor case study

### Draft appeal determination letters for nurses

Acentra Health's MedScribe prepares letters for nurse review. The company reports about 50% less time per letter, 11,000 nursing hours and nearly $800,000 saved, with a 99% approval rate for generated drafts.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/19280-acentra-health-azure)

education · vendor deployment

### Provide a curriculum-grounded tutor at distance-learning scale

Universitas Terbuka deployed an AI tutor across 500 classes and roughly 100,000 students. Its internal research across four courses and nearly 38,000 students found more discussion participation and higher assignment scores, reported as statistically significant.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/20284-universitas-terbuka-azure-blob-storage)

education assessment · vendor report

### Prepare teacher assessment from photographed work

A Discovery Trust teacher used Copilot to assess 33 pieces of work against Year 6 standards in 30 minutes instead of six hours. The trust estimates 4,500 hours reclaimed annually across its first 59 licenses.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25921-discovery-trust-microsoft-365-copilot)

education feedback · vendor deployment

### Give teachers feedback across millions of essays

São Paulo's education department uses AI to analyze and draft personalized feedback on nearly 10 million essays. Microsoft says the system saves educators thousands of hours; teachers remain responsible for instruction and use of the feedback.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/20134-seduc-azure-open-ai-service)

agronomy · early vendor result

### Retrieve regulated crop guidance at the edge

Bayer fine-tuned a small language model on crop-protection labels. Early users report 5–10% productivity gains and answers to complex questions in under 30 seconds instead of days; the result remains an early customer estimate.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25255-bayer-azure-phi)

pharma research · vendor case study

### Search decades of R&D without duplicating experiments

Almirall built a multilingual assistant over 400,000 documents spanning more than 50 years. Scientists reportedly locate past experiments in seconds rather than hours or days, while subject experts validate the results.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25322-almirall-azure-openai)

clinical research · vendor case study

### Test clinical hypotheses with governed code execution

Novo Nordisk's reasoning agent generates code and statistical analysis over harmonized clinical data, with human validation built in. Microsoft reports time to insight falling from weeks to minutes.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/26569-novo-nordisk-as-azure)

secure research · vendor adoption

### Provide general AI inside a high-security laboratory

Sandia National Laboratories deployed a custom AI chat service to nearly 17,000 employees in eight months. Its customer story reports about three minutes saved per question while keeping the service inside established security controls.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/24581-sandia-national-laboratories-azure)

logistics · vendor case study

### Turn freight-request emails into quotes

C.H. Robinson's workflow classifies inbound freight emails, extracts details, requests missing information and prepares a response. The company reports cutting average quote time from hours to 32 seconds and being on pace for a further 15% productivity increase.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/19575-ch-robinson-azure-ai-studio)

accessibility · vendor deployment

### Check documents for accessibility, tone and clarity

Scope's staff use an internal engine to review documents against organizational accessibility standards. The disability charity reports more than 26,000 prompts in a typical month and over 640 task-specific agents, but no controlled productivity estimate.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/26558-scope-microsoft-365-copilot)

creative marketing · vendor case study

### Generate personalized character interactions at campaign scale

DEPT built an interactive Sinterklaas experience using language and custom-voice models. Its retail client reports 300,000 users, more than 3 million interactions and 233% higher engagement than the previous year's holiday campaign.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/24205-dept-azure-ai-foundry)

frontline rail · vendor case study

### Retrieve the current operating procedure in seconds

Rumo gives train drivers authenticated access to a regulatory-team-approved knowledge base. It reports reducing average lookup time from more than four minutes to three seconds, reclaiming 7,644 hours annually and achieving payback in under two months.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/25656-rumo-microsoft-copilot-studio)

asset management · vendor case study

### Extract trade confirmations and compile ETF reports

CSOP built tools for inconsistent trade-confirmation documents and daily ETF reporting. The firm reports 99% automation in selected workflows, 10-minute tasks completed in 30 seconds and monthly reporting effort reduced by 75%.

- [Microsoft customer story →](https://www.microsoft.com/en/customers/story/24963-csop-asset-management-azure-ai-foundry/)

AWS · 8 stories

### Bedrock and AWS AI deployments

Customer-reported implementations published by Amazon Web Services.

recruiting · vendor case study

### Prioritize CVs against a job description

Ubidy uses an LLM pipeline to rank CVs for enterprise recruiting clients, and tests new models against fixed CV/job-description matches with known results. AWS reports a 95% reduction in CV-evaluation time; its story also identifies candidate-suitability AI as a high-risk use. Treat ranking as recruiter support, with documented fairness, privacy and human-decision controls—not automatic rejection.

- [AWS customer story →](https://aws.amazon.com/solutions/case-studies/ubidy-case-study/)

energy service · vendor case study

### Summarize long email threads and stage updates

Epilot built an Amazon Bedrock workflow that summarizes utility-customer email chains and proposes record updates for human confirmation. AWS reports an 87% reduction in email handling time across the evaluated workflow.

- [AWS customer story →](https://aws.amazon.com/solutions/case-studies/epilot-genai-case-study/)

voice support · vendor deployment

### Field high-volume delivery-support calls

DoorDash built a voice-operated support flow using Amazon Bedrock and Claude. The story reports hundreds of thousands of calls handled per day, response latency of 2.5 seconds or less and 50% less application-development time.

- [AWS customer story →](https://aws.amazon.com/solutions/case-studies/doordash-bedrock-case-study/)

invoice processing · vendor case study

### Automate invoice intake and customer onboarding

Ellby used Amazon Bedrock to raise automated invoice processing from under 60% to more than 94%. The company reports saving over 300 maintenance hours per month and cutting onboarding time by more than 55%.

- [AWS customer story →](https://aws.amazon.com/solutions/case-studies/ellby-case-study/)

drug research · vendor case study

### Search scientific data and literature with citations

Genentech's gRED Research Agent searches internal data and PubMed, then synthesizes cited answers to multi-step questions. AWS says work that took weeks can take minutes and projects more than 43,000 manual hours automated in biomarker validation.

- [AWS customer story →](https://aws.amazon.com/solutions/case-studies/genentech-generativeai-case-study/)

office software · vendor deployment

### Add drafting and slide generation to office software

WPS AI adds rewriting, proofreading and presentation generation to WPS Office for more than 200 million overseas users. WPS reports 30% higher R&D efficiency and 35% lower operational costs after its Amazon Bedrock rollout.

- [AWS customer story →](https://aws.amazon.com/solutions/case-studies/wps/)

tax compliance · vendor self-case study

### Monitor tax rules and summarize business impacts

Amazon Finance built World Wide Watch to identify, prioritize and summarize VAT-policy changes. Its AWS case study reports more than 90% accuracy and a 92% reduction in time to insight, from 26 minutes to two minutes per update.

- [AWS self-case study →](https://aws.amazon.com/solutions/case-studies/amazon-finance-case-study/)

contact center · vendor case study

### Retrieve support knowledge while agents work

Fractal Analytics built Knowledge Assist over enterprise content with Amazon Bedrock and semantic search. Its clients report 10–15% shorter average call handling and a 30% deflection rate for supported self-service questions.

- [AWS customer story →](https://aws.amazon.com/solutions/case-studies/fractal-analytics-case-study/)

Google Cloud · 8 stories

### Gemini and Vertex AI deployments

Customer-reported implementations published by Google Cloud.

mining intelligence · vendor case study

### Question data across a mine-to-port operation

Golden Energy Mines built GEMVIS, a multi-agent system that connects data across more than 50 applications. Google Cloud reports data retrieval falling from two days to under an hour and executive decision speed improving by over 90%.

- [See the sovereign intelligence stack →](https://isaiuseful.com/diy-palantir.html.md#stack)

- [Google Cloud customer story →](https://cloud.google.com/customers/gems)

quality audit · vendor case study

### Prepare engineering quality assessments

Cognizant fine-tuned Gemini on its audit knowledge to help assess thousands of projects consistently. The company reports preparation time falling from as much as six hours to one and a functional agent prototype delivered in one week.

- [Google Cloud customer story →](https://cloud.google.com/customers/cognizant)

content moderation · vendor case study

### Review advertising content at platform scale

Taboola moved advertising-content review to Gemini while rolling Google AI tools across the company. Google Cloud reports a 75% reduction in moderation costs and AI tools supporting daily workflows for 90% of employees.

- [Google Cloud customer story →](https://cloud.google.com/customers/taboola)

customer support · vendor case study

### Unify support knowledge and resolve more tickets

Mosaic AI uses Gemini and Vertex AI to connect customer-facing teams with company knowledge. Google Cloud reports over 50% more tickets resolved, response times more than 35% faster and up to 75% more tickets handled overall.

- [Google Cloud customer story →](https://cloud.google.com/customers/mosaic-ai)

telecom maintenance · vendor case study

### Automate telecom infrastructure management

IT-Development uses Gemini to automate maintenance workflows for telecom operators and tower companies. Its Google Cloud story reports onboarding reduced from weeks to days and about 30% lower infrastructure-management costs.

- [Google Cloud customer story →](https://cloud.google.com/customers/it-development)

AI evaluation · vendor deployment

### Evaluate AI applications at production scale

Galileo uses Gemini-based evaluation agents to test model behavior and risk. Google Cloud reports more than 1,000 AI applications assessed and over 20 million requests processed daily at roughly 300-millisecond latency.

- [Google Cloud customer story →](https://cloud.google.com/customers/galileo)

document work · vendor deployment

### Work across documents in one AI workspace

Macro uses Gemini for multi-document chat, editable maps and actions over connected work. Google Cloud reports more than 125,000 users and says 80% interact with the workspace through its AI chat and agentic features.

- [Google Cloud customer story →](https://cloud.google.com/customers/macro)

product research · vendor deployment

### Classify customer feedback before it becomes a product decision

Mattel built a feedback-classification system over social posts, reviews and direct communications, using the results to spot product, brand and supply-chain signals. Google Cloud reports analysis falling from a month to a minute and about $1 million in savings. This vendor account is not an accuracy study: inspect labels, samples and representative raw feedback before acting on a trend.

- [Google Cloud implementation report →](https://cloud.google.com/transform/mattel-gen-ai-customer-feedback-real-time-product-improvements)

OpenAI · 4 stories

### ChatGPT and OpenAI deployments

Customer-reported implementations published by OpenAI.

clinical review · vendor case study

### Prepare structured utilization-review rationales

AdventHealth uses ChatGPT for Healthcare to summarize charts, surface relevant details and draft rationales while physician advisors keep final judgment. OpenAI reports an 80% reduction in time spent on the measured administrative workflow.

- [OpenAI customer story →](https://openai.com/index/adventhealth/)

knowledge work · vendor case study

### Turn operational knowledge into a usable first draft

Recycling-equipment maker STADLER uses ChatGPT across drafting, summarization, translation and analysis. It reports 30–40% time savings on common knowledge tasks, 2.5 times faster first drafts and daily use above 85%.

- [OpenAI customer story →](https://openai.com/index/stadler/)

contract review · vendor implementation report

### Compare a contract with a company playbook and stage redlines

Ironclad's GPT-4-based AI Assist flags irregularities and suggests playbook-grounded clauses, while users can accept or reject every suggestion. OpenAI reports Ironclad users cutting an initial redlining pass from about 40 minutes to two; this is vendor evidence, not an independent legal-quality study. A qualified reviewer must own interpretation, negotiation and approval.

- [OpenAI implementation report →](https://openai.com/index/ironclad/)

travel operations · vendor case study

### Localize content and widen access to data work

Holiday Extras uses ChatGPT for multilingual content, data analysis, code debugging and support. The company reports more than 500 hours saved weekly, with 92% of employees saving over two hours a week.

- [OpenAI customer story →](https://openai.com/index/holiday-extras/)

GitLab · 1 story

### GitLab Duo deployment

Customer-reported implementation published by GitLab.

CI/CD troubleshooting · vendor case study

### Investigate a failed pipeline and prepare a proposed fix

Barclays uses GitLab Duo to explain failed job logs, identify a likely root cause and suggest a fix inside its developer workflow. GitLab's customer story describes one manager resolving a pipeline issue in seconds; that anecdote is not a controlled delivery-speed measure. Review the diagnosis and change before merge, and keep log and code access within approved controls.

- [GitLab customer story →](https://about.gitlab.com/customers/barclays-plc/)

Anthropic · 3 stories

### Claude deployments

Customer-reported implementations published by Anthropic.

financial analysis · vendor case study

### Accelerate analytics and query handling

IG Group uses Claude across analytics, content and strategic work. Anthropic reports about 70 analyst hours saved each week, full payback in under three months and a days-long executive-analysis exercise completed in under two hours.

- [Anthropic customer story →](https://www.anthropic.com/customers/ig-group)

software delivery · vendor case study

### Help developers understand and change complex code

Palo Alto Networks put Claude into developer tools through Google Cloud. Anthropic reports 20–30% higher feature-development velocity, onboarding reduced from months to weeks and a 70% faster pilot task for junior developers.

- [Anthropic customer story →](https://www.anthropic.com/customers/palo-alto-networks)

creative services · vendor case study

### Research and draft client proposals faster

Norwegian communications group TRY uses Claude across research, proposals, content and project work. Anthropic reports 30% less time on routine tasks, 40% faster proposal development and more than 50 use cases in operation.

- [Anthropic customer story →](https://www.anthropic.com/customers/try)

No use case matches this category, source collection and search. Try a broader choice.

chat-only mental model

### Ask, receive text, copy it somewhere

- No tools
- No direct inspection
- No memory of the work environment
- No deterministic completion check

agent mental model

### Observe, act, test, recover and report

- Reads relevant files and systems
- Uses terminals, APIs and applications
- Maintains task state and reusable skills
- Stops when tests or approval gates say it is done

**Mobile operating rule:** remote chat only exchanges messages; a remote assistant reads selected context and uses selected tools; a remote operator can change another machine or account. The phone-sized interface does not shrink the host-side permission boundary.

Turn an example into your workflow
Copy the pattern, not the demo. Define the artifact, boundary and acceptance test.

- [Choose a build guide](https://isaiuseful.com/guides.html.md#chooser)

- [Compare implementation paths](https://isaiuseful.com/guides.html.md#paths)

- [Scale a proven workflow](https://isaiuseful.com/adoption.html.md#walk)
