← Latest papers
💬 NLP

CoAct-1: Computer-using Multi-Agent System with Coding Actions

CoAct-1 is a novel multi-agent system that enhances computer automation by synergistically combining GUI-based control with direct programmatic execution, achieving a new state-of-the-art success rate of 60.76% and significantly improved efficiency on the OSWorld benchmark.

Original authors: Linxin Song, Yutong Dai, Viraj Prabhu, Jieyu Zhang, Taiwei Shi, Li Li, Junnan Li, Silvio Savarese, Zeyuan Chen, Jieyu Zhao, Ran Xu, Caiming Xiong

Published 2026-02-23
📖 4 min read☕ Coffee break read

Original authors: Linxin Song, Yutong Dai, Viraj Prabhu, Jieyu Zhang, Taiwei Shi, Li Li, Junnan Li, Silvio Savarese, Zeyuan Chen, Jieyu Zhao, Ran Xu, Caiming Xiong

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a very smart, helpful assistant named CoAct-1. Its job is to do things on your computer for you, like organizing files, editing spreadsheets, or sending emails.

Before CoAct-1, most computer assistants were like clumsy toddlers. They could only interact with your computer by looking at the screen and physically "clicking" buttons or "typing" with a mouse, just like a human would. If you asked them to "find all the photos in a folder, resize them, and zip them up," the toddler-assistant would have to:

  1. Click the folder.
  2. Scroll down.
  3. Click the first photo.
  4. Hold Shift, click the last photo.
  5. Right-click, hover over "Send to," click "Compressed folder."
  6. Type a name.
  7. Hit Enter.

If the toddler clicked the wrong icon, or if the screen loaded slowly, the whole task would fail. It was slow, frustrating, and prone to mistakes.

The New Idea: The "Magic Wand" vs. The "Mouse"

The authors of this paper realized that while clicking buttons is good for some things, it's terrible for others. So, they built CoAct-1, a team of three specialized workers who can switch between two modes of operation:

  1. The Mouse Mode (The GUI Operator): This worker is great at visual tasks. They look at the screen, find the "Save" button, and click it. They are good at navigating menus and seeing what's on the screen.
  2. The Magic Wand Mode (The Programmer): This worker doesn't click buttons. Instead, they write a short piece of code (a script) that tells the computer's brain exactly what to do. Instead of clicking 50 times to rename 1,000 files, they just say, "Rename all files in this folder to 'Vacation_1.jpg', 'Vacation_2.jpg'..." and the computer does it instantly.

The Boss: The Orchestrator

The secret sauce of CoAct-1 is the Orchestrator. Think of the Orchestrator as a smart project manager or a conductor of an orchestra.

When you give the system a big, complicated task (like "Prepare my tax report"), the Orchestrator breaks it down:

  • "Okay, I need to open Excel and find a specific table." -> That's visual. Orchestrator says: "Hey, Mouse Worker, you handle this."
  • "Now I need to copy that data into a text file and rename it." -> That's repetitive and precise. Orchestrator says: "No, Magic Wand Worker, you write a quick script for this. It's faster and won't make mistakes."
  • "Finally, I need to email the file." -> Orchestrator says: "Back to Mouse Worker, you need to click the 'Send' button."

Why This Changes Everything

The paper tested this new team against the old "clumsy toddler" assistants on two very difficult computer tests (OSWorld and WindowsAgentArena). Here is what happened:

  • Speed: The old assistants took about 15 steps to finish a task. CoAct-1 finished the same tasks in just 10 steps. It's like taking a shortcut through a forest instead of walking around the edge.
  • Success Rate: The old assistants succeeded about 50-55% of the time. CoAct-1 succeeded 60% to 65% of the time.
  • Reliability: When a task required doing something complex with files or data, the "Magic Wand" (coding) was a game-changer. It didn't get tired, it didn't click the wrong button, and it didn't get confused by a slow screen.

The Big Picture

Think of it this way:

  • Old Agents were like trying to build a house by only using a hammer and a screwdriver. You can do it, but it takes forever, and you might break a window.
  • CoAct-1 is like having a construction crew that knows when to use the hammer (for the nails) and when to use a power drill or a crane (for the heavy lifting).

By letting the computer "speak code" when it makes sense, and "click buttons" when it's necessary, CoAct-1 creates a much smarter, faster, and more reliable way to automate our computers. It's a giant leap toward having a true digital assistant that can actually get your work done without you having to babysit it.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →