教程中心

AI Agent 从入门到实战:概念理解、MCP 使用、平台实操、工作流自动化

2024

教程总数

368

入门教程

45

实操教程

进阶其他

Build an AI Test Generator with GPT-4 + pytest: Step-by-Step Tutorial 2026

Create a production-ready automated test writing system from scratch

Build an AI Test Generator with GPT-4 + pytest Project Overview In this tutorial, you'll build a complete **automated test writing system** using GPT-4 + pytest. By the end, you'll have a production-ready application you can deploy and customize.

ai-test-generatorproject-tutorial
30分钟
进阶其他

AI Workflow: Creating technical documentation with AI assistance

Complete guide to Creating technical documentation with AI assistance using AI tools and automation

AI Workflow: Creating technical documentation with AI assistance Overview Complete guide to Creating technical documentation with AI assistance using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import

productivityworkflow
8分钟
进阶其他

Django + LangChain: How to Add AI to Django web apps (2026)

Complete integration guide for Django and LangChain

Django + LangChain Integration Guide 2026 Overview This guide shows you exactly how to add AI to Django web apps using Django and LangChain. We cover setup, core integration, and production-ready patterns. Prerequisites - Django environment set u

djangolangchain
20分钟
进阶其他

Filesystem MCP Server: Complete Setup and Usage Guide 2026

Give AI agents access to your local files - step-by-step guide to Filesystem MCP Server

Filesystem MCP Server: Complete Guide 2026 What is Filesystem MCP Server? **Filesystem MCP Server** is an MCP (Model Context Protocol) server that enables AI assistants to Give AI agents access to your local files. MCP is an open protocol that stan

mcpmodel-context-protocol
15分钟
进阶其他

Proposal Generator AI: Enterprise Implementation

Automated RFP and business proposal writing with AI

Proposal Generator AI Overview Automated RFP and business proposal writing with AI. This guide provides practical, production-ready implementations. **Category**: business-ai **Primary Tool**: openai **Tags**: business-ai, enterprise, proposal

business-aienterprise
18分钟
进阶其他

Webhook AI Integrations: Production Guide

Building event-driven AI systems with webhooks

Webhook AI Integrations Overview Building event-driven AI systems with webhooks. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: fastapi **Tags**: cloud-ai, api, production, fastapi Pr

cloud-aiapi
15分钟
进阶其他

Real-time Voice Assistant: Implementation Guide

Low-latency voice-to-voice AI conversation system

Real-time Voice Assistant: Implementation Guide Overview Low-latency voice-to-voice AI conversation system. This guide provides complete, production-ready implementation. Key Concepts Understanding real-time voice assistant: implementation guide

audiospeech
15分钟
进阶其他

Generated Knowledge: Complete Guide and Examples

Master generated knowledge — prompting to generate context before answering — best for factual accuracy

Generated Knowledge: Complete Guide What is Generated Knowledge? Generated Knowledge is a prompting technique that involves prompting to generate context before answering. It is particularly effective for factual accuracy. When to Use Generated Kn

prompt-engineeringgenerated-knowledge
12分钟
进阶其他

LLM Output Validation: Production Patterns

Validating and sanitizing LLM outputs before use

LLM Output Validation: Production Patterns Overview Validating and sanitizing LLM outputs before use. This guide provides complete, production-ready implementation. Key Concepts Understanding llm output validation: production patterns requires:

llmpatterns
15分钟
进阶其他

Building AI Writing Assistants

Feature-rich AI writing assistant with style consistency

