惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
雷峰网
雷峰网
博客园_首页
小众软件
小众软件
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
腾讯CDC
P
Proofpoint News Feed
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
U
Unit 42
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 叶小钗

The New Stack | DevOps, Open Source, and Cloud Native News

Agentic development hinges on verification. For cloud-native software, that is a runtime problem. AI agents need infrastructure: Why Europe’s regional cloud strategy matters Transform your AI coding agent into a deterministic Java Spring expert WeAreDevelopers is coming to the US to give unsung developers a bigger voice Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained Observability overload is drowning engineers Google’s DiffusionGemma is 4x faster than its other Gemma models Fable 5: Guardrails and burn rate are annoying users, who say it’s still better than Opus 4.8 The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. AWS can now mathematically prove your VMs are isolated Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised Databricks wants to kill the “email me a file” problem for AI agent skills Ramp bets forward deployed engineers can do what off-the-shelf finance AI can’t Git real: AI agents aren’t just for solo developers anymore Anthropic launches Claude Mythos/Fable 5, but you better try it soon Spring is 23 years old. AI just made it a security emergency. This AI agent startup ditched Anthropic for DeepSeek — and says it’s saving millions When your data model is the bottleneck: lessons from Medium’s feature store How long before we stop reading the code? The tokenmaxxing party is over, and Revenium is mopping up How AI is solving the memory crunch it created Microsoft’s pitch to enterprises: Ditch Azure Repos for GitHub, despite its rocky reliability record Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened Why Anthropic just doubled Claude Cowork limits at no charge For years, Apache Cassandra handed this work to your team — 6.0 takes it back “A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows With Foundry, Microsoft bets the enterprise AI battle is about reliability, not capability Microsoft unlocks Visual Studio for developers left behind by its own AI AI teams now deploy 1,000 times a month. Your pipeline wasn’t built for that. Microsoft just made the agent runtime free — and kept everything around it
Google ranks the best AI for building Android apps, and t...
Adrian Bridgwater · 2026-05-27 · via The New Stack | DevOps, Open Source, and Cloud Native News

Google wants software developers to use the best possible AI models when building Android applications; consequently, the company debuted its Android Bench benchmarking portal in March. The service is intended to provide a continuously updated leaderboard to act as a reference point for developers and model creators.

The leaderboard was updated last week to include open-weight models and add new columns for latency, tokens, and cost.

“By establishing a clear, reliable baseline for what high-quality Android development looks like, we’re helping model creators identify gaps and accelerate improvements — which empowers developers to work more efficiently.”
—Matthew McCullough, Google.

Model students

Matthew McCullough, Google VP of product for the Android Developer divisionwrites in a March blog post that Google actively benchmarks top AI LLMs against tests designed to assess how these tools can build Android apps.

“Our goal is to provide model creators with a benchmark to evaluate LLM capabilities for Android development,” explains McCullough. “By establishing a clear, reliable baseline for what high-quality Android development looks like, we’re helping model creators identify gaps and accelerate improvements — which empowers developers to work more efficiently with a wider range of helpful models to choose for AI assistance — which ultimately will lead to higher-quality apps across the Android ecosystem.”

GPT 5.5 is currently the best AI model for Android

This new service doesn’t appear to offer a historical record of where models have risen and fallen over time, but 9to5Google reports that the last Android Bench ranked Gemini 3.1 Pro alongside OpenAI’s GPT 5.4 as joint leaders.

As of the May 18 update, GPT 5.5 is currently the best AI model for Android app development. 

Google provides an openly accessible explanation of its operating methodology for Android Bench to explain that, “The service evaluates the ability of LLMs to generate code that resolves the issue by presenting them with real-world issues and pull requests from open-source software projects. This approach aims to ensure that the tasks are representative of the challenges developers face daily.”

Why did Google build Android Bench?

Google has said it built Android Bench because AI-assisted software engineering “has seen the emergence of several benchmarks” for measuring LLM capabilities. The company has further stated that Android developers “face specific challenges that aren’t covered by existing benchmarks”, so it created a ranking service that to focus on a comprehensive total assessment of high-quality Android development.

