web-agents

Tag

Cards List
#web-agents

what would you actually train a browser-agent model to be good at?

Reddit r/AI_Agents · 2d ago

The article discusses challenges in training browser-agent models for sequential decision-making, such as error recovery and memory, and seeks input on optimizing training objectives. The author mentions working on the 'mako' model at tinyfish and invites community feedback.

0 favorites 0 likes
#web-agents

@yoheinakajima: agent readiness check

X AI KOLs Following · 3d ago Cached

AgentJourney is a free tool that enables testing of how AI agents interact with products by running intents on websites, providing real-time insights into their journey, token usage, and pricing.

0 favorites 0 likes
#web-agents

@browser_use: Browser Use CLI turns agents into SOTA web agents

X AI KOLs Following · 6d ago Cached

Browser Use CLI is a browser harness that enables AI agents to run complete web browsing workflows via scripts, improving efficiency and reducing costs for web tasks.

0 favorites 0 likes
#web-agents

@browser_use: The era of reliable web agents at scale is here.

X AI KOLs Timeline · 2026-08-07 Cached

Browser Use Cloud v4 introduces a web agent platform that claims to solve accuracy and cost constraints, making reliable web agents at scale feasible, with $15 free credits offered to try.

0 favorites 0 likes
#web-agents

@ms_aifrontiers: Today we're introducing Web Skill Factory: a pipeline that turns solved web tasks into reusable, verified code. Most ag…

X AI KOLs Following · 2026-08-04 Cached

Microsoft AI Frontiers introduces Web Skill Factory, a pipeline that converts solved web tasks into reusable, verified code programs. Reusing the library on a WebArena subset with gpt-5.4 boosts held-out accuracy from 55% to 70% and reduces average steps from 17.1 to 14.7.

0 favorites 0 likes
#web-agents

PersonaTrail: Benchmarking Personalized Web Agents through Browsing Trails

arXiv cs.AI · 2026-07-24 Cached

PersonaTrail is a benchmark for personalized web agents that uses realistic browsing trajectories to evaluate agents' ability to infer user preferences and recall past information. The paper also proposes PACMem, a memory framework that outperforms existing baselines on both tasks.

0 favorites 0 likes
#web-agents

What It Actually Takes to Build Agent Infrastructure Yourself (18 minute read)

TLDR AI · 2026-07-22 Cached

This article breaks down the five infrastructure layers required to run production web agents beyond just a browser, covering warm pools, isolation, identity, observability, and model gateways, and discusses when it makes sense to build vs. buy.

0 favorites 0 likes
#web-agents

DeepSearch-World: Self-Distillation for Deep Search Agents in a Verifiable Environment

arXiv cs.CL · 2026-07-10 Cached

DeepSearch-Evolve introduces a self-distillation framework for web agents using a verifiable environment (DeepSearch-World) with 420K multi-hop QA tasks, achieving competitive performance without distillation from stronger models.

0 favorites 0 likes
#web-agents

Ko-WideSearch: A Korean Breadth-Search Benchmark for Exhaustive Set Enumeration by Web Agents

arXiv cs.CL · 2026-06-29 Cached

Introduces Ko-WideSearch, a Korean breadth-search benchmark for web agents that evaluates exhaustive set enumeration across 228 tables. Findings show agents have high item recall but struggle with row completion, especially for open-ended cells.

0 favorites 0 likes
#web-agents

@dair_ai: If you build web agents, this one is worth your time. It's on how to make agent skills reusable. (bookmark it) LLM web …

X AI KOLs Following · 2026-06-18 Cached

This paper introduces SkillMigrator, an LLM web agent that learns reusable skills and transfers them across websites by matching layout structure rather than domain-specific metadata, reducing LLM action count by 8-10% on WebArena and Mind2Web benchmarks.

0 favorites 0 likes
#web-agents

Beyond Domains: Reusing Web Skills via Transferable Interaction Patterns

arXiv cs.AI · 2026-06-17 Cached

