@_akhaliq: StateAct Program State, before Pixels, for Long-Horizon Computer-Use Agents paper: https://huggingface.co/papers/2607.2…

X AI KOLs Timeline Papers

Summary

StateAct proposes a code-first, multi-agent system for long-horizon computer-use agents that operates directly on program state instead of screenshots, achieving higher success rates and lower costs on OSWorld2.0.

StateAct Program State, before Pixels, for Long-Horizon Computer-Use Agents paper: https://t.co/zoRp9WfYsq https://t.co/BBSSxFCX1e
Original Article
View Cached Full Text

Cached at: 07/28/26, 06:31 AM

StateAct

Program State, before Pixels, for Long-Horizon Computer-Use Agents

paper: https://t.co/zoRp9WfYsq https://t.co/BBSSxFCX1e


Paper page - StateAct: Program State, before Pixels, for Long-Horizon Computer-Use Agents

Source: https://huggingface.co/papers/2607.22798

Abstract

Computer-useagentsareusuallyimprovedbystrengtheningperception:bettermodelsforreadingascreenshotandchoosingwheretoclick.Yetascreenshotisonlyalossyrenderingoftheunderlyingprogramstate,e.g.,thefiles,applicationbackends,andDOMthatholdthetaskdata.Differentstatescanproducethesamepixels,whilecodecaninspectandmodifythatstatedirectly.StateActisacode-first,multi-agentharnessbuiltaroundthisdistinction.Itsmainagentworksdirectlywithprogramstatebyusingcode,whileadedicatedGUIsubagenthandlesscreenshot-and-clickinteractiononthefewsubgoalsthatneedit,just28of108tasksand1.1%ofmain-agentsteps.Thesamedirectaccesstoprogramstatealsosupportsverification:anindependentfinishgatedouble-checksthesavedresultforstructuralfailures,e.g.,outputthatismissing,unsaved,orwrittentothewrongpath.Tostayontrackoverhundredsofsteps,themainagenthandssubgoalstofreshsubagents,keepingitsowncontextfocused.OnOSWorld2.0,StateActliftsClaudeOpus4.8from20.6%to26.9%onbinarysuccess,andfrom54.8%to61.6%onpartialsuccess,at~9xlowercostpertaskthanthesamemodeldrivenbyscreenshotsalone;acode-onlyvariantwithnoGUIsubagentreachesonly45.9%partial,belowthatscreenshot-basedbaseline’s54.8%.Ingeneral,groundingaction,verification,andmemoryinstate,whatwecallstate-grounding,shiftsthemainbottleneckfromperceptiontowardreasoning:failuresdependmoreonwhattheagentthinksthanonwhatitsees.

View arXiv pageView PDFAdd to collection

Get this paper in your agent:

hf papers read 2607\.22798

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2607.22798 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2607.22798 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2607.22798 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

PreAct: Computer-Using Agents that Get Faster on Repeated Tasks

arXiv cs.AI

PreAct compiles successful task runs of computer-using agents into small state-machine programs, allowing fast replay (8.5–13× faster) on repeated tasks by skipping per-step language model calls, while verifying screen states at each step and falling back to the agent when mismatches occur.