# Piloting AI on the plant floor and in trade promotions
A bottling line running at 40,000 units per hour cannot pause for a data scientist to "check the model." A trade promotion proposal sitting in a category manager's inbox can wait a day for a second opinion. That single difference, tolerance for latency and error, is why two AI pilots in the same FMCG (fast-moving consumer goods) company can look completely different in scope, timeline, and what counts as success.
This lesson compares a computer vision defect detection pilot on a filling line with an AI-scored trade promotion pilot, to build a general rule: pilot design follows the cost of being wrong, not the sophistication of the model.
Pilot A: Computer vision defect detection.
A camera system watches bottles or cans as they pass a filling station, using computer vision (AI that interprets images or video) to flag underfilled containers, misaligned labels, or cracked caps in real time.
Pilot B: AI-scored trade promotion proposals.
Trade promotion is the temporary price discount, display, or bundling deal a brand negotiates with a retailer (a "buy one get one" or end-cap display, for example). An AI model scores proposed promotions on predicted lift, cost, and margin impact before a category manager approves them.
Both are "AI use cases." Both might use similar underlying techniques (machine learning trained on historical data). But the pilots must be built on opposite assumptions about speed, error tolerance, and what "success" even means.
On the plant floor, a missed defect can mean a recalled batch, a regulatory issue with a body like the FDA in the US or food safety authorities under the EU's General Food Law framework, or a consumer complaint that damages brand trust. The AI has to run inline, in real time, integrated with programmable logic controllers (PLCs) that already run the line.
A realistic pilot here:
A typical target discussed in industrial vision literature and vendor case studies (estimate, varies by defect type and line): recall above 95% with false positive rates low enough not to slow the line meaningfully, often below 2 percent. These are illustrative benchmarks, not universal standards, actual thresholds are set per line and per defect severity.
A wrong promotion recommendation costs money (a bad discount that doesn't lift volume, or cannibalizes a higher-margin product) but it does not injure anyone and can be corrected next planning cycle. The pilot can therefore be slower and more exploratory.
A realistic pilot here:
Say the trade promotion pilot tracks 50 promotions over one quarter, 25 scored by AI and 25 handled the traditional way.
Incremental value from the pilot = (1.5, 1.3) x average trade spend per promotion x 25 promotions.
If average trade spend per promotion is $40,000 (illustrative), that's 0.2 x $40,000 x 25 = $200,000 in incremental margin attributable to the pilot, before subtracting the cost of the AI tool and the analyst time to run the comparison. This is the kind of back-of-envelope calculation that should appear in a pilot's final readout, not a vague "the model performed well."
Compare that to the vision pilot, where the equivalent calculation is defects avoided x cost per defect (scrap, rework, recall risk) minus the cost of false positives (unnecessary line stops or discarded good units). The units of value are completely different: quality risk avoidance versus margin uplift.
| Dimension | Vision pilot (filling line) | Trade promotion pilot |
|---|---|---|
| Decision speed needed | Real time (milliseconds) | Days to weeks |
| Cost of a false negative | High (safety, recall, compliance) | Low to moderate (missed margin) |
| Cost of a false positive | Line slowdown, wasted good product | Foregone opportunity, minor |
| Human in the loop | Shadow mode, then supervised, then autonomous | Advisory, human always approves |
| Primary success metric | Precision/recall vs. labeled defects | ROIROIReturn on Investment: the ratio of net profit to the cost of an investment. A 300% ROI means each dollar invested returns $3.View full definition → lift, forecast accuracy |
| Pilot duration | Weeks | One to two quarters |
| Reversibility of a bad decision | Low (product may already be shipped) | High (adjust next cycle) |
This table is the core transferable lesson: before scoping any AI pilot, ask how fast a decision must be made, how costly an error is, and how reversible that error is. Those three answers determine pilot length, human oversight design, and metric choice, not the AI vendor's default proposal.
Knowledge check
1. According to the lesson's central argument, what should primarily determine the design of an AI pilot (its scope, timeline, and success criteria)?
2. Why can the computer vision defect detection pilot tolerate almost no latency, while the trade promotion scoring pilot can tolerate a day's delay for human review?
3. A team is designing a pilot for an AI system that will make one-off recommendations reviewed by a human before any action is taken. Based on the lesson's logic, how should this pilot most likely differ from a real-time plant floor pilot?
4. Select ALL correct answers about why a missed defect on the filling line carries higher stakes than a delayed trade promotion decision.
Select all the correct answers.
5. Select ALL correct answers about the concept of 'reversibility' as it applies to comparing these two AI pilots.
Select all the correct answers.
Treating model accuracy as the finish line. A vision model with 98% accuracy on a test set can still fail commercially if the 2% it misses are the costly defect types (contamination) rather than cosmetic ones (a slightly crooked label). Segment accuracy by defect severity, not just an aggregate score.
Skipping the "no AI" baseline. Trade promotion pilots often compare AI-scored proposals only to each other, not to what a human would have decided. Without a genuine baseline (a control group of promotions run the old way), the ROIROIReturn on Investment: the ratio of net profit to the cost of an investment. A 300% ROI means each dollar invested returns $3.View full definition → uplift claim is not credible.
Underestimating integration cost on the plant floor. Vision systems must connect to existing PLCs, historian databases, and quality management systems. Vendors often quote model performance but not integration timelines; ask for a reference site of similar line speed and SKU complexity, not just a lab demo.
Ignoring data drift in promotions. Consumer response to promotions shifts with inflation, seasonality, and competitor activity. A trade promotion model validated in one quarter can degrade the next if retraining cadence isn't planned. Build a retraining schedule (commonly quarterly for promotion models) into the pilot design from day one.
For a broader framework on evaluating AI system reliability before scaling, the NIST AI Risk Management Framework is a solid, freely available reference, even though it is not FMCG-specific.
🎬 [VIDEO: "How AI-powered computer vision is used in manufacturing quality control" - youtube.com - search this title on YouTube for vendor-neutral explainers showing real production line vision systems catching defects in real time]