This paper introduces SkillMigrator, an agent that learns reusable web skills as transferable interaction patterns (TIPs) and transfers them across websites by matching layout structure, reducing LLM action counts by 8-10% on benchmarks.

0 favorites 0 likes
#web-agents

@rsalakhu: Congrats to the @browser_use team for taking the #1 spot on Odysseys, a highly challenging benchmark for long-horizon w…

X AI KOLs Following · 2026-06-16 Cached

The browser_use team achieved the #1 spot on the Odysseys benchmark, a challenging evaluation for long-horizon web agents, outperforming models like Opus 4.6 and GPT-5.4.

0 favorites 0 likes
#web-agents

Are Online Skill and Memory Modules Always Worth Their Tokens? A Budget-Constrained Study of Web Agents

arXiv cs.CL · 2026-06-16 Cached

This paper investigates whether online skill and memory modules for web agents are worth their token cost under a fixed inference budget, finding that a budget-matched vanilla baseline often matches or outperforms augmented methods across three domains and models.

0 favorites 0 likes
#web-agents

Benchmarking Web Agent Safety under E-commerce Deceptive Interfaces

arXiv cs.CL · 2026-06-15 Cached

This paper introduces WebDecept, a framework for injecting deceptive interface patterns into web environments to evaluate the safety of autonomous web agents. Experiments show current agents are highly susceptible to such manipulations, highlighting safety challenges for real-world deployment.

0 favorites 0 likes
#web-agents

Signal-Driven Observation for Long-Horizon Web Agents

arXiv cs.CL · 2026-06-08 Cached

The paper proposes Signal-Driven Observation (SDO), a method for web agents to avoid context degradation by only reading task-relevant parts of the DOM and re-invoking observation only when triggered by specific signals, rather than reading the full page state at every action step.

0 favorites 0 likes
#web-agents

AsyncWebRL: Efficient Multi-Step RL for Visual Web Agents

arXiv cs.LG · 2026-06-05 Cached

AsyncWebRL introduces an asynchronous multi-step reinforcement learning system for vision-language web agents, achieving up to 2.9x training speedup and setting a new state-of-the-art on WebGym by replacing per-trajectory normalization with a constant to reduce trajectory length inefficiency.

0 favorites 0 likes
#web-agents

SlimSearcher: Training Efficiency-Aware Web Agents via Adaptive Reward Gating

Hugging Face Daily Papers · 2026-06-05 Cached

SlimSearcher is a framework that improves efficiency in deep research agents by combining Pareto-efficient trajectory filtering and adaptive reward shaping, reducing tool-call rounds by 17-58% while maintaining accuracy on benchmarks like GAIA, BrowseComp, and XBenchDeepSearch.

0 favorites 0 likes
#web-agents

Online Skill Learning for Web Agents via State-Grounded Dynamic Retrieval

arXiv cs.AI · 2026-06-04 Cached

This paper proposes SGDR (State-Grounded Dynamic Retrieval), an online skill learning method for web agents that enables stepwise, state-aware skill reuse rather than static task-level retrieval. Experiments on WebArena show SGDR achieves 37.5% success rate with GPT-4.1, a ~10.6% relative gain over strong baselines.

0 favorites 0 likes
#web-agents

Learning to Adapt: Self-Improving Web Agent via Cognitive-Aware Exploration

arXiv cs.AI · 2026-06-01 Cached

Proposes SCALE, a framework for self-improving web agents using cognitive-aware exploration with three adversarial roles and a graph exploration strategy. Also introduces a large-scale dataset SCALE-20k from real websites, showing significant improvements in MLLM-based web agents.

0 favorites 0 likes
#web-agents

OpenWebRL: Demystifying Online Multi-turn Reinforcement Learning for Visual Web Agents

Hugging Face Daily Papers · 2026-06-01 Cached

OpenWebRL presents an open framework for training visual web agents using online multi-turn reinforcement learning on real websites, achieving state-of-the-art performance with minimal initial supervision. Their 4B-parameter model outperforms prior open agents and competes with proprietary systems like OpenAI CUA and Gemini CUA.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback