Earlier quoted context omitted.
You can't stretch definition of AI that wide. Where's AI in Microsoft Office? Where's AI in spellchecking? Where's AI in route planning? Demand planning, maybe.
Imagine taking someone who didn't know English words or sounds, sitting them down with a document and dictionary, and asking them to spell-check it. If they could figure out that "butiful" should be "beautiful" in less than a week I'd call that really freaking intelligent. AI researchers of 40 years ago would be astounded by what Word can do. Route planning is essentially "the" fundamental AI problem. You need to get…
In contrast, your example of the human is like modern AI, specifically unsupervised learning. I'm sure I could get a human doing that kind of pattern matching quite good at it quite quickly.
If I didn't have a learning system I could still write an algorithm for it quite quickly, by computing the Levenshtein distance. But that algorithm would notoriously not understand the context of the sentence, probabilities of words, etc. And indeed Word/Android/iOS spell correct still gets it really wrong much of the time. But the AI used is quite different from old timey backtracking.