299 related articles

OfficeCLI is a command-line office suite for AI agents, supporting reading and writing of Word, Excel, and PowerPoint files—enabling efficient Office document automation without complex glue code.
TaskPeace: An AI Coding Agent Task Que…
TaskPeace is a task queue system for AI coding agents that uses the MCP protocol to let Claude, Cursor, and other AI assistants autonomously claim and execute tasks.

A deep dive into the four-layer engineering design of AI Agents: planning, memory, tool use, API cost optimization, MCP protocol integration, and Skill encapsulation.

An in-depth guide to installing, configuring, and extending OpenCode, the terminal AI coding assistant. Covers desktop and WSL installation, model config, MCP integration, and custom Agents.

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 complete Spring AI 2.0 guide for Java developers covering unified API abstraction, RAG, tool calling, MCP protocol, and enterprise projects to build AI Agents.

Deep dive into MCP (Model Context Protocol): core principles, communication mechanisms, and security design. Learn how MCP replaces Function Calling and enables remote agent-tool integration.

A practical guide for Java developers to build AI apps without switching to Python. Learn LangChain4j, RAG, Function Calling, and MCP through an airline customer service project.

Vercel's Chief of Software Andrew Qu explains the eve Agent framework's design philosophy, covering Skills modularity, Sandboxes security, and agent-readable websites—revealing the paradigm shift from instruction-driven to goal-driven software.

Learn how to orchestrate Claude Code custom commands to chain content research and social media publishing agents into a fully automated workflow with one command.

herder is a terminal multiplexer for coding agents like Claude Code and Codex, combining tmux power with mouse support, agent state awareness, and session persistence for efficient multi-agent workflows.
Stronger Models, Worse Tools? The Hidd…
Developers found Claude's flagship models Opus and Sonnet perform worse with third-party editing tools than older versions — likely due to RL over-optimization on built-in tools degrading generalization.

OpenAI announces Codex shortcut upgrades focused on developer workflow optimization. Analysis of upgrade directions, industry competition, and expected improvements to code completion and natural language triggers.

Cursor launches three major products: cloud agents on mobile, Origin — an agent-native Git platform challenging GitHub, and a custom foundation model with 10-20x compute. AI coding enters the Agent-First era.

Playwright's three new Test Agents—Planner, Generator, and Healer—cover the full pipeline from test design to script generation and auto-repair, integrated with VS Code, Claude Code, and more.

Gas Town is an open-source multi-agent workspace manager built in Go with 16,000+ GitHub Stars. This article analyzes its architecture, Go language advantages, and typical multi-agent collaboration scenarios.

UE5.8's official MCP plugin enables Claude Code and other AI Agents to directly control Blueprints, PCG graphs, materials, and level design. Complete setup and testing guide included.

In-depth analysis of OpenAI Codex's four usage forms, comparing Codex, Claude Code, and Cursor across price, stability, and frontend/backend fit to help developers choose the right AI programming tool.

OpenAI's official open-source plugin brings Codex into Claude Code for cross-model code review. Five core features including adversarial review and sub-agent delegation — with real risk warnings included.

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