396 related articles
TutorialsLearn how to embed decision tree logic in Agent Skills to give AI coding assistants like Antigravity and Claude Code autonomous decision-making. Includes a Code Review Router case study with complexity scoring and failover.
Tech FrontiersAnthropic adds custom sub-agents to Claude Code, Cursor launches code review Agent BugBot, Qwen releases 92-language translation model, and Google unveils three experimental AI products.
Product ReviewsTangPing.skill is an open-source AI Agent Skill on the OpenClaw ecosystem that teaches AI to "lie flat." Explore its hot-loading mechanism, lightweight Skill distribution, and what it reveals about AI Agent ecosystems.
Product ReviewsIn-depth review of Kimi K2.6's coding, Agent collaboration, and visual development capabilities. #1 open-source on SWE-Bench Pro, 300 parallel sub-agents, API priced at 1/3 of competitors.
Running Qwen3.6-27B Locally on Mac: 4 …
Benchmarking 4 solutions for running Qwen3.6-27B locally on Mac: GGUF, MLX Diflash, and MTP-LX. MTP-LX 4bit leads at 43.6 tok/s with solid coding, writing, and reasoning quality.
GStack Tutorial: 23 Commands That Give…
Deep dive into GStack, the open-source toolkit by YC President Gary Tan. 23 slash commands turn Claude Code into a full AI dev team covering product decisions to deployment.
Enterprise AI Agent Four-Layer Archite…
Deep dive into enterprise AI Agent four-layer architecture design (User, Gateway, Agent Service, Capability layers) with PDCA optimization methodology and dual manual+automated evaluation for production-grade Agent systems.
Claude Code + Skills: A Practical Guid…
Learn how Claude Code combined with Skills encapsulation enables AI-driven test case generation with 10x efficiency gains, from 33 to 400+ cases through encoded expert knowledge.
Agent Loop Explained: Solving Code Ref…
Deep dive into Agent Loop, the core mechanism of AI coding tools. Learn how the ReAct pattern's reason-act-observe cycle enables autonomous multi-step code refactoring.
AI Code Explanation: Quickly Understan…
Learn how AI code explanation helps C# developers quickly understand others' code. A 3-step demo with Tongyi Lingma for code handoffs, Code Review, and legacy system maintenance.
Python Learning Path: A Three-Stage Sy…
A detailed guide to Python's three learning stages: syntax fundamentals, advanced concepts, and practical applications. Covers OOP, web scraping, data analysis, and automation with timeline planning.
The Complete Vibe Coding Workflow: A S…
A complete 7-step Vibe Coding guide from requirements to deployment. Learn how non-developers can independently build and ship products using VS Code and Claude Code, with PRD writing, static Demo validation, and step-by-step development.
Developer with 320K Subscribers: I'm S…
Veteran developer ArjanCodes (320K subscribers) says he's sick of AI hype. He argues shipping fast isn't software development, coding is just the tip of the iceberg, responsibility can't be delegated to AI, and fundamentals remain a developer's core edge.
Trae SOLO 2.0 Deep Dive: Generating a …
Hands-on test of Trae SOLO 2.0's zero-code development: generating a ChatGPT-like website from a single sentence. Detailed review of requirements generation, auto-correction, UI quality, and backend limitations.
Trae Refresh Mode Commands Not Working…
ByteDance's AI tool Trae loses PATH environment variables in refresh mode, making GCC and system commands unrecognizable while AI forces failed executions.
AI-Powered Website Design: Can It Real…
Lu Songsong uses AI to redesign his website backend, claiming years of design lead. This article analyzes AI-assisted web design's real impact, boundaries, and what truly drives product leadership.
Qwen + VS Code in Practice: The Full P…
A blogger uses VS Code and Alibaba Cloud Qwen 3.6 to completely revamp a six-year-old webmaster networking feature. This article details the tech stack, prompt engineering, and practical insights from AI-powered feature renovation.
Advanced Codex Tips: Building a Cursor…
Advanced OpenAI Codex tips including sidebar shortcuts, batch Agent sub-tasks, session management, and environment setup to create a Cursor-level development experience.
OpenAI Codex Deep Dive: How Does the A…
Deep dive testing OpenAI Codex cloud coding agent on a 50K-user production codebase, covering bug fixes, prompt optimization, and frontend UI tasks, with insights on the 30% completion rate value.
Multi-Agent Automated Coding Framework…
Deep dive into a multi-Agent automated coding framework using file state machines, scheduler orchestration, and multi-agent collaboration to achieve fully automated development from requirements to delivery in 3.5 hours with zero intervention.