Gemini Managed Agents: Developer Guide
Guide to building and deploying AI agents using Gemini Managed Agents via the Interactions API, with code examples.
Philipp Schmid is a Staff Engineer at Google DeepMind, building AI Developer Experience and DevRel initiatives. He specializes in LLMs, RLHF, and making advanced AI accessible to developers worldwide.
199 articles from this blog
Guide to building and deploying AI agents using Gemini Managed Agents via the Interactions API, with code examples.
Explores four subagent patterns in AI agent systems for 2026, focusing on agent management and task delegation.
Guide to using Deep Research with the Gemini API, including setup, collaborative planning, and running research tasks.
Learn two proven patterns for correctly using MCP servers with AI agents to avoid context bloat, higher costs, and poor performance.
Tips for writing effective agent skills, covering structure, descriptions, and instructions for better AI performance.
Guide to using Google's Gemma 4 open models with the Gemini API and Google AI Studio, covering setup, text generation, and multimodal features.
Analysis of Kimi K2.5, Cursor Composer 2, and Chroma Context-1 reports on training agentic models with reinforcement learning.
Learn how to combine built-in tools like Google Search with custom function calling in the Gemini API for multi-step agent workflows.
A developer guide for using the Gemini Interactions API with the Nano Banana 2 image generation model to create personalized, search-grounded images.
Explores how autonomous AI agents (autoresearch) can optimize small language models by running hundreds of experiments overnight, improving performance without human intervention.
A guide to systematically evaluating and testing AI agent skills, covering success criteria, building an evaluation harness, and improving skill performance.
A guide to writing effective AGENTS.md files for AI coding agents, based on research data and best practices.
Explains the difference between an AI agent's inner loop (verifying work within a task) and outer loop (learning across tasks).
Guide to using multimodal function calling with Gemini 3 and the Interactions API to build AI agents that can process and analyze images.
A guide to using the Gemini Deep Research API for complex research tasks, including polling and streaming methods with code examples.
Introduces the Agent Client Protocol (ACP), an open standard for unifying communication between AI coding agents and code editors.
A quick start guide for Google's Gemini Interactions API, covering setup, stateful conversations, and multimodal interactions.
Explains why MCP servers often fail and provides best practices for building effective MCP servers by treating them as AI agent interfaces, not REST API wrappers.
A technical guide on generating transparent PNG stickers using the Gemini API with chromakey green and HSV color detection for clean background removal.
A guide to building AI agents using the Gemini Interactions API, covering core concepts and a step-by-step CLI implementation.