y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#web-agents News & Analysis

21 articles tagged with #web-agents. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

21 articles
AINeutralarXiv – CS AI · Jun 237/10
🧠

When Web Agents Finish but Still Fail: Reproducible Triggers and Trace Diagnostics for Parallel Web Exploration

Researchers introduce Parallel WebBench, a benchmark revealing critical failure modes in long-horizon web agents that produce confident but incomplete answers. Despite significant improvements in completion rates using GRPO training on synthetic data, agents still struggle with evidence grounding and synthesis accuracy, exposing gaps between appearing successful and actually solving tasks correctly.

🧠 GPT-4
AIBullisharXiv – CS AI · Jun 97/10
🧠

AliyunConsoleAgent: Training Web Agents in Real-World Cloud Environments via Distillation and Reinforcement Learning

Researchers introduce AliyunConsoleAgent, a framework that trains cost-efficient web agents to automate documentation verification in cloud consoles through a combination of supervised learning from proprietary model trajectories and reinforcement learning in real cloud environments. The 32B parameter model achieves 63.52% success rate on a challenging benchmark, approaching proprietary frontier models at 92% lower inference cost.

AIBearisharXiv – CS AI · Jun 87/10
🧠

It's a TRAP! Task-Redirecting Agent Persuasion Benchmark for Web Agents

Researchers introduce TRAP, a benchmark demonstrating that web-based AI agents are vulnerable to prompt injection attacks hidden in interface elements, with susceptibility rates ranging from 13% to 43% across frontier models. The study reveals that small contextual changes can double attack success rates, exposing systemic security weaknesses in autonomous agents performing real-world tasks like email management and professional networking.

🧠 GPT-5
AIBullisharXiv – CS AI · Jun 27/10
🧠

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

Researchers introduce OpenWebRL, an open-source framework for training visual web agents using online reinforcement learning directly on live websites. The resulting OpenWebRL-4B model achieves state-of-the-art performance on web-based benchmarks with minimal training data, challenging the proprietary-system dominance and offering a scalable alternative to expensive supervised learning approaches.

🏢 OpenAI🧠 Gemini
AIBullisharXiv – CS AI · May 297/10
🧠

GTA: Generating Long-Horizon Tasks for Web Agents at Scale

Researchers introduce GTA, a scalable framework for automatically generating realistic web agent tasks paired with executable trajectories at scale. The system addresses critical limitations in existing benchmarks by combining crawling, retrieval-based seeding, and automated quality control to create multi-hop, cross-page tasks across 50+ websites, revealing significant performance gaps between human and AI agents.

AIBullisharXiv – CS AI · May 277/10
🧠

PANDO: Efficient Multimodal AI Agents via Online Skill Distillation

PANDO introduces an efficient multimodal AI agent framework that improves performance while reducing computational costs through online skill distillation, achieving 58.3% success on VisualWebArena tasks with 58-61% fewer tokens than competing approaches. The system addresses inefficiencies in web agent design by maintaining a skill library and employing hierarchical routing, visual compression, and cache-aware prompting without requiring expensive pre-evaluation.

AIBullisharXiv – CS AI · May 117/10
🧠

Weblica: Scalable and Reproducible Training Environments for Visual Web Agents

Researchers introduce Weblica, a framework for creating reproducible and scalable web environments to train visual web agents at scale. The system uses HTTP-level caching and LLM-based synthesis to generate thousands of diverse training environments, with the resulting Weblica-8B model achieving competitive performance against larger API-based models on web navigation benchmarks.

AIBearisharXiv – CS AI · Apr 67/10
🧠

Poison Once, Exploit Forever: Environment-Injected Memory Poisoning Attacks on Web Agents

Researchers have discovered a new attack called eTAMP that can poison AI web agents' memory through environmental observation alone, achieving cross-session compromise rates up to 32.5%. The vulnerability affects major models including GPT-5-mini and becomes significantly worse when agents are under stress, highlighting critical security risks as AI browsers gain adoption.

🏢 Perplexity🧠 GPT-5🧠 ChatGPT
AIBearisharXiv – CS AI · Mar 167/10
🧠

MalURLBench: A Benchmark Evaluating Agents' Vulnerabilities When Processing Web URLs

Researchers have released MalURLBench, the first benchmark to evaluate how LLM-based web agents handle malicious URLs, revealing significant vulnerabilities across 12 popular models. The study found that existing AI agents struggle to detect disguised malicious URLs and proposed URLGuard as a defensive solution.

AIBullisharXiv – CS AI · Mar 67/10
🧠

WebFactory: Automated Compression of Foundational Language Intelligence into Grounded Web Agents

