52 related articles

A complete guide to Claude Code from beginner to enterprise practice: covering CLI installation, connecting domestic LLMs via CC Switch, basic commands, Git workflow integration, automated bug fixing, and engineering capabilities like MCP and SubAgents.

In-depth analysis of the five core dimensions of AI Agent testing: command safety, tool-calling accuracy, task planning, output consistency, and error self-repair. Master automated testing and the transition path for test engineers.

An in-depth analysis of the five core dimensions of AI Agent testing: command safety, tool-calling accuracy, task planning, output consistency, and error self-repair. Master automated testing methods and the transition path for test engineers.
The Rise of Claude Skills Ecosystem: A…
Explore the Claude Skills ecosystem: from prompt engineering to modular skills, covering skill libraries, MCP integrations, and dev frameworks. The awesome-claude-skills list has 68K+ Stars.

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.

Microsoft Power Platform's Dataverse plugin for coding agents supports GitHub Copilot, Claude Code, and more — enabling natural language data modeling, queries, security config, and docs generation.
FastMCP: The Go-To Framework for Pytho…
FastMCP is a Pythonic MCP framework by PrefectHQ that lets developers build MCP servers and clients with minimal code using decorators. 26,000+ GitHub stars.

Frontend engineers pivoting to AI Agent development: TypeScript and Zod are now must-have skills. Explore the full progression from API calls to building LangGraph-style frameworks, and nail the 3 core interview topics.

Cosmonapse is an open-source multi-agent framework that replaces central orchestrators with peer nodes, using typed signals and an event bus to fully decouple tool calls, memory, and HITL. Supports Python and TypeScript under Apache 2.0.
PostHog Deep Dive: The Open-Source All…
PostHog is an open-source all-in-one platform combining product analytics, session replay, feature flags, A/B testing, and AI Observability. Supports self-hosting and MCP protocol.

MCP (Model Context Protocol) is the open standard for AI tool integration. Build your own MCP server with ~20 lines of Python. Learn tools, resources, prompts, and both local and remote deployment.
GitHub Daily · July 17: AI Coding Infr…
AI coding infrastructure explodes on GitHub: context management, code graphs, and vector indexes become the new battleground as the community shifts from apps to underlying capabilities.

Many enterprises fail at AI Agents due to choosing the wrong tools and lacking methodology. This article outlines an eight-step Agent development method—from cognitive foundations, scenario selection, hand-writing ReAct, and structured output to Tool Use, RAG, evaluation sets, and production fallback.

Tencent Cloud open-sources TencentDB Agent Memory — a fully local AI Agent memory system with a 4-tier progressive pipeline, zero external API dependencies, and 8,100+ GitHub Stars. Ideal for finance, healthcare, and privacy-sensitive use cases.

Demo works but production fails? This guide covers the full AI Agent development path: when to use Agents, hand-writing ReAct loops, tool schemas, RAG, eval sets, and production fallback strategies.

The same model scores 77% in Claude Code but jumps to 93% in Cursor—the only variable is the Harness. This article dissects how AI coding tools work in 60 lines of Python.

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.

An in-depth look at why TypeScript is the top choice for AI Agent development: covering Zod structured output validation, LangGraph's graph state machine design, and a full learning path for front-end devs transitioning to full-stack AI.

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.

A complete MCP practical guide using the official Python SDK — covering environment setup, FastMCP server development, Inspector debugging, and multi-client integration with Cursor and Cline.