Architecture
4 posts
Agent Runtime Architecture: ADK Go's Execution Mechanism
Detailed explanation of ADK Go Agent Runtime architecture design—process model, thread model, memory management, and interaction with Agent.

How Do 40+ Tools 'Grow' onto an AI?
Deep dive into Claude Code’s tool system: how 40+ tools form an extensible capability architecture through unified interface contracts, three-tier filtering pipelines, and fail-closed defaults. From Tool.ts interface to buildTool factory, revealing the underlying mechanisms of AI tool calling.

Claude Code Is Not a CLI Tool, But a 'Living' System
A deep dive into Claude Code’s underlying architecture: why it’s not a traditional CLI tool but an intelligent system running in a ‘distributed state.’ From TypeScript to Bun runtime, three-tier architecture to Feature Flags, understand the core design philosophy of this AI coding assistant.

You Only Have Three Servers, Why Are You Using Kubernetes?
Kubernetes is for Google, systemd is for the rest of us. The story of someone who spent three months learning K8s, only to realize a single config file would have done the job.
