Search

2779 results

Clear filters
  • JULY 1, 2026 / AI

    Why we built ADK 2.0

    Answering the questions of "why we built ADK 2.0". This explains the rationale, some of the features, and why a developer should consider upgrading. This will be published the day after ADK go 2.0 launches.

    gfd-why-adk2-banner
  • JULY 1, 2026 / AI

    ML Development in VS Code with Google Cloud Power: Workbench Extension Now Available

    The Google Cloud Workbench Notebooks extension for VS Code has officially launched, allowing developers to connect their local IDE to scalable, cloud-based Jupyter environments. This integration streamlines the machine learning lifecycle by eliminating context switching and providing direct access to high-performance Google Cloud infrastructure. To support transparency and community-driven innovation, the newly released extension is fully open-sourced and available on GitHub and the VS Code Marketplace.

    VS_code_blogpost_banner
  • JULY 1, 2026 / AI

    Build agentic full-stack apps with Genkit

    The open-source Genkit framework has introduced the Agents API, a full-stack tool designed to simplify the complex plumbing of conversational AI by packaging message history, tool loops, and streaming into a single interface. The API supports flexible, server- or client-managed state persistence—allowing for advanced workflows like history branching, long-running detached tasks, and multi-agent coordination—while seamlessly connecting backends to frontends via a unified wire protocol. Currently available in preview for TypeScript and Go, it also integrates with the Genkit Developer UI to allow developers to easily test, debug, and inspect agent snapshots without writing client code.

    Agent Development Kit: Making it easy to build multi-agent applications
  • JUNE 30, 2026 / AI

    Build reliable multi-agent applications with ADK Go 2.0. Discover our new graph-based workflow engine, built-in human-in-the-loop, and dynamic orchestration

    The Agent Development Kit (ADK) for Go 2.0 has been released, introducing a first-class, graph-based workflow engine to help developers compose complex, multi-agent applications. This update adds built-in primitives for human-in-the-loop (HITL) orchestration, dynamic execution using plain Go code, and automated resilience features like exponential backoff retries. By unifying the execution model, both single-agent applications and intricate graphs now run on the same runtime, simplifying telemetry and state persistence.

    Gemini_Gen_ADKGo20_banner_blog
  • JUNE 30, 2026 / AI

    Driving the Agent Quality Flywheel from Your Coding Agent

    Building AI agents often leaves developers uncertain if prompt tweaks to fix single errors will accidentally cause widespread regressions in production. To bridge this gap, Google has introduced a new developer skill for coding agents that automates a five-stage evaluation flywheel: preparing data, running inference, grading with adaptive AutoRaters, analyzing failure clusters, and executing targeted optimizations. Running continuously against production traffic or on-demand via synthetic scenarios, this tool allows developers to describe testing goals in plain language while an independent evaluation service safely validates and counts actual performance improvements.

    flywheel-blog-hero-image
  • JUNE 22, 2026 / Web

    Measuring What Matters with Jules

    AI coding agents are rapidly shifting from reactive assistants that complete tasks when prompted to ...

    Measuring What Matters with Jules 1.0
  • JUNE 22, 2026 / AI

    Build Cross-Language Multi-Agent Team with Google’s Agent Development Kit and A2A

    How a Python agent and a Go agent collaborate on contract compliance using the Agent2Agent protocolY...

    banner
  • JUNE 18, 2026 / AI

    How A2A is Building a World of Collaborative Agents

    Celebrating the first anniversary of the Agent-to-Agent (A2A) protocol, this blog post highlights how the framework enables autonomous AI agents to securely collaborate and hand off tasks without the rigidity of traditional APIs. By delegating complex workflows to specialized peer agents, A2A prevents context pollution, ensures data privacy, and simplifies application design through modularity. To demonstrate this ecosystem in action, the post spotlights FoldRun—an agentic interface for life sciences that orchestrates complex protein structure predictions—alongside diverse A2A use cases spanning commerce, data streaming, DevOps, and telecommunications.

    image2.original_6xqVyTd
  • JUNE 17, 2026 / AI

    Announcing the Agentic Resource Discovery specification

    An open specification for finding and verifying tools, skills, and agents across the web.Agents are ...

    Gemini_Generated_Image_gzxwoagzxwoagzxw
  • JUNE 17, 2026 / Web

    A2UI + MCP Apps: Combining the best of declarative and custom agentic UIs

    This post introduces three architectural patterns designed to integrate Model Context Protocol (MCP) Apps and Agent-to-User Interface (A2UI) to solve the tradeoff between highly custom iframe environments and native, declarative rendering. By combining these approaches, developers can serve native-feeling UIs directly over MCP servers, embed complex and stateful iframe apps securely inside declarative views, or inject generative UI components into legacy systems. Ultimately, these hybrid frameworks empower engineering teams to deliver secure, performant, and brand-consistent agentic user experiences tailored to their specific project constraints.

    header