|
|
|
|
|
by TeMPOraL
3815 days ago
|
|
There's tons of areas where AIs, or rather, basic ML, could be used but for some reason isn't. I'm thinking about e.g. adaptive interfaces, the kind that can really be learning your habits on the fly. Think e.g. public transit app / widget that takes into account your precise location, as well as day of the week, time of the day, etc. to learn your habits and prioritize which timetables to suggest you by default (e.g. it's Wednesday evening, so you're probably coming back from work, so the default timetable will be the bus home at the stop next to work). I tried to do exactly that for an university project, it's not very hard. Even simple methods can give pretty good results. Google Now is about the first case I ever saw someone finally working on it, but it doesn't seem like it's a priority for them. My charitable guess is that they're afraid of confusing non-tech people. Hell, maybe I'll write myself a watchapp. (I started thinking a lot about this after reading a great essay by Bret Victor - http://worrydream.com/#!/MagicInk) |
|
There are some definite places where AI/ML/Adaptive algos help. Examples would be Facebook search, Apps recommendation, music recommendation, smart playlists, autocomplete and search etc. where any good tech team worth its salt is already using these techniques.
It's also the reason why Knowmail or Inbox by google are not great. I go through my mail in a set pattern. I code those patterns by labels or folders and clean folder by folder. I don't need to context switch between each mail of similar definitive categories. In these mail solutions, I make decision of the context on each mail. Is it a support email or a collegue email or a mail from my priority mailing list or from a developer for tech problem?
And that's why I'm thankful that AI is not being used in the tons of places that you refer. You will put me in a world where I'm living by someone else's patterns that mine own.
At the risk of generalizing (but reinforcing the patterns thinking), it's a common pattern with Engineers to apply a solution on all kinds of problems without challenging the efficacy of said solutions for those problems.