paper-with-me

Papers

Agent S: An Open Agentic Framework that Uses Computers Like a Human

2024-10-10 · Saaket Agashe, Jiuzhou Han, Shuyu Gan, Jiachen Yang, Ang Li, Xin Eric Wang

We present Agent S, an open agentic framework that enables autonomous interaction with computers through a Graphical User Interface (GUI), aimed at transforming human-computer interaction by automating complex, multi-step tasks. Agent S aims to address three key challenges in automating computer tasks: acquiring domain-specific knowledge, planning over long task horizons, and handling dynamic, non-uniform interfaces. To this end, Agent S introduces experience-augmented hierarchical planning, which learns from external knowledge search and internal experience retrieval at multiple levels, facilitating efficient task planning and subtask execution. In addition, it employs an Agent-Computer Interface (ACI) to better elicit the reasoning and control capabilities of GUI agents based on Multimodal Large Language Models (MLLMs). Evaluation on the OSWorld benchmark shows that Agent S outperforms the baseline by 9.37% on success rate (an 83.6% relative improvement) and achieves a new state-of-the-art. Comprehensive analysis highlights the effectiveness of individual components and provides insights for future improvements. Furthermore, Agent S demonstrates broad generalizability to different operating systems on a newly-released WindowsAgentArena benchmark. Code available at https://github.com/simular-ai/Agent-S.

📄 PDF Abstract BibTeX arXiv:2410.08164

Code (1)

simular-ai/agent-s 공식 구현 pytorch

Tasks

AI AgentTask Planning

Similar Papers 제목 키워드 기반

From Legacy Fortran to Portable Kokkos: An Autonomous Agentic AI Workflow

2025-09-15 · Sparsh Gupta, Kamalavasan Kamalakkannan, Maxim Moraru, Galen Shipman 외 arxiv

Scientific applications continue to rely on legacy Fortran codebases originally developed for homogeneous, CPU-based systems. As High-Performance Computing (HPC) shifts toward heterogeneous GPU-accelerated architectures,…

Code Generation

OProver: A Unified Framework for Agentic Formal Theorem Proving

2026-05-17 · David Ma, Kaijing Ma, Shawn Guo, Yunfeng Shi 외 arxiv

Recent progress in formal theorem proving has benefited from large-scale proof generation and verifier-aware training, but agentic proving is rarely integrated into prover training, appearing only at inference time. We p…

AgentDoG: A Diagnostic Guardrail Framework for AI Agent Safety and Security

2026-01-26 · Dongrui Liu, Qihan Ren, Chen Qian, Shuai Shao 외 arxiv

The rise of AI agents introduces complex safety and security challenges arising from autonomous tool use and environmental interactions. Current guardrail models lack agentic risk awareness and transparency in risk diagn…

Lowering the implementation barrier of neutral-atom quantum computing with agentic workflows

2026-07-28 · Constantin Dalyac, Alexandre Dauphin, Loïc Henriet, Christophe Jurczak arxiv

Quantum computers are moving from research laboratories to industrial machines accessible via the cloud and integrated into high-performance computing facilities. However, translating theoretical quantum protocols into h…

Magentic-One: A Generalist Multi-Agent System for Solving Complex Tasks

2024-11-07 · Adam Fourney, Gagan Bansal, Hussein Mozannar, Cheng Tan 외

Modern AI agents, driven by advances in large foundation models, promise to enhance our productivity and transform our lives by augmenting our knowledge and capabilities. To achieve this vision, AI agents must effectivel…