跳转至

One Poem Suffices

A blog series on Agent Engineering — deep dives into LLM and Agentic Systems. One article per topic, thorough enough that you only need to read it once.


Multi-Agent System

"When intelligence reaches a certain threshold, multi-agent systems become the key to scaling performance."

Anthropic found that multi-agent systems outperform single agents by 90.2%. This article explores the paradigm shift from model intelligence to system intelligence, answering the core questions of What, Why, and How.

45 min   Read article


Context Engineering

"Most AI Agent failures are not failures of model capability, but failures of context engineering."

Context Engineering is a core skill for building production-grade AI Agents. This article digs into its essence — not "advanced Prompt Engineering", but a set of principles distilled from the evolution of Agentic Systems.

35 min   Read article


Just-in-Time Context

"From LLMs passively receiving context to Agents actively acquiring it."

A deeper dive into Context Engineering. Explores the key paradigm shift and how to achieve efficient context management through Compress / Write / Isolate.

35 min   Read article


Model Context Protocol (MCP)

"Connect data sources, tools, and capabilities to AI models in a consistent way."

A practitioner's perspective that goes beyond simple doc translations. Includes hands-on MCP development examples and real-world applications.

20 min read + 30 min hands-on   Read article