WebFactory introduces a fully automated reinforcement learning pipeline that efficiently transforms large language models into GUI agents without requiring unsafe live web interactions or costly human-annotated data. The system demonstrates exceptional data efficiency by achieving comparable performance to human-trained agents while using synthetic data from only 10 websites.

AIBullisharXiv – CS AI · Mar 57/10
🧠

Dual-Modality Multi-Stage Adversarial Safety Training: Robustifying Multimodal Web Agents Against Cross-Modal Attacks

Researchers developed DMAST, a new training framework that protects multimodal web agents from cross-modal attacks where adversaries inject malicious content into webpages to deceive both visual and text processing channels. The method uses adversarial training through a three-stage pipeline and significantly outperforms existing defenses while doubling task completion efficiency.

AIBullisharXiv – CS AI · Jun 16/10
🧠

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

Researchers introduce SCALE, a self-improving web agent framework that uses adversarial roles and cognitive-aware exploration to autonomously adapt to complex web environments without relying on handcrafted pipelines or expensive expert data. The framework includes SCALE-Hop, a graph exploration strategy, and SCALE-20k, a 20,000-sample dataset from 19 real-world websites that demonstrates improved performance across multiple multimodal large language models.

AINeutralarXiv – CS AI · May 276/10
🧠

Persona2Web: Benchmarking Personalized Web Agents for Contextual Reasoning with User History

Researchers introduced Persona2Web, the first benchmark for evaluating personalized web agents that can infer user preferences from historical behavior rather than explicit instructions. The framework tests how large language models handle ambiguous queries by leveraging user context, addressing a critical gap in current web agent capabilities.

AINeutralarXiv – CS AI · May 126/10
🧠

Don't Click That: Teaching Web Agents to Resist Deceptive Interfaces

Researchers introduce DUDE, a framework that teaches AI web agents to resist deceptive interface elements through hybrid-reward learning and experience summarization. The accompanying RUC benchmark demonstrates the framework reduces susceptibility to deception by 53.8% while preserving task performance, addressing a critical vulnerability in autonomous GUI interaction systems.

AINeutralarXiv – CS AI · May 116/10
🧠

Region4Web: Rethinking Observation Space Granularity for Web Agents

Region4Web introduces a novel framework that reorganizes how AI web agents perceive and process web pages by shifting from element-level to functional region-level observation granularity. The approach, validated on WebArena benchmark, reduces observation length while improving task success rates across multiple LLM models, demonstrating that hierarchical abstraction of page structure yields more efficient agent performance.

AIBullisharXiv – CS AI · May 116/10
🧠

WebClipper: Efficient Evolution of Web Agents with Graph-based Trajectory Pruning

WebClipper is a new framework that optimizes web agent trajectories by pruning redundant reasoning steps through graph-based analysis, reducing tool-call rounds by approximately 20% while maintaining or improving accuracy. The approach models agent search processes as directed acyclic graphs and introduces an F-AE Score metric to measure the balance between accuracy and efficiency in web agent design.

AINeutralarXiv – CS AI · Mar 176/10
🧠

Why Do LLM-based Web Agents Fail? A Hierarchical Planning Perspective

Researchers propose a hierarchical planning framework to analyze why LLM-based web agents fail at complex navigation tasks. The study reveals that while structured PDDL plans outperform natural language plans, low-level execution and perceptual grounding remain the primary bottlenecks rather than high-level reasoning.

AIBullisharXiv – CS AI · Mar 166/10
🧠

AI Planning Framework for LLM-Based Web Agents

Researchers introduce a formal planning framework that maps LLM-based web agents to traditional search algorithms, enabling better diagnosis of failures in autonomous web tasks. The study compares different agent architectures using novel evaluation metrics and a dataset of 794 human-labeled trajectories from WebArena benchmark.

AIBullisharXiv – CS AI · Mar 36/1010
🧠

DeepResearch-9K: A Challenging Benchmark Dataset of Deep-Research Agent

Researchers have released DeepResearch-9K, a large-scale dataset with 9,000 questions across three difficulty levels designed to train and benchmark AI research agents. The accompanying open-source framework DeepResearch-R1 supports multi-turn web interactions and reinforcement learning approaches for developing more sophisticated AI research capabilities.

AIBearisharXiv – CS AI · Mar 36/108
🧠

Atomicity for Agents: Exposing, Exploiting, and Mitigating TOCTOU Vulnerabilities in Browser-Use Agents

Researchers identified widespread TOCTOU (time of check to time of use) vulnerabilities in browser-use agents, where web pages change between planning and execution phases, potentially causing unintended actions. A study of 10 popular open-source agents revealed these security flaws are common, prompting development of a lightweight mitigation strategy based on pre-execution validation.