proomt

Search

Search posts, papers, and topics

All posts

Android4 min readintermediate

Android Bench 2.0: Pushing the frontier with challenging long-horizon tasks

Summary

Android Bench 2.0 adds a set of long‑horizon tasks (multi‑day Android development problems) and introduces agent‑based evaluation. Scoring is now continuous, with the best model achieving a 28 % pass rate on these tasks, far lower than the ~91 % on earlier short tasks. The post lists new models on the leaderboard and points to updated methodology and GitHub repo.

  • Long‑horizon tasks (LHTs) simulate real‑world Android work that can take days, covering dependency upgrades, new feature builds, full app creation, and cross‑platform porting.
  • Scoring moved from binary pass/fail to a continuous completion rate that blends functional correctness, visual fidelity, and regression avoidance.
  • Top LHT pass rate is ~28 %, compared with ~91 % on the original benchmark, highlighting the difficulty of multi‑step, architectural work for current LLMs.
  • Agentic evaluation is added: models are run through their native agents (e.g., Gemini 3.8 Flash via Google Antigravity) to measure end‑to‑end developer workflow impact.

The benchmark surfaces concrete weaknesses of current LLMs in large‑scale Android refactoring and migration tasks, informing both model developers and engineering teams about realistic expectations when automating multi‑day development work.

6/10

Related reading

  1. RecreationWorld: Scalable and Verifiable Environments for Hybrid Computer-Use Agents

    The paper presents RecreationWorld, a five‑platform framework that lets hybrid computer‑use agents learn by recreating the behavior of a running reference, and introduces RecreationBench, a 250‑task benchmark with programmatic and visual assertions. Experiments show GPT‑6 Astra reaches 58.1% overall but struggles with deeper programmatic tests, highlighting gaps in current agents.

    Hugging Face Daily Papersarxiv.org2 minpaper
  2. CADWorld: Computer-Use Benchmark for Long-Horizon Computer-Aided Design

    CADWorld is a new benchmark suite of 200 long‑horizon mechanical CAD tasks in FreeCAD, covering sketching, part modeling, assembly, CAM, FEM, and more. Agents interact via screenshots and GUI actions; success is checked by executable validation of the saved CAD artifacts. Seven existing agents achieve at most 17.5 % success versus an 87 % expert baseline, highlighting the gap between GUI competen…

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. BI-Agent and BI-Bench: Towards Automating End-to-End Business Intelligence

    The paper introduces BI‑Bench, a new benchmark of real‑world BI questions derived from public dashboards, and BI‑Agent, a tool‑augmented LLM system that breaks BI workflows into search, join, and transform subtasks. Baseline LLMs hit <50 % accuracy on BI‑Bench. By orchestrating specialized data‑management tools and post‑training the model with supervised fine‑tuning and reinforcement learning on…

    Hugging Face Daily Papersarxiv.org2 minpaper