76 related articles

GPT-5.6 (Sol) is powerful but burns credits fast. Learn reasoning tier selection, Fast Mode, and prompt stop-point strategies to get the most out of Codex.

A deep dive into Claude Code and Codex multi-Agent collaboration: architecture design, state-driven coordination, private/public zone division, and building efficient AI programming teams.

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.

An in-depth look at the three core eras of AI Agent development: reliable tool calling, coherent long-task execution, and autonomous orchestration with metacognition. Helps developers match tasks to model capabilities.

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.

GPT-5.6 introduces a Sol/Terra/Luna three-model architecture. Terra delivers near-flagship performance at half the price, with new Max and Ultra reasoning tiers.

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.

An in-depth look at Claude Code's development and design philosophy: why the CLI form, how the "minimal scaffolding" architecture works, and how it balances safety with autonomy in AI programming.

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.

Tencent Hunyuan 3 open-sourced with 295B MoE; GPT-5.6 Sol Ultra may bring multi-subagent collaboration to Codex; Alibaba FunASR upgraded; Japan plans 10M AI robots by 2040.

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.
When AI Treats Humans as Subagents: Ro…
Exploring the paradigm shift where humans become "subagents" in AI Agent architectures. Analyzes human node design in LangChain and AutoGen, and the risks of ceding control and cognitive atrophy.

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.