Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

blog.google
developers.googleblog.com > introducing-credentio-open-source-c-library-for-c2pa-content-credentials-from-google

Introducing Credentio: Open Source C++ Library for C2PA Content Credentials from Google

1+ hour, 12+ min ago   (260+ words) Credentio provides an API designed to run completely locally within developer applications. This removes the need to send media files to cloud servers for validation, which incurs privacy, latency, bandwidth, and file size limitations. With Credentio, media files never need…...

blog.google
developers.googleblog.com > heygen-x-google-cloud-bringing-avatar-iv-to-tpus

HeyGen x Google Cloud: Bringing Avatar IV to TPUs

1+ hour, 12+ min ago   (425+ words) HeyGen is an AI video generation platform featuring avatar models. Avatar IV, the diffusion stack behind our talking-head videos, runs on more than 18B parameters and is available via Web and API. Working with Google Cloud's specialized AI infrastructure performance optimization…...

Google News
developers.googleblog.com > why-go-is-an-ideal-language-for-ai-assisted-software-engineering

Why Go is an Ideal Language for AI-Assisted Software Engineering - Google Developers Blog

2+ day, 1+ hour ago   (385+ words) In this paradigm, the things that matter most in our developer tools are shifting, too. Historically, developers measured the productivity of a programming language largely by how easy it is to write. But when a coding agent can generate hundreds…...

blog.google
developers.googleblog.com > mastering-edge-ai-on-raspberry-pi-with-litert-and-gemma

Mastering Edge AI on Raspberry Pi with LiteRT and Gemma

2+ day, 1+ hour ago   (763+ words) Imagine building a fully autonomous robot that can see, hear, and react to its environment in real time, completely offline on a single compact device like Raspberry Pi. Edge AI unlocks this exact autonomy. It enables developers to build highly…...

blog.google
developers.googleblog.com > agent-plugins-package-your-skills-tools-and-more

Agent Plugins package your skills, tools, and more

1+ week, 1+ hour ago   (774+ words) Agent Plugins 1.0.0 is an open, vendor-neutral specification for packaging Agent Skills and MCP servers into portable plugins. It was published by a TSC of Core Maintainers from Amazon, Cursor, Microsoft, OpenAI, and Vercel. Google is joining that group as a…...

blog.google
developers.googleblog.com > a-unified-api-for-ai-model-routing

A unified API for AI model routing

1+ week, 2+ day ago   (195+ words) Setting up your model routing logic takes just a few steps: Note: All backends referenced by a single router must share the same host (for example, aiplatform.googleapis.com). Routing selects a different model and path on that shared Vertex…...

blog.google
developers.googleblog.com > scaling-real-time-ai-agents-with-session-aware-load-balancing

Scaling real-time AI agents with session-aware load balancing

1+ week, 2+ day ago   (1097+ words) Building real-time AI agents isn’t quite like working with the standard web APIs we’re used to. With a typical API, there’s a predictable lifecycle: the client sends a request, the server processes it, returns a response, and then moves on....

blog.google
developers.googleblog.com > agent-and-model-evaluations-in-gemini-enterprise-agent-platform-are-now-ga

Agent and Model Evaluations in Gemini Enterprise Agent Platform are now GA

1+ week, 6+ day ago   (495+ words) You can reach evaluations from the Agent Platform SDK, agents-cli, the Evaluation section in Agent Platform Google Cloud console, and directly from ADK. The primary unit of work in evaluation is the experiment, a dataset of eval cases and a…...

blog.google
developers.googleblog.com > enable-on-demand-expertise-with-agent-skills-in-genkit-go

Enable on-demand expertise with Agent Skills in Genkit Go

1+ week, 6+ day ago   (482+ words) Following the specification, this is how a skill is organized on disk: And here is a skill frontmatter example: This flow is summarized in the following diagram: This progressive disclosure model offers three key advantages: To understand how Agent Skills…...

blog.google
developers.googleblog.com > run-ray-on-tpu-part-2-ray-ai-libraries

Run Ray on TPU, Part 2: Ray AI libraries

2+ week, 6+ day ago   (544+ words) TL;DR: Part 2 of 2. Part 1 covered the one hardware idea you need and the two layers underneath (GKE and Ray Core). This part shows the libraries you actually build with, Ray Serve, Ray Data, and Ray Train. Quick recap if…...