185 related articles

Deep dive into 3 core differences between MCP and Function Calling: coupling, interaction breadth, and security. Learn why AI needs a unified protocol and how to choose the right approach.

A detailed guide to Claude Code installation, domestic model switching, project analysis commands, and Git workflow practice to help developers quickly master this AI programming collaboration tool.

Deep dive into Agent skill routing: comparing pure model vs. pure retrieval approaches, with a detailed two-stage layered architecture balancing accuracy, latency, and cost.

India's largest OTA platform MakeMyTrip uses WebMCP to standardize AI Agent interactions with web apps, replacing fragile DOM scraping with natural language-driven test automation and simplified complex booking scenarios.

India's largest OTA platform MakeMyTrip uses WebMCP to standardize AI Agent interaction with web apps, solving DOM scraping fragility, enabling natural language test automation, and simplifying complex international flight bookings.

A deep dive into Agent Skills architecture: modular design, progressive disclosure mechanism, and how it differs from Multi-Agent systems for AI capability extension.

A detailed comparison of OpenAI Codex and Claude Code with hands-on testing. From AI agent concepts to account setup, helping developers quickly master AI coding agents.

A fresh grad interviewing for a GenAI Trainer role faced prime number coding and activation function questions while the interviewer used Gemini to generate questions live — exposing AI hiring chaos.

How to achieve millisecond-level code search in massive repositories with hundreds of thousands of files? A hands-on look at building a code search plugin with Cursor + Codex, powered by Lucene inverted indexing and BM25 ranking.

How to achieve millisecond-level code search in a repo with hundreds of thousands of files? Building a search plugin with Cursor + Codex, powered by Lucene inverted indexing and BM25 ranking.

A systematic guide to Claude Code's core capabilities and environment setup, covering CLI installation, switching to domestic LLMs, project analysis, Git workflow automation, and automated bug fixing to help developers get started fast.

In-depth analysis of Claude Code's core features and advantages: auto-reading project context, direct code execution, memory of coding preferences, and connecting external services via MCP. Compared with Cursor and ChatGPT to help developers choose the right AI coding tool.

An in-depth look at Claude Code's core features and advantages: auto-reading project context, direct code execution, remembering coding preferences, and connecting external services via MCP. Compared with Cursor and ChatGPT to help developers choose.

A systematic map of today's AI coding landscape: the evolution from ChatGPT to Claude Code, LLM capability tiers, tool camps like Cursor/Copilot, and the three key weapons of the Agent era — MCP, Skills, and CLI.

Claude Code isn't just a chat AI—it can directly read projects, modify code, and run commands. This article compares Claude Code with regular AI across five dimensions to help you decide if it's worth trying.

Claude Code isn't just a chat AI—it can directly read projects, modify code, and run commands. This article compares Claude Code with ordinary AI across five dimensions: interaction, context, execution, memory, and tool calling.

A comprehensive guide to LangGraph's core concepts: Graph API vs Functional API, three-layer architecture, and workflow visualization methods for building AI Agents.

From the autocomplete nature of LLMs, tokens, and context windows to RAG vector databases, the MCP protocol, and AI agent loop design — this article uses vivid analogies to unpack the reality of AI engineering.

Skip the dry theory and get hands-on! This article demonstrates step by step how to build a working AI Agent from scratch in 30 minutes using AI coding tools—covering the agent skeleton, tool system, memory mechanism, Flask web UI, and DeepSeek API integration.

An in-depth guide to Anthropic's Claude Code agentic coding tool, covering installation, pricing plans, model selection, token management, CLAUDE.md global memory, MCP integration, Subagents, and more.