Desarrolladores | Develop Site

Supercharge your AI agents: The New ADK Integrations Ecosystem

Blog Desarrollo Google - Hace 2 horas 30 mins
Agent Development Kit (ADK) now supports a robust ecosystem of third-party tools and integrations. Connect your agents to GitHub, Notion, Hugging Face, and more to build capable, real-world applications.
Categorías: Desarrolladores

LiteRT: The Universal Framework for On-Device AI

Blog Desarrollo Google - Hace 2 horas 30 mins
LiteRT, the evolution of TFLite, is now the universal framework for on-device AI. It delivers up to 1.4x faster GPU, new NPU support, and streamlined GenAI deployment for models like Gemma.
Categorías: Desarrolladores

You can't stream the energy: A developer's guide to Google Cloud Next '26 in Vegas

Blog Desarrollo Google - Jue, 03/05/2026 - 23:57
While keynotes are available online, Google Cloud Next '26 in Las Vegas offers an irreplaceable in-person experience centered on networking, hands-on problem solving, and the transition to agentic AI. The event features specialized technical tracks covering everything from Gemini multimodal breakthroughs to zero-trust security on Cloud Run, providing developers with the tools to balance individual speed with organizational stability. Beyond formal sessions, the "in-person advantage" lies in over 20 developer meetups and collaborative whiteboard sessions designed to foster serendipitous breakthroughs. Ultimately, the conference serves as a high-energy hub for engineers to move beyond the hype and master the modern building blocks of software architecture together.
Categorías: Desarrolladores

How we built the Google I/O 2026 Save the Date experience

Blog Desarrollo Google - Jue, 03/05/2026 - 23:57
Google I/O 2026 is returning May 19-20 at Shoreline Amphitheatre in Mountain View, CA. But before the keynotes begin, you can get into the spirit of the event with our annual tradition: the save the date puzzle. This year's experience highlights how AI can empower and accelerate
Categorías: Desarrolladores

Tailor Gemini CLI to your workflow with hooks

Blog Desarrollo Google - Jue, 03/05/2026 - 17:55
New Gemini CLI hooks (v0.26.0+) let you tailor the agentic loop. Add context, enforce policies, and block secrets with custom scripts that run at predefined points in your workflow.
Categorías: Desarrolladores

Conductor: Introducing context-driven development for Gemini CLI

Blog Desarrollo Google - Jue, 03/05/2026 - 14:54
Conductor is a new Gemini CLI extension that promotes context-driven development. It shifts project context from chat logs to persistent Markdown files for formal specs and plans, ensuring AI agents adhere to project goals, style, and tech stack. This structured workflow is great for "brownfield" projects and teams, allowing for safe iteration and consistent code contributions while keeping the human developer in control.
Categorías: Desarrolladores

Access public data insights faster: Data Commons MCP is now hosted on Google Cloud

Blog Desarrollo Google - Jue, 03/05/2026 - 11:53
Data Commons has launched a free, hosted Model Context Protocol (MCP) service on Google Cloud Platform, eliminating the need for users to manage complex local server installations. This update simplifies connecting AI agents and the Gemini CLI to Data Commons, allowing Google to handle security, updates, and resource management while users query data natively.
Categorías: Desarrolladores

Introducing the Developer Knowledge API and MCP Server

Blog Desarrollo Google - Jue, 03/05/2026 - 11:53
Google is launching the Developer Knowledge API and MCP Server in public preview. This new toolset provides a canonical, machine-readable way for AI assistants and agentic platforms to search and retrieve up-to-date documentation across Firebase, Google Cloud, Android, and more. By using the official MCP server, developers can connect tools directly to Google’s documentation corpus, ensuring that AI-generated code and guidance are based on authoritative, real-time context.
Categorías: Desarrolladores

Easy FunctionGemma finetuning with Tunix on Google TPUs

Blog Desarrollo Google - Jue, 03/05/2026 - 11:53
Finetuning the FunctionGemma model is made fast and easy using the lightweight JAX-based Tunix library on Google TPUs, a process demonstrated here using LoRA for supervised finetuning. This approach delivers significant accuracy improvements with high TPU efficiency, culminating in a model ready for deployment.
Categorías: Desarrolladores

On-Device Function Calling in Google AI Edge Gallery

Blog Desarrollo Google - Jue, 03/05/2026 - 08:52
Google has introduced FunctionGemma, a specialized 270M parameter model designed to bring efficient, action-oriented AI experiences directly to mobile devices through on-device function calling. By leveraging Google AI Edge and LiteRT-LM, the model enables complex tasks—such as managing calendars, controlling device hardware, or executing specific game logic in the "Tiny Garden" demo—to be performed entirely offline with high speed and low latency. Available for testing in the Google AI Edge Gallery app on both Android and iOS, FunctionGemma allows developers to move beyond simple text generation toward building responsive, "agentic" applications that interact seamlessly with the physical and digital world without relying on cloud processing.
Categorías: Desarrolladores

