Let’s start with a question. Does your company see artificial intelligence as a threat, an opportunity or a bit of both? To be honest, it’s not really a fair question, akin to asking a manufacturer at the end of the 19th century what they expect the impact of electricity will have on business. Just like any foundational technology, be it electricity, the internet or blockchain, AI can be applied in many different ways and it impacts every business differently.
So first, let’s break down what we mean when we talk about AI. Artificial Intelligence and its various subgenres (more on that in a minute) are still in their technological infancy within most business contexts. Yet you don’t need to look hard to find examples where AI is already driving transformative change within enterprise organizations. In almost every vertical — health, finance, media, manufacturing, legal — you’ll find companies using AI to automate routine tasks, facilitate customer interactions and discover valuable data that would be impractical, if not impossible for humans to find on their own.
It would be a mistake to think this technology is still a few years away. If AI isn’t a meaningful part of your technology roadmap today, how do you plan to compete with AI-enabled competitors tomorrow? The good news is that there are many powerful AI technologies available today that can enhance current products and drive your future product roadmap.
Of course, the same technology is available to startups, who are just as likely to be your new competitor as your new vendor. They have the ability to focus on a specific niche, adapt quickly to changing technology and acquire unprecedented levels of venture capital. Typically they are looking to serve enterprise companies through an AI-as-a-service (AIaaS) model, although outright acquisitions are not unheard of. In January of this year Layer6, a Toronto-based AI company with fewer than 20 employees, was acquired by TD Bank for a rumored $100M.

Of course there are the tech giants delivering AIaaS, notably Google, Microsoft, Amazon and IBM. These companies would like to sell you AI services the same way they sell cloud storage and hosting. The challenge is that planning, integrating and deploying an effective AI solution is much more complicated than running applications or storing files in the cloud.
So where do you start? How do you figure out what areas of your business would benefit most from AI? Let’s first clarify what we mean by ‘Artificial Intelligence’.
What exactly is — and is not — Artificial Intelligence?
This is a subtle but important point. As we talk about various applications of artificial intelligence, we tend to talk about computer vision applications, natural language interfaces that understand what we say, or predictive analytics applications that discover valuable insights from mountains of data.

We’ll get to machine learning later on, but first, to understand AI it really helps to understand use cases and real-world applications that AI is typically applied to. So let’s do that.
Natural Language Processing, Conversational UIs and Sentiment Analysis
Natural language processing (NLP) a method for understanding the meaning of the words you speak or type. Everything from a Google search, to Siri, Alexa and possibly your thermostat use some form of NLP, likely with varying degrees of success. Within narrow use cases, NLP can work very well. If 80% of your call centre requests can be resolved by providing the customer with a relevant URL or online service, you can free up your CSRs to spend more time with customers who truly need a human to resolve their issues. This in turn can significantly improve customer satisfaction — all while giving you the ability to gather better data on why customers are calling in the first place.
A Conversational User Interface (or conversational UI) is the method through which users engage with an NLP platform. With Siri and Alexa, the interface is voice, with chatbots it’s text messages. When you’re thinking about developing a NLP application, figure out the conversational UI first. Maybe you want to build a Slack integration that helps you find subject matter experts within your company. For example, “Hey Slackbot, who do we have in the New York office that knows about GDPR?”
Sentiment analysis is another useful component of NLP . Incoming support emails, messages, or mentions on social media are analyzed for tone and strong language to help determine an appropriate response. A use case might be running a sentiment analysis algorithm on all social feeds mentioning your company, forwarding all the positive ones to the social marketing team and all the negative ones to customer support.
While it might not initially be obvious, there’s a good use case here for including a defined set of emojis in your text-based customer feedback interfaces. Emojis are surprisingly effective in representing concepts that pure text-based sentiments struggle with, like sarcasm 😉

Predictive Analytics
Predictive analytics is not so much a technology as a use case for a number of AI technologies. The concept itself is not new — customer credit scores have been used for decades to ‘predict’ how likely someone is to pay back a loan — but technologies like machine learning and digital twin simulations have significantly enhanced the accuracy and range of applications.
Using vast amounts of customer data a phone company might create a predictive model to identify customers who are likely to cancel their service and implement a pre-emptive winback* strategy.
Where AI has a huge advantage in this scenario is that it doesn’t rely on the judgement of humans to decide which data points or linear regression models are the most effective at predicting an outcome. It can digest years of customer data and try thousands of models to check its ability to accurately predict customers likelihood to churn based on the prior behavior of customers who did actually leave the service.
In addition to predictive models, descriptive models use similar techniques to categorize users into behaviourally similar groups, and decision models can be used to figure out which algorithms are most effective for each group.
To illustrate this, let’s say you are a large investment firm with hundreds of thousands of customers and thousands of advisors. You have reams of data on your customers — how long they have been a customer, their age, what they have under investment, how often they meet with their advisor.

Let’s say the goal is finding the right advisor for a new customer. Properly implemented, predictive analytics should be able to accurately apply a descriptive model to classify the new customer, then use a decision model to know what set of algorithms is best for matching this customer to an advisor.
You would want to run the same process with your advisors too. An advisor may perform extremely well with some accounts and struggle with others. Humans tend to suffer from bias and a lack of analytical horsepower to effectively process all of the variables involved. But a decision model set up to test and self-adjust will find patterns, correlations and indicators hidden inside mountains of data — assuming you provide it with a clear definition of success.
Putting all this a bit more simply, predictive analytics is what happens when you turn algorithms loose on your analytics data. To make it ‘intelligent’ you’ll need to apply some machine learning processes that test various models and algorithms, and ‘trains’ itself on a set of data where the answers or correct outcomes are known. The beauty of intelligent predictive analytics systems is that they improve over time as they are exposed to more and more data. They learn what input weights and algorithms lead to desired outcomes without the guiding hand of data scientists. Provide a predictive analytics platform with a clear definition of the proverbial needle and it will search through a huge haystack of data to find what you’re looking for.
* Winbacks are strategies to literally “win back” customers who have cancelled an ongoing service or left for a competing product.