Posts
All the articles I've posted.
-
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.
-
AI Agent Frontend Workflows (Part 4): What's Next, and the Open Source Tool Landscape
The series finale. From Copilot to autonomous agents, from closed to open source — this post maps where AI agents are heading, compares the major tools, and explores how the developer's role is changing. Complete learning roadmap included.
-
Hard-Won Lessons from Multi-Agent Collaboration: How One config.patch Nearly Took Down the Whole System
Real-world lessons from a week of running a multi-agent system: a config management incident, TypeScript import errors, a wrong publish date, cost optimization in practice, and best practices for team collaboration.
-
AI Agent Frontend Workflow (Part 2): Intelligent Code Review and Automated Testing
Use AI Agents for intelligent code review and automated test case generation. From Git Hook integration to E2E testing, this post shares a complete hands-on setup with real project metrics.
-
Safely Exposing a Local AI Assistant to the Internet: SSH Reverse Tunnels in Practice
Expose a locally running OpenClaw Gateway to the public internet with an SSH reverse tunnel plus an Nginx reverse proxy, accessible via your own domain. All data stays local, with multiple layers of security — at zero cost.
-
AI Agent Frontend Workflow (Part 1): Understanding Agents and Automated Component Generation in Practice
An AI Agent is not just a chatbot — it's an intelligent assistant that can invoke tools and manage context on its own. This post breaks down how Agents actually work, then walks through a hands-on React component generator to show how AI can reshape the frontend development workflow.