“We created a model-agnostic benchmark to accurately evaluate LLM performance on a variety of Android development tasks,” stated Google. The company further defined the goals of Android Bench as a means of encouraging LLM improvements for Android development; empowering Android developers to be more productive with a range of “helpful models” for AI assistance; and leading to higher-quality applications across the Android ecosystem.

Do software development benchmarks work?

Developers and model creators will naturally question whether Google’s action to set up this benchmarking is useful. Naysayers might naturally point to Goodhart’s Law, which states that, “When a measure becomes a target, it ceases to be a good measure.” Certainly, any reward system can attract actors who optimize their actions to achieve standardized goals.

Google may have second-guessed this pitfall by establishing Android Bench based upon real-world public code repositories. 

“We created the benchmark by curating a task set against a range of common Android development areas. It is composed of real challenges of varying difficulty, sourced from public GitHub Android repositories,” writes Google’s McCullough.

This means scenarios tested against include resolving “breaking changes” across Android releases (when code that worked fine previously becomes corrupted as a result of Google updating Android to a new version), domain-specific tasks such as networking for wearable devices (where the specter of high latency and frequent disconnections is always a threat), and migrating to the latest version of Jetpack Compose (Android’s own declarative UI toolkit that uses Kotlin language functions), and more.

What other Android benchmarks exist?

Other Android benchmarks include Jetpack Microbenchmark, a library that allows developers to benchmark their Android native code — whether written in Kotlin or Java — from within Android Studio. The sister Jetbank Macrobenchmark is provided to test large-scale user interactions, such as cold app startup time or the fluidity of user interface animations.

Also available in the Android benchmarking space is Firebase Performance Monitoring, a production-level field benchmark that monitors an app’s network requests and screen rendering times; this is more of an application performance monitoring tool. 

Within the Android developer community, Android Vitals already provides a dashboard to track app quality metrics such as stability, performance, battery usage, and permission issues. Apptim is a generative AI mobile app profiling and testing tool, so again, performance benchmarking, but not quite the same as Android Bench. We could also mention Google’s own Android Performance Analyzer (APA). which only arrived on 19 May this year and serves as a profiling and performance analysis tool with workflow simplification support.

“Open benchmarks like Android Bench are great, and we wish there were more of them. The caveat is data contamination. Public repositories leak into training, and we have seen models that cluster within a few points on public evals spread dramatically on private benchmarks built to mimic the same workload.” – Andrew Filev, CEO, Zencoder.

Andrew Filev, CEO and founder of code orchestration company Zencoder, tells The New Stack that he’s a fan of these systems, with caveats.

“Open benchmarks like Android Bench are great, and we wish there were more of them,” Filev enthuses. “In general terms, software development is too diverse for a single headline score to be universally meaningful — a Python benchmark tells you little about how a model handles Rust, embedded systems, or a mobile app. There’s also a real gap between building an open web app, an internal tool used by a few hundred people, and a multi-tenant product at a global scale, and models do not perform identically across those domains.”

Consequently, he says, domain-specific benchmarks push model developers to pay attention to the environments their users actually work in, so he thinks that “Google deserves credit here” and hopes other platforms follow.

“The caveat is data contamination. Public repositories leak into training, and we have seen models that cluster within a few points on public evals spread dramatically on private benchmarks built to mimic the same workload,” Filev says. “In our own research, a small change in how we framed test cases shifted the model spread from six percentage points to 26 and completely reordered the rankings. So public benchmarks help improve LLM performance across domains, and private evals help assess real-world performance on your workload.”

How Android Bench scores are built

Each Android Bench model’s overall benchmark score is based on a Google-developed calculation comprising four core values. 

The confidence interval (CI) range (%) is a measure of the expected performance range, reflecting the results’ statistical reliability (p-value, 0.05); the average latency score is the time taken to solve 100 tasks across 10 runs; the average total tokens score is a measure of token consumption for a full benchmark run across 10 runs; and the average cost is the cost per benchmark run at the time of testing, in US dollars.

The test harness for Android Bench is publicly available on GitHub.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.