โ†
AI for Manufacturing
Aware ยท M14 ยท lesson 14 of 19 ยท queued
Preview โ€” browse every lesson free. Enroll to mark lessons complete, open partner links and save your progress. Login & enroll โ†’
Vision, Prediction, Generation: Three Different AIs
๐Ÿ“–
now learning

Vision, Prediction, Generation: Three Different AIs

15 min

A plant manager at a mid-size injection-molding shop came back from a trade show with one word burned into his head: AI. He had seen three demos in two hours. The first was a camera over a conveyor that lit up red when a molded housing had a short shot. The second was a dashboard that claimed it could predict, four days out, when the hydraulic pump on press 7 would fail. The third was a chatbot that wrote a full standard operating procedure in nine seconds while a salesperson typed one sentence. He wrote a single line in his notebook: "Buy the AI." Six months later he had spent 240,000 dollars on a vision system that kept rejecting good parts, a predictive-maintenance subscription nobody opened, and a chatbot license that drafted a torque spec the night shift actually followed, stripping the threads on 1,800 brackets before anyone noticed. The problem was never that AI does not work in manufacturing. The problem was that he treated three completely different technologies as one purchase, because the trade-show banner called all three "AI." This lesson exists to make sure you never sign that purchase order. Vision, prediction, and generation are three different machines that fail in three different ways, and the single most expensive mistake a manufacturer can make in 2026 is confusing them.

Why the Word "AI" Hides Three Machines

When a vendor, a VP, or a trade-show banner says "AI," they are almost always pointing at one of three distinct families of technology that happen to share a marketing umbrella. They do not share a training method, a data requirement, a failure mode, or a place on the floor. Putting them under one word is like putting a torque wrench, a borescope, and a label printer in a drawer marked "tools" and then being surprised that the label printer does not tighten a bolt.

The three machines are: vision, the camera-plus-model that looks at a part and grades it; prediction, the model that watches a stream of sensor data and forecasts when something will break or drift out of spec; and generation, the large language model that drafts text, a work instruction, an email, a root-cause narrative, on demand. Each one earns its keep somewhere specific on your floor. Each one is dangerous somewhere else. The whole skill of being an AI-aware manufacturer starts with telling them apart on sight.

Here is the test that cuts through every demo. Ask one question: what does this system actually output, and what happens if that output is wrong? A vision system outputs a pass or fail verdict on a physical part, and if it is wrong, you either ship a defect or scrap a good part. A prediction system outputs a forecast about the future, and if it is wrong, you either get a breakdown you did not see coming or you tear down a healthy machine for nothing. A generation system outputs words, and if it is wrong, those words are confidently, fluently, professionally wrong, and a human follows them straight into a quality escape. The output and the failure are different in all three cases. That difference is the whole lesson.

Before you buy "AI," ask what it outputs and what a wrong output costs you. That single question separates three machines the marketing flattens into one.

Throughout this lesson, a few acronyms will appear in floor terms. OEE (Overall Equipment Effectiveness, the single number that combines availability, performance, and quality into one score for a machine or line) is the metric your plant manager stares at. FPY (First-Pass Yield, the percentage of parts that pass every step the first time with no rework) is the quality number that quietly funds or kills a line. PdM (Predictive Maintenance, fixing a machine based on its measured condition rather than a calendar) is the discipline the prediction machine serves. The historian is the database that logs every sensor reading from your PLC (Programmable Logic Controller, the rugged industrial computer that actually runs the machine) and SCADA (Supervisory Control And Data Acquisition, the system that monitors and supervises the floor). Keep these in mind; they map onto the three machines in specific ways.

Machine One: Vision, the Camera That Grades Parts

A vision system is a camera, a light, and a trained classification model. It looks at an image of a part and assigns it to a category: good or bad, or sometimes a specific defect type like flash, short shot, scratch, missing feature, or contamination. Underneath, it is doing pattern recognition. During training, you show it thousands of labeled images, this one is good, this one has a scratch, this one has flash, and the model learns the visual statistics that separate the categories. At run time, it looks at a new image and reports which category it most resembles, usually with a confidence number attached.

The plain-language analogy is a brand-new inspector who has never seen your product before. You sit them at the line with a binder of reference photos: "These pass. These fail. Here is what flash looks like. Here is a short shot." After studying ten thousand examples, they get fast and consistent. But they only know what you showed them. Show them a defect that was not in the binder, a new contamination type from a supplier change, and they have no category for it. They will force it into the closest thing they have seen, which is often "good." That is not a bug you can prompt your way out of. It is the nature of a system that learned from examples.

What vision needs to work, and where it fails

