Dwarves
Memo
Type ESC to close search bar

Salesforce use cases

Salesforce agentforce platform

Salesforce’s Einstein GPT is a key component of their AI-driven capabilities. It serves as a user interface that connects Salesforce’s core offerings (Sales Cloud, Service Cloud, Marketing Cloud, etc.) with different LLMs. Einstein GPT helps Salesforce customers generate natural language-based insights and operational support like automated responses, summaries, and content creation.

There are other AI models out there, like Google’s Vertex AI, Amazon SageMaker, OpenAI (you know, ChatGPT), Claude (from Anthropic), and a bunch more. These models can be trained to provide the best results for businesses when prompted correctly.

To train these LLMs effectively, you need a ton of data. Organizations with lots of data usually turn to data lakes, with names you might recognize like Snowflake, Databricks, BigQuery (from Google), and Redshift (from Amazon).

So, when you mix AI models with data lakes, you get data harmonization and Generative AI that can really benefit the business. Salesforce’s LLM works with Data Cloud or can connect to other data lakes, making it super flexible for using GenAI with your Salesforce data.

Data required for generating highly contextual responses may not always reside within Salesforce. As a result, Salesforce provides flexible methods for interacting with external data sources while ensuring that data is available to produce optimal results.

The Atlas Reasoning Engine uses a technique called Retrieval Augmented Generation (RAG) to search and retrieve pertinent information from the connected data streams before generating a response based on user prompts. Here’s how the search operates:

RAG’s Search Retriever : This module is responsible for retrieving relevant data from the connected systems (e.g., Data Cloud, virtualized data sources). The retriever uses search indexes and configured filters to pull the most relevant data at the time of the request.

How Salesforce Applies LLMs for CRM Tasks

Salesforce integrates LLMs into its Customer Relationship Management (CRM) system to automate, streamline, and enhance the performance of “knowledge-work” tasks across different CRM components. Here are some of the primary CRM use cases where LLMs are applied:

  1. Conversational AI and Agent-Assisted Responses :
    • LLMs can power chatbots and virtual agents that assist service agents by understanding customer inquiries and responding accordingly. Agent-assist models use LLMs to provide recommendations for replies or pre-populate responses that agents can refine and send.
    • LLMs are trained to understand CRM-specific vocabulary (e.g., customer service issues, billing inquiries, product questions) and adjust to the nuances of language used in different industries like financial services, health care, etc.
  2. Summarizing Conversations :
    • LLMs help automatically summarize key points from customer interactions (e.g., chat, email, or call transcripts) to reduce manual effort and support follow-up actions. This ensures that client-facing teams have a high-level view of client interactions without having to go through all communication manually.
  3. Automatic Data Entry & Updating CRM Records :
    • One of the critical challenges in CRM is keeping records up to date. Large Language Models automate the entry and updating of CRM data, based on textual inputs such as customer emails, meeting notes, or even unstructured data.
    • For instance, LLMs can convert a support interaction into an updated customer profile or case ticket, ensuring that teams are constantly working with accurate and up-to-date information.
  4. Content Generation :
    • LLM models allow CRM users to automatically generate content like email drafts, marketing messages, or knowledge base articles . By integrating CRM context with generation capabilities (provided by LLMs like GPT-4 or Claude), the system can generate more relevant, personalized content for marketing or customer touchpoints.
  5. Sentiment Analysis and Predictive Customer Insights :
    • LLMs are used for sentiment analysis —understanding the tone and emotional sentiment of customer feedback. This leads to predictive insights regarding customer churn risk, intent to buy, satisfaction levels, and areas of improvement.
    • Through specialized prompt engineering and training on CRM-specific data, LLMs can derive insights, trends, and predictions from historical customer interactions, enabling teams to be more proactive in managing customer relationships

How Salesforce Tests LLMs for CRM

Salesforce emphasizes the need for extensive and rigorous benchmarking when testing the performance of different LLMs in CRM tasks. The blog highlights several dimensions of testing LLMs for CRM environments, including metrics of precision , accuracy, response quality, and user satisfaction. Below are the main aspects Salesforce considers for testing and evaluation:

  1. Tasks-Based Benchmarking :
    • Salesforce uses task-specific benchmarks that are aligned with CRM goals, such as:
      • Content generation quality (for tasks like marketing campaigns or email drafts).
      • Response accuracy and fluency (for conversational AI models).
      • Data extraction and record update precision (for automating data entry with LLMs).
    • The LLM benchmarks are carried out under CRM-specific scenarios where real-world customer data (e.g., case tickets, emails) is used to test the LLM’s capabilities in handling CRM tasks.
  2. Multi-Phase Evaluation :
    • Salesforce splits the evaluation of LLMs into several phases to ensure robustness:
      • Training Phase : The model is fine-tuned on CRM datasets (such as customer service transcripts, marketing copy, etc.).
      • Validation Phase : Using real use cases, Salesforce evaluates how well the model can perform tasks like summarization, sentiment analysis, or auto-population of records.
      • Live Testing Phase : Once trained, partial deployment allows teams to run live testing in operational environments (e.g., on actual customer emails or service chats).
    • The models are also tested against specific CRM domains and industries , assessing whether they adapt well to customized use cases (e.g., understanding legal or medical terminology).
  3. Metrics for Performance and Reliability :
    • Key performance metrics cited include:
      • Accuracy & Precision : Especially for tasks like auto-generating case summaries or extracting key customer data from interactions.
      • Fluency and Coherency : Tested in generated content like marketing emails and customer replies. This ensures that LLMs don’t generate awkward or off-brand content.
      • Latency : The speed at which the system responds with LLM-assisted features is a key measure, especially for use cases in customer service where real-time responses are needed.
      • User Satisfaction : The final goal is providing improved end-user outcomes , so agent satisfaction scores and customer feedback on chatbot interactions help measure the model’s actual performance.
  4. Scenario-Specific Performance:
    • Salesforce tests representative CRM use cases to benchmark how well each model adapts to those use cases. For example:
      • B2B Sales : Evaluating if LLM-powered insights improve win rates for deals.
      • Service Agent Responses : The ability of LLMs to reduce the average handling time (AHT) by providing relevant contextual recommendations automatically.
      • Customer Engagement : How well LLMs drive better click-through rates (CTR) in personalized marketing campaigns.
  5. Overall Insights and Model Performance :
    • From the benchmarking efforts, Salesforce found that the top LLM models had a 63% average improvement in CRM task success rate compared to traditional rule-based or older NLP systems. Some of the key insights include:
      • Increased Agent Efficiency : LLMs reduced case resolution time by an average of 20-30% by reducing back-and-forth between departments or manual research.
      • Improved Customer Response Quality : Models fine-tuned on CRM data demonstrated the ability to reduce response errors by 25% and provide more consistent, high-quality customer interaction outputs.
      • Enhanced Personalization in Marketing : LLM-generated content led to a 15% increase in engagement metrics (e.g., open rates, conversion rates) in marketing emails and campaigns.
  6. Feedback Loops for Model Improvement :
    • Salesforce emphasizes the role of continuous improvement and real-time feedback loops . Data from live use cases (e.g., how well autogenerated responses or CRM updates performed) is continuously fed back into the system to help the model adapt and improve its accuracy over time.

Reference