
At a look
- Right now’s AI agent benchmarks check one job at a time, whereas actual office productiveness requires managing dozens of interdependent duties directly. To replicate this, we created a setting referred to as Multi-Horizon Activity Environments (MHTEs).
- Underneath multi-task hundreds, main computer-using brokers degrade sharply, with completion charges dropping from 16.7% to eight.7%.
- CORPGEN introduces digital workers, with hierarchical planning, reminiscence isolation, and experiential studying, delivering as much as 3.5 occasions larger completion charges than baselines throughout three impartial agent backends.
- As a result of CORPGEN is architecture-agnostic and modular, its features come from system design reasonably than any single base mannequin, and it advantages instantly as underlying fashions enhance.
By mid-morning, a typical data employee is already juggling a shopper report, a finances spreadsheet, a slide deck, and an e mail backlog, all interdependent and all demanding consideration directly. For AI brokers to be genuinely helpful in that surroundings, they might want to function the identical method, however in the present day’s finest fashions are evaluated one job at a time, not dozens directly.
In our paper, “CORPGEN: Simulating Company Environments with Autonomous Digital Staff 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 truth of office multitasking requires a brand new form of analysis surroundings. 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 directly. Second, data from one job interferes with reasoning about one other. Third, duties don’t rely on one another in easy sequences. They kind complicated webs the place an agent should continually examine whether or not upstream work is completed earlier than it might 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 techniques underneath rising hundreds. Because the variety of concurrent duties rose from 12 to 46, completion charges fell from 16.7% to eight.7% throughout all techniques.
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 method. Hierarchical planning breaks targets into each day targets after which into moment-to-moment choices, permitting the agent to behave from a structured plan as an alternative of reviewing all out there duties earlier than every step.
Subagents carry out complicated operations like net analysis in remoted contexts, stopping cross-task contamination. A tiered reminiscence system allows selective recall of task-related data reasonably than retaining every little thing in lively context. Adaptive summarization compresses routine observations whereas preserving essential data, holding reminiscence development managed.
As a result of these mechanisms usually are not tied to a selected base mannequin, we examined CORPGEN throughout three completely different brokers. In every case, we noticed constant features. The enhancements got here from the structure, not from the energy 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 surroundings, collaboration takes form via customary 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 alternate mirrors actual office communication.
There isn’t any shared inner state between brokers. Coordination happens solely via e mail and Microsoft Groups, the identical channels many staff use. Over time, these impartial exchanges kind recognizable organizational patterns. Some brokers tackle management roles; others present help; shared paperwork develop into the connective tissue.
When a communication path breaks, akin to an e mail supply error, brokers reroute messages via alternate channels to maintain work shifting. 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 techniques confirmed regular efficiency declines as job load rose. CORPGEN, in contrast, 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 occasions extra.
Experiential studying drives the most important features. We launched CORPGEN’s elements sequentially: first the orchestration layer, then cognitive instruments, and at last experiential studying. The primary two produced reasonable enhancements. Experiential studying, wherein brokers retailer information of accomplished duties and reuse them once they encounter structurally related work, produced the most important improve, elevating completion charges from 8.7% to fifteen.2%.
Analysis methodology modifications the image. After we inspected the precise output information produced by brokers, the outcomes agreed with human judgements roughly 90% of the time. Analysis based mostly on screenshots and motion logs agreed solely about 40% of the time. This hole means that frequent analysis approaches could underestimate what brokers really accomplish in apply.
video sequence
On Second Thought
A video sequence with Sinead Bovell constructed across the questions everybody’s asking about AI. With skilled voices from throughout Microsoft, we break down the strain and promise of this quickly altering expertise, exploring what’s evolving and what’s doable.
Implications and looking out 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 true world. The biggest features got here from experiential studying. Brokers that study from prior successes and apply these patterns to structurally related duties construct a bonus over techniques that reply to every job in isolation.
CORPGEN additionally opens a brand new lens on how AI brokers collaborate. Subsequent steps embody 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 quicker 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 Improvement 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 muse for our multi-task analysis.
Lastly, we thank the various contributors to this analysis: Charlotte Siska, Manuel Raúl Meléndez Luján, Anthony Twum-Barimah, and Mauricio Velazco.