Building AI Writing Assistants Overview Feature-rich AI writing assistant with style consistency. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( mo

ai-applicationspecialized
10分钟
进阶其他

Multi-Agent System with CrewAI

Orchestrating a team of specialized AI agents — hands-on project tutorial

Multi-Agent System with CrewAI What You'll Build Orchestrating a team of specialized AI agents. By the end of this tutorial, you'll have a fully working implementation you can extend for production use. **Time**: ~25 minutes **Difficulty**: Inte

tutorialhands-on
25分钟
进阶其他

Google Vertex AI Gemini API: Complete Guide for AI Applications 2026

Build production AI apps with Google Vertex AI Gemini API

Google Vertex AI Gemini API: Complete Guide 2026 Overview Google Vertex AI Gemini API provides enterprise-grade AI capabilities for Google Cloud AI with Gemini multimodal capabilities. As one of the leading cloud AI platforms, it offers the reliabi

google-vertex-aigemini-api
20分钟
进阶其他

MCP Protocol Introduction: Complete Guide

Understanding Model Context Protocol for AI tool integration

MCP Protocol Introduction: Complete Guide Overview Understanding Model Context Protocol for AI tool integration. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MCP Protocol Introduction:

mcptool-use
15分钟
进阶其他

Prompt Compression: Complete Guide and Examples

Master prompt compression — reducing token count without losing meaning — best for cost optimization

Prompt Compression: Complete Guide What is Prompt Compression? Prompt Compression is a prompting technique that involves reducing token count without losing meaning. It is particularly effective for cost optimization. When to Use Prompt Compressio

prompt-engineeringprompt-compression
12分钟
进阶其他

AI Portfolio Projects Guide

10 impressive AI projects to build for your portfolio

AI Portfolio Projects Guide Overview 10 impressive AI projects to build for your portfolio. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_por

learningportfolio
12分钟
进阶其他

Go AI Services: Complete Integration Guide

High-performance AI service implementation in Go

Go AI Services: Complete Integration Guide Overview High-performance AI service implementation in Go. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Go AI Services: Complete Integration G

backendintegration
18分钟
进阶其他

React + Vercel AI SDK: How to Add AI chat to React apps (2026)

Complete integration guide for React and Vercel AI SDK

React + Vercel AI SDK Integration Guide 2026 Overview This guide shows you exactly how to add AI chat to React apps using React and Vercel AI SDK. We cover setup, core integration, and production-ready patterns. Prerequisites - React environment

reactvercel-ai-sdk
20分钟
进阶其他

ID Document Verification: Implementation Guide

AI-powered identity document verification system

ID Document Verification Overview AI-powered identity document verification system. This guide provides practical, production-ready implementations. **Category**: multimodal-ai **Primary Tool**: openai **Tags**: multimodal, vision, identity P

multimodalvision
15分钟
进阶其他

AI SaaS Architecture Patterns

Common architecture patterns for AI SaaS applications

AI SaaS Architecture Patterns Overview Common architecture patterns for AI SaaS applications. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_saas_arc

insightssaas
10分钟
进阶其他

AI Commit Message Generator: Practical Tutorial

Generating meaningful git commit messages with AI

AI Commit Message Generator: Practical Tutorial Overview Generating meaningful git commit messages with AI Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI(

tutorialpractical
10分钟
进阶其他

AI Document Comparison: Practical Tutorial

Side-by-side document comparison using LLMs

AI Document Comparison: Practical Tutorial Overview Side-by-side document comparison using LLMs Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Ha

tutorialpractical
10分钟
进阶其他

Qwen 2.5 Coder (2025-11): What's New and How to Use It

Complete guide to the latest Qwen 2.5 Coder capabilities: code completion, bug fixing, 128k context

Qwen 2.5 Coder (2025-11): Complete Guide What's New in Qwen 2.5 Coder 2025-11 The latest version of **Qwen 2.5 Coder** brings significant improvements: code completion, bug fixing, 128k context. This release represents a major step forward in AI c

qwen-2-5-coderlatest-ai
10分钟
进阶其他

AI API Caching Strategies: Production Guide

Reducing latency and costs with semantic caching

AI API Caching Strategies Overview Reducing latency and costs with semantic caching. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: redis **Tags**: cloud-ai, api, production, redis Pr

cloud-aiapi
15分钟
进阶其他

Chain-of-Thought Prompting: Complete Guide and Examples

Master chain-of-thought prompting — step-by-step reasoning in prompts — best for math and logic tasks

Chain-of-Thought Prompting: Complete Guide What is Chain-of-Thought Prompting? Chain-of-Thought Prompting is a prompting technique that involves step-by-step reasoning in prompts. It is particularly effective for math and logic tasks. When to Use

prompt-engineeringchain-of-thought-prompting
12分钟
进阶其他

AI Email Response System: Enterprise Implementation

Automated email drafting and response suggestions

AI Email Response System Overview Automated email drafting and response suggestions. This guide provides practical, production-ready implementations. **Category**: business-ai **Primary Tool**: openai **Tags**: business-ai, enterprise, email

business-aienterprise
18分钟
进阶其他

SPLADE Sparse Retrieval

Sparse neural retrieval with SPLADE for efficient RAG

SPLADE Sparse Retrieval Overview Sparse neural retrieval with SPLADE for efficient RAG. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_splade_spa

modelssplade
10分钟
进阶其他

Corrigible AI Agent Design

Ensuring AI agents remain correctable and under human control

Corrigible AI Agent Design Overview Ensuring AI agents remain correctable and under human control. This guide covers practical implementation strategies for production AI systems. Why It Matters As AI systems grow more capable and widely deployed

ai-safetyalignment
12分钟
进阶其他

LLM Context Window Management: Production Patterns

Strategies for managing large context windows efficiently

LLM Context Window Management: Production Patterns Overview Strategies for managing large context windows efficiently. This guide provides complete, production-ready implementation. Key Concepts Understanding llm context window management: produc

llmpatterns
15分钟
进阶其他

AI Workflow: AI-enhanced code review workflow

Complete guide to AI-enhanced code review workflow using AI tools and automation

AI Workflow: AI-enhanced code review workflow Overview Complete guide to AI-enhanced code review workflow using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional

productivityworkflow
8分钟
进阶其他

How to Connect Claude to Your Database: Complete Guide for Developers 2026

Build a natural language database interface step by step

How to Connect Claude to Your Database 2026 Introduction In this tutorial, you'll learn how to **Connect Claude to Your Database**. By the end, you'll have a working **natural language database interface** that you can deploy and extend. **Prerequ

how-toto-your
20分钟
进阶其他

AI for Professional Services

AI tools for consulting, legal, and accounting firms

AI for Professional Services Overview AI tools for consulting, legal, and accounting firms Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler

businessprofessional
10分钟
进阶其他

matryoshka Embeddings

Variable-dimension embeddings for flexible storage

matryoshka Embeddings Overview Variable-dimension embeddings for flexible storage. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_matryoshka_embe

modelsopenai
10分钟
进阶其他

AI-Powered Form Validation: Practical Tutorial

Using AI to intelligently validate form inputs

AI-Powered Form Validation: Practical Tutorial Overview Using AI to intelligently validate form inputs Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() c

tutorialpractical
10分钟
进阶其他

Customer Feedback Analyzer: Enterprise Implementation

AI analysis of customer reviews and feedback at scale

Customer Feedback Analyzer Overview AI analysis of customer reviews and feedback at scale. This guide provides practical, production-ready implementations. **Category**: business-ai **Primary Tool**: openai **Tags**: business-ai, enterprise, f

business-aienterprise
18分钟
进阶其他

Serverless vs Container AI Deployment: Side-by-Side Comparison

Deployment model comparison for AI applications — comparing operational overhead across aws-lambda and docker

Serverless vs Container AI Deployment: Side-by-Side Comparison Overview Deployment model comparison for AI applications — comparing operational overhead across aws-lambda and docker. This comprehensive guide covers everything you need to know for p

comparisonaws-lambda
15分钟
进阶其他

GPT-4o Mini (2025-11): What's New and How to Use It

Complete guide to the latest GPT-4o Mini capabilities: cost reduction, faster inference, better coding

GPT-4o Mini (2025-11): Complete Guide What's New in GPT-4o Mini 2025-11 The latest version of **GPT-4o Mini** brings significant improvements: cost reduction, faster inference, better coding. This release represents a major step forward in AI capa

gpt-4o-minilatest-ai
10分钟
进阶其他

Jailbreak Prevention Techniques

Technical approaches to prevent conversational AI misuse

Jailbreak Prevention Techniques Overview Technical approaches to prevent conversational AI misuse. This guide covers practical implementation strategies for production AI systems. Why It Matters As AI systems grow more capable and widely deployed

ai-safetyalignment
12分钟
进阶其他

Knowledge Base Builder: Enterprise Implementation

Auto-generating knowledge bases from company documentation

Knowledge Base Builder Overview Auto-generating knowledge bases from company documentation. This guide provides practical, production-ready implementations. **Category**: business-ai **Primary Tool**: openai **Tags**: business-ai, enterprise,

business-aienterprise
18分钟
进阶其他

Llama 3.3 vs Mistral Large: Side-by-Side Comparison

Open-source vs closed frontier model comparison — comparing open-source performance across llama and mistral

Llama 3.3 vs Mistral Large: Side-by-Side Comparison Overview Open-source vs closed frontier model comparison — comparing open-source performance across llama and mistral. This comprehensive guide covers everything you need to know for production im

comparisonllama
15分钟
进阶其他

Open Source AI Ecosystem: 2025 Guide

The thriving open-source AI ecosystem and key projects

Open Source AI Ecosystem: 2025 Guide Overview The thriving open-source AI ecosystem and key projects. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Open Source AI Ecosystem: 2025 Guide i

open-sourcetrends
12分钟
进阶其他

DeepSeek-V3 Code Generation

Using DeepSeek-V3 for high-quality code generation

DeepSeek-V3 Code Generation Overview Using DeepSeek-V3 for high-quality code generation. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_deepseek_

modelsdeepseek
10分钟
进阶其他

AWS Bedrock Knowledge Bases: Complete Guide for AI Applications 2026

Build production AI apps with AWS Bedrock Knowledge Bases

AWS Bedrock Knowledge Bases: Complete Guide 2026 Overview AWS Bedrock Knowledge Bases provides enterprise-grade AI capabilities for fully managed RAG with S3 and vector search. As one of the leading cloud AI platforms, it offers the reliability, sc

aws-bedrockknowledge-bases
20分钟
进阶其他

Clojure AI Development

Lisp-inspired AI programming with Clojure

Clojure AI Development Overview Lisp-inspired AI programming with Clojure Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler: """Handles

programmingclojure
10分钟
进阶其他

ElevenLabs API: Developer Guide and Quick Start 2026

Learn ElevenLabs API: text-to-speech AI for voice apps

ElevenLabs API: Developer Guide 2026 What is ElevenLabs API? **ElevenLabs API** enables text-to-speech AI for voice apps. This guide covers everything you need to get started quickly. Why Use ElevenLabs API? - Solves the specific problem of text-

elevenlabs-apiapi-guide
10分钟
进阶其他

WordPress + OpenAI: How to Add AI content generation to WordPress (2026)

Complete integration guide for WordPress and OpenAI

WordPress + OpenAI Integration Guide 2026 Overview This guide shows you exactly how to add AI content generation to WordPress using WordPress and OpenAI. We cover setup, core integration, and production-ready patterns. Prerequisites - WordPress e

wordpressopenai
20分钟
进阶其他

Fine-tuning LLMs Best Practices: 2026 Developer Guide

Essential practices every AI developer should follow for fine-tuning llms

Fine-tuning LLMs Best Practices 2026 Introduction Following best practices for fine-tuning llms is the difference between fragile prototypes and production-grade AI systems. This guide covers the most important practices that experienced AI develop

best-practicesfine-tuning-llms
15分钟
进阶其他

AI Workflow: AI-powered database schema design

Complete guide to AI-powered database schema design using AI tools and automation

AI Workflow: AI-powered database schema design Overview Complete guide to AI-powered database schema design using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optiona

productivityworkflow
8分钟
进阶其他

How to Deploy AI Models with Docker: Complete Guide for Developers 2026

Build a containerized AI deployment step by step

How to Deploy AI Models with Docker 2026 Introduction In this tutorial, you'll learn how to **Deploy AI Models with Docker**. By the end, you'll have a working **containerized AI deployment** that you can deploy and extend. **Prerequisites:** - Fa

how-tomodels-with
20分钟
上一页12 / 25下一页