Google Developers Blog - AI https://developers.googleblog.com/search/?technology_categories=AI Latest AI-related posts from Google Developers Blog http://www.rssboard.org/rss-specification python-feedgen en Sat, 07 Feb 2026 02:53:27 +0000 Introducing the Developer Knowledge API and MCP Server https://developers.googleblog.com/introducing-the-developer-knowledge-api-and-mcp-server/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/Gemini_Generated_Image_yujtz0yujtz.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>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. AI Wed, 04 Feb 2026 00:00:00 +0000 Easy FunctionGemma finetuning with Tunix on Google TPUs https://developers.googleblog.com/easy-functiongemma-finetuning-with-tunix-on-google-tpus/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/Building-1-banner.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>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. AI Tue, 03 Feb 2026 00:00:00 +0000 Beyond the Chatbot: A Blueprint for Trustable AI https://developers.googleblog.com/beyond-the-chatbot-a-blueprint-for-trustable-ai/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/Building-1-banner.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>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. DeepMind Thu, 29 Jan 2026 00:00:00 +0000 Tailor Gemini CLI to your workflow with hooks https://developers.googleblog.com/tailor-gemini-cli-to-your-workflow-with-hooks/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/Gemini_CLI_Hooks_hero_image.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>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. AI Wed, 28 Jan 2026 00:00:00 +0000 LiteRT: The Universal Framework for On-Device AI https://developers.googleblog.com/litert-the-universal-framework-for-on-device-ai/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/LiteERT_banner.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>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. Mobile Wed, 28 Jan 2026 00:00:00 +0000 A Guide to Fine-Tuning FunctionGemma https://developers.googleblog.com/a-guide-to-fine-tuning-functiongemma/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/train-gpt2-model-with-jax-on-tpu-b.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>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. AI Fri, 16 Jan 2026 00:00:00 +0000 Under the Hood: Universal Commerce Protocol (UCP) https://developers.googleblog.com/under-the-hood-universal-commerce-protocol-ucp/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/Meta_Banner_Image-3_1.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>The Universal Commerce Protocol (UCP) is a new, open-source standard for agentic commerce, co-developed by Google and industry leaders. It establishes a common, secure language to connect consumer surfaces (like Gemini and AI Mode in Search) with business backends, enabling seamless shopping from product discovery to purchase. UCP simplifies integration for businesses, supports various payment providers, and is designed to power the next generation of conversational commerce experiences. AI Sun, 11 Jan 2026 00:00:00 +0000 A Developer's Guide to Debugging JAX on Cloud TPUs: Essential Tools and Techniques https://developers.googleblog.com/a-developers-guide-to-debugging-jax-on-cloud-tpus-essential-tools-and-techniques/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/meta.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>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. AI Mon, 05 Jan 2026 00:00:00 +0000 Real-World Agent Examples with Gemini 3 https://developers.googleblog.com/real-world-agent-examples-with-gemini-3/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/social-meta.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>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. AI Fri, 19 Dec 2025 00:00:00 +0000 Introducing Agent Development Kit for TypeScript: Build AI Agents with the Power of a Code-First Approach https://developers.googleblog.com/introducing-agent-development-kit-for-typescript-build-ai-agents-with-the-power-of-a-code-first-approach/ <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/Building-1-banner.2e16d0ba.fill-800x400.png" alt="Featured image" /><br/><br/>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. AI Wed, 17 Dec 2025 00:00:00 +0000