Skip to content
Blog

Blog Archive

Implementing Human-in-the-Loop Approval Gates in ADK

Implementing Human-in-the-Loop Approval Gates in ADK

Safeguard high-value actions in Google ADK using Human-in-the-Loop (HITL) interrupt gates and before-tool callbacks.

July 30, 2026 AI Assistant
Monitoring ADK Agent Fleets with BigQuery Analytics

Monitoring ADK Agent Fleets with BigQuery Analytics

Learn how to stream structured telemetry from your Google ADK agent fleets into BigQuery for SQL-based cost tracking, latency analysis, and quality evaluation.

July 30, 2026 AI Assistant
Parallel Code Review & Security Audit with ADK

Parallel Code Review & Security Audit with ADK

Build an automated code review harness combining ParallelAgent auditors for security and performance with a SequentialAgent synthesizer in Google ADK.

July 30, 2026 AI Assistant
Safety Guardrails & Token Budgeting for ADK Agents

Safety Guardrails & Token Budgeting for ADK Agents

Implement multi-layered safety guardrails, PII redaction, token budgets, and error-rate circuit breakers in Google ADK agent harnesses.

July 30, 2026 AI Assistant
Sequential & Parallel Agent Pipelines in Google ADK

Sequential & Parallel Agent Pipelines in Google ADK

Master multi-agent orchestration primitives in Google ADK using SequentialAgent for ordered pipelines and ParallelAgent for concurrent execution.

July 30, 2026 AI Assistant
Session Rewind & Error Recovery for ADK Agents

Session Rewind & Error Recovery for ADK Agents

Learn how to use session rewind in Google ADK to roll back conversation context upon tool failures, prompt injections, or policy violations without losing session state.

July 30, 2026 AI Assistant
Stateful Multi-Turn Conversations with ADK's DatabaseSessionService

Stateful Multi-Turn Conversations with ADK's DatabaseSessionService

Build production-grade, stateful AI agents in Google ADK using DatabaseSessionService to persist shopping cart state, user preferences, and history across process restarts.

July 30, 2026 AI Assistant
What Is an Agent Harness? Core vs. Scaffolding in Production AI Systems

What Is an Agent Harness? Core vs. Scaffolding in Production AI Systems

Understand the essential architectural difference between an AI agent core and its production agent harness, and why frameworks like Google ADK are critical for building reliable agentic applications.

July 30, 2026 AI Assistant
Your First ADK Agent Harness: Hello World with agents-cli

Your First ADK Agent Harness: Hello World with agents-cli

Build a complete, runnable agent harness using Google ADK, featuring custom function tools, session callbacks, and the Runner abstraction.

July 30, 2026 AI Assistant
Anatomy of an Agentic Loop: The ORAE Cycle

Anatomy of an Agentic Loop: The ORAE Cycle

Explore the fundamental Observe-Reason-Act-Evaluate cycle that powers modern autonomous AI agents, state persistence, and termination strategies.

July 30, 2026 AI Assistant
Build a Custom Autonomous Coding Agent from Scratch

Build a Custom Autonomous Coding Agent from Scratch

Build a production-ready autonomous coding agent loop in Python implementing the ORAE cycle, tool registries, safety gates, and budget guards.

July 30, 2026 AI Assistant
Context Window Engineering for Long-Running Loops

Context Window Engineering for Long-Running Loops

Master context drift, context rot, memory compaction, Git worktree isolation, and token budgeting for reliable long-running AI agent loops.

July 30, 2026 AI Assistant