Search papers, labs, and topics across Lattice.
The AliyunConsoleAgent framework leverages a two-stage training approach combining supervised fine-tuning on distilled model trajectories with reinforcement learning via Group Relative Policy Optimization to automate documentation verification in cloud console environments. This method addresses the challenge of rapidly evolving cloud UIs that often diverge from their documentation, which currently suffers from less than 1% manual coverage despite the need for millions of inspections annually. Experimental results show that AliyunConsoleAgent-32B achieves a mean success rate of 63.52%, significantly improving upon the base model and nearing the performance of leading proprietary models while reducing inference costs by 92%.
Achieving a 20.24 percentage-point improvement in task success rates while slashing inference costs by 92% could revolutionize automated documentation verification in cloud environments.
We present AliyunConsoleAgent, a web agent framework for automated documentation verification in real-world cloud consoles. Major cloud platforms encompass hundreds of products with rapid feature iteration, causing console UIs to frequently diverge from their corresponding documentation. Verifying that documented procedures accurately reflect the current console and can be executed end-to-end demands an estimated 4 million recurring inspections annually, yet manual coverage remains below 1%. While agent systems built on frontier proprietary models achieve high success rates, their prohibitive cost and data privacy constraints preclude large-scale deployment. We propose a two-stage training paradigm: supervised fine-tuning (SFT) on distilled frontier-model trajectories, followed by reinforcement learning using Group Relative Policy Optimization (GRPO) and a dual-channel outcome reward model in real cloud environments. To support large-scale RL training, we construct a high-determinism rollout system featuring Terraform-based resource pre-provisioning and LLM-driven on-demand provisioning, which effectively isolates environment noise from the training signal. We further introduce a rule-based reward evaluation protocol grounded in backend audit logs, providing objective, reward-hacking-resistant outcome judgment. Our model evolves from mechanical instruction following to autonomous decision-making with cloud console and product-specific understanding. Experiments on a challenging 278-task benchmark where the best frontier model achieves only 65.34% demonstrate that AliyunConsoleAgent-32B achieves a 63.52% mean success rate -- a 20.24 percentage-point improvement over the base model, narrowing the gap to the best frontier proprietary model to 1.82 pp (bootstrap 95% CI [-1.27, 7.39]) -- at 92% lower inference cost.