Posts
All the articles I've posted.
-
AI Agent Multi-Task Collaboration in Practice: From Monolith to Distributed Workflows
How to design and build a multi-task collaboration system for AI Agents, covering task decomposition, state management, and error recovery. A hands-on look at agent collaboration architecture through a real blog-publishing workflow.
-
Why Do AI Agents Ignore Your "Hard Rules"? A Deep Postmortem of Two Real Incidents
A deep postmortem of two real production incidents, analyzing why AI agents systematically ignore explicit rules and how to design constraint mechanisms that actually hold. Covers the technical root causes, common patterns, and actionable solutions.
-
AI Agent Memory Systems in Practice: OpenClaw Memory Best Practices
A deep dive into OpenClaw's memory architecture, from file layout to retrieval tuning, with actionable best practices for managing AI Agent memory
-
From Command Line to Conversational Programming: Building a Personal Dev Assistant with AI Agents
A deep dive into building an AI dev assistant from scratch with memory, tool calling, and task planning — a hands-on look at AI-native development patterns
-
The Complete Guide to AI Agent Skills: Give Your AI Assistant Superpowers
What are Skills? How do you install and use them in Claude Code, Codex, OpenClaw, and other AI tools? Explore skills.sh and awesome-openclaw-skills, tap into 3,000+ community Skills, and turn your AI Agent from a generalist assistant into a domain expert.
-
A Lightweight Electron Alternative: A Deep Dive into electrobun
12MB vs 150MB, 14KB incremental updates, full-stack TypeScript. How does electrobun redefine desktop app development with Bun + Zig? A complete breakdown of its architecture, performance, and hands-on usage.
-
The AI Agent Development Tools Ecosystem in 2026: A Complete Landscape
From Claude Code CLI to OpenClaw: how AI agent configuration systems evolved, seen through the 35.6k-star everything-claude-code project. A deep dive into Skills, Hooks, and Rules, plus a practical guide to porting configs across tools.
-
AI Agent Frontend Workflow (Part 3): Cost Optimization and Team Collaboration Best Practices
How do you keep AI Agent token costs under control? How do you deal with hallucinations? How do you roll it out across a team? This post shares battle-tested optimization strategies and collaboration practices, backed by real cost data.