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

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
V
V2EX
美团技术团队
H
Help Net Security
月光博客
月光博客
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
U
Unit 42
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
A
About on SuperTechFans
博客园 - Franky
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理
博客园 - 司徒正美
MyScale Blog
MyScale Blog
B
Blog
雷峰网
雷峰网
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
T
The Blog of Author Tim Ferriss

Google Developers Blog

Autonomous LLM post-training with Tunix on TPUs- Google Developers Blog The Anatomy of Harness Engineering: How to Evaluate, Iterate, and Guard AI Coding Agents- Google Developers Blog Announcing ADK for Kotlin 1.0: Building Production-Ready AI Agents in Kotlin, Android, and Beyond- Google Developers Blog 4 engineering patterns behind the strongest AI Agents Challenge submissions- Google Developers Blog Decoding cosmic signals with deep learning and Keras- Google Developers Blog Enterprise-Grade Precision for Long-Context Multimodal Embedding Inference on Cloud TPU- Google Developers Blog How to Evaluate Live & Voice Agents in ADK- Google Developers Blog Build zero-trust AI agents with Google's Agent Development Kit- Google Developers Blog Introducing Credentio: Open Source C++ Library for C2PA Content Credentials from Google- Google Developers Blog HeyGen x Google Cloud: Bringing Avatar IV to TPUs- Google Developers Blog Why Go is an Ideal Language for AI-Assisted Software Engineering- Google Developers Blog Mastering Edge AI on Raspberry Pi with LiteRT and Gemma- Google Developers Blog Agent Plugins package your skills, tools, and more- Google Developers Blog Scaling AI Agent Infrastructure with the MCP Stateless updates- Google Developers Blog A unified API for AI model routing- Google Developers Blog Scaling real-time AI agents with session-aware load balancing- Google Developers Blog Agent and Model Evaluations in Gemini Enterprise Agent Platform are now GA- Google Developers Blog Enable on-demand expertise with Agent Skills in Genkit Go- Google Developers Blog How to use Google microbenchmarks for evaluating TPU performance- Google Developers Blog Run Ray on TPU, Part 2: Ray AI libraries- Google Developers Blog Scaling Agentic RL: High-Throughput Agentic Training with Tunix- Google Developers Blog Run Ray on TPU, Part 1: The foundations- Google Developers Blog Expanding Choice in Gemini Enterprise Agent Platform: Introducing Grounding with Parallel Web Search- Google Developers Blog Building scalable AI agents with modular prompt transpilation- Google Developers Blog Evolving Spec-Driven Development: Conductor Now Supports Antigravity- Google Developers Blog Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)- Google Developers Blog Unlocking the Next Era of On-Device AI with Google Tensor and Pixel- Google Developers Blog LiteRT.js, Google's high performance Web AI Inference- Google Developers Blog Bridging the Domain Gap: AI Race Coach built with Antigravity and Gemini- Google Developers Blog We terminated a TPU mid-training and it recovered in seconds: Introduction to elastic training with MaxText- Google Developers Blog
Driving Developer Excellence: Inside the Program Sprints-...
Anant Nawalgaria, Eric Schmidt, Sokratis Kartakis, Aman Khan · 2026-09-05 · via Google Developers Blog

At Google Cloud, we believe building enterprise-grade AI solutions requires more than just powerful models: it requires a seamless platform that works end-to-end for all developers. This is the core mission of the Gemini Enterprise developer experience (DevEx) Program.

This ongoing initiative is dedicated to pressure-testing our own tools exactly as a developer experiences them. The methodology is powerful and straightforward: With each sprint, our team walks a fixed set of developer workflows without the use of internal credentials or shortcuts. We document every point of friction that a developer would encounter, and work directly with engineering to deliver rapid, systemic improvements. Finding friction is only half the loop; closing it fast is the other half. For you, this means a more intuitive, reliable, and secure experience where the building components just work.

Defining our Developer Workflows

