97 related articles

An in-depth analysis of the practical use of Codex and Claude Code, comparing Vibe Coding and AI engineering, covering Super Power plugins, Spec-Driven Development, and Chinese LLM integration strategies.

Anthropic's Claude Sonnet 5 launches on Devin Desktop and CLI, delivering frontier-level coding performance while reducing quota consumption by ~30% compared to the previous generation.

Andrew Ng explains the AI Agent Planning Design Pattern: how LLMs autonomously create step-by-step execution plans using tools, with real-world examples and current limitations.
GPT-5.5 and Codex: The Paradigm Shift …
Deep analysis of an OpenAI interview: how GPT-5.5's multimodal creativity breaks new ground, and how Codex multi-agent workflows are reshaping software development — from executor to director.

Claude Code is Anthropic's CLI-based AI coding assistant that reads entire codebases, auto-fixes bugs, and generates accurate code. Compare it with Copilot, Cursor, and Trae.

A deep dive into AI Agent's two core directions: 2C content generation (text/images/video) and 2B enterprise applications (RAG/AutoGen/LLM integration). With real startup cases and practical methods.

Deep dive into Agent Loop mechanics: the think-act cycle, how agents differ from LLMs, termination conditions, and design principles for building autonomous AI Agent systems.

YouTuber Ali Abdaal shares 3 months of Claude Code experience, building a YouTube tracker, Slack bots, and AI tools from scratch with his AI Flywheel method.

Deep dive into the essential difference between Skill and MCP in AI Agent development. Skill handles the process layer for codifying workflows; MCP handles the capability layer for connecting external systems.

Deep dive into the AI Skills system architecture and execution flow, covering Skill.md dual-layer design, skill scanning and matching, on-demand loading, and practical integration methods.

Deep dive into OpenAI Codex vs ChatGPT: how AI coding agents autonomously write code, fix bugs, and run tests, and why developers must master this new tool.

Learn how to use the Codex Pro open-source project to offload Token-heavy planning tasks to ChatGPT while Codex handles local execution, optimizing your AI coding workflow.

Explore the three paradigm shifts in LLM interaction: from ChatGPT as a website, to desktop apps, to autonomous AI team members that collaborate asynchronously with humans.

Complete guide to ByteDance's Trae AI editor: core features, download & installation, Python setup, and AI chat coding. Free, Chinese-native, no VPN needed.

Deep dive into Anthropic Skills (nearly 150K GitHub stars): skill.md structure, progressive loading, ready-to-use skills ecosystem, and the cross-tool open standard for AI skill packs.

Learn how to use ChatGPT Image2 to generate high-quality UI mockups and OpenAI Codex to convert them into editable Figma vector files in three steps.

OpenAI Codex launches Record & Replay: demonstrate a workflow once and the AI learns to repeat it independently. A deep dive into how it works and where it applies.

In-depth guide to OpenAI Codex CLI: covering installation, agents.md design, multi-agent collaboration, MCP protocol integration, and a RAG customer service project.

Learn to build an AI trending news dashboard from scratch with Claude Code — no coding required. Covers CC setup, domestic model integration, and full-stack development.

Deep analysis of Claude Code's leaked source architecture, covering TypeScript stack choices, Harness architecture's seven core mechanisms, tool call management, and context optimization.