Not every visual problem needs AI. Sometimes a good sensor suffices, sometimes the data foundation is too thin, and sometimes costs exceed benefits. This lesson gives you a decision matrix for informed build-vs.-buy decisions.
| Criterion | Indication for Vision AI |
|---|---|
| Volume | > 1,000 visual inspections/day |
| Variability | Many product variants, no fixed template |
| Accuracy | Human inspectors achieve < 95% accuracy |
| Speed | Cycle times < 1 second required |
| Consistency | Subjective assessment by different inspectors problematic |
| Environment | Dangerous or inaccessible inspection environment |
| Data | Enough example images (min. 100 per class) available |
| Criterion | Indication against Vision AI |
|---|---|
| Volume | < 50 inspections/day (manual is cheaper) |
| Simplicity | Problem solvable with simple sensors (light barrier, scale) |
| Data | Too few examples, defects too rare or too variable |
| Cost | Error costs low (< €1,000/year) |
| Change | Inspection object changes weekly (constant retraining needed) |
| Physics | Defect not visually detectable (e.g., internal material defects without X-ray) |
Google Vision, AWS Rekognition, Azure CV — ready-made APIs for standard tasks.
Advantages: Quick start, no ML expertise needed, scales automatically Disadvantages: Data leaves the company, ongoing costs, limited customization Cost: €1–5/1,000 images Ideal for: Prototyping, standard OCR, generic classification
Roboflow, Landing AI, Clarifai — no-code/low-code CV platforms.
Advantages: Custom models without programming, visual labeling, one-click deploy Disadvantages: Vendor lock-in, monthly license costs, less control Cost: €500–5,000/month Ideal for: SMBs without data science team, fast iteration
PyTorch + own team — full control, maximum customization.
Advantages: Full control over data and model, no vendor dependency, optimized performance Disadvantages: Requires ML engineers, longer development time, maintenance effort Cost: €50,000–300,000 initial + team Ideal for: Differentiation through CV, critical applications, high volume
Is CV a core product or competitive advantage?
→ Yes: BUILD
→ No:
Are standard APIs sufficient?
→ Yes: CLOUD API
→ No: PLATFORM
| Cost Type | Cloud API | Platform | Custom |
|---|---|---|---|
| Setup | €2,000 | €10,000 | €100,000 |
| Ongoing (year) | €12,000 | €36,000 | €80,000 |
| 3-year TCO | €38,000 | €118,000 | €340,000 |
| Break-even vs. manual | Immediately | 6 months | 18 months |
Often underestimated:
Day 1–30: Proof of Concept
Day 31–60: Pilot
Day 61–90: Evaluation
Golden rule: Start with the most expensive visual problem in your company. The ROI must be obvious — then the budget follows automatically.
Wann ist eine Cloud-API die beste Wahl für Computer Vision?