155 related articles
The Complete Guide to Claude Code: A P…
Deep dive into Claude Code's core strengths, Prime mode, and interrogative programming. Compare with Cursor and Copilot, analyze AI coding in 0-to-1 vs 1-to-100 scenarios.
Cursor AI Programming in Practice: A C…
A deep dive into Cursor AI's complete project development workflow, covering standardized prompts, UI design, code generation, and LangChain agent building.

Deep dive into Cherry Studio, an open-source AI client supporting 300+ LLMs including OpenAI, Claude, and Gemini, with autonomous agents and pre-built assistants. Nearly 47K GitHub Stars.

Deep dive into how the Cosmos Unified Agents Platform solves multi-AI Agent collaboration challenges through shared context and memory mechanisms, and its positioning in enterprise multi-Agent orchestration.

5 proven paths to making money independently with Python: automation scripts, AI app development, quantitative trading, tool/course sales, and full-stack web services, with pricing references and practical tips.

Cursor releases its Developer Habits Report based on the world's most comprehensive AI programming dataset. This article analyzes how AI is reshaping software development workflows and model strategies.

Debunking 5 common AI Agent development misconceptions: Agents aren't smarter ChatGPTs, complexity doesn't equal power, and RAG can't cure hallucinations. Learn the right approach to building Agents.

Deep dive into OpenAI Swarm multi-agent orchestration framework, explaining Function Call tool invocation and Handoff task transfer mechanisms with local deployment guide.

Step-by-step Dify local deployment guide using VMware, Ubuntu, BT Panel, and Docker. Perfect for beginners with zero Linux experience to set up this open-source AI development platform.
TutorialsA deep dive into Agent Tuning principles and practices, covering why Agent training is needed, the evolution from Prompt to RAG to Agent, development workflows, and cost assessment for private deployment.
TutorialsRAG (Retrieval-Augmented Generation) is the core solution for LLM hallucination. Learn RAG concepts, how it works, three causes of hallucination, and the complete learning path from basics to Knowledge Graph RAG.
TutorialsDeep dive into Spring AI Alibaba Agent Framework's three-layer architecture: Spring AI foundation, Graph framework, and Agent Framework, with a recommended learning path for Java developers.
TutorialsDeep dive into the technical differences between traditional RAG and Agentic RAG, covering offline/online pipeline principles, tool-based autonomous decision mechanisms, and a LangGraph-based Agentic RAG implementation via the ChatBox open-source project.
TutorialsAndrew Ng and Anthropic launch a Claude Code course covering RAG chatbots, data analysis, and Figma-to-web apps, with MCP server integration and parallel session best practices.
TutorialsLearn LangChain FewShotPromptTemplate: core parameters, implementations for text completion and chat models, and practical use cases like batch file renaming to reduce LLM hallucinations.
TutorialsComplete guide to enterprise RAG projects covering principles, LangChain implementation, data processing, retrieval optimization, evaluation, and cloud deployment for AI knowledge base applications.
TutorialsA comprehensive guide to AI Agent development for beginners, covering core concepts, market outlook, LangChain framework, RAG knowledge bases, and hands-on projects to systematically master intelligent agent development skills.
Deep DivesDeep dive into AI hallucination's three root causes: training objective flaws, exposure bias, and probabilistic generation. Covers classification and practical mitigation strategies including RAG.
TutorialsComplete practical guide to building AI Agent Frameworks with WindSurf, covering technology selection, component generation, code refactoring, debugging, and deployment tips.
TutorialsDeep dive into MCP (Model Context Protocol): its principles, communication architecture, and practical applications. Compare MCP vs Function Calling, explore client-server communication and security.