paper-with-me

Papers

StagedWorkspace: A Versioned Workspace for Knowledge-Work Agents

2026-08-18 · Yining Hua, Hongbin Na, Yifan Zhou, Akshay Kalose, Cyrus Ayubcha, Levi Lian arxiv

AI agents increasingly perform knowledge work (i.e., produce and modify persistent digital artifacts such as code repositories, documents, spreadsheets, slides, reports), yet the parsed views they search, the native files they edit, the changes they review, and the artifacts they submit can refer to different versions of the same work product. We formulate this as a workspace-state contract: every view should be explicitly tied to a version of the evolving workspace state. Coding agents partly address this need through repository contracts for search, diffs, and tests, whereas an analogous contract is less explicit for PDFs, spreadsheets, slides, notebooks, and mixed-format project folders. We propose StagedWorkspace, a versioned workspace for knowledge-work agents. The workspace binds parsed records and review diffs to content hashes of the native files as they change. In fixed-harness ablations on OfficeQA Pro and APEX-Agents, dual parsed/native access has the highest point estimate for every tested model; relative to the more limiting single view, it improves OfficeQA Pass@1 by 8.3-12.1 points and APEX mean rubric score by 4.7-9.2 points. SW-AGENT scores 63.9% with Gemini 3.1 Pro on OfficeQA and 42.1 with GPT-5.4 Nano on APEX, compared with published same-model scores of 29.3% and 25.5, respectively. A paired review-axis ablation on 57 file-editing tasks further finds higher observed scores when diffs are visible. These results identify workspace state as an experimental variable in knowledge-work agents and motivate benchmarks that score evidence, staged edits, and submitted artifacts as explicit state transitions.

📄 PDF Abstract BibTeX arXiv:2608.18050

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Workspace-Bench 1.0: Benchmarking AI Agents on Workspace Tasks with Large-Scale File Dependencies

2026-05-05 · Zirui Tang, Xuanhe Zhou, Yumou Liu, Linchun Li 외 arxiv

Workspace learning requires AI agents to identify, reason over, exploit, and update explicit and implicit dependencies among heterogeneous files in a worker's workspace, enabling them to complete both routine and advance…

OR-Space: A Full-Lifecycle Workspace Benchmark for Industrial Optimization Agents

2026-05-27 · Chenyu Zhou, Xinyun Lu, Jiangyue Zhao, Jianghao Lin 외 arxiv

Large language model (LLM) agents are increasingly used to assist with operations research (OR) modeling, yet existing OR-oriented benchmarks often reduce evaluation to one-shot translation from a self-contained problem …

Text Generation

LemonHarness Technical Report

2026-06-23 · Kailong Ren, Fubo Sun, Jiachen Liu, Liu Yang 외 arxiv

As large language model (LLM) agents are applied to longer tasks, they increasingly modify workspace state across multiple rounds of iteration. However, agents typically observe only tool outputs and log fragments, while…

TClone: Low-Latency Forking of Live GUI Environments for Computer-Use Agents

2026-05-17 · Yutong Huang, Vikranth Srivatsa, Alex Asch, Hansin Tushar Patwa 외 arxiv

Computer-use agents increasingly operate inside live personal workspaces, where their actions can modify files, applications, GUI state, credentials, and authenticated sessions. This creates a tension between safety and …

SWE-Touch: Benchmarking Coding Agents When Users Touch the Code

2026-08-03 · Yuqiao Tan, Jinxiang Meng, Fangyu Lei, Minzheng Wang 외 hf

Real-world software development requires coding agents to operate in shared workspaces where users may inspect and modify code during an ongoing task, yet existing repository-level benchmarks typically evaluate agents wo…