教程中心
AI Agent 从入门到实战:概念理解、MCP 使用、平台实操、工作流自动化
2024
教程总数
368
入门教程
45
实操教程
按主题浏览
MCP Database Connector: Complete Guide
Connecting AI to databases via MCP
MCP Database Connector: Complete Guide Overview Connecting AI to databases via MCP. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MCP Database Connector: Complete Guide is increasingly i
LLM Response Caching: Production Patterns
Semantic and exact caching strategies for LLM responses
LLM Response Caching: Production Patterns Overview Semantic and exact caching strategies for LLM responses. This guide provides complete, production-ready implementation. Key Concepts Understanding llm response caching: production patterns requir
Hybrid RAG with BM25 and Vectors: Practical Tutorial
Combining BM25 keyword search with vector search
Hybrid RAG with BM25 and Vectors: Practical Tutorial Overview Combining BM25 keyword search with vector search Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = Ope
Adaptive RAG: Advanced RAG Tutorial
Dynamic routing between different retrieval strategies
Adaptive RAG 进阶教程(2026):按查询难度路由——无需检索直接答/单次检索/多跳迭代检索。降成本提准确、CRAG 自纠错变体,天然是 LangGraph 状态图,建在语义搜索+重排之上。
MCP Logging and Observability: Complete Guide
Monitoring MCP server health and performance
MCP Logging and Observability: Complete Guide Overview Monitoring MCP server health and performance. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MCP Logging and Observability: Complete
Real-time AI Analytics Dashboard
Building live AI analytics dashboards with streaming data
Real-time AI Analytics Dashboard Overview Building live AI analytics dashboards with streaming data. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create(
Fact Verification System: Complete Implementation
AI system for verifying factual claims in text
Fact Verification System Overview AI system for verifying factual claims in text. This guide provides practical, production-ready implementations. **Category**: nlp **Primary Tool**: openai **Tags**: nlp, fact-checking, text-processing Prereq
AI Audit Trail Implementation
Complete audit trails for AI decisions in production
AI Audit Trail Implementation Overview Complete audit trails for AI decisions in production. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_audit_tra
Building AI APIs with FastAPI: Complete Developer Guide 2026
Master Building AI APIs with FastAPI with practical examples and production patterns
Building AI APIs with FastAPI: Complete Developer Guide 2026 Overview Building AI APIs with FastAPI is one of the most important concepts in modern AI development. This guide provides a thorough understanding with practical, production-ready exampl
Stable Diffusion API Integration: Implementation Guide
Integrating Stable Diffusion for image generation pipelines
Stable Diffusion API Integration Overview Integrating Stable Diffusion for image generation pipelines. This guide provides practical, production-ready implementations. **Category**: multimodal-ai **Primary Tool**: stability-ai **Tags**: multim
AI Code Review Guidelines
What to look for when reviewing AI application code
AI Code Review Guidelines Overview What to look for when reviewing AI application code. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_code_re
Implementing AI Webhooks
Event-driven AI processing with webhook integrations
Implementing AI Webhooks Overview Event-driven AI processing with webhook integrations. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( model="gpt-4
AI for Fitness Coaching
Personalized workout and nutrition plans with AI
AI for Fitness Coaching Overview Personalized workout and nutrition plans with AI. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( model="gpt-4o-min
Conversation State Management: Production Patterns
Managing multi-turn conversation state in LLM apps
Conversation State Management: Production Patterns Overview Managing multi-turn conversation state in LLM apps. This guide provides complete, production-ready implementation. Key Concepts Understanding conversation state management: production pa
AI for Content Creators: Complete Guide
AI tools for writers, YouTubers, and podcasters
AI for Content Creators: Complete Guide Overview AI tools for writers, YouTubers, and podcasters. This guide provides complete, production-ready implementation. Key Concepts Understanding ai for content creators: complete guide requires: 1. **Co
Phoenix Arize AI: Developer Guide and Quick Start 2026
Learn Phoenix Arize AI: ML observability for AI applications
Phoenix Arize AI: Developer Guide 2026 What is Phoenix Arize AI? **Phoenix Arize AI** enables ML observability for AI applications. This guide covers everything you need to get started quickly. Why Use Phoenix Arize AI? - Solves the specific prob
Qdrant Vector Search: Tutorial and Best Practices
Build production AI with Qdrant — high-performance vector database
Qdrant Vector Search What is Qdrant? Qdrant is a framework for high-performance vector database. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: vector search Installation ```bash pip
How to Implement Rate Limiting for AI APIs: Complete Guide for Developers 2026
Build a robust AI API with limits step by step
How to Implement Rate Limiting for AI APIs 2026 Introduction In this tutorial, you'll learn how to **Implement Rate Limiting for AI APIs**. By the end, you'll have a working **robust AI API with limits** that you can deploy and extend. **Prerequis
LLM Provider Outage Handling
Graceful degradation when AI providers go down
LLM Provider Outage Handling Overview Graceful degradation when AI providers go down. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_llm_provider_outage
Llama 4 Scout Integration
Running Llama 4 Scout with mixture of experts locally
Llama 4 Scout Integration Overview Running Llama 4 Scout with mixture of experts locally. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_llama_4_
Vector Database Design Best Practices: 2026 Developer Guide
Essential practices every AI developer should follow for vector database design
Vector Database Design Best Practices 2026 Introduction Following best practices for vector database design is the difference between fragile prototypes and production-grade AI systems. This guide covers the most important practices that experience
AI Context Window Strategies
Making the most of long context windows in production
AI Context Window Strategies Overview Making the most of long context windows in production. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_context_w
AI for Sentiment-Driven Trading
Using NLP sentiment analysis for financial markets
AI for Sentiment-Driven Trading Overview Using NLP sentiment analysis for financial markets. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( model="
Swift AI for macOS
Native macOS AI applications with Swift and Foundation Models
Swift 构建 macOS AI(2026):两条路——URLSession 调云端 LLM(最强能力),或用 Apple 端侧框架(Foundation Models/Core ML/MLX)做隐私/离线/零成本推理。含 Swift 真实代码与混合方案选型。
Autonomous Research Agent
Building agents that autonomously search and synthesize — hands-on project tutorial
Autonomous Research Agent What You'll Build Building agents that autonomously search and synthesize. By the end of this tutorial, you'll have a fully working implementation you can extend for production use. **Time**: ~25 minutes **Difficulty**:
AI Agent Security Best Practices: 2026 Developer Guide
Essential practices every AI developer should follow for ai agent security
AI Agent Security Best Practices 2026 Introduction Following best practices for ai agent security is the difference between fragile prototypes and production-grade AI systems. This guide covers the most important practices that experienced AI devel
Azure AI Document Intelligence: Complete Guide for AI Applications 2026
Build production AI apps with Azure AI Document Intelligence
Azure AI Document Intelligence: Complete Guide 2026 Overview Azure AI Document Intelligence provides enterprise-grade AI capabilities for enterprise document processing and extraction. As one of the leading cloud AI platforms, it offers the reliabi
Docker for AI Applications: Containerizing AI applications Guide 2026
How to package and deploy AI apps with Docker for consistency across environments
Docker for AI Applications: containerizing AI applications 2026 Introduction How to package and deploy AI apps with Docker for consistency across environments. This guide shows you how to effectively use Docker in your AI development workflow. Why
RAG System Design Guide
Step-by-step RAG system design for architecture interviews
RAG System Design Guide Overview Step-by-step RAG system design for architecture interviews. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_rag_s
LLM Response Diffing: Production Patterns
Comparing LLM responses across model versions
LLM Response Diffing: Production Patterns Overview Comparing LLM responses across model versions. This guide provides complete, production-ready implementation. Key Concepts Understanding llm response diffing: production patterns requires: 1. **
Angular AI Services: Complete Integration Guide
Enterprise AI features in Angular applications
Angular AI Services: Complete Integration Guide Overview Enterprise AI features in Angular applications. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Angular AI Services: Complete Integ
AI Workflow: Writing technical blog posts 10x faster with AI
Complete guide to Writing technical blog posts 10x faster with AI using AI tools and automation
AI Workflow: Writing technical blog posts 10x faster with AI Overview Complete guide to Writing technical blog posts 10x faster with AI using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseMode
AI Pricing Recommendation: Practical Tutorial
LLM-powered pricing strategy recommendations
AI Pricing Recommendation: Practical Tutorial Overview LLM-powered pricing strategy recommendations Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() clas
OpenAI o3 Reasoning Tutorial
Using o3 for advanced mathematical and logical reasoning tasks
OpenAI o3 Reasoning Tutorial Overview Using o3 for advanced mathematical and logical reasoning tasks. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def so
Humanloop AI Studio: Complete Setup Guide
Prompt management and fine-tuning with Humanloop
Humanloop AI Studio: Complete Setup Guide Overview Prompt management and fine-tuning with Humanloop Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() clas
AI Workflow: Automated AI-powered status reports
Complete guide to Automated AI-powered status reports using AI tools and automation
AI Workflow: Automated AI-powered status reports Overview Complete guide to Automated AI-powered status reports using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Opt
Structured Data Extraction
Extracting structured JSON from unstructured text — hands-on project tutorial
Structured Data Extraction What You'll Build Extracting structured JSON from unstructured text. By the end of this tutorial, you'll have a fully working implementation you can extend for production use. **Time**: ~25 minutes **Difficulty**: Inte
PromptLayer Versioning: Complete Setup Guide
Prompt versioning and analytics with PromptLayer
PromptLayer Versioning: Complete Setup Guide Overview Prompt versioning and analytics with PromptLayer Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() c
Slack MCP Server: Complete Setup and Usage Guide 2026
Enable AI to interact with Slack channels - step-by-step guide to Slack MCP Server
Slack MCP Server: Complete Guide 2026 What is Slack MCP Server? **Slack MCP Server** is an MCP (Model Context Protocol) server that enables AI assistants to Enable AI to interact with Slack channels. MCP is an open protocol that standardizes how AI
FastAPI + Anthropic: How to Build production FastAPI AI services (2026)
Complete integration guide for FastAPI and Anthropic
FastAPI + Anthropic Integration Guide 2026 Overview This guide shows you exactly how to build production FastAPI AI services using FastAPI and Anthropic. We cover setup, core integration, and production-ready patterns. Prerequisites - FastAPI env
AI Code Review Automation: Complete Developer Guide 2026
Master AI Code Review Automation with practical examples and production patterns
AI Code Review Automation: Complete Developer Guide 2026 Overview AI Code Review Automation is one of the most important concepts in modern AI development. This guide provides a thorough understanding with practical, production-ready examples. Why
Toxicity Filtering Pipeline
Building effective content safety filters for AI applications
Toxicity Filtering Pipeline Overview Building effective content safety filters for AI applications. This guide covers practical implementation strategies for production AI systems. Why It Matters As AI systems grow more capable and widely deploye
Retry Logic for LLMs: Production Patterns
Implementing robust retry strategies for LLM API calls
Retry Logic for LLMs: Production Patterns Overview Implementing robust retry strategies for LLM API calls. This guide provides complete, production-ready implementation. Key Concepts Understanding retry logic for llms: production patterns require
Voice Cloning Integration: Implementation Guide
Integrating voice synthesis APIs for custom voices
语音克隆集成实现指南(2026):多数应用应集成托管 TTS(ElevenLabs/OpenAI TTS/Cartesia)而非自训。含同意合规要点、合成代码、提供商选型、流式低延迟与缓存等生产做法。
Anthropic Tool Use Guide: Complete Guide
Implementing tools with the Anthropic Claude API
Anthropic Tool Use Guide: Complete Guide Overview Implementing tools with the Anthropic Claude API. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Anthropic Tool Use Guide: Complete Guide
AI-Powered Feature Flags: Practical Tutorial
Intelligent feature flag management with AI
AI-Powered Feature Flags: Practical Tutorial Overview Intelligent feature flag management with AI Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class
LLM Judge Pattern: Complete Guide
Using GPT-4 as an automated judge for model evaluation — practical implementation
LLM Judge Pattern Overview Using GPT-4 as an automated judge for model evaluation. Rigorous evaluation is essential for building trustworthy AI applications. Why Evaluation Matters Without proper evaluation, you cannot: - Know if your model is ac
Build an AI Chatbot with Next.js + OpenAI: Step-by-Step Tutorial 2026
Create a production-ready customer support chatbot from scratch
Build an AI Chatbot with Next.js + OpenAI Project Overview In this tutorial, you'll build a complete **customer support chatbot** using Next.js + OpenAI. By the end, you'll have a production-ready application you can deploy and customize. **What y