-
August 2026
协程与挂起点 — an interactive walkthrough (Chinese)
Frame-by-frame playback of a real MCP client: where the thread goes when a coroutine freezes at await, why gather makes two requests overlap, and why the design has to be this way. Built with Claude Code.
-
August 2026
Humans use tools. The bottleneck is capacity.
Notes on Anthropic's "When AI builds itself": recursive self-improvement is just better tools, and the real limit inside a company is capacity, not capability.
-
August 2026
How far can the FDE go?
The function is durable, the title probably isn't — and the durable half of the value is the least portable half.
-
June 2026
My three cores for developing myself: Mental Model of Tech, Judgement, Taste
Three things I'm building in myself — a mental model of tech, judging my own judgement, and taste.
-
June 2026
What I took from Anthropic's "Building Effective Agents"
Three ideas that all point the same way: in the AI era, understanding is the bottleneck — not typing speed.
-
June 2026
Sync waits block the thread. Async waits yield it.
Two functions that both "wait two seconds." One freezes the thread; the other lets it keep working. Plus an interactive timeline.
-
June 2026
Turning messy business processes into agents
Why I start from the workflow, not the model — and the pattern that keeps working.