research
Microsoft Research Develops Deep Environments for Training Computer-Use AI Agents
Microsoft Research has created deep, evolving environments to enhance training of AI agents for complex computer-use tasks. These environments improve model performance by simulating realistic workflows and enabling co-evolution of models and environments.
AS1 NewsSource: microsoft.com
Microsoft Research has introduced Echoverse, a set of synthetic, high-fidelity environments designed to train AI agents in complex, real-world computer-use scenarios such as email, customer support, and banking. Unlike traditional benchmarks, these environments preserve the causal structure of workflows, including permissions, shared states, and audit histories, which are crucial for training agents capable of handling real-world tasks.
The research emphasizes the importance of depth in simulation environments, demonstrating that shallow clones of websites can hinder learning, while deep, behaviorally faithful worlds significantly improve model capabilities. The environments are built through a pipeline that expands seed scenarios into fully functional applications, which are then repaired and refined iteratively based on model performance.
A key innovation is the co-evolution loop, where environments, tasks, and verifiers are simultaneously improved, leading to models that transfer skills more effectively to the live web. The research also explores the benefits of targeted skill training, such as date pickers and nested filters, which transfer across domains and improve performance on unseen tasks.
Furthermore, the study shows that training on these synthetic worlds enhances the performance of smaller models, bringing them closer to larger, more expensive models like GPT-5.4, especially in proprietary and closed systems. The environments also serve as a foundation for reinforcement learning, enabling agents to learn from their own interactions in a controlled, resettable setting.
Microsoft is releasing code and datasets for four of these environments, supporting further research into high-fidelity, synthetic training worlds. This approach aims to push the boundaries of AI capabilities in complex workflows, with potential impacts on enterprise automation, AI benchmarking, and model robustness.
This research advances AI training methodologies, potentially improving model robustness and transferability in enterprise and web applications.