June 29 – July 2, 2026 · San Francisco, CA · imported from ai.engineer's public schedule feed

AI Engineer World's Fair 2026 — unofficial import demo

Unofficial demo. This programme was imported from the AI Engineer World's Fair's own public schedule feed to show vibeboard at real conference scale. Not affiliated with, or endorsed by, the organisers.

All sessions
Computer UseSession

Computer-Use 2.0: Agents Just Got Multi-Cursor

Francesco Bonacci, Dillon DuPont

When
Wednesday, July 12:25 PM – 2:45 PM · 20 min
Where
Track 7San Francisco, CA · imported from ai.engineer's public schedule feed
Google Calendar

About this session

Computer-use agents still inherit a basic desktop limitation: one machine has one foreground app, one hardware cursor, and one active actor. Once you try to run more than one agent per desktop, they start stealing focus from the user and from each other. We built cua-driver around a different model: multiple agents operating real desktop applications in parallel, each with its own synthetic pointer, while the user's cursor and keyboard stay undisturbed. The key move is to stop treating hardware mouse and keyboard events as the primary automation layer. cua-driver goes one layer lower, into the OS plumbing behind accessibility: UI Automation on Windows, AT-SPI on Linux, and AX on macOS. Those APIs address applications and elements directly, so the OS does not require the target window to be frontmost. A click can land on a background window. A keystroke can reach a hidden one. Multiple agents can act at once because none of them is competing for the singleton hardware mouse. I'll walk through the architecture, the API shape, and the platform-specific traps we hit while making it work across Windows, macOS, and Linux. The live demo is three agents operating on one desktop while the user keeps typing uninterrupted. The goal is to make Computer-Use 2.0 feel concrete: what changes in the stack, what becomes possible, and where the approach still leaks, including Wayland, Chromium DOM surfaces, native canvas apps, and fallback input paths.

Speakers (2)

Francesco Bonacci
Francesco Bonacci

Co-founder & CEO, Cua

Francesco Bonacci is co-founder and CEO of Cua (YC X25) and former Engineer at Microsoft. Cua builds the sandboxes, environments, and reinforcement-learning data that frontier labs use to train and evaluate agents that operate desktop and mobile applications. Its open-source framework lets developers spin up computer-use agents in a few lines of code, and its benchmark, Cua-Bench, alongside a catalog of thousands of cross-platform RL environments, is used by leading AI teams to measure real GUI task performance. Francesco works closely with research teams across the agent ecosystem on environment design, grounding data, and evaluation.

Dillon DuPont
Dillon DuPont

CTO, Cua

Building computer-use agents at Cua, WindowsAgentArena co-author

More in Computer Use