AI Agent Exploration

A technical blog focused on AI Agent engineering. Deep articles on multi-agent collaboration, Agent workflows, MCP, and Claude Code automation — reusable, runnable, and built for re-reading.

中文 EN

Build Autonomous AI Agents from Scratch

42 bilingual deep-dive articles · All with runnable code · Full Agent engineering lifecycle

🏭

Production Engineering

Sandbox · Permissions · Safety · Isolation · Audit · Evaluation — 6-part series

🚀

Get Started

Build your first Agent in 50 lines of Python

🔌

MCP Protocol

From primer to production: complete tool-calling standard guide

🤝

Multi-Agent Systems

8-agent debate · Market analysis · Orchestration & consensus

📖 Start Here

New to AI Agents? Follow this reading path:

  1. What Is an AI Agent — The fundamental difference between chatbots and autonomous agents
  2. Write Your First AI Agent — 50 lines of Python that actually search and compute
  3. Agent Tool Design Best Practices — 8 rules for tools that models call correctly
  4. Agent Memory Systems — Short-term, long-term, and RAG explained
  5. Agent Error Recovery — Four defense lines for self-healing agents

📚 Article Series

🏭 AI Agent Production Engineering Series (6 articles · Complete)

Complete production pipeline from code sandbox to security evaluation: Sandbox → Permissions → Command Safety → Isolation → Audit → Security

Agent Rollback Design: Recovering When Agent Automation Writes Bad Files

When agents write bad files or corrupt state, systematic rollback patterns let you undo the damage.

Agent VERIFIED Deployment Gate Design

How to verify that deployments actually work — structural integrity, page rendering, security headers, and multi-language consistency.

AI Agent Fundamentals

From zero to a complete Agent framework: core concepts, runnable code, tools, memory, and error recovery.

Multi-Agent & Debate Systems

How do multiple Agents collaborate, orchestrate, and debate? From theory to production engineering.

Debate Theory Series L1–L4:

  1. L1 — Why Debate Beats a Single Answer
  2. L2 — Structured Debate Protocol
  3. L3 — Debate Scoring & Consensus
  4. L4 — Production Deployment

Market Analysis Applied Series:

  1. System Architecture & Data Pipeline
  2. Debate Protocol Design
  3. Backtesting & Validation
MCP Protocol Series
  1. MCP Protocol Primer: Why AI Agents Need a Unified Tool-Calling Standard
  2. MCP Protocol Production Guide: Security, Sandbox, and Multi-Server Routing

🆕 Latest Posts

📋 All Posts

🛠 Tools & Frameworks

These are the core building blocks of Agent engineering, organized by category:

CategoryTools / FrameworksBest For
Agent FrameworksAutoGen, LangGraph, LangChain, CrewAI, smolagentsMulti-agent collaboration, state flows, tool calling, task orchestration
Coding AssistantsClaude Code, Codex, OpenCodeAutomated writing, code generation, engineering execution, PR review
Protocols & Tool CallingMCP, Function Calling, JSON SchemaTool integration, context management, standardized communication
Agent WorkflowsReAct, Plan-Execute, LLM-as-JudgeReasoning loops, task planning, result evaluation, self-correction

Content on this site covers all these areas — from conceptual understanding to production deployment code.