Governance is the backbone of enterprise AI because it allows agents to operate more securely, predictably, and compliantly. To deliver the most value, our DevEx team has focused on governance in this sprint and mapped out a core end-to-end path for it on Gemini Enterprise. Our testing covers these workflows in strict dependency order:

  • Workflow 1 | Provision a governed agent identity: Every agent receives a unique, dedicated identity that is automatically provisioned and decommissioned, granting it least-privilege access to only the resources it needs.
  • Workflow 2 | Register the agent for governance: Agents are registered and cataloged in the Agent Registry so they are discoverable and can be referenced in gateway access policies.
  • Workflow 3 | Bind the agent to the gateway: Agent traffic is routed through an Agent Gateway so all interactions pass through a single default-deny enforcement point.
  • Workflow 4 | Apply policies and content safety: Enforce access policies (like deterministic IAM/IAP and natural-language Semantic Governance rules) and enable Model Armor on ingress and egress.
  • Workflow 5 | Make a request and verify enforcement: Be able to send a real request through the governed agent and confirm end-to-end that authorized actions succeed, unauthorized actions are blocked, and every decision is captured in an auditable trail.

Sprint Spotlight: Enhancing End-to-End Reliability

Through user-journey testing in this sprint, we identified and resolved friction points with documentation and integration across our agent governance products. The key friction points we resolved include:

  • Transparent Prerequisites for Governance Setup (Workflows 3 & 4): To ensure a smoother setup experience, we updated the Troubleshooting Agent Gateway guide to explicitly state that enabling the Identity-Aware Proxy API is a hard requirement. This eliminates misleading "denial" errors during setup.
  • Secure-by-Default Extension Configurations (Workflow 4): We refactored code samples for Model Armor extensions in Monitoring Content Security to promote a secure-by-default (fail-closed) posture and added guidance on security versus latency trade-offs.
  • Zero-Interruption Gateway Binding (Workflow 3): To prevent the Agent Gateway's "default-deny" posture from blocking an agent's internal platform calls, we restructured the Deploying Agent Gateway workflows to auto-allow essential Google-managed platform APIs.
  • End-to-End Networking for Semantic Governance (Workflow 4): We added step-by-step guidance for provisioning Private Service Connect (PSC) endpoints and private Cloud DNS zones to the Configuring Semantic Governance documentation, to make it easier to setup proper traffic routes to the governance engine.
  • Certified-to-Compile Security Policy Syntax (Workflow 4): We audited and standardized IAM Common Expression Language (CEL) attribute references in the IAM Policy Overview, ensuring all parameters use the precise api.getAttribute() format to smoothen the process of successful custom policy compilation.
  • Predictable Policy Enforcement Mechanics (Workflows 2 & 5): We clarified the architectural distinction between "bind time" and "runtime" policy evaluations in the Agent Registry Concepts and Automatic Registration guides to help developers confidently configure and test security rules.
  • Simplified Monitoring with Ready-Made Queries (Workflow 5): To ease the process of policy verification for administrators, we published exact log stream names and copy-pasteable Logs Explorer queries in our Monitoring Agent Gateways and Monitoring Content Security guides.

Our Commitment to Developers

Our work doesn't stop when a ticket is closed. As part of our DevEx loop we ensure the friction logging process aligns very closely to how developers use our products, and every fix is rigorously re-verified to ensure the platform actually works end-to-end for you. If you are facing friction with using the products and would like to either receive support or report issues you can read more on the various options available to you here.

We are committed to continuously walking these journeys to expose hidden traps and resolve the friction points that slow you down. Through this constant iteration, our goal is to keep pushing Gemini Enterprise toward a seamless, secure, and frictionless future. Give governance on Gemini Enterprise Agent Platform a try today to experience these benefits firsthand, and stay tuned for our next sprint update!


Acknowledgements

We'd like to extend a special thanks to the following contributors for their work on this program: Richa Thapa Magar, Sammy Krieger, Benazir Fateh, Elliot Yamaguchi, Eliza Kuzamenko, Evelyn Camacho Sobero, Ambreen Kazi, Bobby Power, Su-Lyn Rosenberry, Shubham Saboo, Dave Eliott and Donna Schut.