313 related articles

ECC is an agent optimization framework for AI coding assistants like Claude Code, Cursor, and Codex, enhancing them with skills, memory, security, and research-first development capabilities.

Claude Code can auto-modify code and submit PRs, but this brings risks around permissions, review gaps, and unclear accountability. Learn the three governance guardrails every team must establish.

OpenAI officially merges its coding agent Codex with ChatGPT into a unified desktop app, adding new coding workflows, a Chrome extension, a built-in browser, and GPT-5.6-powered Computer Use capabilities.

OpenAI launches Build Week, a global developer event centered on Codex AI coding tool, featuring live sessions and community events to help developers ship ideas fast.

A deep dive into DeepSeek Coder V1 to V2: MoE architecture, 128K context, 90.2% HumanEval pass rate, and how it became the first open-source model to beat GPT-4 Turbo.

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.

OpenWiki is an open-source CLI tool that automatically generates and maintains structured documentation for AI agents. It addresses the context gap in AI coding assistants like Claude Code and Cursor, helping teams build effective context engineering workflows.

In the age of AI-assisted programming, how do you make tools like Codex and Claude Code output more stably? This article deeply analyzes SuperPowers and GStack, covering project-level orchestration and module-level code layering to help developers master AI coding.

Anthropic's Boris Cherny and Cat Wu discuss how Claude Code expanded from engineering teams company-wide, the Claude Tag platform strategy, and the launch of Claude Fable 5.

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.

AI script development plagued by amnesia, blindness, and repeat errors? This article examines how MCP service tools — history nodes, node preprocessing, and an error library — systematically fix AI programming's structural flaws.

OpenClaw author Peter shares his thinking on AI coding: when compute is no longer the bottleneck, developer attention becomes the new ceiling. Learn three practical skills—Agent Transcript, Auto-Review, and the Crapbox sandbox.

LangChain open-sources OpenWiki, a tool that auto-generates and maintains AI-readable wiki documentation for codebases via a single command, powered by Git history and agents.md integration.

A deep dive into engineering Vibe Coding: using Superpowers for project-level decomposition and gstack for module layering and constraints to tame AI coding assistants like Codex and Claude Code.

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.
Claude Leads sqlite-utils 4.0 Developm…
Simon Willison reveals sqlite-utils 4.0 was mostly written by Claude for $149.25. A deep dive into this AI-led development experiment and what it means for developers.

Master OpenAI Codex CLI from setup to enterprise use: slash commands, AGENTS.md, MCP protocol, multi-agent coordination, plugin development, and RAG project implementation.

Three trending AI open source repos this week: Text to Lottie for animations, BioDesign local engine for UI mockups, and Self-Learning Skill for persistent AI memory. Install each with one command.

A comprehensive guide to OpenCode, the open-source AI coding tool — covering installation (desktop/WSL), model config, rules files, custom commands, MCP extensions, and Agent SQL capabilities.

Coding alone isn't enough anymore. Learn the 5 key steps to commanding AI Agents—define outcomes, split tasks, provide context, iterate small, and keep humans in the loop.