教程中心

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

2024

教程总数

368

入门教程

45

实操教程

进阶其他

AI for Video Game Dialogue

Dynamic NPC dialogue generation with LLMs for games

AI for Video Game Dialogue Overview Dynamic NPC dialogue generation with LLMs for games. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( model="gpt-

ai-applicationspecialized
10分钟
进阶其他

Model Context Protocol (MCP): Connect Claude and LLMs to Any Data Source

Building MCP servers for databases, APIs, and tools with Anthropic protocol

Learn to build Model Context Protocol (MCP) servers to connect Claude and other LLMs to databases, APIs, and custom tools, enabling powerful AI-native integrations for enterprise applications.

MCPAnthropic
25分钟
进阶其他

AI Dataset Curation and Quality: Building High-Quality Training Datasets

Data quality frameworks, deduplication, annotation quality control, and data governance

Learn systematic approaches to building high-quality AI training datasets including quality metrics, deduplication strategies, annotation guidelines, inter-annotator agreement, and data governance.

dataset-curationdata-quality
30分钟
进阶其他

AI for Remote Teams: Complete Guide

AI tools and workflows for distributed remote teams

AI for Remote Teams: Complete Guide Overview AI tools and workflows for distributed remote teams. This guide provides complete, production-ready implementation. Key Concepts Understanding ai for remote teams: complete guide requires: 1. **Core p

remote-workai-applications
15分钟
进阶其他

AI Workflow: AI-enhanced morning planning routine

Complete guide to AI-enhanced morning planning routine using AI tools and automation

AI Workflow: AI-enhanced morning planning routine Overview Complete guide to AI-enhanced morning planning routine using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import O

productivityworkflow
8分钟
进阶其他

AI User Research

Using AI to conduct and analyze user research faster

AI User Research Overview Using AI to conduct and analyze user research faster. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_user_research(input_te

insightsuser-research
10分钟
进阶其他

Claude 4 Opus Guide

Frontier AI capabilities with Claude 4 Opus hybrid reasoning

Claude 4 Opus Guide Overview Frontier AI capabilities with Claude 4 Opus hybrid reasoning. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_claude_

modelsanthropic
10分钟
进阶其他

React AI Components: Complete Integration Guide

Building reusable AI-powered React components

React AI Components: Complete Integration Guide Overview Building reusable AI-powered React components. This comprehensive guide covers everything you need to know for production implementation. Why It Matters React AI Components: Complete Integr

frontendintegration
18分钟
进阶其他

Building Multimodal AI Applications: Vision, Audio, and Text Together

GPT-4o Vision, Gemini, and Claude for image understanding and multimodal pipelines

Build production multimodal AI applications combining images, audio, video, and text using GPT-4o Vision, Gemini, and Claude multimodal capabilities with practical implementation examples.

multimodal-AIvision
28分钟
进阶其他

Python vs TypeScript for AI Apps: Side-by-Side Comparison

Language comparison for building AI applications — comparing ecosystem maturity across python and typescript

Python vs TypeScript for AI Apps: Side-by-Side Comparison Overview Language comparison for building AI applications — comparing ecosystem maturity across python and typescript. This comprehensive guide covers everything you need to know for product

comparisonpython
15分钟
进阶其他

AI Workflow: AI-powered onboarding workflow for new engineers

Complete guide to AI-powered onboarding workflow for new engineers using AI tools and automation

AI Workflow: AI-powered onboarding workflow for new engineers Overview Complete guide to AI-powered onboarding workflow for new engineers using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseMo

productivityworkflow
8分钟
进阶其他

AWS Lambda + Bedrock: How to Run AI in AWS Lambda functions (2026)

Complete integration guide for AWS Lambda and Bedrock

AWS Lambda + Bedrock Integration Guide 2026 Overview This guide shows you exactly how to run AI in AWS Lambda functions using AWS Lambda and Bedrock. We cover setup, core integration, and production-ready patterns. Prerequisites - AWS Lambda envi

aws-lambdabedrock
20分钟
进阶其他

LLM Output Parsing: Production Patterns

Reliably parsing structured outputs from language models

LLM Output Parsing: Production Patterns Overview Reliably parsing structured outputs from language models. This guide provides complete, production-ready implementation. Key Concepts Understanding llm output parsing: production patterns requires:

llmpatterns
15分钟
进阶其他

Elixir AI Services

Fault-tolerant AI services with Elixir and Phoenix

Elixir AI Services Overview Fault-tolerant AI services with Elixir and Phoenix Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler: """Han

programmingelixir
10分钟
进阶其他

MCP Production Deployment: Complete Guide

Deploying MCP servers at scale in production

MCP Production Deployment: Complete Guide Overview Deploying MCP servers at scale in production. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MCP Production Deployment: Complete Guide i

mcptool-use
15分钟
进阶其他

Plagiarism Detection: Complete Implementation

Building AI-powered plagiarism detection systems

Plagiarism Detection Overview Building AI-powered plagiarism detection systems. This guide provides practical, production-ready implementations. **Category**: nlp **Primary Tool**: openai **Tags**: nlp, plagiarism, text-processing Prerequisit

nlpplagiarism
12分钟
进阶其他

Metacognitive Prompting: Complete Guide with Examples 2026

Master Metacognitive Prompting for better AI outputs

Metacognitive Prompting: Complete Guide 2026 What is Metacognitive Prompting? Metacognitive Prompting is a prompt engineering technique where you ask the model to reflect on its own reasoning process. It's one of the most effective methods for impr

prompt-engineeringmetacognitive-prompting
12分钟
进阶其他

AI-Powered Clinical Decision Support: AI in Healthcare

Building ai-powered clinical decision support using NLP + RAG — complete implementation for healthcare sector

AI-Powered Clinical Decision Support: AI in Healthcare Business Problem The healthcare sector faces unique challenges that AI can address: - Manual patient data analysis is time-consuming and error-prone - Scale requirements exceed human capacity -

healthcareai-applications
18分钟
进阶其他

How to Use AI for Automated Testing: Complete Guide for Developers 2026

Build a AI-powered test suite step by step

How to Use AI for Automated Testing 2026 Introduction In this tutorial, you'll learn how to **Use AI for Automated Testing**. By the end, you'll have a working **AI-powered test suite** that you can deploy and extend. **Prerequisites:** - Familiar

how-tofor-automated
20分钟
进阶其他

AI Predictive Maintenance: AI in Manufacturing

Building ai predictive maintenance using Time Series AI — complete implementation for manufacturing sector

AI Predictive Maintenance: AI in Manufacturing Business Problem The manufacturing sector faces unique challenges that AI can address: - Manual failure prediction is time-consuming and error-prone - Scale requirements exceed human capacity - Real-ti

manufacturingai-applications
18分钟
进阶其他

Red Teaming LLMs in Production

Systematic adversarial testing of language models for vulnerabilities

Red Teaming LLMs in Production Overview Systematic adversarial testing of language models for vulnerabilities. This guide covers practical implementation strategies for production AI systems. Why It Matters As AI systems grow more capable and wid

ai-safetyalignment
12分钟
进阶其他

Conversational AI with Memory

Implementing persistent memory in chatbots — hands-on project tutorial

Conversational AI with Memory What You'll Build Implementing persistent memory in chatbots. By the end of this tutorial, you'll have a fully working implementation you can extend for production use. **Time**: ~25 minutes **Difficulty**: Intermed

tutorialhands-on
25分钟
进阶其他

Production Sentiment Analysis: From BERT to LLM-Based Approaches in 2025

Fine-tuning DistilBERT, using LLMs as classifiers, and production deployment patterns

Build production sentiment analysis systems comparing traditional fine-tuned BERT approaches with modern LLM-based classification, including multi-aspect sentiment, emotion detection, and real-time analysis.

sentiment-analysisNLP
28分钟
进阶其他

Maieutic Prompting: Complete Guide and Examples

Master maieutic prompting — Socratic questioning for deeper reasoning — best for complex analysis

Maieutic Prompting: Complete Guide What is Maieutic Prompting? Maieutic Prompting is a prompting technique that involves Socratic questioning for deeper reasoning. It is particularly effective for complex analysis. When to Use Maieutic Prompting

prompt-engineeringmaieutic-prompting
12分钟
进阶其他

Build an AI Image Analysis with Claude + GPT-4 Vision: Step-by-Step Tutorial 2026

Create a production-ready visual content moderator from scratch

Build an AI Image Analysis with Claude + GPT-4 Vision Project Overview In this tutorial, you'll build a complete **visual content moderator** using Claude + GPT-4 Vision. By the end, you'll have a production-ready application you can deploy and cus

ai-image-analysisproject-tutorial
30分钟
进阶其他

AI for HR and Talent Intelligence

AI-powered talent acquisition and workforce analytics

AI for HR and Talent AI enhances HR by automating screening and providing workforce insights. ```python from openai import OpenAI client = OpenAI() def evaluate_candidate_fit(job_desc: str, resume: str) -> dict: prompt = f"Job: {job_desc}\nRes

hrtalent
12分钟
进阶其他

Integrating AI Image Generation APIs: DALL-E 3, Stable Diffusion, and Midjourney

Comparison, implementation guide, and production patterns for image generation in apps

Learn to integrate AI image generation into your applications using DALL-E 3 API, Stable Diffusion via Replicate, and Midjourney API, with prompt engineering and safety filtering.

image-generationDALL-E
28分钟
进阶其他

AI Network Security: Security Guide

Securing network communication for AI service deployments

AI Network Security: Security Guide Overview Securing network communication for AI service deployments. This guide provides complete, production-ready implementation. Key Concepts Understanding ai network security: security guide requires: 1. **

securityai-safety
15分钟
进阶其他

Instructor Embedding Model

Using Instructor for task-specific embedding generation

Instructor Embedding Model Overview Using Instructor for task-specific embedding generation. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_instr

modelsinstructor-embedding
10分钟
进阶其他

Build an AI Voice Assistant with OpenAI Whisper, TTS, and Real-Time Processing

Speech recognition, text-to-speech, and building end-to-end voice AI applications

Build a complete AI voice assistant using OpenAI Whisper for speech recognition, GPT-4o for intelligence, and TTS for natural speech output, with real-time processing and Wake word detection.

voice-AIWhisper
30分钟
进阶其他

AI Customer Success Automation

AI tools to scale customer success operations

AI Customer Success Automation Overview AI tools to scale customer success operations. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_customer_succes

insightscustomer-success
10分钟
进阶其他

Building AI Translation and Localization Systems for Global Products

Neural machine translation, quality evaluation, and post-editing workflows

Design and implement AI-powered translation systems for global products using neural machine translation, LLM-based localization, quality estimation, and efficient human post-editing workflows.

translationlocalization
28分钟
进阶其他

Build a Production RAG Application with LlamaIndex and Qdrant

Document ingestion, hybrid search, reranking, and evaluation with LlamaIndex

Complete guide to building a production RAG application using LlamaIndex for orchestration, Qdrant for vector storage, and comprehensive evaluation with LlamaIndex evaluation modules.

LlamaIndexRAG
35分钟
进阶其他

Building a React AI Components Library: Chat, Suggestions, and AI UX Patterns

Reusable React components for AI features: streaming text, AI suggestions, confidence indicators

Create a reusable React component library for AI features including streaming text display, AI suggestion boxes, confidence level indicators, loading skeletons, and accessible AI interaction patterns.

Reactcomponents
32分钟
进阶其他

Flask AI Microservice: Complete Integration Guide

Lightweight AI services with Flask and Gunicorn

Flask AI Microservice: Complete Integration Guide Overview Lightweight AI services with Flask and Gunicorn. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Flask AI Microservice: Complete

backendintegration
18分钟
进阶其他

AI Model Access Control: Security Guide

Role-based access control for AI model capabilities

AI Model Access Control: Security Guide Overview Role-based access control for AI model capabilities. This guide provides complete, production-ready implementation. Key Concepts Understanding ai model access control: security guide requires: 1.

securityai-safety
15分钟
进阶其他

Together AI Platform: Production Guide

Running open-source models with Together AI

Together AI Platform Overview Running open-source models with Together AI. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: together **Tags**: cloud-ai, api, production, together Prereq

cloud-aiapi
15分钟
进阶其他

Pydantic AI Type-Safe Agents: Tutorial and Best Practices

Build production AI with Pydantic AI — type-safe AI agent development

Pydantic AI Type-Safe Agents What is Pydantic AI? Pydantic AI is a framework for type-safe AI agent development. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: type safety Installation

pydantic-aiframework
15分钟
进阶其他

Build a Streaming AI Chatbot with Next.js 14, Vercel AI SDK, and OpenAI

Real-time token streaming, conversation history, and production deployment

Step-by-step tutorial to build a production-ready AI chatbot with Next.js 14 App Router, Vercel AI SDK for streaming, OpenAI API, and persistent conversation history.

Next.jsVercel-AI-SDK
35分钟
进阶其他

AI驱动的STEM教育:虚拟实验室、物理仿真与科学探究学习

用AI仿真打破实验室的时空限制,让每个学生都能做真实科学实验

介绍AI和仿真技术在STEM教育中的应用,包括虚拟化学实验室、物理仿真、生物3D解剖和工程设计迭代,以及如何将这些工具整合到STEM课程中。

STEM教育AI仿真
22分钟
进阶其他

AI for Financial Services

Regulated AI implementation in fintech and banking

AI for Financial Services Overview Regulated AI implementation in fintech and banking Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler:

businessfintech
10分钟
进阶其他

Build an AI Meeting Summarizer with Whisper + GPT-4: Step-by-Step Tutorial 2026

Create a production-ready meeting notes automation from scratch

Build an AI Meeting Summarizer with Whisper + GPT-4 Project Overview In this tutorial, you'll build a complete **meeting notes automation** using Whisper + GPT-4. By the end, you'll have a production-ready application you can deploy and customize.

ai-meeting-summarizerproject-tutorial
30分钟
进阶其他

LLM Structured Output: JSON Schema, Function Calling, and Pydantic Integration

Force reliable structured data extraction from LLMs with zero parsing failures

Master reliable structured output extraction from LLMs using JSON Schema mode, function calling, Pydantic validators, and instructor library for zero-failure parsing in production.

structured-outputJSON-schema
25分钟
进阶其他

Google Vertex AI Deployment: Production Guide

Training and serving models on Google Vertex AI

Google Vertex AI Deployment Overview Training and serving models on Google Vertex AI. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: google-cloud-aiplatform **Tags**: cloud-ai, api, pr

cloud-aiapi
15分钟
进阶其他

AI学术研究工作流:从文献综述到论文撰写的完整指南

用Elicit、Semantic Scholar和GPT-4构建高效的学术研究流程

为研究人员提供完整的AI辅助学术写作工作流,包括文献发现、系统综述、论点构建、学术写作辅助和引用管理,同时探讨学术诚信边界。

学术写作AI研究
28分钟
进阶其他

AI特殊教育与无障碍学习:为每个学生创造平等机会

AI如何帮助阅读障碍、自闭症和听障学生克服学习挑战

探讨AI技术在特殊教育领域的应用,包括阅读障碍辅助、自闭症行为分析、听障字幕生成和视障描述生成,以及通用设计学习UDL框架的AI实现。

特殊教育AI无障碍
24分钟
进阶其他

Langfuse Integration: Developer Guide and Quick Start 2026

Learn Langfuse Integration: open-source LLM observability

Langfuse Integration: Developer Guide 2026 What is Langfuse Integration? **Langfuse Integration** enables open-source LLM observability. This guide covers everything you need to get started quickly. Why Use Langfuse Integration? - Solves the spec

langfuse-integrationdevops
10分钟
进阶其他

AI企业培训升级:构建数据驱动的技能发展体系

从技能评估到个性化学习路径,打造AI驱动的企业学习生态

介绍如何利用AI构建企业技能图谱、识别技能缺口、推荐个性化学习路径,以及通过AI微学习和情景模拟提升培训效果。

企业培训AI学习
26分钟
上一页19 / 25下一页