6 Useful Applications of AI & Machine Learning in Your Business Processes

Page 1

Login

6 Useful Applications of AI & Machine Learning in Your Business Processes Benjamin Brandall February 28, 2018 Business Processes, Software, Technology

A 2017 study from Pew Research found that more than 70% of the U.S. is scared that robots are going to take over our lives. And, while we can’t perfectly predict the emergence of a Skynet singularity, we can say with some certainty that technology is set to take over the repetitive, dehumanizing elements of our jobs instead of putting us out of work. Artificial intelligence (AI) is a strategic priority for 84% of businesses, and in some cases has been used to improve sales team efficiency by over 50%. Even I’ve used AI in the past to generate hundreds of relevant hashtags for social media posts at the click of a button. It was once the stuff of utopian science fiction and huge enterprises, but now practically anyone can take advantage. For this post, I set up two powerful AI systems using free or cheap technology, and show you exactly how you can do the same without coding: Jump to them by clicking the links below if you want to skip the explanation of what AI and machine learning is: Example 1: Identifying and logging negative customer feedback, then notifying the team in charge


Example 2: Automatically scheduling meetings with clients as part of client onboarding If you want a bit of background on AI and machine learning, read on before getting stuck in with the use cases.

AI and machine learning: a simple explanation What is artificial intelligence? Systems that use AI are able to carry out tasks that are characteristic of human intelligence.

(Source)

AI enables the kind of decision-making that wouldn’t be possible with the simpler “if this, then that” models most software uses. This includes tasks like: Identifying emotion in text or speech Tagging and classifying documents Understanding emails and replying like a human Writing product descriptions or other formulaic copy Summarizing key points from long text Picking objects out of images Writing unit tests for software Planning projects Beating the world’s top Go player The AI industry is exploding in size. Companies ranging from tiny startups to global giants are realizing the benefits of handing difficult or repetitive work over to machines. While incumbents like IBM and Microsoft are developing AI for the enterprise sector, there are also thousands of startups developing everything from customer support bots to APIs capable of generating hashtags for social media.


(Source)

A decade ago, the technology was hardly mature enough to be of any practical use. Now, just about anyone can hook up a free AI application to their existing tools and get to work. One area of AI that’s seen a disproportionately high rate of adoption in recent years is machine learning.

What is machine learning? Machine learning is an application of artificial intelligence that allows software to learn, model, and make predictions based on the data it is given. My colleague Ben Mulholland has written an awesome article on machine learning that you can check out for a deep exploration.


As cloud computing becomes more affordable and processing power reaches unforeseen heights, the restrictions that previously made machine learning impossible have fallen away. Machine learning enables applications to behave in new ways without being freshly programmed. Machine learning applications are programmed with the ability to improve their own code and make optimal decisions based on vast data sets. This includes functions like: Projecting sales figures based on historical data and market conditions Identifying and protecting against suspicious network activity Learning to drive vehicles Improving the efficiency of manufacturing processes by identifying waste Predicting the popularity of content Screening and grading job applicants Making relevant content recommendations, like YouTube and Netflix It might sound like the domain of experimental teams at big firms like Google. And, while Google has led the way for a number of years, the power of machine learning is available to businesses of any size.

(Source)

In this article, we’ll look at 6 AI and machine learning tools and use cases to automate work, streamline your business, and put an army of virtual robots to work for you. First, to show you the power of AI, let’s go through 2 practical examples you can set up reasonably quickly.

Example #1: Logging negative customer feedback and notifying the team in charge


In this example, we’ll connect customer support software Drift to MonkeyLearn, an AI tool with text processing functionality. With this setup, we can: Automatically detect angry customers as soon as they message Notify the support team Run a checklist for dealing with an angry customer and assign it to the head support agent Log the feedback in a spreadsheet to process later There are a few reasons you might want to take this automated route. You can instantly surface customers at risk of cancelling, guide support reps through a process to ensure the customer is handled with care, and keep a separate record of issues in a sheet for analysis. We’re going to use Zapier to set up this automation. Here is an overview: 1. A customer sends a message to your company’s support team through your site’s Drift widget 2. MonkeyLearn analyzes the emotion of the message 3. If the emotion in the support ticket text is classed as negative, the data passes the filter 4. A Process Street checklist for handling customer complaints is run, and the support staff is assigned 5. Customer support are notified in Slack with a link back to the conversion and the message text inline 6. The complaint is added to a new row in Google Sheets for later analysis