Get ready for Google I/O 2026

Blog Desarrollo Google - Jue, 03/05/2026 - 02:51
Google I/O returns May 19-20. Watch the livestreams for updates on Android, AI, Chrome, and Cloud. Registration is open on the Google I/O website.
Categorías: Desarrolladores

Making Gemini CLI extensions easier to use

Blog Desarrollo Google - Jue, 03/05/2026 - 02:51
To simplify the user experience and prevent startup failures, the Gemini CLI has introduced structured extension settings that eliminate the need for manual environment variable configuration. This update enables extensions to automatically prompt users for required details during installation and securely stores sensitive information, such as API keys, directly in the system keychain. Users can now easily manage and override these configurations globally or per project using the new Gemini extensions config command.
Categorías: Desarrolladores

Introducing Agent Development Kit for TypeScript: Build AI Agents with the Power of a Code-First Approach

Blog Desarrollo Google - Jue, 03/05/2026 - 02:51
Introducing the Agent Development Kit (ADK) for TypeScript, an open-source framework for building complex, multi-agent AI systems with a code-first approach. Developers can define agent logic in TypeScript, applying traditional software development best practices (version control, testing). ADK offers end-to-end type safety, modularity, and deployment-agnostic functionality, leveraging the familiar TypeScript/JavaScript ecosystem.
Categorías: Desarrolladores

Gemini 3 Flash is now available in Gemini CLI

Blog Desarrollo Google - Jue, 03/05/2026 - 02:51
Gemini 3 Flash is now available in Gemini CLI. It delivers Pro-grade coding performance with low latency and a lower cost, matching Gemini 3 Pro's SWE-bench Verified score of 76%. It significantly outperforms 2.5 Pro, improving auto-routing and agentic coding. It's ideal for high-frequency development tasks, handling complex code generation, large context windows (like processing 1,000 comment pull requests), and generating load-testing scripts quickly and reliably.
Categorías: Desarrolladores

Conductor Update: Introducing Automated Reviews

Blog Desarrollo Google - Mié, 03/04/2026 - 17:47
Conductor for the Gemini CLI has introduced a new Automated Review feature designed to verify the quality and accuracy of AI-generated code. This update addresses the challenge of validating agentic development by automatically checking implementations against original plans, enforcing style guides, and identifying security risks or bugs. by incorporating test-suite validation and providing actionable reports, Conductor helps developers ensure that their AI agents deliver safe, predictable, and architecturally sound code before it is finalized.
Categorías: Desarrolladores

A Guide to Fine-Tuning FunctionGemma

Blog Desarrollo Google - Mié, 03/04/2026 - 17:47
FunctionGemma is a specialized AI model for function calling. This post explains why fine-tuning is key to resolving tool selection ambiguity (e.g., internal vs. Google search) and achieving ultra-specialization, transforming it into a strict, enterprise-compliant agent. A case study demonstrates the improved logic. It also introduces the "FunctionGemma Tuning Lab," a no-code demo on Hugging Face Spaces, which streamlines the entire fine-tuning process for developers.
Categorías: Desarrolladores

Turn creative prompts into interactive XR experiences with Gemini

Blog Desarrollo Google - Mié, 03/04/2026 - 14:47
The Android XR team is using Gemini's Canvas feature to make creating immersive extended reality (XR) experiences more accessible. This allows developers to rapidly prototype interactive 3D environments and models on a Samsung Galaxy XR headset using simple creative prompts.
Categorías: Desarrolladores

Beyond the Chatbot: A Blueprint for Trustable AI

Blog Desarrollo Google - Mié, 03/04/2026 - 14:47
At Thunderhill Raceway Park, a team of Google Developer Experts (GDEs) put a new "Trustable AI Framework" to the test. Here is how they used GCP, Gemini and Antigravity to turn high-velocity racing into a masterclass for agentic architecture.
Categorías: Desarrolladores

A Developer's Guide to Debugging JAX on Cloud TPUs: Essential Tools and Techniques

Blog Desarrollo Google - Mié, 03/04/2026 - 14:47
A practical guide to debugging and profiling JAX on Cloud TPUs. It outlines core components (libtpu, JAX/jaxlib) and essential techniques. Tools covered include: Verbose Logging (via libtpu env vars), TPU Monitoring Library for performance metrics, tpu-info for real-time utilization, XLA HLO Dumps for compiler debugging, and the XProf suite for in-depth performance analysis.
Categorías: Desarrolladores

Real-World Agent Examples with Gemini 3

Blog Desarrollo Google - Mié, 03/04/2026 - 14:47
Gemini 3 is powering the next generation of reliable, production-ready AI agents. This post highlights 6 open-source framework collaborations (ADK, Agno, Browser Use, Eigent, Letta, mem0), demonstrating practical agentic workflows for tasks like deep search, multi-agent systems, browser and enterprise automation, and stateful agents with advanced memory. Clone the examples and start building today.
Categorías: Desarrolladores

Páginas