top of page

Baidu DuMate Enters Technology News With a Cross-Device Agent Challenge

Baidu DuMate has added cross-device task handoffs and an embedded browser, putting a concrete execution story behind this week’s technology news. The agent can reportedly preserve context and progress when work moves between a phone and computer. Baidu also says intelligent routing has cut average task time by 20 percent.

That combination matters more than another chatbot upgrade. DuMate is trying to turn a prompt on one device into completed work across several interfaces. A user can start research on a phone, continue it on a computer, and let the desktop agent open websites or download files.

The immediate comparison is ChatGPT agent, which also runs online tasks through a virtual browser and works across web, mobile, and desktop applications. The strategic difference lies in continuity. Baidu is pitching the device handoff itself as part of the agent, rather than treating each client as another window into a conversation.

Baidu DuMate Now Carries Active Tasks Between Devices

The central update is persistent execution, not simple conversation syncing.

Baidu presented the upgrades during a DuMate-focused AI Day in Chengdu on July 10, 2026. The event combined a product presentation with a public market where visitors could test AI tools. A local event account said the release included intelligent routing, shared memory, browser control, and presentation generation.

DuMate, known as Dazi in Chinese, launched in March as Baidu’s general-purpose productivity agent. Baidu described it in its quarterly results as a system that autonomously performs multistep workflows across applications and files.

The latest release extends that premise across computers and phones. Shared memory preserves relevant task context, while synchronized progress tells the second device where execution stopped. This is more demanding than synchronizing chat history because an active task also includes plans, intermediate outputs, opened resources, and unfinished actions.

Consider a market-research assignment. A user could ask DuMate on a phone to compare several suppliers while commuting. The desktop client could later resume the same assignment, open multiple pages, collect documents, and prepare a presentation without requiring the prompt to be reconstructed.

The desktop application’s embedded browser is crucial to that sequence. It gives the agent a controlled environment where it can open multiple pages and perform research or download operations. Browser access converts the system from a text generator into software that can manipulate the interfaces people already use.

Baidu also says the mobile client can remotely direct cloud-based execution. The phone does not need to perform every action locally. It can become a control surface for work that continues in a cloud environment, reducing dependence on an open desktop session.

This architecture creates a more useful definition of cross-device AI. The agent is not merely available on two devices. It is responsible for maintaining enough state to keep one job moving across both.

The distinction is easy to miss because messaging applications have synchronized conversations for years. However, a chat transcript records what was said. An execution state must also track what was attempted, what succeeded, what failed, and which actions still require approval.

That makes continuity an engineering problem as much as an interface feature. The agent needs durable task records, shared permissions, recoverable checkpoints, and rules governing which device controls the next action. Each component can determine whether a resumed task feels continuous or starts behaving unpredictably.

The release therefore gives Baidu a sharper product argument. DuMate is no longer presented only as an assistant that can work with files and applications. It is being positioned as a persistent worker whose operating context follows the user.

Why This Technology News Pressures Browser Agents

Baidu is forcing browser-agent vendors to compete on continuity, cost, and task completion at the same time.

Browser use has become a common route from conversational AI to action. Instead of waiting for every service to expose an application programming interface, an agent can inspect a page and operate its visible controls. This approach broadens access, but it also inherits the web’s inconsistency and security risks.

OpenAI established an early reference point with Operator in January 2025. Its computer-using model interprets screenshots and controls a browser through clicks, scrolling, and typing. Operator was later folded into ChatGPT agent, which now combines browsing, research, file handling, and connected services.

OpenAI says its virtual browser lets users interrupt or take control during a task. The agent also requests intervention for sensitive steps involving credentials, payments, and human-verification challenges. Those controls acknowledge that browser autonomy still requires boundaries.

Google has pursued a similar direction through Project Mariner. Google described Mariner as an experimental computer-use agent that interacts with the web and completes tasks. Its agent roadmap also connected that work to Gemini’s broader agent mode.

Anthropic took another route by exposing computer-use capabilities to developers. Claude can inspect screenshots and issue mouse or keyboard actions inside a controlled environment. That model gives software builders more freedom, although they must construct the surrounding interface, permissions, and safety controls.

DuMate enters this field with an integrated product rather than a stand-alone model capability. Baidu controls the application, cloud infrastructure, search services, foundation models, and much of the routing layer. That vertical stack can help coordinate handoffs and resource allocation.

The pressure is clearest for consumer and workplace agents that advertise long-running tasks. Starting a job is no longer sufficient. Users increasingly expect the agent to survive interruptions, move between devices, recover after errors, and explain its current status.

Cross-device continuity also changes the competitive unit. Vendors previously compared model quality, answer speed, tool support, and benchmark scores. DuMate adds task portability as another dimension: can a user leave one device without abandoning the agent’s working state?

