|
| 1 | +# Transcript of the demo video |
| 2 | + |
| 3 | +## ACT I — The problem |
| 4 | + |
| 5 | +In every factory, every plant, every water station in the world — there's one person who knows. |
| 6 | +He knows when a machine sounds different. He knows it's going to break — two days before it does. He just knows. And when he retires, that knowledge disappears. Forever. |
| 7 | + |
| 8 | +Companies have tried to fix this for ten years. Setting it up costs half a million dollars and takes six months of specialists. So ninety-five percent of industrial sites just... don't. They wait for machines to break. We built ARIA to change that. Five agents, each with a single job passing the problem between them. Exctly like a real maintenance team passes a ticket. |
| 9 | + |
| 10 | +## ACT II — ARIA at work |
| 11 | + |
| 12 | +### Scene 1 — Onboarding Bottle Labeler |
| 13 | + |
| 14 | +Take a water-bottling factory. One line, four machines. Today a fifth one comes online — the Bottle Labeler. Normally, configuring its monitoring takes a specialist two days. Drop in the manual. ARIA reads it. Asks three questions. Two minutes later, it's live. |
| 15 | + |
| 16 | +### Scene 2 — Forecast a breakdown |
| 17 | + |
| 18 | +Meanwhile, on the Bottle Capper — ARIA flags a potential breach. But look at what happens next. Vibration is falling, not rising. ARIA reads the context, checks the knowledge base, and concludes: no action required. |
| 19 | + |
| 20 | +It didn't just detect — it judged. |
| 21 | + |
| 22 | +### Scene 3 — Investigating an Anomaly |
| 23 | + |
| 24 | +#### 3a · Sentinel breach + thinking |
| 25 | + |
| 26 | +Now let's see what happens when a real breach hits. |
| 27 | + |
| 28 | +The operator sees an alert — and that's where most systems stop: alert sent, problem yours. |
| 29 | + |
| 30 | +ARIA doesn't. |
| 31 | + |
| 32 | +It fires the Investigator agent — and like a detective, it starts gathering clues: operator logbook, sensor trends, equipment knowledge base. |
| 33 | + |
| 34 | +### 3b · Sandbox Python |
| 35 | + |
| 36 | +And here's the part that cannot happen without Managed Agents. |
| 37 | + |
| 38 | +The agent wrote Python, ran it live inside Anthropic's cloud sandbox, and computed the degradation rate directly from the raw signal data. |
| 39 | + |
| 40 | +Slope: zero point three two millimeters per second per hour. R-squared: one point zero zero zero. Time to trip threshold: four point five hours. |
| 41 | + |
| 42 | +That's not a language model guessing — that's a regression that actually ran. |
| 43 | + |
| 44 | +### 3c · RCA |
| 45 | + |
| 46 | +And those exact numbers land in the work order. |
| 47 | + |
| 48 | +Discharge bearing wear — progressing thirteen point seven times faster than the January 2026 baseline. Twelve steps. The exact part number. |
| 49 | + |
| 50 | +A four-hour maintenance window, starting midnight. The technician walks out with a printed sheet. |
| 51 | + |
| 52 | +### Scene 5 — But How? |
| 53 | + |
| 54 | + |
0 commit comments