At a look
- At this time’s AI agent benchmarks take a look at one job at a time, whereas actual office productiveness requires managing dozens of interdependent duties without delay. To mirror this, we created a setting known as Multi-Horizon Activity Environments (MHTEs).
- Beneath multi-task hundreds, main computer-using brokers degrade sharply, with completion charges dropping from 16.7% to eight.7%.
- CORPGEN introduces digital workerswith hierarchical planning, reminiscence isolation, and experiential studying, delivering as much as 3.5 instances larger completion charges than baselines throughout three impartial agent backends.
- As a result of CORPGEN is architecture-agnostic and modular, its beneficial properties come from system design reasonably than any single base mannequin, and it advantages straight as underlying fashions enhance.
By mid-morning, a typical data employee is already juggling a shopper report, a funds spreadsheet, a slide deck, and an e mail backlog, all interdependent and all demanding consideration without delay. For AI brokers to be genuinely helpful in that atmosphere, they might want to function the identical means, however in the present day’s finest fashions are evaluated one job at a time, not dozens without delay.
In our paper, “CORPGEN: Simulating Company Environments with Autonomous Digital Workers in Multi-Horizon Activity Environments,” we suggest an agent framework that equips AI with the reminiscence, planning, and studying capabilities to shut that hole.
Introducing Multi-Horizon Activity Environments
Replicating the fact of office multitasking requires a brand new sort of analysis atmosphere. In response, we developed Multi-Horizon Activity Environments (MHTEs), settings the place an agent should handle a number of complicated duties concurrently. Every job requires 10 to 30 dependent steps inside a single session spanning 5 hours.
To find out what a benchmark would wish to check, we ran MHTEs at scale on a few of in the present day’s main AI brokers, exposing 4 weaknesses. First, reminiscence fills up. An agent can’t maintain particulars for a number of lively duties without delay. Second, data from one job interferes with reasoning about one other. Third, duties don’t rely on one another in easy sequences. They type complicated webs the place an agent should continuously verify whether or not upstream work is completed earlier than it may transfer ahead on something downstream. Fourth, each motion cycle requires reprioritizing throughout all lively duties, not merely resuming the place the agent left off.
We additionally examined three impartial agent programs beneath growing hundreds. Because the variety of concurrent duties rose from 12 to 46, completion charges fell from 16.7% to eight.7% throughout all programs.
CORPGEN’s structure
CORPGEN introduces digital workers: LLM-powered AI brokers with persistent identities, role-specific experience, and real looking work schedules. They function Microsoft Workplace functions via GUI automation and carry out constantly inside MHTEs over hours of steady exercise. Determine 1 illustrates how a digital worker strikes via a full workday.

CORPGEN addresses every of the 4 weaknesses of concurrent job execution—reminiscence overload, cross-task interference, dependency complexity, and reprioritization—in a focused means. Hierarchical planning breaks goals into each day objectives after which into moment-to-moment choices, permitting the agent to behave from a structured plan as an alternative of reviewing all obtainable duties earlier than every step.
Subagents carry out complicated operations like internet analysis in remoted contexts, stopping cross-task contamination. A tiered reminiscence system allows selective recall of task-related data reasonably than retaining the whole lot in lively context. Adaptive summarization compresses routine observations whereas preserving vital data, protecting reminiscence development managed.
As a result of these mechanisms will not be tied to a particular base mannequin, we examined CORPGEN throughout three completely different brokers. In every case, we noticed constant beneficial properties. The enhancements got here from the structure, not from the power of any explicit mannequin. Determine 2 reveals how they match collectively inside CORPGEN’s structure.

How digital workers collaborate
When a number of digital workers function in the identical atmosphere, collaboration takes form via commonplace communication channels, with out predefined coordination guidelines. One worker sends an e mail requesting information; one other picks it up within the subsequent cycle, makes use of its reminiscence to course of it, and responds. This change mirrors actual office communication.
There isn’t any shared inner state between brokers. Coordination happens fully via e mail and Microsoft Groups, the identical channels many staff use. Over time, these impartial exchanges type recognizable organizational patterns. Some brokers tackle management roles; others present assist; shared paperwork turn into the connective tissue.
When a communication path breaks, similar to an e mail supply error, brokers reroute messages via alternate channels to maintain work transferring. The result’s a digital group that behaves like an actual one with out being explicitly programmed to take action.
Evaluating CORPGEN
We evaluated CORPGEN on a multi-task benchmark that mixed as much as 46 duties right into a single six-hour session. Three findings stood out.
Baselines degrade as load will increase; CORPGEN doesn’t. All three baseline agent programs confirmed regular efficiency declines as job load rose. CORPGEN, against this, maintained or improved its completion charges at larger hundreds. At 46 duties, CORPGEN accomplished 15.2% of duties, in contrast with 4.3% for the baselines, roughly 3.5 instances extra.
Experiential studying drives the biggest beneficial properties. We launched CORPGEN’s elements sequentially: first the orchestration layer, then cognitive instruments, and eventually experiential studying. The primary two produced average enhancements. Experiential studying, by which brokers retailer data of accomplished duties and reuse them once they encounter structurally related work, produced the biggest improve, elevating completion charges from 8.7% to fifteen.2%.
Analysis methodology adjustments the image. After we inspected the precise output recordsdata produced by brokers, the outcomes agreed with human judgements roughly 90% of the time. Analysis primarily based on screenshots and motion logs agreed solely about 40% of the time. This hole means that frequent analysis approaches could underestimate what brokers truly accomplish in observe.
PODCAST SERIES
AI Testing and Analysis: Learnings from Science and Trade
Uncover how Microsoft is studying from different domains to advance analysis and testing as a pillar of AI governance.
Implications and searching ahead
The outcomes counsel that reminiscence and retrieval, not simply uncooked mannequin functionality, could also be a key bottleneck in getting brokers to work in the actual world. The biggest beneficial properties got here from experiential studying. Brokers that study from prior successes and apply these patterns to structurally related duties construct a bonus over programs that reply to every job in isolation.
CORPGEN additionally opens a brand new lens on how AI brokers collaborate. Subsequent steps embrace testing whether or not brokers can preserve reminiscence throughout a number of workdays and the way they coordinate when working in groups. We’re additionally exploring methods to make brokers sooner and extra dependable by combining completely different strategies of interacting with software program.
Acknowledgments
This work is a results of a collaboration between the Workplace of the CTO at Microsoft and the Microsoft AI Growth Accelerator Program (MAIDAP). We wish to thank the Microsoft Safety Analysis crew for offering sources that supported this analysis. We additionally thank the members of the Microsoft UFO2 (opens in new tab) crew and the Mem0 (opens in new tab) venture for his or her open-source contributions, which enabled key elements of the CORPGEN structure, and the OSWorld crew for the benchmark that served as the inspiration for our multi-task analysis.
Lastly, we thank the numerous contributors to this analysis: Charlotte Siska, Manuel Raúl Meléndez Luján, Anthony Twum-Barimah, and Mauricio Velazco.
