Doubao Work adds parallel multi-agents and local GUI control for Mac
Read more
Pandaily
pandaily.com

Doubao Work adds parallel multi-agents and local GUI control for Mac

ByteDance's product agent tool for workspaces, Doubao Work, has released two significant updates: the implementation of parallel multi-agent execution and support for the Operate Computer function for the macOS operating system. The product was introduced in late August 2026, and the updates starting in September expand the capabilities of the leading task-splitting agent, allowing it to manage the local desktop by simulating human actions, including screen viewing and clicks, instead of waiting for every application to publish a connector.

In parallel multi-agent mode, the main agent breaks down the user request into individual modules, delegates specialized vertical parts to sub-agents that work simultaneously, and then combines the resulting outputs into a single final product. Official use cases emphasize batch processing, modular generation, multi-perspective research, and data retrieval from multiple channels—tasks whose subtasks are largely independent, meaning the order of completion does not impede obtaining the final result. Parallelism reduces execution time and can yield several different artifacts in one pass.

However, tasks with strict sequential dependencies perform worse: if the second step requires the conclusion of the first, splitting increases the number of coordination rounds for the lead agent, as it must reconfigure the context. Thus, time savings depend on how cleanly the request can be initially divided, which partially places responsibility on how users formulate work assignments.

The Operate Computer function on Mac follows the Windows model regarding local GUI control. Instead of relying on MCP, APIs, plugins, or command line for coverage, the model recognizes elements on the screen and performs clicks, form filling, and window switching. This pixel-level approach allows interaction with internal systems, legacy clients, and industry software that never publishes an API because, from a screen perspective, they look like any other window. The trade-off is stability: layout shifts, late pop-ups, or resolution changes can lead to misses, and failures rarely return clean error codes as happens with structured tool calls.

Industry investment in MCP and similar standards is aimed at predictable tool usage; Doubao Work's path through GUI trades this structure for broader coverage and lower integration cost. Neither path has displaced the other, and most products will likely retain both approaches. Doubao Work is positioned as ByteDance's unified entry point into workplace AI, featuring deep integration with Lark and fitting into the broader Doubao brand consolidation, which merges developer tools and agents. Although neighboring Doubao Work demonstrations also highlight reusable Skills and browser workflows, the September signal indicates that operators are more interested in throughput via parallelism and Mac screen access. For enterprise buyers, the immediate test will be the reliability of task completion once these features begin working with real internal applications.

Similar stories

AI Agent WorkBuddy Boosts Efficiency in Nine Departments of Shanghai Jahwa by 4.5 Times
Read more
pandaily.com

AI Agent WorkBuddy Boosts Efficiency in Nine Departments of Shanghai Jahwa by 4.5 Times

The century-old Chinese cosmetics company has become a testing ground for corporate artificial intelligence agents. In April, Tencent Smart Retail, in collaboration with the IT and HR teams of Shanghai Jahwa, launched a pilot project called WorkBuddy—an AI-powered office agent from Tencent. After several months, the implementation became routine: WorkBuddy now covers nine business units, including supply chain, branding, R&D, finance, human resources, and IT, increasing average employee productivity by over 4.5 times.

Usage data from the last month shows that the agent is used not only for drafting documents and presentations. Approximately 67% of users apply WorkBuddy for specialized vertical work, 63% for data processing and analysis, and 57% for automation and operational tasks.

R&D teams use the tool to develop cosmetic formulations and conduct regulatory research; the finance department automates reimbursement verification rules and prepares investment evaluation reports; HR notes incomplete probationary reviews; the supply chain updates production dashboards daily; and marketing uses it to gain consumer insights and generate content.

A supply chain example demonstrates the depth of capabilities. Jahwa's B2C business is present on Tmall, JD, and Douyin platforms, with warehouse, processing, and delivery costs distributed across seven types of accounts, totaling about 60 million lines over 18 months. Previously, the logistics team handled this task in spreadsheets, and each monthly review took five to six working days. An operations manager, an economics graduate without coding skills, broke down the process into stages so that WorkBuddy could create Python scripts, which were then validated against the 18-month history and packaged into reusable skills.

As a result, the monthly account analysis was reduced from two working days to 15 minutes, one visualization from three minutes, and the entire monthly cycle to less than 20 minutes, with one task accelerating by 150 times. This practice extends to the work culture: employees share skills, allowing competencies from one department to be used in another, and one team converted weekly PPT reviews into HTML pages accessible to the entire company.

For Tencent, this case highlights a broader idea: corporate agents benefit not by replacing jobs, but by enabling subject matter experts who do not require programming skills to delegate routine work and transform their workflows into ready-made products.

Popular