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

推荐订阅源

Google DeepMind News
Google DeepMind News
爱范儿
爱范儿
J
Java Code Geeks
L
LangChain Blog
V
V2EX
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
博客园 - Franky
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
博客园 - 司徒正美
B
Blog
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
Engineering at Meta
Engineering at Meta
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
Hugging Face - Blog
Hugging Face - Blog

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE NanoClaw partners with Vercel to deliver one-click approvals for AI agents working on sensitive tasks - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
Google introduces new agentic AI-ready tools and resource...
by Kyt Dotson · 2026-04-17 · via SiliconANGLE

Google introduces new agentic AI-ready tools and resources for Android developers 

Google LLC’s Android team is introducing new ways to build high-quality software for its mobile platform with artificial intelligence agents. 

Today, the company provided two new tool suites, including a new Android command-line interface with skills designed to enable agents to build cleanly and a knowledge base filled with official documentation. 

Revitalizing the CLI for agents 

These two new resources complement each other. The CLI, or command-line interface, is a lightweight way for developers to interact with AI coding agents, eschewing graphical windows and going directly to the terminal, which relies entirely on text and keyboard input rather than buttons and icons. 

Google said it rebuilt this interface for Android development, providing developers with a way to surface commands for environment setup, project creation and device management right at their fingertips. This way, they can get right down to the nuts and bolts without the distractions of a graphical interface. 

 The company also said the thinner client reduces the number of tokens used by large language models during development by more than 70% and tasks were completed more than three times faster than standard toolsets. Although they did not explain exactly where these optimizations came from. 

New capabilities baked into the updated CLI include broader software development kit management with “android sdk install” for downloading specific components, access to “android create” to generate new projects from official templates and rapid virtual device creation. 

Using official skills to ground LLM work 

Normal documentation is designed for humans to read, learn and understand examples so that they can build and design software; however, this works against LLMs and AI agents. AI agents require rigorous, actionable instructions to execute step-by-step tasks, sometimes with static examples and edge cases laid out. 

Although AI agents can parse human-readable documentation, it slows them down and causes confusion. To avoid this, the Android team is launching the Android Skills GitHub Repository. 

Skills are modular, markdown-based instruction sets that include technical specifications for tasks designed to trigger automatically when a prompt matches specific criteria. Developers who use agentic systems typically know them as SKILL.md files and accompanying metadata. They simplify routines and common prompts. 

The company said Android skills cover some of the most typical workflows that Android developers and LLMs struggle with across the ecosystem and follow best practices. In the initial release, the Android team included skills to handle Navigation 3, support for Android Grade Plugin 9, XML-to-Compose, R8 config analysis and more. 

Android CLI is available in preview today, along with its growing set of skills, on Google’s Android developer tools portal. 

Guidance via the Android Knowledge Base 

Finally, Google said it’s launching a fully featured documentation portal known as the Android Knowledge Base, now accessible through the “android docs” command and in the latest version of Android Studio. 

It is a specialized data source that allows coding agents to quickly search and fetch the latest authoritative developer guidelines to use as context. The company explained that the Knowledge Base is constantly updated, providing agents with a foundation to ground responses and remains up to date with recent information from Android development. This ensures LLMs keep on top of guidance even after the LLM training cutoff date. 

Now, more than ever, developers face a challenge where code can suffer from LLMs churning or producing bad code based on outdated knowledge. This requires either manual cleanup, further iterations with the AI chat or another agentic layer to fix the initial run, wasting even more AI tokens. If an LLM can get as much clean code written in the first pass, following best practices, within a company’s own stylesheet, it makes it more maintainable over time. 

Image: geralt/Pixabay

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.