Learning Library

← Back to Library

AI‑Enhanced RPA for Smarter Automation

Key Points

  • Hyper‑automation combines RPA with AI to create smarter bots that reduce errors, enable direct AI integration, and make human‑like judgment calls on tasks that require cognitive processing.
  • IBM RPA offers a drag‑and‑drop Studio with over 650 pre‑built commands—including AI, browser automation, and terminal integration—allowing rapid development of both rule‑based and “no‑thought” automation with just a few lines of code.
  • In the ACME Magazine scenario, AI is used to reconcile newly captured handwritten responses with an existing customer list, handling nickname variations and imperfect OCR extraction that traditional RPA could not reliably process.
  • By inserting an “approximately equal” AI command that leverages a weak‑tolerance Jaccard distance algorithm, the bot can fuzzy‑match first and last names, automatically flagging potential matches and outputting the results for human verification.

Full Transcript

# AI‑Enhanced RPA for Smarter Automation **Source:** [https://www.youtube.com/watch?v=EBEIVhkIW2w](https://www.youtube.com/watch?v=EBEIVhkIW2w) **Duration:** 00:04:24 ## Summary - Hyper‑automation combines RPA with AI to create smarter bots that reduce errors, enable direct AI integration, and make human‑like judgment calls on tasks that require cognitive processing. - IBM RPA offers a drag‑and‑drop Studio with over 650 pre‑built commands—including AI, browser automation, and terminal integration—allowing rapid development of both rule‑based and “no‑thought” automation with just a few lines of code. - In the ACME Magazine scenario, AI is used to reconcile newly captured handwritten responses with an existing customer list, handling nickname variations and imperfect OCR extraction that traditional RPA could not reliably process. - By inserting an “approximately equal” AI command that leverages a weak‑tolerance Jaccard distance algorithm, the bot can fuzzy‑match first and last names, automatically flagging potential matches and outputting the results for human verification. ## Sections - [00:00:00](https://www.youtube.com/watch?v=EBEIVhkIW2w&t=0s) **AI-Enhanced Hyperautomation for Smarter Bots** - The speaker outlines how embedding AI into robotic process automation—through resilience, cognitive decision‑making, and drag‑and‑drop AI tools—creates hyper‑automation that enables bots to handle unstructured tasks like handwriting capture for a magazine publisher. ## Full Transcript
0:01we know that makingbot smarter is the 0:03next generation of robotic process 0:05automation 0:06often referred to as hyper automation ai 0:09in rpa is frequently considered 0:11accelerated capture 0:12or process mining capabilities but 0:14that's not the full story 0:16ai matters with rpa when we say bots 0:19working more intelligently 0:21we mean providing resilience where the 0:23bots make less errors 0:24facilitating ai where the bots allow 0:27enterprises to easily apply artificial 0:30intelligence directly to their tasks in 0:33cognitive processing 0:34allowing bots to make judgment calls 0:36that previously were reserved for humans 0:39i'm zach silverstein ibm rpa america's 0:42technical lead 0:43and i'm excited to present to you today 0:45about how ai-powered automation 0:47can infuse rpa with cutting-edge 0:49capabilities 0:50to make your bots work smarter for you 0:53not every task we deal with 0:55is perfectly structured for traditional 0:57rpa implementation 0:59the tasks our knowledge workers execute 1:02often require some cognitive thought 1:03processes 1:04such as categorizing tickets 1:07understanding an email 1:08or cross-checking names with ibm rpa 1:12we can accelerate our implementation of 1:14those no thought and lothal automation 1:16opportunities 1:17natively in just a few lines some of 1:19these include 1:20our easy to implement knowledge bases as 1:23well as our ai processing through drag 1:25and drop commands 1:27so let's talk about our scenario we have 1:29acme magazine company implementing a 1:31handwriting capture solution 1:33on their pre-addressed mail acme has a 1:36list of their current customers 1:37but if they get a response flyer a human 1:40must still manually validate that the 1:41submitting customer 1:43isn't already subscribed oftentimes 1:46people may use nicknames 1:47or the capture solution may not 1:49perfectly extract the handwriting 1:51so previously rpa couldn't be applied 1:54well let's see just how easy it is to 1:56automate 1:59this is our ibm rpa studio on the left 2:02hand side we can see our toolbox 2:04with over 650 commands including ai 2:08browser automation terminal integration 2:10and a ton of other pre-built commands 2:13right in the middle of the screen we can 2:15see a command palette that we've 2:16partially filled out 2:18now let's take a look at our two files 2:20we have our csv 2:21file of the new customers from the 2:24capture system 2:25and an excel file of our existing 2:27customers 2:28we can see some capture errors similar 2:31characters 2:32and even people submitting cards with 2:33their nicknames 2:35let's go ahead and now execute that bot 2:39we can see that there's only one perfect 2:41matching record 2:42based on first name and last name now 2:45let's add a bit of ai 2:47we'll go ahead and grab the 2:49approximately equal command 2:50and drop it right into our script we're 2:53going to provide the source text 2:56for the existing customer's first name 2:58and last name 2:59and we're going to compare that with the 3:01target text of the new customer's first 3:03name and last name 3:04we support many different algorithms but 3:07due to the type of data we're working 3:09with 3:09we'll use a weak tolerance jaccard 3:11distance for its flexibility 3:14we've now simply applied ai to our bot 3:17next let's have our bot print out the 3:18results of that ai action 3:21we'll grab our log message command and 3:23drag it into our script 3:25and we'll type is existing customer 3:27first name 3:28last name similar to new customer first 3:31name 3:32last name and then our flag let's now go 3:35ahead and execute the script 3:38the results we can see reflect ai 3:40cognitively comparing the names 3:43now we can see our bot is already using 3:45ai in just one command 3:47to apply fuzzy logic to painful everyday 3:50scenarios that plague businesses 3:52with just a few clicks we can make your 3:55bots work smarter for you 3:57using ibm rpa in its ai powered 3:59automation capabilities 4:02thank you for watching if you have any 4:04questions please drop us a line below 4:07if you want to see more videos like this 4:08in the future please like and subscribe 4:11and don't forget if you want to learn 4:13more about ai-powered automation from 4:15ibm 4:16please check out the links below