18
Thu, Apr
5 New Articles

How Small Businesses Can Harness IBM Watson

Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

IBM Watson APIs are more accessible than you think. The trick is just how creative you can be.

I don’t like the fantasy genre. I mean I really don’t like it. I fell asleep during The Lord of the Rings in the theater. I smiled and winced through every Harry Potter film because my wife and kids love it. The closest I come to fantasy would be The Princess Bride, and that’s only because I saw it as a kid and it stuck with me. It’s pretty campy, but I love Christopher Guest. Plus Mandy Patinkin’s line: “My name is Inigo Montoya! You killed my father! Prepare to die!” That’s so cheesy that it works.

So when it was my turn to get sorted at the COMMON Annual Meeting and Exposition back in May, I put on my brave face and let IBM’s open-source wizard Jesse Gorzinski put the wired-up IBM sorting hat on my melon. At that point, Jesse and I were magically transported to the land of Harry Potter.

Well, not really. I was sorted into Ravenclaw and wondered which house that was.

What was cool about it was the natural language recognition: questions and answers that were fed to Watson, which then picked my house based on what I answered about my personality. It was a practical example given the overall Harry Potter motif of the conference. When you think about what Watson is doing right now, it seems daunting that the average company would find practical applications for it. Here are a few examples of what Watson is doing:

  • Watson provides artificial intelligence (AI) on-demand video highlights for Wimbledon, effectively automating video editing on the fly.
  • Macy’s On-call is a mobile service provided by Macy’s to allow for natural language questions and answers about products and services (in both English and Spanish).
  • The American Cancer Society is working with IBM to build a Watson-based virtual advisor, which offers patients personalized information and advice.
  • The Cleveland Clinic, a not-for-profit cancer research company, is using Watson to research cancer treatments based on a patient’s DNA.
  • Under Armour has created an app using Watson’s analytical capabilities to act as a personal trainer and health advisor by crunching physiological, behavioral, and nutritional data.

In my opinion, IBM brought Watson down to the street level and showcased what it can do in context. Right about now, you should be asking yourself, “How can my business take advantage of Watson?” If you were sorted by the hat at the COMMON Annual Meeting, then you shouldn’t have missed that point.

At the conference, Alison Butterill, Scott Forstie, Tim Rowe, Doug Mack, and the aforementioned Jesse Gorzinski gave a presentation called “IBM i and Watson.” I would argue it was the most important session of the conference. Contained within a conference room were five very key IBM i leaders talking about how IBM i customers can leverage Watson to gain insights into their business. They talked about Watson Analytics and the low-cost options for connecting IBM i to Watson with DB2 Web Query, SQL, Python, Node.js, and yes, even RPG. Sorting hat aside, if you really want to get down to street level with the IBM i community, you throw four slides into the deck and show exactly how to get an RPG program talking to a Watson API. It’s very simple in fact. So simple that yours truly, with rudimentary programming expertise, downloaded the sample code and was querying Watson in about 30 minutes. A stronger developer probably would’ve only taken 5 to 10. The API is for a Watson language translator, so I was typing English phrases into one green-screen field while Watson was converting it on the fly to Spanish and displaying it in another.

This is possible through the Integrated Web Services (IWS) server and Swagger documents. The IWS server has been around for about 10 years. As of 2016, it can deliver RESTful APIs with OpenAPI specifications. A Swagger document is the REST API equivalent of a WSDL document for a SOAP web service. Swagger allows IBM i REST APIs to connect with platforms such as IBM Bluemix and IBM API Connect. The best part about this is that you do not have any additional languages to learn. If you want to connect to Watson with RPG, Python, Node.js, or SQL, then pick your poison. You just need to be on IBM i 7.1 or above.

Jesse was kind enough to share with me some slides from the IBM i and Watson presentation. First, the RPG slides will give you the information you need in order to get an RPG program talking with Watson. As you can see, there’s nothing out of the ordinary involved with the program. No special web configuration or anything. It’s an RPG program that takes advantage of a Watson API. That’s it.

How Small Businesses Can Harness IBM Watson - Figure 1

Figure 1: Initial RPG sample program using Watson API

How Small Businesses Can Harness IBM Watson - Figure 2

Figure 2: Cooperative image of ILE RPG and Watson API

081617PitcherFig 3 compressed

Figure 3: transLate_Text() Sub procedure

081617PitcherFig 4 compressed

Figure 4: Call program

IBM has provided many examples of how Python can talk to Watson. In fact, the presentation includes a cool example of how to connect Python with Watson. In this example, a Python program connects to Watson’s Personality Insights API. Personality Insights is very interesting. Essentially, you supply Watson with text (the more, the better), and Watson will give you insights into the personality of the person who wrote it. You can check out the demo yourself at https://personality-insights-livedemo.mybluemix.net.

You can even have Watson analyze your Twitter feed. I did. Now I feel like I have to work on myself a little bit. Maybe Watson has a psychiatry app? The Watson virtual couch API.

How Small Businesses Can Harness IBM Watson - Figure 5

Figure 5: Steve’s Personality Insights summary

How Small Businesses Can Harness IBM Watson - Figure 6

Figure 6: Steve’s traits by percentile

How Small Businesses Can Harness IBM Watson - Figure 7

Figure 7: Steve’s sunburst chart

There are plenty of examples of Watson APIs that you can investigate. The trick is to get creative and explore how these APIs can assist your business. For instance, you can use the Watson Tone Analyzer to detect emotional, social, and language tones within text. Imagine if you could tailor an action based on the tone of the text. Perhaps you can analyze the content of a customer feedback email to request a voice call follow-up from one of your customer service representatives, simply based on the irate tone of the text. Maybe you can analyze customer content on your company’s Twitter or Facebook page and trigger a similar response or an alert. You can use the Watson Discovery service to identify patterns and trends to help drive better decision-making.

These are not cut-and-dry boxed solutions. These are tools to help your business be more creative in how it responds to its customers, business partners, and the market. The key to harnessing Watson is whatever you can imagine. It will require some brainstorming sessions on your part in order to provide value. The first step is understanding what Watson can do and then using that knowledge and a bit of creativity to imagine the possibilities in the context of your business. The second is understanding that Watson can be at the fingertips of any small to medium business at a relatively low cost, with minimal effort from a programming standpoint. The power of Watson can easily be at your fingertips.

And if there’s any reason to be at the COMMON Fall Conference in St. Louis, it’s to see the IBM i and Watson presentation.

Steve Pitcher
Steve Pitcher works with iTech Solutions, an IBM Premier Business Partner. He is a specialist in IBM i and IBM Power Systems solutions since 2001. Feel free to contact him directly This email address is being protected from spambots. You need JavaScript enabled to view it..
BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: