Microsoft · Filed Feb 26, 2025 · Published May 7, 2026 · verified — real USPTO data

Microsoft Patents a Self-Reorganizing AI Agent Workflow System

Most AI agent pipelines run in a fixed order — Agent A, then B, then C — regardless of what they find along the way. Microsoft's new patent describes a system where the AI itself can reorder those agents mid-task based on what it's already discovered.

Microsoft Patent: AI Agents That Reorder Themselves Mid-Task — figure from US 2026/0127463 A1
FIG. 1A — rendered from the official USPTO publication PDF.
Publication number US 2026/0127463 A1
Applicant Microsoft Technology Licensing, LLC
Filing date Feb 26, 2025
Publication date May 7, 2026
Inventors Yan LI, Yu ZHANG, Qianyun CHANG
CPC classification 706/12
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Apr 25, 2025)
Parent application Claims priority from a provisional application 63717838 (filed 2024-11-07)
Document 20 claims

How Microsoft's AI agents reroute themselves on the fly

Imagine you're asking an AI assistant to pull together a research report. Normally, it would follow a fixed checklist: search the web, summarize results, check facts, format output — always in that order, no matter what. But what if the first search reveals that the most important data is locked behind a database query? A rigid pipeline would still run every step in sequence, wasting time.

Microsoft's new patent describes a smarter setup. An AI model kicks off a workflow with a team of specialized "agents" — each one responsible for a different task. After the first agent runs and returns some data, the AI model looks at what it got and asks: given this, what should happen next? It then reshuffles the remaining agents into a better order before continuing.

You don't see any of this. From your perspective, you asked a question and got an answer. But under the hood, the AI is dynamically routing itself toward the most efficient path — more like a GPS recalculating your route than a train locked to its tracks.

How MSMP mode lets the GAI model reshape agent order

The patent describes a multi-step multi-pass (MSMP) execution mode — meaning a workflow can loop and reorder across multiple rounds, not just run once from top to bottom.

Here's the core loop:

  • A generative AI (GAI) model receives a data request and spins up a workflow of multiple agents.
  • The first agent executes and returns a partial result — a "retrieved portion" of the requested data.
  • The GAI model inspects that partial result and adjusts the workflow — specifically, it can change which agent runs next, second, and so on.
  • The reordered workflow then runs to completion, producing the final output.

The key insight is that the orchestration logic lives inside the language model, not in a hard-coded scheduler. The model reasons about what it found and decides what to do next — similar in spirit to how chain-of-thought prompting (a technique where a model reasons step-by-step before answering) works, but applied to agent sequencing rather than text generation.

The patent doesn't specify a fixed number of agents or task types, suggesting the system is designed to be general-purpose across many workflow configurations.

What self-adjusting workflows mean for AI assistant reliability

Static agent pipelines are one of the biggest practical frustrations in deploying AI assistants for complex tasks. If step three of your pipeline depends on what step one found — but your system always runs in the same order — you're either over-building every step or accepting worse results. Dynamic reordering means the system can do less unnecessary work and prioritize the most relevant path based on real evidence.

For Microsoft, this fits squarely into its Copilot and Azure AI strategy, where multi-agent orchestration is a core selling point. A workflow that adapts to intermediate results is more robust, more efficient, and — from a user perspective — more likely to return a useful answer the first time. That's a meaningful competitive advantage when enterprises are choosing between AI platforms.

Editorial take

This is solid, practical AI infrastructure work — not a flashy demo, but the kind of plumbing that makes AI agents actually useful in production. The self-adjusting workflow idea is conceptually clean, and it addresses a real pain point that anyone who has built multi-agent pipelines has run into. The patent is broad enough to matter if it grants, but also broad enough that prior art challenges seem plausible.

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. Patentlyze may earn a commission if you click an affiliate link and make a purchase. This doesn't affect what we cover or how we cover it.