Vision needs three things you cannot fake: labeled images in large numbers, stable imaging conditions (consistent lighting, camera angle, focus, and part presentation), and a defect that is actually visible in the image. Miss any one and the system underperforms or fails outright. A subsurface crack that does not show on the surface is invisible to a standard camera no matter how good the model is. A part that arrives wet, or under lighting that changes when the afternoon sun hits the bay window, gives the model an image that no longer matches what it trained on.

The failure mode that costs real money is the false-reject rate (FRR, the fraction of good parts the system wrongly fails). Walk the math. Suppose a line runs 50,000 parts a day at a true defect rate of 0.5 percent, so 250 real defects. A vision system catches 240 of them, excellent recall. But it also flags 3 percent of the good parts as bad. That is 3 percent of 49,750 good parts, which is 1,492 good parts wrongly rejected every single day. Each false reject costs you the part value plus the manual re-inspection labor to clear it, say 4 dollars all in. That is 5,968 dollars a day, roughly 1.5 million dollars a year, spent rejecting parts that were fine. The 240 escapes it caught may have saved you far less. The system that looked like a quality win on the demo floor is bleeding money on the production floor, and worse, the operators learn to distrust the red light and start clearing rejects without looking. Now you have the cost of false rejects and the escapes anyway.

A vision system's false-reject rate can quietly cost more than the escapes it was bought to catch. Precision and recall are not abstractions; they are dollars per shift.

The second vision failure is drift. The model was trained on images from a specific setup. Then the lighting changes, a camera gets bumped during a changeover, a supplier ships material with a slightly different surface finish, or the seasons change the ambient light. The images slowly stop matching the training set, and accuracy degrades without anyone touching the model. Vision systems are not "set and forget." They need a maintenance plan the same way a torque wrench needs calibration. A vision system you deployed in spring and never checked may be quietly failing by the time the winter low-angle sun comes through the dock door.

The right place for vision is a high-volume, repeatable visual inspection where the defect is genuinely visible and the imaging conditions can be controlled: end-of-line cosmetic inspection, presence-absence checks, dimensional gauging against a fixture, label and print verification. The wrong place is anything where the defect is not in the image, the volume is too low to justify the labeling effort, or the conditions cannot be stabilized. Vision is the only one of the three machines that physically touches the disposition of a real part, which is exactly why its false-reject economics matter more than its demo accuracy.

Machine Two: Prediction, the Model That Forecasts Failure

A prediction system does not look at parts. It watches time-series data: vibration, temperature, current draw, pressure, cycle time, the thousands of tags flowing into your historian every second. It learns what "normal" looks like for a specific asset and then flags when the pattern starts to drift toward a known failure mode. The output is not a verdict on a part; it is a forecast about the future of a machine. "The vibration signature on the spindle bearing of press 7 is trending the way it did before the last three bearing failures. Estimated time to failure: 9 to 14 days."

The plain-language analogy here is the maintenance tech who has run this plant for twenty years. He walks past press 7 and says, "That one's about to go, it always sounds like this before it throws a bearing on a hot afternoon." He is doing prediction. He has heard the pattern enough times to forecast the failure. The model does the same thing, except it never sleeps, it watches every machine at once, and it does not retire in November. When Dave the maintenance tech leaves, the prediction machine is the closest thing you have to keeping his ear on the floor, but only if you fed it enough history to learn the patterns he learned over twenty years.

What prediction needs, and why it is not a dashboard

Prediction needs historical sensor data that includes failures. This is the hard part. To learn what a bearing failure looks like coming, the model needs to have seen bearings fail, with the sensor data leading up to each one. A plant with a clean historian and very few logged failures, the ideal you would hope for, is actually a poor training environment for failure prediction, because there are no failure examples to learn from. A plant that runs everything to breakdown has plenty of failures but often has not instrumented the assets or kept the data. The data reality almost always lags the ambition.

The most common and most expensive prediction failure is not a wrong forecast. It is the dashboard that nobody acts on. A vendor sells a beautiful screen full of trend lines and risk scores. It lights up. And then nothing happens, because there is no workflow connecting the prediction to a work order, no maintenance capacity to act on it, and no agreement about who owns the decision. The model can be perfectly accurate and still deliver zero value, because a prediction that does not become a prioritized, verified action on the CMMS (Computerized Maintenance Management System, the software that schedules and tracks all maintenance work orders) is just an expensive screensaver. The difference between a prediction machine that pays for itself and one that does not is almost never the model accuracy. It is whether the prediction turns into a work order somebody actually runs.

A prediction system earns nothing until the forecast becomes a verified, prioritized work order in the CMMS. A model that only lights up a dashboard is a screensaver with a subscription fee.

