The modern digital experience is defined by a frustrating paradox. While users spend roughly 75 percent of their daily screen time navigating web browsers, the vast majority of the internet remains a black box for artificial intelligence. For an AI to interact with a service today, that service typically needs a public API, yet fewer than one in a thousand websites actually provide one. This gap has forced developers to choose between limited, API-dependent integrations or expensive, slow models that attempt to mimic human computer use. This week, the industry saw a shift toward a more pragmatic solution with the unveiling of Handoff, a Computer Use Agent designed to bypass the API bottleneck entirely.
The Architecture of Autonomous Web Navigation
Handoff, developed by Hark, is engineered as a Computer Use Agent (CUA) capable of executing end-to-end workflows across the open web. Unlike traditional bots that rely on structured data exchanges, Handoff interacts with the browser interface directly. This allows it to perform complex, multi-step tasks such as ordering food via DoorDash, booking flights through United or Delta, and sourcing candidates by sending personalized messages on LinkedIn. Users can sign up for the service at hark.com, with an initial release of the software platform scheduled for the end of this month.
The most disruptive aspect of Handoff is its aggressive pricing model. Hark has positioned the agent to operate at a fraction of the cost of current frontier models. Specifically, Handoff charges 0.18 dollars per million input tokens and 2.37 dollars per million output tokens. To put this in perspective, GPT 5.5 charges 5 dollars for input and 30 dollars for output per million tokens, making Handoff approximately ten times cheaper to operate. Performance is further optimized for speed, with a measured model latency of 0.8 seconds per turn.
To ensure stability and security, Handoff does not run on the user's local machine. Instead, every request is assigned a dedicated virtual computer. This isolated environment provides a fresh browser, file system, and terminal for each session. When a user connects their existing accounts, the agent leverages stored addresses, payment methods, and history to execute logins and transactions seamlessly, mimicking a human operator within a secure sandbox.
Under the hood, the training pipeline utilizes a two-stage approach. The team first employed supervised fine-tuning (SFT), followed by asynchronous reinforcement learning using the Group Relative Policy Optimization (GRPO) algorithm. While the post-training phase is complete, Hark intends to roll out full pre-training by the end of the year. The specific base model and the composition of the training datasets remain proprietary.
The Benchmark Gap and the Versioning Trap
On paper, Handoff appears to outperform the current heavyweights of the AI world. In the Online-Mind2Web (OM2W) benchmark, Handoff achieved a score of 97.7, comfortably beating GPT 5.4 at 92.8, Claude Opus 4.8 at 84.1, and Gemini 2.5 Pro at 69. However, a closer look at the data reveals a more nuanced reality. When tested on WebTailBench v2, the tide turned, with GPT 5.5 scoring 72.3 while Handoff lagged behind at 68.6.
The tension here lies in the versioning of the models used for comparison. Hark's primary benchmarks often pitted Handoff against previous-generation models rather than the absolute latest releases. For instance, while Handoff outperformed Claude Opus 4.8, the newer Opus 5 has already demonstrated a significant leap in computer use capabilities, scoring 70.6 percent on the OSWorld 2.0 benchmark compared to the 55.7 percent recorded by Opus 4.8. This suggests that while Handoff is highly competitive, the frontier models are evolving their spatial and navigational reasoning at a rapid pace.
There is also a question of how latency was measured. Hark reported a significant speed advantage, but these figures were derived from a custom harness where competing models were set to their slowest inference levels. This creates an artificial gap in performance that may not reflect real-world deployment where developers optimize for speed. Despite these caveats, the economic argument remains potent. Even the latest Opus 5 maintains a pricing structure of 5 dollars for input and 25 dollars for output, ensuring that Handoff's cost-efficiency remains a primary competitive advantage regardless of the marginal performance gaps.
As the tool moves from technical preview to a full product launch late this summer, the focus will shift from benchmarks to trust. Hark has yet to release detailed documentation on the permission structures for the dedicated virtual computers or the long-term management of generated files. For developers and enterprises, the decision to adopt Handoff will likely depend on whether the massive cost savings outweigh the need for the absolute peak reasoning capabilities of a GPT 5.6 or Opus 5.
The industry is moving toward a future where the UI is the API, and Handoff is a calculated bet that efficiency and accessibility will beat raw power.


