63 related articles

A hands-on guide to building enterprise AI copilot workflows using Dify and MCP. Covers tool integration, parameter passing, code execution, and MCP version compatibility pitfalls.

Learn how to build an AI-driven API automation testing framework using Agent+Skill architecture with Claude Code, covering test case generation, script execution, and report output.

sakana-mcp wraps Sakana AI Scientist v2 as an MCP server, letting Claude and Cursor act as research directors to orchestrate autonomous research cycles.

Deep dive into GitHub Copilot SDK: Agent Loop, Hooks lifecycle control, Custom Agents orchestration, Skills modules, and local model integration for AI app development.

Complete guide to Hermes Agent from basics to practice, covering architecture analysis, Rules.md configuration, MCP service integration, and three hands-on projects: AI news bot, auto blog development, and scheduled code review.

Complete guide to deploying Claude Code locally with Ollama, LM Studio, or vLLM. Covers architecture, protocol translation, hardware requirements, and model selection for zero-cost, private AI coding.

Deep dive into Google's Antigravity SDK: its binary runtime architecture, key differences from Pydantic AI and LangGraph, installation pitfalls, and practical edge-case recommendations.

A deep dive into Andrew Ng and Anthropic's Agent Skills course: how to empower AI agents like Claude Code with new capabilities through standardized skill files, progressive loading, and MCP integration.

15 curated programming MCP Servers tested hands-on: Chrome DevTools, Neon, Figma-to-code, Vercel deployment & more, with Claude Code and Codex setup guides.

OpenAI announces ChatGPT, Codex, and Responses API now support private MCP servers, enabling secure enterprise intranet AI integration via outbound-only HTTPS.
TutorialsComplete practical guide to building AI Agent Frameworks with WindSurf, covering technology selection, component generation, code refactoring, debugging, and deployment tips.
TutorialsA deep dive into Anthropic's MCP (Model Context Protocol) covering client-server architecture, the three core primitives (Tools, Resources, Prompts), and how developers can quickly integrate with the MCP ecosystem.
TutorialsA deep dive into Anthropic's MCP (Model Context Protocol) covering client-server architecture and the three core primitives — Tools, Resources, and Prompts — to help developers quickly understand and integrate with the MCP ecosystem.
TutorialsDeep dive into Anthropic's open-source MCP protocol, covering client-server architecture, tool calling mechanisms, MCP server development, and remote deployment for standardized AI integration.
Deep DivesDeep dive into how MCP (Model Context Protocol) solves three core pain points of Tool Calling: verbose descriptions, unstable invocations, and lack of unified standards.
Product ReviewsLark CLI is Feishu's official open-source CLI tool designed for AI Agents, offering 200+ commands across 17 business domains with 24 structured Skills for messaging, docs, spreadsheets, calendars, and more.
TutorialsA complete breakdown of AI Agent development: 3 agent types (autonomous, collaborative, orchestration-based), 8 core mechanisms, a 5-stage learning path, and framework selection guidance.
TutorialsZero2Agent is an open-source interview prep tutorial covering Agent fundamentals, LangGraph/Claude Code analysis, interview question banks, and coding practice tools for landing Agent engineer roles at top tech companies.
TutorialsA detailed guide comparing three Claude Code agent deployment methods—Cron Loop, Desktop/Cloud Routines, and Modal/Trigger.dev—analyzed by run location and determinism to help developers choose the best strategy.
TutorialsDeep dive into Claude Code 2.0.14's plugin system covering Slash Commands, Sub-agents, MCP integration, and Hooks—with demos on one-click plugin installation and custom code review plugin creation.