That question has commercial weight. Many knowledge workers discover assignments on a phone but complete them on a computer. Messages, meeting requests, documents, and research prompts arrive throughout the day. An agent that can bridge those moments reduces the friction of reconstructing context later.

However, continuity alone does not guarantee usefulness. A bad plan preserved perfectly remains a bad plan. The agent must carry forward verified progress without locking the user into earlier mistakes or obsolete assumptions.

Competitors can answer in several ways. They can deepen synchronization across existing applications, improve cloud execution, or expose clearer task histories. They can also emphasize integrations that avoid the ambiguity of controlling visual interfaces.

The result is not a simple Baidu-versus-OpenAI contest. The primary opponent is a fragmented agent model where each device or session behaves like a fresh start. DuMate’s update argues that persistent state should be a core product layer.

That argument will resonate with teams already building a searchable knowledge base. Research continuity depends on retaining both evidence and decisions, especially when work spans tools, files, and several sessions.

The Real Mechanism Is Routing, Memory, and Browser Control

DuMate’s promise depends on coordinating three systems that are often evaluated separately.

The first system is shared memory. In this context, memory means stored task information that the agent can retrieve during later execution. It can include the original objective, user preferences, selected sources, intermediate files, and a record of completed steps.

Useful memory must be selective. Sending every past message and page back into the model would raise processing costs and introduce irrelevant information. The system needs to retrieve the smallest useful set of details for the next decision.

The second system is intelligent routing. A router examines a request and selects an execution mode, model, or tool chain suited to the job. A simple rewrite should not consume the same resources as a lengthy research assignment involving several sites and a presentation.

Baidu says its upgraded router reduced average task duration by 20 percent and increased token utilization by 25 percent. Tokens are the units models process when reading and generating content. Better utilization generally means the system completes more useful work with the same amount of model input and output.

Those figures are company claims, not independent benchmark results. Baidu has not publicly supplied enough methodological detail to compare them directly with other agents. The task mix, baseline version, success criteria, and retry policy all affect the result.

The third system is browser control. The embedded browser gives DuMate an environment for opening pages, navigating between sources, and downloading material. It can reportedly run several web operations as part of one assignment instead of returning instructions for the user to follow.

These systems reinforce one another. Memory tells the browser what the task requires. The browser produces observations and files. The router decides which model or mode should interpret those results and plan the next action.

A weak link can still derail the entire workflow. If memory retrieves the wrong instruction, the browser may visit irrelevant pages. If routing selects a lightweight mode for a difficult task, the agent may produce a shallow plan. If browser control fails, stronger reasoning cannot finish the action.

Baidu reports a 100 percent completion rate for simple tasks and a 94 percent high-delivery rate for complex tasks. It also says some workloads consume up to 75 percent fewer credits. These claims sound substantial, but the categories need clearer definitions before buyers can compare them with outside evaluations.

“Completion” can mean that an agent reached a terminal state, produced an acceptable artifact, or satisfied every requirement. “High delivery” is even less standardized. It could reflect human ratings, automated checks, or an internal quality threshold.

The distinction matters because agent evaluation is unusually sensitive to task design. A browser agent can perform well on stable sites yet struggle when a page changes, a pop-up appears, or a download requires an unfamiliar confirmation step.

OpenAI’s published computer-use results illustrate the gap between controlled benchmarks and general reliability. Its model scored 38.1 percent on OSWorld when introduced, compared with a reported 72.4 percent human result. The same model performed better on narrower browser benchmarks, showing how environment complexity changes outcomes.

DuMate’s strongest claim is therefore architectural. Baidu is combining routing, persistent context, and browser execution inside one user-facing workflow. The percentages offer supporting evidence, but they do not yet establish superiority over competing agents.

For users, the practical test is straightforward. Can DuMate resume a real task without repeated explanation, use appropriate resources, and deliver a correct artifact? That outcome matters more than whether any individual component leads a benchmark.

A persistent agent also benefits from organized source material. A personal knowledge system gives the agent stable information to retrieve instead of forcing every assignment to begin with open-web discovery.

Persistent Agents Also Carry Persistent Risk

An agent that follows users across devices can preserve mistakes and exposure as effectively as it preserves useful context.

Browser agents operate inside an adversarial information environment. A page can contain instructions intended for a human visitor, an automated system, or an AI model. The agent must distinguish useful content from text designed to redirect its behavior.

Prompt injection is the clearest example. An attacker can place hidden or misleading instructions on a page that tell the agent to ignore its original task. If the agent obeys, it might expose information, alter a workflow, or navigate somewhere the user never requested.

Anthropic has described this as a central risk for computer-use systems. Its computer-use research notes that an internet-connected model can encounter malicious instructions inside screenshots or webpages. The company has continued developing classifiers and other defenses.

Cross-device operation expands the number of trust boundaries. A task can begin on a personal phone, continue in a cloud browser, and finish on a workplace computer. Each environment can have different accounts, permissions, stored files, and security policies.

Baidu says its enterprise product records AI calls, data access, and key operations for auditing. That is relevant for managed deployments, but consumer users also need understandable controls. They should know which environment holds the task state and which data follows them to another device.

Shared memory creates another issue: persistence can outlive relevance. A preference saved during one assignment may become inappropriate later. A document used for research may contain confidential details that should not be included in a future task.

Good memory systems therefore need deletion, correction, expiration, and provenance controls. Provenance records where information came from. Without it, users may struggle to determine whether the agent is acting on a current instruction, an old conversation, or a webpage it encountered during execution.

Remote mobile control introduces questions about authorization. The product must reliably identify which user can resume a task and which actions need fresh confirmation. A stolen or unattended phone should not become a remote control for sensitive browser sessions.

Cloud execution creates a parallel tradeoff. It allows jobs to continue when a local computer is unavailable, but it moves work into infrastructure the user cannot directly inspect. Enterprise buyers will want details about encryption, retention, regional processing, and administrator controls.

The embedded browser also needs clear intervention points. Purchasing, publishing, sending messages, deleting files, and submitting forms can create consequences that are difficult to reverse. The safest agent is not necessarily the one that completes every step without interruption.

Baidu’s published performance claims do not answer these governance questions. A faster router can reduce task time without improving security. A higher completion rate can even increase risk if the agent proceeds through consequential actions too aggressively.

There is also a more ordinary product risk: unreliable handoffs. A task can appear synchronized while silently losing a file reference, login state, or intermediate decision. The second device might continue from an incomplete representation of the work.

Users need visible checkpoints to catch that failure. A good handoff should summarize the objective, completed steps, unresolved issues, active sources, and upcoming actions. It should ask for confirmation when the new environment changes what the agent can access.

Independent testing will matter here. Baidu’s metrics were presented by the company, and the available public material does not describe a third-party audit. The numbers should be treated as early product indicators rather than settled measurements.

This does not make the update unimportant. It defines the standard DuMate must now meet. Baidu has moved from promising multistep automation to promising continuous, cross-device automation, which creates a larger surface for both value and failure.

What Technology News Readers Should Watch Next

Three signals will show whether DuMate’s cross-device design becomes a durable advantage or remains a polished demonstration.

The first signal is real-world task retention. Over the next several product updates, users should examine whether DuMate reliably preserves goals, sources, files, and approvals after switching devices. Repeated prompting or missing state would weaken Baidu’s continuity claim.

Successful retention would strengthen the argument that task state should become a standard layer in consumer agents. It would also pressure rivals to expose clearer handoff records rather than syncing only conversation history.

The second signal is transparent evaluation. Baidu should publish definitions for simple-task completion, complex-task high delivery, token utilization, and credit reduction. It should also describe task counts, baselines, retries, human review, and failure treatment.

Detailed methodology would make the reported 100 percent and 94 percent results more meaningful. A lack of comparable evidence would leave buyers unable to distinguish better execution from favorable task selection.

The third signal is the safety model around browser and cloud actions. Watch for permission controls, confirmation policies, memory management, audit features, and defenses against malicious web instructions. These details will determine whether enterprises can deploy cross-device agents beyond controlled pilots.

Competitor responses will provide another indirect measure. OpenAI, Google, and Anthropic already support browser or computer interaction. If they make active task handoffs more visible, Baidu will have identified a genuine product gap, even if rivals eventually close it.

For developers, the lesson is that the agent layer is moving above individual models. Routing, memory, state recovery, permissions, and interface control increasingly determine the user experience. Better reasoning helps, but orchestration decides whether that reasoning survives contact with a long workflow.

Enterprise buyers should resist comparing headline completion rates without shared definitions. They should test representative assignments, record intervention frequency, measure correction costs, and examine how the system handles outdated or conflicting instructions.

Knowledge workers can apply an even simpler test. Start a research task on a phone, resume it on a computer, inspect the preserved evidence, and verify the final artifact. That workflow tests the entire DuMate thesis in one sequence.

Baidu has made cross-device continuity a concrete competitive claim in technology news, rather than a background convenience. Now it must prove that continuity preserves judgment, permissions, and evidence, not only progress indicators.

The next question belongs to users and evaluators: when an AI agent follows work across devices, does it reduce reconstruction and deliver a trustworthy result, or merely carry unresolved errors farther? That answer will determine whether persistent agents become everyday infrastructure or another feature people disable after the first costly mistake.

Get started for free

A local first AI Assistant w/ Personal Knowledge Management

For better AI experience,

remio only supports Windows 10+ (x64) and M-Chip Macs currently.

​Add Search Bar in Your Brain

Just Ask remio

Remember Everything

Organize Nothing

bottom of page