§ Guide

Computer Use for Industrial Teams: What It Is and Where to Point It

A plain-English explainer of computer-use agents—models that see a screen and drive a mouse and keyboard—why they matter more for industrial than for tech, and the five deployments worth doing first.

Short answer: computer use is a class of model that sees your screen, decides what to do, and drives the mouse and keyboard to do it. For industrial teams, it matters because it lets software automate the systems you already run—including the ones no vendor has ever built an integration for.

What it actually is (in one paragraph)

A computer-use agent takes a screenshot of a window, reasons about what's on screen, and issues mouse and keyboard actions to move toward a goal you gave it. No API. No integration work on the target system. If a human could sit down at the keyboard and do the task, the agent can work through it the same way—step by step, with the model deciding the next click.

Why industrial teams should care more than tech teams do

Tech companies already live in browsers and APIs. Industrial companies don't. You have an AS/400 green-screen terminal, a 2008-era SAP install, a pricing portal from a supplier built in 2012, and a browser-based distributor tool that requires a human to click through six tabs to check stock. None of those systems have a clean API. None of them are going to get one. Computer-use agents are the first automation technology that doesn't require the target system to cooperate.

What it's good at today

  • Portal navigation — logging into supplier sites, checking price and availability, pulling structured data back into a sheet or CRM.
  • Data entry and re-keying — taking a quote, purchase order, or shipment update from one system and entering it into another without an integration.
  • Form-heavy workflows — warranty submissions, compliance filings, rebate claims—anything where the form doesn't change often and a human would otherwise do it.
  • Supervised batch work — kicking off a long- running pull (50 portals, 200 POs, 1000 SKUs) and reviewing the structured output afterward.
  • One-off research — “go check every one of these 30 vendor sites and tell me who carries part X in under a week.”

What it's not good at (yet)

  • Irreversible actions without human review — the model is good, not perfect. Anything that moves money, sends customer-facing communications, or touches safety-critical data still deserves a human checkpoint.
  • Real-time interactive workflows — the loop is slower than a person clicking. It shines on 10-minute and 10-hour batch jobs, not on subsecond trading-floor use cases.
  • Anti-bot walls — if a site actively blocks automated sessions, a computer-use agent hits the same wall (sometimes sooner, because it navigates differently from a human).
  • Novel visual reasoning — reading a chart, then inferring a pattern, then acting on the pattern is still a research problem in some domains.

How it changes the build-vs-buy math

Historically, automating a workflow that spanned three legacy systems required either expensive middleware (hundreds of thousands of dollars), a full ERP migration (millions), or a human. Now there's a fourth option: an agent that drives the existing systems the same way your team does. The economics of that fourth option are still being written, but for a mid-size operator, one retainer-funded agent can often do the work that three years of failed integration projects never completed.

Next read: running agents on systems that have no API, using AI with your ERP (without replacing it), and the software-debt framing.