406 related articles
TutorialsA complete hands-on guide to connecting Claude Code with Databricks for natural language data queries, automated table creation, and Notebook generation.
TutorialsDeep analysis of Claude Code's four core agent modules: Agent Loop, Tool System, Skills, and Memory, with a TypeScript minimal implementation guide for frontend engineers transitioning to AI development.
TutorialsA detailed guide to building a house rental WeChat Mini Program with UniApp and SpringBoot, covering three user roles, viewing appointment workflows, and full-stack architecture best practices.
TutorialsComplete walkthrough of building a gas meter OCR mini program from scratch using GPT-5 + Cursor, covering UniApp frontend, Alibaba Cloud OCR API, cloud database, and admin panel development.
TutorialsA detailed guide on building an intelligent code assistant with the OpenAI API, covering Chat Completions, Responses, and Assistants APIs, GPT-4.5 vs Codex models, and tools like Function Calling and Code Interpreter.
Product ReviewsAnySearch is a search plugin for AI Agents that provides structured, high-quality data, filtering internet noise. Tests show 3x reduction in token consumption with significantly better answer quality.
Product ReviewsHands-on comparison of 9 AI search tools including Tavily, Exa, XCrawl, and Firecrawl across search accuracy, web crawling, SERP aggregation, and special features to help developers choose the right search solution for AI Agents.
TutorialsA detailed comparison of LangChain's two model invocation approaches, focusing on init_chat_model unified interface usage and tips for avoiding DeepSeek V4 Pro Thinking Mode pitfalls in Agent scenarios.
TutorialsUsing oMLX with MTP and Qwen3.6 35B on Apple Silicon Mac to achieve 86.7 tokens/s local coding speed, building a full-stack app in under 5 minutes.
n8n + Claude Code: Build a Fully Autom…
Learn how to build an automated workflow with n8n and Claude Code that turns Slack messages into GitHub Pull Requests — from setup to scripts to live demo.
TutorialsDeep dive into Spring AI and MCP protocol integration, covering tool calling, OAuth security, horizontal scaling, and context optimization for enterprise AI Agent services.
Deep DivesDeep dive into Cursor Skills' underlying principles, from Function Call and MCP protocol to Workflow Agent, with Spring AI Alibaba practical demo for any LLM.
TutorialsLearn how Java developers can build MCP Server and Client using Spring AI Alibaba, define tools with @Tool annotations, and integrate with AI clients like Trae for LLM-powered business data access.
TutorialsComplete guide to adding MCP Servers to Claude Code in VSCode, covering stdio and HTTP connections, plus project-level vs global-level configuration with step-by-step instructions.
Industry InsightsDeep analysis of Qoder's (Tongyi Lingma international edition) context engineering architecture, including its four-layer retrieval engine, memory engine, context caching, and core product design.
TutorialsLearn how to refactor a Node.js AI Agent using Function Calls instead of prompt engineering. Covers tool definition via JSON Schema, the Agent Loop, and key implementation details from analyzing Claude Code.
Tech FrontiersSGLang team hosts an Agent Loops Office Hour exploring inference optimization for agentic loops, covering KV Cache reuse, low-latency multi-turn dialogue, and tool calling techniques.
TutorialsComplete guide to MCP server setup: FastMCP local development, Claude CLI registration, STDIO vs HTTP communication modes, and Docker containerized remote deployment for AI-callable tool services.
TutorialsLearn how to split AI Agent capabilities into four modules—Tool Registry, Message Store, Agent Runtime, and Built-in Tools—and build a reusable, extensible Agent framework using Python decorators.
TutorialsLearn how to use Cursor AI with Back4App to auto-build user auth, databases, and deploy a full finance tracker app using natural language — no backend code needed.