Skip to content
Blog

Recent Blog Posts

Insights on AI Agents, Modern Web, and the Future of Engineering.

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.

2026-07-30 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.

2026-07-30 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.

2026-07-30 AI Assistant
Maker-Checker & Multi-Agent Orchestration Patterns

Maker-Checker & Multi-Agent Orchestration Patterns

Learn advanced multi-agent patterns including Maker/Checker separation, fan-out/fan-in sub-agent orchestration, background scheduled loops, and autonomous goal-seeking systems.

2026-07-30 AI Assistant
Building an Approval & Refund Graph Workflow with ADK 2.0

Building an Approval & Refund Graph Workflow with ADK 2.0

Step-by-step tutorial for constructing an auditable, graph-based refund processing workflow using ADK 2.0 and Python conditional routing.

2026-07-30 AI Assistant
End-to-End OpenTelemetry Tracing for ADK Agents

End-to-End OpenTelemetry Tracing for ADK Agents

Instrument Google ADK agent harnesses with OpenTelemetry to capture full-trajectory execution traces, tool latencies, and token metrics.

2026-07-30 AI Assistant
Getting Started with ADK 2.0 Graph Workflows

Getting Started with ADK 2.0 Graph Workflows

Explore ADK 2.0 Graph Workflows to combine LLM reasoning with deterministic Python routing for complex, auditable enterprise AI agent architectures.

2026-07-30 AI Assistant
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.

2026-07-30 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.

2026-07-30 AI Assistant
Automated CI/CD Regression Evaluation for ADK Agents

Automated CI/CD Regression Evaluation for ADK Agents

Implement an automated Python quality gate for ADK agents in CI/CD pipelines to prevent trajectory regressions and enforce pass-rate thresholds before deployment.

2026-07-30 AI Assistant
Building a Dispatcher Agent with Specialized Subagents

Building a Dispatcher Agent with Specialized Subagents

Implement dynamic triage and intent-based routing using Google ADK dispatcher agents and specialized subagents for billing, tech support, and beyond.

2026-07-30 AI Assistant
Building an Eval Test Suite for ADK Agents

Building an Eval Test Suite for ADK Agents

Move from vibes-based testing to structured evaluation for ADK agents, tracking tool call accuracy, trajectory efficiency, and LLM-as-a-judge quality scoring.

2026-07-30 AI Assistant