Tag: AI
All the articles with the tag "AI".
-
The 2026 AI Model Landscape: Hands-On Comparison of 12 Leading Models from China and Abroad
Hands-on benchmarks of 12 AI models (GPT-4o, Claude 3.5, Gemini 2.0, Qwen 2.5, GLM-4, Kimi, and more) across 6 real-world scenarios including code generation, Chinese writing, and reasoning. Includes performance scores, monthly cost comparisons, and a decision tree to help you pick the right model.
-
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.
-
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.
-
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.
-
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.