正在加载视频...

视频加载失败

Your code stays right here on your machine. 😎 Gemma 4 is now built-in to Android Studio, so you don’t need a third party provider to download. Using a local model lets agents run complex, multi-step code changes completely offline, with zero token quotas →

24,081 次观看 • 9 天前 •via X (Twitter)

6 条评论

Serhii Y. 的头像
Serhii Y.9 天前

Gemma models may not be the best choice to run locally for agentic coding 😅

Neil 的头像
Neil9 天前

Wow. That's really smart.

MARUF 的头像
MARUF9 天前

local offline coding agents inside android studio is clutch

Android Developers 的头像
Android Developers7 天前

The possibilities are endless!

PHICER 的头像
PHICER9 天前

Local agents offer more than privacy and zero token quotas: they can make latency, availability, and data boundaries predictable. The tradeoff is operational—teams still need model-fit evaluation, device capability checks, and clear fallback behavior.

Mobile Dev 的头像
Mobile Dev8 天前

Android emulator consume much RAM and their Google Gemini AI Agent is not great for software development. That makes Android Studio sucks and I think they have to work on that part making emulator consume less RAM and the Google Gemini AI great for development great.

相关视频

New short course: Building Code Agents with Hugging Face smolagents! Learn how to build code agents in this course, created in collaboration with Hugging Face, and taught by Thomas Wolf, its co-founder and CSO, and m_ric, Hugging Face’s Project Lead on Agents. Tool-calling agents use LLMs to generate multiple function calls sequentially to complete a complex sequence of tasks. They generate one function call, execute it, observe, reason, and decide what to do next. Code agents take a different approach. They consolidate all these calls into a single block of code, letting the LLM lay out an entire action plan at once, which can be executed efficiently to provide more reliable results. You’ll learn how to code agents using smolagents, a lightweight agentic framework from Hugging Face. Along the way, you’ll learn how to run LLM-generated code safely and develop an evaluation system to optimize your code agent for production. In detail, you’ll learn: - How agentic systems have evolved, gaining greater levels of agency over time—and why code agents are a next step. - How code agents write their actions in code. - When code agents outperform function-calling agents. - How to run code agents safely in your system using a constrained Python interpreter and sandboxing using E2B. - To trace, debug, and assess the code agent to optimize its behaviours for complex requests. - How to build a research multi-agent system that can find information online and organize it into an interactive report. By the end of this course, you’ll know how to build and run code agents using smolagents, and deploy them safely with a structured evaluation system in your projects. Please sign up here!

Andrew Ng

127,724 次观看 • 1 年前