Alert fatigue and the cost of crying wolf

The second prediction failure is alert fatigue. Tune the model too sensitive and it cries wolf: it flags every minor sensor wobble as an impending failure. The crew tears down a healthy pump, finds nothing wrong, and loses four hours of production for no reason. Do that three times and the crew stops believing the alerts. Now a real warning gets ignored, and you get the breakdown anyway, with a model you paid for that technically called it. The economics mirror the vision false-reject problem exactly: a false alarm in prediction is the same kind of money loss as a false reject in vision. Every unnecessary teardown is parts, labor, and lost OEE. The MTBF (Mean Time Between Failures, the average run time between breakdowns for an asset) does not improve if you are tearing machines apart on false alarms.

Walk a quick number. A line that loses 8,000 dollars an hour when it stops, breaks down unexpectedly four times a year, each event lasting six hours, loses 192,000 dollars a year to those four events. A prediction system that converts even three of those four into planned, off-shift maintenance, fixing the bearing on a Sunday instead of a Tuesday afternoon, saves the bulk of that. But the same system, run with a sensitivity that triggers two false-alarm teardowns a month at four lost hours each, gives back 768,000 dollars a year in unnecessary downtime. The model can be the same model. The tuning, and the human judgment reading the alert, is the difference between a save and a self-inflicted wound.

The right place for prediction is a critical, instrumented asset with enough run history (and ideally some failure history) where a breakdown is expensive and a planned intervention is much cheaper than a reactive one. The wrong place is an asset with no sensors, no history, a failure mode that gives no warning signature, or, just as common, a maintenance team with no spare capacity to act on the warning. Prediction without the capacity to act is theater.

Machine Three: Generation, the Model That Writes

A generation system is a large language model. It does not look at parts and it does not watch sensors. It produces text (and increasingly images and tables) by predicting the most likely next word given everything before it, trained on an enormous corpus of writing. On the floor it drafts work instructions, summarizes a shift log, writes a first-draft 8D, translates an SOP into Spanish, turns a tech's shorthand notes into a clean CMMS record, or answers "how do I clear this fault on this machine." Its output is language, and it is astonishingly good at producing language that reads like a competent engineer wrote it.

The plain-language analogy is a brilliant, fast, supremely confident new hire who has read every manual ever published but has never set foot in your plant. Ask them to draft a procedure and they will hand you something polished in seconds. It will be well-organized, properly formatted, and written in fluent technical English. It will also, every so often, contain a torque spec that sounds exactly right and was never in your drawing, a step that applies to a different machine, or a root cause that is plausible and wrong. The new hire is not lying. They are pattern-completing from the average of everything they have read, and the average of the internet is not your drawing.

The hallucination failure, and why it is uniquely dangerous

This is the failure mode that has no equivalent in vision or prediction: the confident fabrication, commonly called a hallucination. A generation model can produce a specification, a procedure, or a root cause that is entirely invented but presented with the same fluency and confidence as a correct one. There is no red light, no confidence score that drops, no obvious tell. The bracket story from the opening was a hallucination: the model produced a torque value that read like every torque spec it had ever seen, the night shift followed it because it looked authoritative, and 1,800 brackets got stripped threads. The model was not malfunctioning. It was doing exactly what it does, completing a pattern, and the pattern happened to be wrong for your part.

Vision and prediction fail loudly: a wrong reject, a missed bearing. Generation fails silently and fluently, an invented torque spec that reads exactly like a real one. That is why every AI-touched spec, procedure, and root cause gets verified against the drawing.

This is why the cardinal verification rule of the whole program lives most sharply with generation. The job is no longer "produce the draft." A generation model produces the draft in seconds. The job is now "verify the draft against the drawing, the standard, and the historian." A fabricated torque spec, a fabricated procedure step, a confidently wrong root cause: these are the failure modes, and a working engineer catches them by checking every number and every step against the actual source of truth, not by trusting that polished output means correct output. The customer does not audit the chatbot. The customer audits you and the human who signed the record.

What generation is genuinely great at

None of this means generation is weak. Used correctly, it is the highest-leverage of the three machines for a thinning crew, because it is a force multiplier on the paperwork and knowledge work that eats an engineer's day. It turns a maintenance tech's three-line shorthand into a clean, searchable work-order record, which is the very data your future prediction model will depend on. It drafts the first version of an 8D so the quality engineer spends their time verifying causes instead of formatting documents. It captures and structures a retiring expert's knowledge into something the next shift can use. The value is real and large. The discipline is non-negotiable: generation drafts, a human verifies, and the human owns the result. Generation needs the least specialized data of the three (it works out of the box) which is exactly why it gets deployed fastest and verified least, the trap to avoid.

