148 related articles

OpenAI merges ChatGPT and Codex into a super app and releases three new GPT-5.6 models: Sol, Terra, and Luna. A deep dive into four hands-on workflows—Computer Use, Loops, and multi-threading—for the AI agent era.
Adaptive Recall: A Deep Dive into Pers…
Adaptive Recall uses MCP (Model Context Protocol) to give AI assistants like Claude persistent memory across sessions, featuring vector storage, semantic retrieval, and adaptive forgetting.

From Claude Chat to CoWork to Claude Code: a complete guide covering the three usage levels, Projects/Skills setup, MCP/CLI tool integration, and real automation workflows like fully automated knowledge video pipelines.

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.

Zhipu releases GLM-5.2 with 1M token context, matching GPT-5.x and Claude. Zcode 3.0 offers 3M free daily calls with one-click migration from Claude Code and Codex.

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.

TigrimOSR is an open-source multi-agent system written in Rust, supporting full agent loop definition via YAML config files with only 250MB memory usage. A deep dive into Loop Engineering, Rust advantages, and self-hosted Agentic AI.

Build production-grade AI Agents with a pure Go stack using ByteDance's Eino framework. A deep dive into seven core capabilities: multi-Agent orchestration, long-task execution, command approval, RAG, MCP, Skills, and database reporting.

An in-depth analysis of the "any Agent as an orchestrator" design philosophy, exploring the technical implementation of multi-Agent collaboration, context management, and workflow automation.

Why has AI engineering methodology evolved from prompts to context engineering and now Harness engineering? This article examines three paradigms, key bottlenecks, and the Agent = Model + Harness formula.

AI coding assistants (Copilot/Cursor/Claude Code) frequently introduce vulnerable dependencies and hallucinate package names. This post analyzes an Agent-native CLI security tool and the shift-left security philosophy for AI-era supply chains.

Skill and MCP are two core concepts for building AI Agents. Skill encapsulates task execution methodology, while MCP provides a standardized protocol for connecting external tools. This article breaks down their core differences, abstraction levels, and collaboration.

Rowboat is an open-source, local-first AI desktop client positioned as a Claude Desktop alternative. Local data storage and fully transparent code help developers control privacy and workflows.

Hugging Face's open-source ml-intern autonomously reads papers, writes training scripts, and finetunes LLMs, deeply integrating the HF ecosystem and smolagents. Explore its features and impact on ML careers.

Learn how to extend Hermes Agent's external system capabilities via MCP (Model Context Protocol): setup, whitelist permissions, WSL-to-Chrome bridging, and multi-server orchestration for AI Agent developers.

Hands-on review of Zhipu ZCode 3.0, the native GLM-5.2 AI coding tool for Mac/Windows. Covers permission modes, Go Mode, mobile collaboration, plugins, and more.

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.

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.

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.