1. Connect your helpdesk software to Zapier

Here, I’ve hooked Drift up to Zapier using the API key found in Drift’s app settings. Drift is a great choice, but you can also connect another Zapier-integrated tool like Intercom or Zendesk and get the same results here. Choose “New Conversation” as the trigger. Ensure you have a conversation in Drift that Zapier can pull in to test the configuration, and continue onto the next step.


2. Connect MonkeyLearn to classify message text

Here’s the AI bit! Grab your API key from the MonkeyLearn account page, and then connect it with Zapier. Once connected, you can choose a model. For this example I’ve chosen MonkeyLearn’s predefined customer support emotion classifier model from the Explore menu. On the model’s page, you can see that the model ID is cl_pX4g5EEF . Choose to use a custom value, and paste that ID into the next box. Use the “Add Field” button to the right of the text form box to add the support ticket message text as a variable. Click continue.

3. Set up a negative emotion filter

Using Zapier’s filter, copy the configuration in the screenshot above. A MonkeyLearn Path is a summary of the message’s emotional content. The only thing we need to know is whether the emotion is negative or not. The “Pred1 Level2 Prob” variable checks the probability of true negative intent.


Here, I’ve set it to 0.7, but you can refine that with testing if necessary. The higher the number, the more negative a message has to be before it will pass through into the next step.

4. Run a customer complaint checklist in Process Street For this example, I created a new Process Street checklist that a support agent could use to act on a complaint. The first task summarizes the data from Drift in a series of form fields (user email, message, ticket URL).

The process uses conditional logic to ensure the issue is passed on to the correct department. Tasks six through nine are hidden by default, but the state of the Department drop-down menu decides which department-specific tasks are shown in the task list.

With a customer complaint template in your organization, head back over to Zapier and connect your Process Street account.


Select your customer complaint template in Zapier, and attach the Drift variables to Process Street’s form fields, like this:

The checklist name is the user email and ticket ID. The due date is set to ‘today’ so it appears in the inbox of the assigned user, Tony, our fictional head of support! Tony will also get an email notification that he has been assigned the checklist. Make sure to fill the rest of the form fields with information from the support ticket, too:

5. Set up a Slack notification for every time a complaint comes into support


It’s important to act fast when a customer is dissatisfied. Here, I’ve set up a Slack message template that notifies the whole channel with the message text and a link to the conversation. You can feed it into your existing support channel, or create a new one for the purpose. Here’s what it looks like in action:

Who’s this irate Benjamin guy? Anyway, the last step awaits.

6. Log the complaint in Google Sheets


You’ll probably want to keep complaints in a separate dataset so you can analyze for trends and make improvements to your product. For this, just set up a sheet with headers that match mine and tack on Google Sheets as an action app to the end of your zap:

Think about it… Now, you can honestly say that you’re harnessing the power of AI in your business! While you’re on a high, let’s do another one.

Example #2: Automatically scheduling meetings with clients as part of client onboarding This one is a lot simpler. Thanks to x.ai — a great personal AI assistant that handles the back-and-forth of meeting scheduling — you can simply CC the bot in a Process Street email widget, and always be sure that it will find a time you are both available to meet.


With the Process Street email widget, you can hardcode the AI’s email address into the CC field, so every time it is used in that process you trigger x.ai to schedule a meeting. For example, in a client onboarding process:

The email pulls in variables from the checklist’s form fields, like the client email and name, and then you just click send to fire the email off from inside Process Street. With amy@x.ai CC’d, the scheduling happens in the background and you don’t have to worry about it; Amy will notify you of the event, and add it to your calendar.


Every single day the bots at @xdotai pass the Turing test. They’ve proven w/ a simple deliverable for a bot (scheduling), it can sound authentic enough to be perceived as human. Time & time again my scheduled calls bring up how it took them several emails w/ Andrew to realize — Zach Edwards (@thezedwards) January 17, 2018 Pricing for x.ai starts at $17/month, but with the calculator at the bottom of their pricing page, I’m sure you’ll see that you’ll make positive ROI with the amount of hours you’ll save.

More applications of AI and machine learning in business processes Aylien Text API

(Source)

How you can use Aylien: Aylien Text Analysis API is a set of machine learning and AI tools for extracting and classifying text from documents and images. Developers can take advantage of the SDKs for NodeJS, Ruby, Python, PHP, Java, Go, and C#, while non-technical users can run analyses inside Google Sheets with the official add-on. Like MonkeyLearn, Aylien can classify text and extract sentiment. It can also generate tags, summaries, and entities from bulk inputs. A great use case for your processes: Businesses with a large body of non-standard documents (with missing tags, unclear topics, or generally disorganized) can employ Aylien to automatically classify them in bulk, making it easy to make sense of which department the documents belong to, what they are for, and more — all without human intervention.


Output from an article about Tesla (Source)

Check out this case study on the Aylien blog that shows how Streem uses the text API to analyze and classify content on a huge scale.

BigML

How you can use BigML: Unlike Aylien or MonkeyLearn, BigML isn’t so simple. Deployment requires an on-premises server or a cloud server like AWS or Azure, which makes it better suited for bigger companies. However, there is a free plan perfect for startups, with limitations on the number of parallel tasks and size of the data sets. Since May 2017, BigML has been working on making machine learning easier to access for non-enterprises by developing a Zapier integration. As of the time of writing, the integration is not publicly available. BigML comes equipped with models you can train to make complex predictions on business outcomes such as sales projections, loan risk, and content popularity. A great use case for your processes: Why might you get 10,000 shares on one piece of content, and then barely any interest on another? As part of your content strategy processes, you could employ BigML to analyze your existing content data set and single out the elements of the most popular pieces. That’s exactly what BigML’s Teresa Alvarez did with a dataset of TED talks. She noticed that some talks only pick up 50,000


views while others are seen by tens of millions of people, so used machine learning to find out why. If you keep a database of your content, you could use a similar model to guide you marketing strategy in the future.

Salesforce Einstein

How you can use Salesforce Einstein: Einstein is the umbrella term for all of Salesforce‘s AI features, including predictive analytics, automated marketing personalization, and ecommerce conversion maximization. While it comes attached to Salesforce’s CRM and service cloud products, it can be used via API if you’re willing to invest the necessary development time. A great use case for your processes: According to Salesforce’s Peter Schwartz , “within five years, basically every salesperson will have an intelligent assistant that will use intimate computing to deliver rich context around every step of the sales process, from initial contact to closing”. Until then, it’s probably enough for most businesses to slowly hand tricky and time-consuming work to AIs and focus on things only humans can do. An interesting use case around that, documented here with the example of real estate brokers, is using Einstein to suggest a price drop after analyzing a historical data set of pricing, and taking market conditions into account. For custom deals, AI could be the fairest and most profitable way to calculate pricing.

Wordsmith


How you can use Wordsmith: Wordsmith is a natural language generation tool by Automated Insights. Its pricing is unavailable and unreported, which is usually the sign of a high-end enterprise product. But considering its usefulness it could replace several salaried writers, making its potential ROI high. Wordsmith generates convincing text from data, which makes it perfect for summarizing reports, generating news, and writing product descriptions. A great use case for your processes: A process for adding a new product to an ecommerce site could benefit greatly from Wordsmith. The way I see it being used is as part of a product listing checklist, where the product’s variables could be sent to Wordsmith’s API and the description could be returned in the checklist’s form field. For my own sake as a writer, I half hope that’s about as useful as Wordsmith gets for now! Have you incorporated AI or machine learning into your business processes? If so, I’d love to hear from you. Let me know in the comments. Who knows — you might get featured in an upcoming article.

Tell the world! Twitter

Facebook

LinkedIn

Google

Reddit

Email

Get our posts & product updates earlier by simply subscribing Email address


Email address

Subscribe

Benjamin Brandall Benjamin Brandall is a content marketer at Process Street, and runs Secret Cave on the side. Find him on Twitter here.

Leave a comment

Name *

e.g. Bruce Wayne Email *

e.g. bruce@wayne-enterprises.com Website

e.g. http://wayne-enterprises.com Comment *

Write a comment...

Submit Comment Notify me of follow-up comments by email. Notify me of new posts by email.


Get a free Process Street account and take control of your workflows today. name@company.com

Get Started for FREE No Credit Card Required

P

R

O

C

E

S

S

.

S

L

U

T

I

O

N

S

U

S

T

O

T

Features Pricing Blog

S

O

Template Library Checklists for Bloggers

F

O

R

Request Demo Help Security Terms & Privacy

C

M

E

R

S


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.