287 related articles

ShunCode is a VS Code-based AI code editor that connects ChatGPT to a local Agent execution system via Bridge Mode, enabling full-loop code reading, editing, and testing with Diff approval and MCP support.

OpenAI Codex is redefining how AI engineers work: from code completion to autonomous Agents, from single-threaded to parallel Value Maxing. A deep dive into the Codex App architecture, open ecosystem, and Manager of Agents practice.

A complete guide to OpenAI Codex: CLI setup, slash commands, AGENTS.md, MCP integration, multi-agent collaboration, and a RAG customer service project walkthrough.

Explore why AI agent tools (Codex, Claude Code, Gemini) lack workspace-level config for multi-repo microservice dev, and discover practical solutions like symlinks, custom paths, and cascading config.

A deep dive into state machine-based voice AI agent architecture, comparing Pipecat Flows and Vapi Squad, and exploring the latency vs. accuracy trade-offs in agentic handoffs.
AI Agent in 100 Lines of Lisp: Minimal…
A fully functional AI Agent in just 100 lines of Lisp reveals the essence of the ReAct loop. Deep dive into Agent architecture, Lisp's unique strengths, and minimalist engineering philosophy.

A comprehensive guide to Ansible, the open-source IT automation platform: core architecture, design philosophy, and use cases. Learn about agentless mode, YAML Playbook syntax, idempotency, and best practices for DevOps and Infrastructure as Code.

Deep dive into MCP (Model Context Protocol): clarifying the three-layer relationship between MCP, Function Calling, and Agents, covering protocol roles, call flows, transport choices, and production security for AI developers.

As Cursor and GitHub Copilot redefine programming, where do Vim users go? This article analyzes the tension between AI tools and Vim, and three key strategies.

Learn how to develop custom tools based on the Unity MCP Relay Server, enabling AI agents like Cursor to directly control the Unity editor. Covers setup, tool building, parameter validation, and MCP Pro comparison.

The Hermes Agent gets a major upgrade with eight new features: native iMessage, parallel background sub-agents, Unreal Engine MCP support, a self-evolving Skill Hub, and more. A hands-on breakdown of the core changes and their real impact on personal AI automation workflows.

BrowserWing is an open-source browser action recorder (1300+ GitHub stars) with 78 built-in scripts for GitHub, Bilibili, Zhihu, and more. Record once, run repeatedly, and let AI Agents reliably execute fixed web workflows.

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.

Superpowers is a trending GitHub project that builds an agentic skills framework with Shell scripts, injecting software engineering methodology into AI coding workflows. A deep dive into its architecture and value.

A veteran Linux user takes a paid challenge to use Windows 11 exclusively for a month. A deep look at workflow migration pain, telemetry, UI ads, and Windows' gaming and software strengths.

A detailed walkthrough of the full Claude Code installation process: environment setup, npm installation, proxy configuration for networks in China, API integration, and CC Switch provider management—helping beginners quickly get started with this AI coding tool.

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.

What is an AI Agent? Starting from Bill Gates' claim about the computing revolution, this article explores AI Agents' intuitive concepts, four core components (LLM+Planning+Memory+Tools), and what Agent development means for programmers.

Bun combines a JS runtime, bundler, test runner, and package manager into one executable. Built on JavaScriptCore and Zig, it offers blazing-fast startup, native TypeScript support, and Node.js compatibility.

Systematically learn the OpenCode AI programming tool: covering both desktop and WSL installation, core commands, model and rule configuration, MCP integration, and Agent Skills.