Google Quietly Buying Play Store Code to Train AI Coding Tools

Google has been contacting Android developers with an offer to buy access to their app codebases to improve its AI coding tools, according to a 404 Media report. The program, described as a "confidential content offer pilot," targets developers with apps on the Play Store — including one with millions of downloads who shared the email anonymously.
Key Details from the Email
- What Google wants: access to production code, archived projects, prototypes, and side projects — including "the active production codebase powering your current app" and "archives of prototypes and side projects no longer in use."
- License: non-exclusive, developer retains 100% IP and can monetize code elsewhere.
- Payment: developers get paid for sharing code, but no specific amounts were disclosed.
- AI connection: the email does not mention AI, but a linked page references "partnerships to improve our AI products" and training on "non-public content."
The email frames the program as a way for developers to generate extra revenue while helping improve Google's developer tools. "Whether it's the active production codebase powering your current app, or archives of prototypes and side projects no longer in use, that code could have untapped value," the email states.
Why This Matters
Google is behind Anthropic's Claude Code and Microsoft's Copilot in code generation AI. This program suggests Google's web-scraped data isn't sufficient for competitive coding AI, echoing its $60 million Reddit data deal (with mixed results). As the article notes, "the fact that Google is trying to buy code from developers suggests that the company hasn’t been able to create a good enough coding AI using content that it can scrape from the web."
For developers, the program raises questions about code quality requirements, pricing, and the long-term impact on Google's AI tools. The confidentiality clause indicates Google wants to avoid public scrutiny during the pilot.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Code v2.1.199 Patches 20+ Bugs: SSL, Subagents, Daemon Crashes Fixed
Claude Code v2.1.199 fixes SSL certificate errors, subagent silent failures, a Linux daemon crash loop, and 20+ other bugs. Key fixes include immediate SSL error hints, partial stream retention, and subagent error propagation.

Claude Code allegedly refuses requests or charges extra when commits mention 'OpenClaw'
A tweet by Theo claims Claude Code either refuses requests or charges extra if your git commits mention 'OpenClaw', sparking discussion on HN.

Amazon Workers Invent Busywork to Meet AI Usage Quotas
To comply with internal mandates to adopt AI tools, Amazon staff are fabricating tasks, inflating usage stats, and gaming metrics—revealing flawed implementation of AI adoption policies.

Claude Code takes on QNX Big Kernel Lock removal, starting with userspace contention stats
A developer asked Claude Code to redesign QNX's microkernel to remove the Big Kernel Lock. Claude estimated 3 months for a top human developer, then began by designing /proc-like locking statistics and fixing kernel subsystems one by one.