FEATUREDAI HOT (Curated Pool)· aihot-apiZH16:00 · 09·06
→Berkeley RDI releases CUA-Lite, an open platform for computer-use agents
Berkeley RDI open-sourced CUA-Lite, a platform that unifies environments, training data, and model interfaces for computer-use agents. It has three standardized parts: Lite.Gym wraps 15+ benchmarks and 30k+ verifiable tasks behind one API, Lite.Sample converts 10+ datasets into a single format, and model harnesses let 14 model families share the same eval, SFT, and RL pipeline. The standout is a VM-free Docker sandbox that runs OSWorld tasks without hardware virtualization, cutting costs. Code and datasets are public on GitHub and Hugging Face.
#Berkeley RDI#CUA-Lite#OSWorld#Open source
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Berkeley RDI open-sourced a unified platform for computer-use agents, with a Docker-based OSWorld sandbox that ditches VMs and slashes cost.
sharp
The reason this is worth a look: anyone building computer-use agents knows the pain of rewriting rollout code for every new environment or model. CUA-Lite wraps 15+ benchmarks, 10+ datasets, and 14 model families behind one API, with shared harnesses for eval, SFT, and RL.
The standout piece is Lite.OSWorld. The original OSWorld boots a full QEMU VM per task, needs hardware virtualization, and burns time and money. Their Docker-based version drops the VM requirement entirely—no /dev/kvm needed, runs on any host with Docker, and keeps the original tasks and evaluators intact. That's a real cost win for teams training CUA agents at scale without a GPU cluster.
One thing the post doesn't include: benchmark scores or training results from any model on this platform. It reads more like an infrastructure release than a performance story. I'd treat it as "unified interface plus cheap sandboxes" and hold off on reading it as a capability leap.
HKR breakdown
hook ✓knowledge ✓resonance ✓