Tech Support Assisted by Python and Gen-AI

Sreekesh Iyer (~sreekeshiyer)


6

Votes

Description:

The Problem

The problem that I am trying to address is the time and effort it takes for a developer or a representative at tech support desks to look at support tickets for doing the initial level of analysis to find out the root cause behind an issue, debugging, and identifying a fix for it.

If you’re catering to a large codebase, it’s impossible for an individual to know all parts of it. Every issue is new and comes with a new scenario that probably wasn’t considered while writing the code initially. It’s a challenging task for anyone to identify what part of the code might cause the issue, what the issue-causing scenario is, and how to go about fixing it.

I am trying to automate the initial level of analysis that can be done for every new support ticket, that answers the following questions: 1. Which file in the codebase is potentially related to the issue? 2. Which function/line-of-code is causing the problem? 3. Is there a scenario that can be used to locally reproduce the fault? 4. Has a similar problem happened before? If yes, is it documented anywhere?

Given the answers to these questions, the developer at work can focus on debugging rather than spending time searching for where a particular chunk of code might exist or spending time on trial and error just trying to figure out what works.

What this approach does is that it instantly speeds up the process of tickets getting resolved, enhancing customer/user satisfaction, and therefore elevating the overall experience of fixing an issue.

What have I built?

I’ve developed an automation script hosted in an API, which is associated with an account on JIRA Cloud. JIRA is a popular software used by large organizations to manage issues and support tickets.

When a new ticket is created on JIRA, it triggers a notification to Amazon SNS, which in turn triggers our API via a serverless function. We then make use of the issue details, provide context to a foundational Large Language Model in Amazon Bedrock; and then obtain an ideal response from it. The model is provided the issue details, the entire codebase, and previously existing tickets as context.

The response from the model would contain the initial analysis for the issue that can help the tech support representative, potentially answering those questions that we mentioned above. This response is then automatically shared in an internal comment on the same issue in JIRA via the JIRA API.

Talk Outline

  • Introduction (3 mins)
  • Explaining the problem statement (3-5 mins) I will also share a little bit about my experience working on tech support for the last few months.
  • Architecture and Approach towards the solution (3-5 mins)
  • Just overviewing the code (2 mins) I will be sharing my GitHub Repository that contains the entire setup along with some documentation in case people wish to reproduce this.
  • Demonstration of our solution (3 mins) We’ll walk through the same process of creating an issue ticket on JIRA, then wait for our script to come up with a response on the same. Naturally, for demonstration, I will be using a smaller codebase (given how expensive LLMs can get on an individual level)
  • Conclusion and Final Thoughts (3 mins)

I'd ideally plan this for around 20 mins, keeping a solid buffer in case things slow down at any point, giving me enough time to cover everything and ensuring I don’t rush through the talk at the end.

Prerequisites:

  • Python Programming Basics (knowing Flask is a bonus)
  • A very basic understanding of how Generative AI works.

Good to know: JIRA, Serverless functions (AWS Lambda)

Video URL:

https://drive.google.com/file/d/1Lv9oD8Su5jJrsIX83TtgUP6vIoZY4R6B/view?usp=sharing

Content URLs:

GitHub Repository - https://github.com/sreekeshiyer/tech-support-assist Demo Video - https://drive.google.com/file/d/1REdZoI-L85t1GTogiRC-vQPH94AguXVY/view?usp=sharing

Speaker Info:

Hi, I'm Sreekesh Iyer. I love tech and I love communities. After spending years being afraid of public speaking, I started giving talks and presentations last year; and this year, I started applying to bigger conferences in India and beyond.

About me: - Software Engineer at JP Morgan Chase & Co. - AWS Community Builder 2023-24 - Building One Byte Social Tech Community

Speaker Links:

Linkedin: https://www.linkedin.com/in/sreekeshiyer/ Website: https://www.sreekeshiyer.com Blog: https://blog.sreekeshiyer.com

Section: Artificial Intelligence and Machine Learning
Type: Talk
Target Audience: Beginner
Last Updated: