Real desktop tasks completed end-to-end by Coasty CUA v1 on the OSWorld benchmark — image editing, office suites, the browser, the operating system, email, media, and cross-application workflows.
Every task page includes the original instruction, a screenshot of the final state, the full screen recording, the per-step trajectory (actions, reasoning, screenshots), and the original OSWorld task definition.
- Chrome — Browser navigation, tab management, and web-based workflows.
- GIMP — Image editing, color manipulation, layer operations, and export.
- LibreOffice Calc
- LibreOffice Impress — Slide creation, formatting, transitions, and presentation export.
- LibreOffice Writer — Document authoring, formatting, styles, and structural edits.
- Multi-app Workflows — Cross-application workflows that span the browser, editors, terminals, and the file manager.
- Operating System — System-level operations: file management, terminal commands, settings, and configuration.
- Thunderbird — Email composition, account configuration, filtering, and folder management.
- VLC — Media playback, conversion, subtitle handling, and playlist operations.
- VS Code — Extension management, settings, code edits, terminal use, and Git operations.
- Action space:
pyautogui(Python automation primitives) - Observation: screenshot
- Provider: AWS
- Resolution: 1920×1080
results/
├── README.md ← this file
├── <domain>/
│ ├── README.md ← list of completed tasks for the domain
│ └── <task_id>/
│ ├── README.md ← instruction + final screenshot + links
│ ├── recording.mp4 ← full screen recording of the run
│ ├── traj.jsonl ← per-step action / reasoning / screenshot
│ ├── runtime.log ← runtime log
│ ├── result.txt ← evaluator score
│ ├── task.json ← original OSWorld task definition
│ └── step_*.png ← all per-step screenshots