81 related articles

OpenCode is an open-source terminal coding agent with 180K+ GitHub stars, supporting hundreds of models and a dual-layer agent architecture — completely free. See how it compares to Claude Code.

Enterprise guide to Claude Code: CLI setup, switching to DeepSeek and other Chinese AI models, Git workflow automation, and bug fix loops to boost team productivity.

Deep dive into OpenAI Codex's Ultra mode: it's not a reasoning level but a system prompt switcher. Learn why Ultra burns tokens, the V1/V2 agent system issues, and how Claude Code Workflows gets it right.

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.
GPT-5.6 Trio Launches: Luna, Terra, an…
OpenAI officially launches the GPT-5.6 family: Luna, Terra, and Sol, with 1M token context and a focus on long-running agentic performance. A deep dive into three-tier pricing, Agents' Last Exam results, the SWE-Bench Pro controversy, and new API features like programmatic tool calling and native multi-agent support.

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.

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.

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.