TLDR: A groundbreaking multi-agent system named CoAct-1 has been unveiled, synergistically combining GUI-based control with direct programmatic execution. This novel approach significantly enhances the efficiency and success rate of AI agents in complex computer automation tasks, setting a new benchmark in the field.
Researchers from USC, Salesforce AI, and the University of Washington have introduced CoAct-1, a pioneering multi-agent system designed to overcome the limitations of traditional autonomous agents in computer automation. Current AI agents that rely solely on Graphical User Interfaces (GUIs) often struggle with efficiency and reliability when faced with complex, long-horizon tasks. Their actions are constrained by the inherent brittleness and inefficiency of performing all operations through GUI manipulation.
CoAct-1 addresses these challenges by introducing a robust and flexible paradigm: enabling agents to leverage coding as an enhanced action. The system features an ‘Orchestrator’ that intelligently delegates subtasks. Depending on the task, the Orchestrator can assign it to a conventional ‘GUI Operator’ for visual interactions or to a specialized ‘Programmer agent’ capable of writing and executing Python or Bash scripts. This hybrid methodology allows CoAct-1 to bypass inefficient GUI action sequences for tasks such as file management and data processing, while still utilizing visual interaction when necessary.
Also Read:
- LangChain Unveils Advanced Deep Agents for Complex AI Task Automation
- Autonomous AI’s Next Frontier: The Rise of Self-Building Agent Factories
The effectiveness of CoAct-1 was rigorously evaluated on the challenging OSWorld benchmark. The system achieved a new state-of-the-art success rate of 60.76%, significantly outperforming previous methods. Beyond improved success, CoAct-1 also demonstrated a dramatic increase in efficiency, reducing the average number of steps required to complete a task to just 10.15, a notable improvement compared to the 15 steps typically needed by leading GUI-only agents. This integration of coding as a core action represents a more powerful, efficient, and scalable pathway toward generalized computer automation.


