A real AI engineer's #1 skill isn't building models — it's choosing the right kind for the job. Classify? Detect? Segment? Track? Or… no AI at all? Here are real missions. For each, pick the right tool and learn what makes a model good or bad for that task.
What kind of AI should you use?
One label for the whole image. ("cat or dog?")
Find & box each thing. ("count the cars")
Exact pixels of each thing. ("cut out the person")
Follow it across a video. ("follow the ball")
No AI needed! ("if temp > 100 → alarm")
You matched tasks to the vision flavors. Pros have an even bigger toolbox:
✅ Covers most jobs.
Tracking (follow objects in video), pose estimation (body/hand points), OCR (read text) - each a whole field.
Classical CV (color, shapes, thresholds in OpenCV) is faster and simpler for easy tasks.
You can now look at a real problem and pick the right kind of AI — or decide it needs no AI at all. That's how real engineers think.