September 23, 2026, (Inside AI) — DeepSeek has unveiled details of DeepSeek Elastic Compute, or DSec, a sandbox infrastructure built to train AI agents at a scale previously unseen. A paper posted to arXiv and authored by more than 130 researchers, including founder Liang Wenfeng, describes a system that unifies four types of sandboxes and coordinates them with reinforcement learning workloads.
The paper reports that a production-scale DSec unit spans roughly 160 nodes, supports about 3 million sandboxes per day, and handles more than 380,000 concurrent sandboxes. It can create over 5,000 sandboxes per second. These figures suggest a shift from experimental agent training to industrial-grade infrastructure.
Sandboxes are isolated environments where AI agents can execute code, call functions, and interact with simulated worlds without risking real systems. DSec combines function-call, container, microVM, and full-VM sandboxes into a single platform. This unification allows developers to choose the right isolation level for each task, from lightweight function calls to full virtual machines.
The system's tight integration with reinforcement learning is key. In RL, an agent learns by receiving rewards for actions. DSec coordinates the lifecycle of each sandbox with the training loop, spinning up environments on demand and tearing them down when episodes end. This reduces idle time and increases throughput.
Read: DeepSeek Launches Harness Framework for Autonomous AI Agents
DeepSeek's move reflects a broader industry trend. As AI agents become more capable, the need for scalable, secure testing grounds grows. Competitors like OpenAI and Anthropic have developed similar sandboxing tools, but DeepSeek's published metrics emphasize raw scale. The involvement of Liang Wenfeng, who rarely appears in technical papers, signals the project's strategic importance.
"The ability to run millions of sandboxes daily is a game-changer for agent training," said a researcher familiar with the paper, who spoke on condition of anonymity. "It means you can parallelize exploration at a level that was previously impractical."
Inside AI could not independently verify the performance claims. However, the paper's detailed architecture and the reputation of its authors lend credibility. The system's design also addresses a common bottleneck: the overhead of managing many short-lived environments. By automating lifecycle management, DSec frees researchers to focus on algorithm design.
While the paper focuses on training, the implications extend to deployment. Agents trained in diverse sandboxes may generalize better to real-world tasks. This could accelerate the adoption of AI in fields like software development, where agents must navigate complex codebases.
DeepSeek has not announced a commercial product based on DSec. The paper's release suggests a commitment to open research, but the company may keep the infrastructure proprietary. For now, the AI community gains a blueprint for building high-scale agent training systems.
Read: Baidu Launches DuMateBench Benchmark for Real-World AI Agent Delivery
As agentic AI moves from demos to production, infrastructure like DSec will be critical. The ability to train agents at scale could determine which companies lead the next wave of AI innovation. DeepSeek's paper provides a rare look at the engineering behind that race.