64 related articles

What is an AI Agent's harness? This article systematically dissects the core components of agent frameworks: context management, tool use, control loops, and caching strategies—revealing why the same model performs so differently across harnesses.

GPT-5.6 is officially released with core upgrades including programmatic tool calling, autonomous subagent delegation, and higher token information density. A hands-on card game build reveals its Agentic power.

Claude Code is one of the most powerful AI coding agents, running in the terminal to write code, batch operations, build web projects, and more. This guide covers installation, connecting local models via CC Switch, permission modes, CLAUDE.md, Skills, MCP, Subagents, and more.

A deep dive into Harness Engineering — the third phase of AI coding. Based on research across 2,853 GitHub repos, explore agents.md, Skills, MCP, and eight configuration mechanisms to control your AI coding assistant.

LangChain's LangSmith Engine is an intelligent agent tool for tracking Agent failures, prioritizing issues, and auto-drafting fixes. Deep dive into its core capabilities, sandbox isolation, sub-Agent architecture, and continuous evaluation challenges.

A deep dive into Claude Code Agent Teams: how they differ from Subagents, contract-first design, model allocation strategies, and a real case of 16 agents building a C compiler.

A systematic Claude Code learning guide built for Chinese developers, covering ten core modules including Slash Commands, Memory, MCP, and Hooks, with a three-tier path to build an AI coding workflow in 11–13 hours.

Alibaba Cloud vs Volcano Engine TTS: why "I want both" is the mature engineering decision. Dual-engine routing design, priority trap debugging, and vibecoding-powered implementation.

DeepLearning.AI and Anthropic launch an Agent Skills course. Learn how Skills work, progressive disclosure, MCP integration, and subagent patterns for AI agent development.
Claude Code Cost-Saving Tips: Let AI U…
Simon Willison shares Claude Code tips: trust the AI's judgment over rigid rules, and use primary/subagent model delegation (Opus/Sonnet/Haiku) to cut token costs dramatically.

Agent Studio unifies AI Agent role definition (Subagents) and Skills on one platform, enabling coordinated orchestration through a shared MCP endpoint, progressive disclosure, and moderated community publishing.

Deep dive into Loop Engineering's five building blocks: scheduling, worktrees, skills, plugins & connectors, and subagent separation, with three practical cases from minimal loops to enterprise-grade applications.

Complete Claude Code beginner's guide covering Git, VS Code setup, third-party model integration, permissions, Tools, Hooks, Skills, SubAgents, and a hands-on project walkthrough.

In-depth guide to Kimi Code's advanced features: video understanding, Swarm parallel mode, ACP protocol IDE integration, Goal multi-round iteration, and Skills configuration with Claude Opus comparison data.

A tech team used 26 hours of Vibe Coding to build a video membership platform, replacing a ¥6,800/year SaaS for under ¥1,000 in AI development costs.

Deep breakdown of ByteDance's internal 198-page Codex Chinese manual covering installation, Commands, MCP workflows, Skills templates, multi-Agent collaboration, and background task scheduling.

In-depth breakdown of ByteDance's 198-page Codex Chinese manual covering installation, Commands, MCP workflows, Skills templates, and multi-Agent collaboration.

Deep dive into OpenAI Codex's three-layer architecture: CLI local Agent, cloud sandbox async execution, and Codex App multi-Agent orchestration command center.

A complete guide to all 42 OpenAI Codex CLI commands, organized by model switching, session management, code review, and context control to help you master AI-powered development.

Andrew Ng and Anthropic launch the Agent Skills course, teaching how to package domain expertise into reusable Skill modules for build-once, deploy-anywhere AI Agents.