AI Agent Articles
Android Official Skills Deep Dive: Redefining Android Development Workflows with AI Agents
A deep dive into Google's official android/skills repository, a structured instruction set for AI agents that covers Compose migration, Navigation 3, R8 optimization, and other core Android workflows.
Read Post
OpenClaw Architecture: How Node, Tool, and Skill Make AI Executable
Starting from an OpenClaw technical discussion, this post breaks down the responsibility boundaries and call chain of Node, Tool, and Skill, and explains why Node design is key to moving AI from answering to executing.
Read Post
OpenClaw Remote Nodes and Network Communication Architecture
Based on an OpenClaw discussion, this post breaks down the connection path between Gateway, Node, and Tailnet, explaining how remote nodes complete command and tool calls within secure boundaries.
Read Post
Android 16 App Functions Deep Dive: Semantic Indexes and Intent Routing
A deep dive into how Android 16 App Functions uses semantic indexes and on-device AI agents to move cross-app interaction from Intent string matching to intent routing based on semantic understanding.
Read Post