3 AI Use Circumstances (That Are Not a Chatbot) | by Shaw Talebi | Aug, 2024

Massive language fashions (LLMs) have taken over the enterprise world, and now each firm is attempting to make use of Generative AI. Though instruments like ChatGPT are clearly highly effective, it’s not clear how companies can reliably use this know-how to drive worth.

For many companies I’ve interacted with, “utilizing AI” means constructing a chatbot, co-pilot, AI agent, or AI assistant. Nonetheless, because the preliminary pleasure about these options wanes, organizations are realizing the important thing challenges of constructing methods round LLMs.

A central problem is that LLMs are inherently unpredictable (much more so than conventional machine studying methods). Subsequently, it’s not simple to get them to unravel a particular drawback predictably.

For example, one resolution to the hallucination drawback is to have “choose” LLMs evaluation system responses for accuracy and appropriateness. Nonetheless, growing the variety of LLMs will increase the system’s price, complexity, and uncertainty.

This isn’t to say that Generative AI (and buddies) should not price pursuing. AI has made numerous firms very wealthy, and I don’t suppose that may cease anytime quickly.

The important thing level is that worth is generated by fixing issues, not utilizing AI (in itself). AI’s promise is realized when companies establish the proper issues to unravel, e.g., Netflix’s personalised suggestions, UPS’s supply route optimization, Walmart’s stock administration, and lots of others.

Whereas “fixing the appropriate drawback” is straightforward to say, it’s not simple to do. To assist with that, right here I share 3 AI use instances for one thing each enterprise cares about — gross sales. My hope is to get your creativeness going and exhibit find out how to implement them with concrete examples.

The three use instances are:

  1. Function Engineering — Extracting options from textual content
  2. Structuring Unstructured Knowledge — Making textual content analytics-ready
  3. Lead Scoring — Figuring out your best alternatives
3 AI Use Circumstances. Picture by writer.

That includes engineering consists of creating variables that can be utilized to coach machine studying fashions or carry out some evaluation. For instance, given a set of LinkedIn profiles, extracting issues like the present job title, years of expertise, and trade, after which representing them numerically.

Extracting Years of Expertise and Business from Resume Textual content. Picture by writer.

Historically, that is executed in two methods. 1) you manually create options, or 2) you purchase options from a third celebration (e.g., credit score scores from FICO, firm income from D&B). Nonetheless, LLMs have created a 3rd approach to do that.

Instance: Extracting Options from Resumes

Suppose you might be qualifying leads for a SaaS providing. The software program helps shield mid-market companies towards cybersecurity threats. The goal prospects are IT leaders who determine which distributors go well with their firms.

You have got a stack of 100,000 skilled profiles and resumes gathered from varied sources based mostly on the tags “IT,” “Cybersecurity,” “chief,” “VP,” and a number of other others. The issue, nonetheless, is that the leads are low high quality, usually together with non-IT leaders, entry-level IT professionals, and others who don’t match the shopper profile.

To make sure that gross sales efforts are targeted on the appropriate prospects, the aim is to filter down the leads solely to incorporate IT leaders. Listed here are a couple of methods to unravel this drawback.

  • Concept 1: Assessment all of the 100,000 leads manually. Drawback: Impractical for a single individual or small gross sales staff
  • Concept 2: Write rule-based logic to filter resumes. Drawback: Resumes are available in all kinds of codecs, so logic performs poorly.
  • Concept 3: Pay an information vendor for this info. Drawback: This considerably will increase the price of buyer acquisition (~$0.10 per lead)

Given the problems with the concepts above, let’s think about how we might remedy this drawback with a big language mannequin. A easy technique is to craft a immediate that instructs an LLM to extract the specified info from a resume. An instance is given under.

Analyze the next textual content extracted from a resume and decide whether or not the 
individual works within the IT trade. Return a `0` if the individual doesn't work in
theIT trade, and a `1` in the event that they do. Then, present a quick rationalization for
your conclusion.

Resume Textual content:
{resume textual content}

This resolution is an ideal mix of the three concepts above. It (1) evaluations every lead searching for particular info like an individual, (2) is automated by a pc program, and (3) you pay much less cash (~$0.001 per lead).

**Bonus**: For these involved in implementing one thing like this, I share an instance Python script right here that extracts Years of Expertise from a LinkedIn Profile utilizing the OpenAI API.

Knowledge from emails, help tickets, buyer evaluations, social media profiles, and name transcriptions are all examples of unstructured information. This merely means it’s not organized in rows and columns like an Excel spreadsheet or .csv file.

Structured vs Unstructured information. Picture by writer.

The issue with unstructured information is that it’s not analytics-ready, making it troublesome to achieve insights. This contrasts with structured information (i.e., numbers organized in rows and columns). Translating unstructured information right into a structured format is one other space during which latest advances in pure language processing (NLP) and deep studying will help.

Instance: Translating Resumes into (Significant) Numbers

Take into account the identical enterprise case from the earlier instance. Suppose we efficiently picked out 10,000 IT leaders from the 100,000 leads. Whereas your gross sales man might begin choosing up the cellphone and crafting emails, you first need to see when you can distill the record to prioritize leads just like previous prospects.

A method to do that is to outline extra options that present extra granularity to the best buyer profile (e.g., trade, compliance necessities, tech stack, geographical location), which may very well be extracted equally to Use Case 1. Nonetheless, figuring out such indicators may be difficult, and creating extra automated processes comes at a price.

An alternate method is to make use of so-called textual content embeddings. A textual content embedding is solely a numerical illustration of a bit of textual content that’s semantically significant. Consider this like translating a resume right into a set of numbers.

Changing textual content to textual content embeddings. Picture by writer.

The worth of textual content embeddings is that they translate unstructured textual content right into a structured desk of numbers, which is way more amenable to conventional analytical and computational approaches. For instance, on this context, one can use textual content embeddings to mathematically consider which leads are most just like previous prospects and that are most completely different.

The ultimate use case is lead scoring, which consists of evaluating the standard of a lead based mostly on key predictors (e.g., job title, firm income, buyer habits, and so forth.). Whereas that is nothing new, latest advances in AI have enabled a greater capability to parse unstructured information that may be fed into lead-scoring fashions.

Instance: Grading Leads Primarily based on High quality

To conclude our ongoing enterprise case, let’s talk about how we are able to use textual content embeddings to prioritize potential prospects. Suppose we’ve an inventory of 1,000 previous leads, 500 of whom purchased and 500 of whom didn’t. For every lead, we’ve a profile that features key info reminiscent of job title, work expertise, present firm, trade, and key abilities.

These leads can be utilized to coach a predictive mannequin that estimates the likelihood {that a} buyer will purchase the product based mostly on their profile. Whereas there are lots of nuances to creating a mannequin like this, the essential thought is that we are able to use the predictions from this mannequin to outline grades for every lead (e.g., A, B, C, D), which can be utilized to categorize and prioritize the ten,000 new ones.

**Bonus**: For the extra technical readers looking for to implement these approaches, I stroll by all three use instances utilized to real-world gross sales information from my enterprise on this video. Moreover, the instance code is freely obtainable on GitHub.

AI holds large potential for companies. Nonetheless, realizing that potential requires figuring out the proper issues to unravel with it.

With the ubiquity of instruments like ChatGPT, resolution concepts can simply be restricted to the AI assistant paradigm. To assist develop the area of potentialities, I shared 3 sensible AI use instances that use different approaches.

Extra on AI for enterprise 👇