AI for Manufacturing
Capable · M17 · lesson 17 of 22 · queued
Preview — browse every lesson free. Enroll to mark lessons complete, open partner links and save your progress. Login & enroll →
Recognizing Bad AI Output in Production
📖
now learning

Recognizing Bad AI Output in Production

15 min

It was a Tuesday night on second shift, and the line had been down for forty minutes on a gearbox that nobody on the crew had ever rebuilt. The senior tech who used to own that machine had retired in November, and his replacement, eight weeks into the job, did the sensible 2026 thing: he opened a chatbot on the shop tablet and asked it for the bolt torque on the output flange. The answer came back instantly, clean and confident: 95 newton-meters, tightened in a star pattern, three passes. It looked exactly like a real spec. It had the right units. It had the right pattern language. There was only one problem. The drawing in the engineering vault called for 62 newton-meters. If that flange had gone back together at 95, the crew would have over-torqued eight fasteners into a cast housing, and the next time that gearbox saw a hot afternoon and a heavy cut, it would have cracked the housing and put the line down for a week, not forty minutes. The model did not lie on purpose. It produced a plausible average of every gearbox flange it had ever read about, and presented it with the same certainty it would have used for a fact it actually knew. Recognizing that difference, fast, before it reaches the line, is the single most valuable habit an AI-assisted manufacturer can build.

Why Bad Output Looks Exactly Like Good Output

The first thing to understand is also the most counterintuitive: a generative AI model has no internal sense of whether it is right. It is not a database that returns a stored fact or an error. It is a pattern engine that predicts the next most likely chunk of text given everything before it. When it knows the answer because the answer appeared often and consistently in its training, and when it is fabricating an answer because the specific fact was never in its training, the output looks identical. Same confident tone. Same clean formatting. Same plausible units. The model does not flag the second case with a warning label. That is the entire problem. You cannot tell a good answer from a bad one by how the answer feels, because the model spends exactly the same confidence on both.

This matters more in manufacturing than in almost any other field, because our answers are physical. A wrong sentence in a marketing email is an embarrassment. A wrong torque spec, a wrong feed rate, a wrong containment boundary, or a confidently invented root cause becomes scrap, a cracked housing, a defect escape, or a customer containment. The cost of a believing a bad answer is not measured in lost time alone. In the gearbox case above, the difference between 62 and 95 newton-meters was the difference between a forty-minute repair and a week of lost production on a line that books roughly 4,000 dollars an hour in throughput. Run that math: forty minutes of downtime is about 2,700 dollars, while a week is closer to 670,000 dollars in lost output plus the parts and the overtime. The model's mistake was free to make. Believing it was almost six figures a day.

Let us define the term plainly, in floor language. A hallucination is any AI output that is presented as fact but is not grounded in a real source: an invented torque value, a fabricated procedure step, a root cause that sounds right but was never verified against the historian. The historian, for anyone new to the term, is the time-series database that logs your sensor and machine tags second by second, the system you query to find out what the press was actually doing at 2:14 in the morning. A hallucination is not a glitch. It is the normal behavior of a pattern engine when you ask it for a fact it does not actually hold. Treating it as rare is the mistake. Treating it as the default risk on every technical answer is the discipline.

The model spends the same confidence on a fact it knows and a fact it invents. Your job is to supply the doubt the model cannot.

The Three Things AI Gets Wrong on the Floor

Across thousands of plant interactions, AI failures on technical work fall into three buckets. Each has a different tell, and learning to sort an answer into the right bucket is faster than treating every answer as equally suspect. You verify hardest where the failure mode is most expensive.

One: the invented specification

This is the gearbox flange. A specification is any number with a tolerance and a consequence: a torque, a feed and speed, a clearance, a cure temperature, a pull-test minimum, a leak-down threshold. The model will produce these all day, because the internet is full of them, and it will produce a number that is dimensionally correct (newton-meters for torque, millimeters for clearance) and in a believable range. The tell is that the number is generic where your process is specific. Your output flange is not the average flange. It is the flange on the drawing, with a fastener grade and a thread pitch and a housing material that determine the real value. The invented spec is the most dangerous failure because it is the easiest to act on: it arrives as a single clean number, exactly the shape of an answer a tech wants under pressure.

Two: the fabricated procedure

Ask a model for a lockout-tagout sequence on a specific press, or the steps to clear a jam on a specific filler, or the changeover procedure for a die you run, and it will write you a procedure. It will be well-organized, properly numbered, and full of the right-sounding verbs. It may also skip the energy-isolation step that is unique to your machine, or invent a step that does not exist on your equipment, or get the order wrong in a way that matters. The tell for a fabricated procedure is generic completeness: it reads like a textbook example of that class of procedure rather than the actual procedure for the specific asset in front of you. The danger here is not just scrap. A fabricated lockout step is a safety event waiting for a body. This is exactly why a safety-critical procedure is never something AI gets to author unverified. A human who owns the equipment signs the procedure against the machine, every time.

Three: the confidently wrong root cause

This is the subtlest and, for a quality engineer, the most expensive. You feed the model a defect description and ask what caused it. It returns a root cause that is coherent, mechanistically plausible, and completely untethered from your actual data. It will say the porosity is from moisture in the resin when your historian shows the dryer never dropped below setpoint and the real driver was a worn check valve. The tell is that the root cause was reasoned from general knowledge of how that defect usually happens, not from your traveler, your historian trace, and your maintenance history. A confidently wrong root cause does not just waste an 8D, the eight-discipline structured problem-solving report a customer expects after an escape. It drives a corrective action against the wrong cause, the defect comes back, the customer escalates, and now you are explaining to an auditor why your documented root cause does not match your own data.

The Skeptic's Checklist for a Spec

When an AI hands you a number that will touch a part, run it through five fast checks before it touches anything. The whole sequence takes under two minutes and it is the cheapest insurance on the floor.

Check one: does it cite a source you can open? A trustworthy technical answer points to a drawing number, a standard, a manual page, or a historian tag. If the answer is a bare number with no source, treat it as a guess until proven otherwise. The fix is a habit you build into the prompt: ask the model to cite the spec or say it does not know. A model told to cite or refuse will refuse far more often than one told to be helpful, and a refusal is a gift. It is the model admitting it does not hold the fact, which is exactly the warning the default behavior hides.

Check two: do the units and the magnitude make physical sense? You know your process. A torque of 95 newton-meters on an M8 fastener is plainly too high; that thread strips long before that. A feed rate that would have the tool buried, a cure time of four hours where you run twenty minutes, a clearance of two millimeters where you hold two hundredths: these are caught by the gut of anyone who runs the process. Trust that gut. The model has no gut. It has a probability distribution.

Check three: does it match the drawing or the standard? This is the only check that actually settles it. Open the drawing. Open the controlled spec. The number on the controlled document wins, always, over the number from the model, no matter how confident the model sounded. In the gearbox case the drawing said 62 and that ended the discussion. The model's 95 was not a second opinion to be weighed. It was a guess to be discarded the moment the real number appeared.

Check four: is it specific to your asset or generic to the class? Ask yourself whether the answer would change if you swapped in a different machine of the same type. If the answer would not change, it is probably a class-average, not your spec. Your machine has a serial number, a build sheet, and quirks that a generic answer cannot know. The warmed-up behavior, the worn die, the one fixture that runs a thousandth proud: none of that lives in the model.

Check five: what does it cost if this is wrong? Triage by consequence. A wrong number on a cosmetic, reworkable feature deserves a quick check. A wrong number on a safety-critical fastener, a regulated dimension, or a customer key characteristic deserves a full verification against the controlled document and a second set of eyes. Spend your verification time where the failure is expensive. The gearbox flange held the rotating assembly. That is a full-verification feature, and the two minutes spent confirming 62 against the drawing returned a downtime week avoided.

The Skeptic's Checklist for a Procedure

A procedure is harder to verify than a single number because it is long and most of it is correct. The bad step hides among nine good ones. The trick is to stop reading it as prose and start reading it as a safety and sequence audit.

Walk it against the actual machine, not the description. Stand at the equipment, or pull up the controlled work instruction, and check each step against what is physically there. A fabricated procedure tends to fail at the points where the real machine deviates from the textbook: the energy-isolation point that is in an odd location, the interlock that has to be defeated in a specific order, the guard that comes off before the cover and not after. If the procedure never names a part number, a valve tag, or a specific control that exists on your asset, it is describing the idea of the machine, not the machine.

Hunt the missing safety step first. The most dangerous error in a procedure is not a wrong step; it is an absent one. Before you trust any AI-drafted maintenance or changeover procedure, ask explicitly: where is lockout-tagout, where is the stored-energy release, where is the verification that the equipment is actually de-energized? Lockout-tagout, often shortened to LOTO, is the discipline of isolating and locking every energy source before a hand goes inside a machine. A model will frequently produce a clean procedure that simply omits it, because the training text it learned from assumed it. On the floor you cannot assume it. The omission is the failure.

Check the order, because order is the procedure. Many procedure errors are not wrong steps but right steps in the wrong sequence, which on a machine can be the difference between safe and lethal. Verify that isolation precedes access, that pressure is bled before a line is opened, that the sequence matches the controlled document. A model optimizes for a readable order, not a safe one.

Confirm a human who owns the equipment signs it. No AI-drafted procedure goes live on the floor on the model's authority. The accountability stays with the plant and the named person who signs the work instruction. When the customer's auditor reviews your procedures, "the AI wrote it" is never the answer. The answer is the signature of the engineer who verified it against the machine. That is the cardinal rule of the whole program, applied to procedures: the customer audits you, not the vendor, and never the model.

The Skeptic's Checklist for a Root Cause

The root cause is where the highest-paid judgment on the floor lives, and it is exactly where a confident model is most seductive. A plausible root cause feels like a finished investigation. It is not. It is a hypothesis wearing the clothes of a conclusion.

Demand the evidence trail, not the story. A real root cause is anchored to data: this historian tag at this timestamp, this entry in the traveler, this line in the maintenance history, this measurement on the failed part. A hallucinated root cause is anchored to a general mechanism: "porosity is usually caused by moisture." Force the answer to point at your records. If it cannot, it has not done the investigation; it has recited the textbook. Ask the model directly to show which specific data point supports each claim. The claims that cannot be tied to a record are the claims to delete.

Run the cause against the historian. This is the manufacturing equivalent of opening the drawing. If the model says the defect came from a temperature excursion, pull the temperature tag for that run and look. The historian does not have opinions. In the porosity example, the model blamed resin moisture, but the dryer tag held setpoint all shift, so the moisture theory was dead on arrival and the real cause, the worn check valve, was sitting in the maintenance history the whole time. The model could not see it because it never had your data. You can.

Beware the single-cause story. Real failures on a real line are usually a chain: a worn component, plus a hot day, plus a green operator who ran it a little hard. A model loves a clean single cause because clean single causes are what get written up on the internet. When the root cause is suspiciously tidy, that tidiness is itself a tell. A 5-Whys, the technique of asking why five times to walk from symptom to root, exists precisely because the first answer is rarely the real one. Let the model assemble the evidence, but you own the chain.

Keep the disposition decision human, always. The model can summarize the defect, draft the 8D narrative, and propose candidate causes. It does not get to decide use-as-is, rework, or scrap, and it does not get to sign the corrective action. That decision carries liability that no model can hold and no vendor will accept. When the part ships and the customer audits the disposition, the record has to show a qualified human reasoned to the conclusion from the evidence. A confidently wrong root cause that drives a wrong corrective action is how a 4,000-piece escape becomes a repeat 4,000-piece escape, and the second one is the one that loses the contract.

Building the Habit So It Survives a Bad Night

Checklists only work if they run when the pressure is highest, which is exactly when humans cut corners. The line is down, the phone is ringing, the plant manager is walking over. That is the moment the unverified 95 newton-meters goes in. So the goal is not to remember to be skeptical; it is to make skepticism the default path, built into how the plant uses AI so that a tired tech on second shift does the right thing without having to be a hero about it.

The most powerful single move is changing how you ask. A prompt that ends with "cite the controlled spec or tell me you do not have it" turns the model from a confident guesser into a more honest assistant. It will still be wrong sometimes, but it will refuse more, and every refusal is a hallucination that never got the chance to reach the line. Pair that with a standing rule that any AI number touching a part gets checked against the controlled document before use, and you have closed the most expensive gap. Roughly 47 percent of manufacturers now use AI in quality work, up from 33 percent the year before, which means most plants already have unverified AI output flowing toward the line. The plants that win are not the ones that adopted AI first. They are the ones that built the verification habit first.

Make it cheap to verify and expensive to skip. Put the drawing one click from the tablet. Keep the controlled specs searchable. Pre-write the "cite or refuse" instruction so nobody has to type it at 2 a.m. And triage openly: a cosmetic feature gets a glance, a safety-critical or customer-key feature gets the full check and a second signature. The plant that treats every AI answer with the same paranoia will be slow and will eventually stop checking out of fatigue. The plant that aims its paranoia at the expensive failures stays fast and stays safe.

Remember why this skill is worth more in 2026 than it was five years ago. The reason the new tech reached for the chatbot at all is the same reason this whole program exists: the experts are retiring, the crew is thinner and greener, and 85 percent of manufacturers say the staffing shortage is hurting product quality. AI is a real knowledge multiplier for that thinner crew, but only if someone in the loop can tell a real answer from a confident invention. That someone is you. The verification skill is not the boring part of working with AI. It is the part that makes AI safe to use at all, and it is the part that pays you, because the engineer who can catch the bad answer before it reaches the line is the one a plant cannot afford to lose.

Key Takeaways

  • A generative model spends identical confidence on a fact it knows and a fact it invents. You cannot judge an answer by how certain it sounds, because certainty is free for the model to produce.
  • AI fails on technical work in three buckets: the invented specification (a generic number where your process is specific), the fabricated procedure (textbook completeness that omits the machine-specific safety step), and the confidently wrong root cause (a plausible mechanism untethered from your data).
  • For a spec, run five checks: does it cite an openable source, do the units and magnitude make physical sense, does it match the controlled drawing, is it specific to your asset, and what does a wrong answer cost. The controlled document always wins over the model.
  • For a procedure, walk it against the actual machine, hunt the missing safety step first (lockout-tagout is the one most often omitted), verify the order, and require a human who owns the equipment to sign it before it goes live.
  • For a root cause, demand the evidence trail and run the proposed cause against the historian. Beware the suspiciously clean single-cause story, and keep the disposition decision firmly human, because the customer audits the disposition, not the prompt.
  • The cost asymmetry is the whole game: the model's mistake is free to make, but believing an invented torque turned a forty-minute repair into a potential week of lost production worth roughly 670,000 dollars on a 4,000-dollar-an-hour line.
  • Build skepticism into the default path: prompt the model to cite the controlled spec or admit it does not know, keep the drawings one click away, and triage verification by consequence so the habit survives a bad night on second shift.
  • With 47 percent of manufacturers now using AI in quality and 85 percent saying staffing shortages hurt quality, the verification skill is the difference between AI as a knowledge multiplier and AI as a faster way to ship the wrong answer to a customer.