Salesforce · Filed Mar 31, 2025 · Published Aug 6, 2026 · verified — real USPTO data

Salesforce Patents a System That Builds AI Customer Service Agents From Old Support Transcripts

Instead of programming an AI agent from scratch, what if it could learn what to do by reading thousands of real customer service conversations? That's exactly what Salesforce is describing in this patent.

Salesforce Patent: AI Agents Built From Customer Service Logs — figure from US 2026/0228451 A1
Figure from the official USPTO publication.
See all 12 drawings from this filing ↓
Publication number US 2026/0228451 A1
Applicant Salesforce, Inc.
Filing date Mar 31, 2025
Publication date Aug 6, 2026
Inventors Henry Wallace, Asif Ali, Keld Lundgaard, Aashish Jain
CPC classification 704/9
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (May 16, 2025)
Parent application Claims priority from a provisional application 63752535 (filed 2025-01-31)
Document 20 claims

How Salesforce turns support chat logs into AI agents

Imagine your company has years of chat logs and email threads from your customer support team. Every time an agent helped someone reset a password, process a refund, or troubleshoot a broken order, that conversation was saved somewhere. Salesforce's patent describes a system that reads through all of those old conversations and uses them to automatically build an AI agent that can handle similar requests on its own.

The system goes through each saved conversation one by one, figuring out what actions the human agent took and what steps they followed. It then packages all of that into a definition, essentially a set of instructions, that a software AI agent can use to do the same job.

Once the AI agent is defined, a separate part of the system figures out a plan for how the agent should handle a new request, choosing which actions to take from a menu of things it already knows how to do inside Salesforce's software environment. The whole process is meant to reduce the manual work of configuring AI agents by letting the historical record do the teaching.

How the agent creation engine reads and learns from records

The patent describes a system built on top of Salesforce's existing relational database (a structured store of records, like a giant organized spreadsheet). That database holds records of past text-based interactions between customers and human support staff.

An agent creation engine loops through those records one at a time, extracting information about what happened in each conversation. It uses that information to fill out an autonomous agent definition, a structured template (stored in what the patent calls a "unified metadata framework") that describes what the AI agent knows how to do and what actions it can take.

The agent service then spins up a live AI agent instance based on that definition. When a new customer request comes in, an orchestration layer sends the agent's definition to a generative language model (an LLM, similar in concept to what powers ChatGPT) and asks it to produce a plan. That plan picks a specific sequence of actions from the list defined earlier and then executes them.

Key components include:

  • Agent creation engine: reads historic records, builds agent definitions
  • Unified metadata framework: standardized format for storing agent definitions
  • Agent service: launches a live agent from the definition
  • Orchestration layer: uses an LLM to plan what the agent should do for each new task
We find one patent like this every day. Get the best of each week in your inbox, free →

What this means for companies running customer service on Salesforce

For businesses that run customer service on Salesforce, this could significantly cut down the time it takes to deploy AI agents. Right now, setting up an AI agent typically means manually writing rules, defining workflows, and specifying what the agent can and can't do. This patent describes automating most of that setup by mining the company's own historical support data.

If Salesforce ships something like this, it fits squarely into the company's push around Agentforce, its existing AI agent platform. The ability to auto-generate agents from your own CRM data would give Salesforce a concrete selling point: your past support conversations become the training material, and the system does the rest.

Editorial take

This is a genuinely interesting patent because it addresses one of the real friction points in enterprise AI adoption: nobody wants to spend weeks manually configuring AI agents. Mining historical support transcripts to auto-build agents is a logical and practical idea, and it maps directly onto Salesforce's Agentforce strategy. Whether the system works well in practice depends heavily on data quality, but the architecture here is at least solving a real problem.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

12 drawing sheets from US 2026/0228451 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.

Editorial commentary on a publicly published patent application. Not legal advice.