Three Machines Side by Side

Set them next to each other and the differences that matter for a capital decision become obvious. They differ on input, output, what data they need, how they fail, and where the human stays in the loop.

Input. Vision takes an image of a part. Prediction takes a stream of sensor data over time. Generation takes a text prompt. If a vendor cannot tell you, in one sentence, which of these three their system consumes, they do not understand their own product or they are selling you three things badged as one.

Output. Vision outputs a verdict on a physical part (pass, fail, defect type). Prediction outputs a forecast about an asset's future (time to failure, anomaly score). Generation outputs language (a draft document, an answer, a summary). The output tells you what the system can and cannot be trusted to do.

Data needed. Vision needs thousands of labeled images and stable imaging conditions. Prediction needs historical sensor data, ideally including failures. Generation needs almost no plant-specific data to start, which is its convenience and its trap, because out of the box it knows the internet's average, not your plant's specifics.

Failure mode. Vision fails by false rejects and by drift. Prediction fails by false alarms (alert fatigue) and by becoming a dashboard nobody acts on. Generation fails by confident fabrication that no light warns you about. Three different machines, three different ways to lose money.

Human in the loop. For vision, the human re-inspects the rejects and decides the borderline dispositions. For prediction, the human reads the alert skeptically, decides whether to act, and turns it into a work order. For generation, the human verifies every spec, step, and cause against the source of truth before it reaches the line. In all three, the accountability stays human. The machine assists; the human signs.

The buying mistake the three differences prevent

Now go back to the opening. The plant manager who wrote "Buy the AI" made his mistake because he saw one word and assumed one purchase, one vendor relationship, one deployment plan, one data requirement, one risk profile. In reality he was buying three different machines that needed three different data sets, three different deployment plans, and three different human-oversight designs.

His vision system kept rejecting good parts because nobody measured the false-reject rate before signing, and nobody built a drift-monitoring plan, so the spring-trained model degraded by fall. His prediction subscription went unopened because there was no workflow connecting the dashboard to a work order and no maintenance capacity to act, so it became a 60,000-dollar-a-year screensaver. His generation chatbot stripped 1,800 brackets because nobody put a verification step between the model's fluent output and the night shift's torque wrench. Every one of those three failures was predictable the moment you separate the machines and ask, for each, "what does it output and what happens when it is wrong." One question, asked three times, would have saved him most of 240,000 dollars and a customer containment.

The discipline that follows from this is simple to state. When anyone, a vendor, a VP, a consultant, says "AI," your first job is to sort which of the three machines they mean, because the right question, the right data audit, the right pilot design, and the right risk control are completely different for each. Vision: what is your measured false-reject rate on my parts, and what is your drift plan. Prediction: what failures has your model actually seen, and what workflow turns an alert into a work order. Generation: what is the verification step between your draft and my line, and who signs. Three machines, three sets of questions, one habit of mind that marks you as the person in the room who actually understands what is being bought.

Key Takeaways

  • "AI" on a trade-show banner hides three different machines: vision (grades parts from images), prediction (forecasts failure from sensor data), and generation (writes text from a prompt). They share a marketing word and nothing else.
  • The question that separates them is: what does this system output, and what does a wrong output cost? Vision outputs a part verdict, prediction outputs a forecast, generation outputs language, and each wrong output costs you in a completely different way.
  • Vision needs thousands of labeled images and stable imaging conditions. It fails through false rejects (which can cost more than the escapes it catches, the worked example was 1.5 million dollars a year) and through drift as lighting, angle, and material change between shifts.
  • Prediction needs historical sensor data including failures. Its biggest failure is not a wrong forecast but a dashboard nobody acts on; its second is alert fatigue, where false alarms train the crew to ignore the warning that finally matters.
  • Generation needs almost no plant-specific data to start, which makes it deploy fastest and get verified least. Its unique danger is the confident fabrication: an invented torque spec or procedure that reads exactly like a real one, with no warning light, as in the 1,800 stripped brackets.
  • The human stays accountable in all three: re-inspecting rejects and setting dispositions in vision, reading alerts skeptically and writing the work order in prediction, and verifying every spec and step against the drawing in generation. The machine assists; the human signs the record.
  • Conflating the three machines is the most expensive mistake in floor AI. Each needs a different data audit, a different pilot, and a different risk control, so the first move on hearing "AI" is to sort which machine is meant and ask that machine's specific questions.
  • The 47 percent of manufacturers now using AI in quality are mostly using machine one (vision). Knowing which machine a use case needs, before any capital is committed, is what turns an AI plan from a 240,000-dollar gamble into a series of defensible, machine-specific decisions.