教程中心
AI Agent 从入门到实战:概念理解、MCP 使用、平台实操、工作流自动化
2024
教程总数
368
入门教程
45
实操教程
按主题浏览
AI Cooking Recipe Generator
Custom recipe creation based on ingredients and preferences
AI Cooking Recipe Generator Overview Custom recipe creation based on ingredients and preferences. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( mo
Fireworks AI API: Production Guide
High-speed inference with Fireworks AI for open models
Fireworks AI API Overview High-speed inference with Fireworks AI for open models. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: fireworks-ai **Tags**: cloud-ai, api, production, firew
Parallel Tool Execution: Complete Guide
Running multiple tools simultaneously in agents
Parallel Tool Execution: Complete Guide Overview Running multiple tools simultaneously in agents. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Parallel Tool Execution: Complete Guide is
Real-time AI Streaming with FastAPI
Server-sent events for streaming LLM responses — hands-on project tutorial
Real-time AI Streaming with FastAPI What You'll Build Server-sent events for streaming LLM responses. By the end of this tutorial, you'll have a fully working implementation you can extend for production use. **Time**: ~25 minutes **Difficulty**
AI for Freelancers: Complete Guide
Productivity tools for freelancers using AI assistance
AI for Freelancers: Complete Guide Overview Productivity tools for freelancers using AI assistance. This guide provides complete, production-ready implementation. Key Concepts Understanding ai for freelancers: complete guide requires: 1. **Core
AI Technical Debt Patterns
Common technical debt patterns in AI applications
AI Technical Debt Patterns Overview Common technical debt patterns in AI applications. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_technical_debt_
Multi-Model AI Architecture Best Practices: 2026 Developer Guide
Essential practices every AI developer should follow for multi-model ai architecture
Multi-Model AI Architecture Best Practices 2026 Introduction Following best practices for multi-model ai architecture is the difference between fragile prototypes and production-grade AI systems. This guide covers the most important practices that
LLM Prompt Engineering Best Practices: 2026 Developer Guide
Essential practices every AI developer should follow for llm prompt engineering
LLM Prompt Engineering Best Practices 2026 Introduction Following best practices for llm prompt engineering is the difference between fragile prototypes and production-grade AI systems. This guide covers the most important practices that experience
Real Estate Photo Analysis: Implementation Guide
AI analysis of property photos for real estate applications
Real Estate Photo Analysis Overview AI analysis of property photos for real estate applications. This guide provides practical, production-ready implementations. **Category**: multimodal-ai **Primary Tool**: openai **Tags**: multimodal, vision
AI for B2C Consumer Apps
Consumer-facing AI features that users actually love
AI for B2C Consumer Apps Overview Consumer-facing AI features that users actually love Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler:
Build an AI SQL Builder with GPT-4 + PostgreSQL: Step-by-Step Tutorial 2026
Create a production-ready natural language database interface from scratch
Build an AI SQL Builder with GPT-4 + PostgreSQL Project Overview In this tutorial, you'll build a complete **natural language database interface** using GPT-4 + PostgreSQL. By the end, you'll have a production-ready application you can deploy and c
Cohere API Tutorial: Production Guide
NLP applications with Cohere Command and Embed APIs
Cohere API Tutorial Overview NLP applications with Cohere Command and Embed APIs. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: cohere **Tags**: cloud-ai, api, production, cohere Pre
Mechanistic Interpretability Basics
Understanding neural network internals for AI safety research
Mechanistic Interpretability Basics Overview Understanding neural network internals for AI safety research. This guide covers practical implementation strategies for production AI systems. Why It Matters As AI systems grow more capable and widely
Build an AI Knowledge Graph with Neo4j + LangChain: Step-by-Step Tutorial 2026
Create a production-ready semantic knowledge base from scratch
Build an AI Knowledge Graph with Neo4j + LangChain Project Overview In this tutorial, you'll build a complete **semantic knowledge base** using Neo4j + LangChain. By the end, you'll have a production-ready application you can deploy and customize.
Weaviate Hybrid Search: Tutorial and Best Practices
Build production AI with Weaviate — vector + BM25 hybrid search
Weaviate Hybrid Search What is Weaviate? Weaviate is a framework for vector + BM25 hybrid search. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: hybrid search Installation ```bash pip
AI Customer Churn Prediction: AI in Telecom
Building ai customer churn prediction using Classification AI — complete implementation for telecom sector
AI Customer Churn Prediction: AI in Telecom Business Problem The telecom sector faces unique challenges that AI can address: - Manual retention campaigns is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time decis
AI for E-mail Marketing Optimization
AI-powered email subject lines, timing, and personalization
AI for E-mail Marketing Optimization Overview AI-powered email subject lines, timing, and personalization. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create(
Embedding Quality Metrics: Complete Guide
Evaluating embedding models with MTEB and custom benchmarks — practical implementation
Embedding Quality Metrics Overview Evaluating embedding models with MTEB and custom benchmarks. Rigorous evaluation is essential for building trustworthy AI applications. Why Evaluation Matters Without proper evaluation, you cannot: - Know if you
RAG with SQL: Advanced RAG Tutorial
Querying databases in natural language for structured RAG
RAG with SQL: Advanced RAG Tutorial Overview Querying databases in natural language for structured RAG. This guide provides complete, production-ready implementation. Key Concepts Understanding rag with sql: advanced rag tutorial requires: 1. **
AI Code Metrics Reporter: Developer Workflow
Generating code quality metrics with AI insights
AI Code Metrics Reporter: Developer Workflow Overview Generating code quality metrics with AI insights. This guide provides complete, production-ready implementation. Key Concepts Understanding ai code metrics reporter: developer workflow require
LLM Output Guardrails
Implementing input/output guardrails for production AI applications
LLM Output Guardrails Overview Implementing input/output guardrails for production AI applications. This guide covers practical implementation strategies for production AI systems. Why It Matters As AI systems grow more capable and widely deploye
Automated AI Newsletter Curation: Practical Tutorial
Using AI to curate and summarize newsletters
Automated AI Newsletter Curation: Practical Tutorial Overview Using AI to curate and summarize newsletters Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI(
AI Workflow: AI for career growth planning and skill gaps
Complete guide to AI for career growth planning and skill gaps using AI tools and automation
AI Workflow: AI for career growth planning and skill gaps Overview Complete guide to AI for career growth planning and skill gaps using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel from
AI for B2B SaaS Products
Adding AI features to B2B SaaS for competitive advantage
AI for B2B SaaS Products Overview Adding AI features to B2B SaaS for competitive advantage Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler
Gemma 3 Multimodal
Google Gemma 3 multimodal capabilities and deployment
Gemma 3 Multimodal Overview Google Gemma 3 multimodal capabilities and deployment. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_gemma_3_multimo
RAG Evaluation with RAGAS: Advanced RAG Tutorial
Systematic evaluation of RAG pipeline quality
RAG Evaluation with RAGAS: Advanced RAG Tutorial Overview Systematic evaluation of RAG pipeline quality. This guide provides complete, production-ready implementation. Key Concepts Understanding rag evaluation with ragas: advanced rag tutorial re
Together AI Open Models
Running frontier open models with Together AI API
Together AI Open Models Overview Running frontier open models with Together AI API. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_together_ai_op
Claude 3.5 Haiku (2025-10): What's New and How to Use It
Complete guide to the latest Claude 3.5 Haiku capabilities: fastest Claude, ultra-low latency responses
Claude 3.5 Haiku (2025-10): Complete Guide What's New in Claude 3.5 Haiku 2025-10 The latest version of **Claude 3.5 Haiku** brings significant improvements: fastest Claude, ultra-low latency responses. This release represents a major step forward
Build an AI Price Predictor with Python + scikit-learn: Step-by-Step Tutorial 2026
Create a production-ready pricing optimization tool from scratch
Build an AI Price Predictor with Python + scikit-learn Project Overview In this tutorial, you'll build a complete **pricing optimization tool** using Python + scikit-learn. By the end, you'll have a production-ready application you can deploy and c
AI Regulation and Compliance: 2025 Guide
Navigating the emerging AI regulatory landscape
AI Regulation and Compliance: 2025 Guide Overview Navigating the emerging AI regulatory landscape. This comprehensive guide covers everything you need to know for production implementation. Why It Matters AI Regulation and Compliance: 2025 Guide
Speaker Diarization: Implementation Guide
Identifying and separating multiple speakers in audio
说话人分离(Diarization)实现指南(2026):判断"谁在何时说话",pyannote.audio 真实代码。与 ASR 按时间戳合并得"谁说了什么",准确率取决于音质——用分轨/避免过度降噪/提供说话人数。
Multimodal RAG: Advanced RAG Tutorial
Retrieving and generating across text and images
Multimodal RAG: Advanced RAG Tutorial Overview Retrieving and generating across text and images. This guide provides complete, production-ready implementation. Key Concepts Understanding multimodal rag: advanced rag tutorial requires: 1. **Core
The LLM Evaluation Trap
Common mistakes in evaluating LLM quality and how to avoid
The LLM Evaluation Trap Overview Common mistakes in evaluating LLM quality and how to avoid. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_the_llm_eval
Android + Google AI SDK: How to Add AI to Android apps (2026)
Complete integration guide for Android and Google AI SDK
Android + Google AI SDK Integration Guide 2026 Overview This guide shows you exactly how to add AI to Android apps using Android and Google AI SDK. We cover setup, core integration, and production-ready patterns. Prerequisites - Android environme
Semantic Kernel AI Plugins: Tutorial and Best Practices
Build production AI with Semantic Kernel — Microsoft AI plugin orchestration
Semantic Kernel AI Plugins What is Semantic Kernel? Semantic Kernel is a framework for Microsoft AI plugin orchestration. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: plugins Install
Label Studio AI Labeling: Complete Setup Guide
Versatile data labeling for AI training datasets
Label Studio AI Labeling: Complete Setup Guide Overview Versatile data labeling for AI training datasets Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI()
LLM-Powered CLI Tool
Building a command-line AI assistant in Python — hands-on project tutorial
LLM-Powered CLI Tool What You'll Build Building a command-line AI assistant in Python. By the end of this tutorial, you'll have a fully working implementation you can extend for production use. **Time**: ~25 minutes **Difficulty**: Intermediate
Build an AI Resume Screener with Claude + PostgreSQL: Step-by-Step Tutorial 2026
Create a production-ready recruitment automation from scratch
Build an AI Resume Screener with Claude + PostgreSQL Project Overview In this tutorial, you'll build a complete **recruitment automation** using Claude + PostgreSQL. By the end, you'll have a production-ready application you can deploy and customiz
AI Personas for A/B Testing: Practical Tutorial
Using AI personas to simulate user behavior in tests
用 AI 人格做 A/B 测试预筛(2026):用 LLM 模拟不同用户类型在真流量前预筛文案/设计变体、生成假设。含真实代码、3-6 人格工作流——但模拟≠真实行为,幸存变体仍需真 A/B 验证。
Groq API: Developer Guide and Quick Start 2026
Learn Groq API: ultra-fast LLM inference with LPU
Groq API: Developer Guide 2026 What is Groq API? **Groq API** enables ultra-fast LLM inference with LPU. This guide covers everything you need to get started quickly. Why Use Groq API? - Solves the specific problem of ultra-fast LLM inference wit
GitHub Copilot Advanced Usage: Complete Developer Guide
Power features of GitHub Copilot for professional developers — practical workflows for modern developers
GitHub Copilot Advanced Usage Overview Power features of GitHub Copilot for professional developers. AI-powered coding tools are transforming software development workflows. Setup ```bash Install required packages pip install openai anthropic pyt
Parallel LLM Calls: Production Patterns
Running multiple LLM requests concurrently
Parallel LLM Calls: Production Patterns Overview Running multiple LLM requests concurrently. This guide provides complete, production-ready implementation. Key Concepts Understanding parallel llm calls: production patterns requires: 1. **Core pr
AI Benchmark Deep Dive: Complete Guide
Understanding MMLU, HumanEval, GSM8K and other key benchmarks — practical implementation
AI Benchmark Deep Dive Overview Understanding MMLU, HumanEval, GSM8K and other key benchmarks. Rigorous evaluation is essential for building trustworthy AI applications. Why Evaluation Matters Without proper evaluation, you cannot: - Know if your
Gemini 2.0 Flash (2025-12): What's New and How to Use It
Complete guide to the latest Gemini 2.0 Flash capabilities: multimodal live API, real-time streaming
Gemini 2.0 Flash (2025-12): Complete Guide What's New in Gemini 2.0 Flash 2025-12 The latest version of **Gemini 2.0 Flash** brings significant improvements: multimodal live API, real-time streaming. This release represents a major step forward in
Self-RAG Framework: Advanced RAG Tutorial
Self-reflective RAG that validates its own retrieval
Self-RAG Framework: Advanced RAG Tutorial Overview Self-reflective RAG that validates its own retrieval. This guide provides complete, production-ready implementation. Key Concepts Understanding self-rag framework: advanced rag tutorial requires:
AI Training Content Creator: Enterprise Implementation
Generating employee training materials with AI
AI Training Content Creator Overview Generating employee training materials with AI. This guide provides practical, production-ready implementations. **Category**: business-ai **Primary Tool**: openai **Tags**: business-ai, enterprise, trainin
AI Workflow: Building personal AI assistants for productivity
Complete guide to Building personal AI assistants for productivity using AI tools and automation
AI Workflow: Building personal AI assistants for productivity Overview Complete guide to Building personal AI assistants for productivity using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseMo
Anyscale Ray Platform: Complete Setup Guide
Scalable AI and Python compute with Ray on Anyscale
Anyscale Ray Platform: Complete Setup Guide Overview Scalable AI and Python compute with Ray on Anyscale Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI()