cs.AIAug 7, 2026

WebRider: Persona-Conditioned Intent Controllers for Live-Web Assistance

Authors: Zhi LiTao ZhouYeqing LiEugene IeDemetri Terzopoulos

Organizations: University of California, Los Angeles · Google

Abstract

Delegating a web task involves more than asking a question; it requires transferring a policy: what to verify, how to handle uncertainty, which preferences matter, and when to stop. Yet, current live-web agents are evaluated solely on the final answer, ignoring the policy constraints that define the delegation. A plausible final answer can conceal violations of that policy. Our full live audit reveals this critical gap: a strong controller completes 99.2% of tasks but honors all policy constraints in only 38.8% of cases. Finishing does not imply fidelity. WebRider bridges this gap by formalizing the delegated policy as an intent contract---an operational record of goals, constraints, evidence obligations, answer form, and task-local persona controls that must hold even as web pages change. WebRider employs a hierarchical architecture: a top-layer controller maintains the contract, a middle layer realizes intentions as guarded executable actions, and a tool layer executes these actions via browser, search, and maps tools. Our benchmark, RiderBench, evaluates this design on 4,096 live-web contracts across 42 public websites, auditing both the internal contract state and the visible user experience to determine if a rollout preserved its policy and if the steps were persona-consistent. The guarded middle interface also serves as a high-quality training signal; an 8B action-policy model trained through this interface outperforms executable-only baselines under a fixed controller. By making the browsing path a first-class object, WebRider enables a system that is auditable, human-judgeable, and learnable without conflating action realization with final-answer decisions. Dataset URL: hf.co/datasets/WebRider/WebRider.

Explore similar work

CardsList
  1. Web Agents Should Adopt the Plan-Then-Execute Paradigm

    May 14, 2026Julien Piet, Annabella Chow, Yiwei Hou +5Web AgentsWeb

  2. cotomi Act: Learning to Automate Work by Watching You

    May 4, 2026Masafumi Oyamada, Kunihiro Takeoka, Kosuke Akimoto +5Computer-Use AgentsBrowser Agent

  3. WebXSkill: Skill Learning for Autonomous Web Agents

    Apr 14, 2026Zhaoyang Wang, Qianhui Wu, Xuchao Zhang +12Reusable Agent SkillsWeb Agents