The way I am thinking about the tasks that can be handled by an AI is if the problem can be structured and you can define the clear steps that always give a correct answer you can outsource that to an AI. For example, if my car does not start there might be several reasons:
- it ran out of fuel
- the battery is down
- other
So I could instruct an AI to check for those common reasons and then if none are true raise a ticket to the next level of support.
is this a correct way of looking at problems that can be solved with an AI namely if I can structure and define it AI should be capable of following the same guidelines. The only thing missing here that was mentioned in the course is the amount of data. what would be the set of data in this example?