AI Agent
6 posts

How Do 40+ Tools 'Grow' onto an AI?
Deep dive into Claude Code’s tool system: how 40+ tools form an extensible capability architecture through unified interface contracts, three-tier filtering pipelines, and fail-closed defaults. From Tool.ts interface to buildTool factory, revealing the underlying mechanisms of AI tool calling.

Claude Code Is Not a CLI Tool, But a 'Living' System
A deep dive into Claude Code’s underlying architecture: why it’s not a traditional CLI tool but an intelligent system running in a ‘distributed state.’ From TypeScript to Bun runtime, three-tier architecture to Feature Flags, understand the core design philosophy of this AI coding assistant.

Your AI Agent Can Think, But It Can't Remember
AI agents can reason, plan, and converse—but forget everything once the session ends. The Ghost project solves this with a pure PostgreSQL-based infrastructure, turning the database into the agent’s memory palace.

Don't Build a Thousand Agents: How Ramp Automates Finance with One Agent
Ramp, America’s fastest-growing enterprise finance platform valued at $32B with 50,000+ customers and $100B+ in annual transaction volume, chose a ‘one Agent + a thousand skills’ architecture over building many agents. This is a deep dive into Ramp’s AI实战经验.

OpenClaw Multi-Bot Team Collaboration: Three Architecture Patterns Compared
Build multiple independent Telegram Bots into a collaborative Agent team. This article covers three architecture patterns and complete configuration methods.
Customize Your AI Coder: A Deep Dive into Claude Code Output Styles
Learn to use Claude Code’s new Output Styles feature to transform your AI assistant. This guide covers everything from using preset personas like ‘Explanatory’ and ‘Learning’ to creating your own custom AI styles for tasks like code auditing, TDD, and more.
