AMD · Filed Dec 19, 2024 · Published Jun 25, 2026 · verified — real USPTO data

AMD Patents Software That Reads Your Messages and Automatically Handles Business Tasks

AMD has filed a patent for an AI agent that sits between incoming messages and your company's back-end systems, reading each message and deciding which automated process to kick off in response.

AMD Patent: AI Workflow Agent That Reads Messages and Acts — figure from US 2026/0180947 A1
FIG. 1A — rendered from the official USPTO publication PDF.
Publication number US 2026/0180947 A1
Applicant ADVANCED MICRO DEVICES, INC.
Filing date Dec 19, 2024
Publication date Jun 25, 2026
Inventors SiMing Chen, Ning Zhou, JinYing Cheng
CPC classification 709/206
Grant likelihood Medium
Examiner CHRISTENSEN, SCOTT B (Art Unit 2444)
Status Non Final Action Mailed (May 19, 2026)
Document 20 claims

What AMD's message-to-workflow AI agent actually does

Imagine you send a message to your company's internal system saying 'please generate a Q3 sales report.' Instead of a human reading that and manually starting the report process, an AI agent reads it, recognizes what you want, and triggers the right automated steps on its own.

That's the idea behind AMD's patent. The system, called a Workflow Communications Agent (WCA), scans incoming messages for known trigger phrases. If it spots one, it runs the matching set of instructions immediately. If the message is phrased in an unfamiliar way, it passes the text to a large language model (think ChatGPT-style AI) to figure out the intent.

If no existing workflow fits, the agent can actually create a new one on the fly based on what the message is asking. The goal is to get business tasks done automatically, from a plain-text message, without a human middleman routing everything.

How the WCA matches messages to instruction sets

The Workflow Communications Agent (WCA) operates in three modes depending on what it finds in an incoming message.

  • Exact match: If the message contains a predefined segment (a specific phrase or pattern the system already knows about), the WCA immediately runs the associated instruction set (a scripted sequence of automated tasks).
  • LLM-assisted match: If no exact pattern is found, the message text is sent to one or more large language models, which act as a semantic interpreter, trying to map the meaning of the message to an existing workflow even if the wording is different.
  • On-the-fly generation: If neither approach finds a match, the agent can generate a brand-new instruction set based on the message content and execute it.

The patent describes this running on one or more servers, positioning it as a server-side enterprise tool rather than something living on a single device. The hybrid approach (hardcoded pattern matching first, AI second) is designed to keep common tasks fast and cheap while reserving AI inference for ambiguous or novel requests.

What this means for enterprise AI automation tools

For companies building internal automation tools, this kind of architecture addresses a real problem: business workflows are often triggered by messages in Slack, email, or ticketing systems, but wiring those messages to actual back-end processes today requires brittle, hand-coded rules. An AI layer that can bridge the gap between natural-language requests and structured automation is genuinely useful.

For AMD specifically, this is interesting because it positions the company not just as a chip supplier but as a player in the enterprise AI software layer. AMD's GPUs compete directly with Nvidia's in AI workloads, and patents like this suggest AMD is thinking about full-stack AI solutions, not just the hardware underneath them.

Editorial take

This is a solid, if unsurprising, enterprise AI automation patent. The hybrid pattern-matching-plus-LLM design is sensible engineering, and the 'generate a new workflow if none fits' feature is the genuinely interesting bit. It's not a flashy consumer product, but it points to AMD trying to plant a flag in the AI agent software space alongside its GPU ambitions.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

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

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