教程中心

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

2024

教程总数

368

入门教程

45

实操教程

进阶其他

AI Query Expansion for Search: Practical Tutorial

Expanding user queries for better search results

AI Query Expansion for Search: Practical Tutorial Overview Expanding user queries for better search results Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI

tutorialpractical
10分钟
进阶其他

Best Open Source AI Models 2025: Llama, Mistral, Phi, and Gemma Compared

Performance, licensing, hardware requirements, and use case recommendations

Comprehensive comparison of top open source AI models including Llama 3.1, Mistral, Microsoft Phi, Google Gemma, and Falcon with performance benchmarks, licensing details, and deployment guidance.

open-source-AILlama
20分钟
进阶其他

AI for Series A Startups

Scaling AI features as your startup grows from 10-50 people

AI for Series A Startups Overview Scaling AI features as your startup grows from 10-50 people Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Hand

businessstartup
10分钟
进阶其他

GitHub MCP Server: Complete Setup and Usage Guide 2026

Let AI access and manage your GitHub repositories - step-by-step guide to GitHub MCP Server

GitHub MCP Server: Complete Guide 2026 What is GitHub MCP Server? **GitHub MCP Server** is an MCP (Model Context Protocol) server that enables AI assistants to Let AI access and manage your GitHub repositories. MCP is an open protocol that standard

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

AI for Gaming Applications: Complete Guide

Adding AI-powered NPCs and procedural content to games

AI for Gaming Applications: Complete Guide Overview Adding AI-powered NPCs and procedural content to games. This guide provides complete, production-ready implementation. Key Concepts Understanding ai for gaming applications: complete guide requi

gamingai-applications
15分钟
进阶其他

AI Claims Processing Automation: AI in Insurance

Building ai claims processing automation using Document AI — complete implementation for insurance sector

AI Claims Processing Automation: AI in Insurance Business Problem The insurance sector faces unique challenges that AI can address: - Manual fraud detection is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time de

insuranceai-applications
18分钟
进阶其他

Scala AI with Spark

Large-scale AI data processing with Scala and Spark

Scala AI with Spark Overview Large-scale AI data processing with Scala and Spark Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler: """H

programmingscala
10分钟
进阶其他

AI in UX Research: Automated User Testing, Insight Synthesis, and Prototype Generation

AI-powered user interviews, heatmap analysis, and prototype iteration with generative AI

Learn to use AI tools for UX research including automated user interview analysis, AI-powered usability testing, quantitative pattern detection, and AI-assisted prototype generation.

UX-researchAI-design
20分钟
进阶其他

Build a Voice AI Assistant

Creating voice-to-voice AI assistant with Whisper and TTS — hands-on project tutorial

Build a Voice AI Assistant What You'll Build Creating voice-to-voice AI assistant with Whisper and TTS. By the end of this tutorial, you'll have a fully working implementation you can extend for production use. **Time**: ~25 minutes **Difficulty

tutorialhands-on
25分钟
进阶其他

向量数据库选型指南:Pinecone vs Weaviate vs Milvus vs pgvector对比

2025年全面测评主流向量数据库,为你的RAG应用选择最合适的向量存储

深度对比Pinecone、Weaviate、Milvus、Qdrant和pgvector五大向量数据库,从性能、功能、易用性、成本和运维难度等维度进行全面评测,提供不同场景下的选型建议。

向量数据库RAG
30分钟
进阶其他

LLM Observability: Production Patterns

Tracing and monitoring LLM calls with OpenTelemetry

LLM Observability: Production Patterns Overview Tracing and monitoring LLM calls with OpenTelemetry. This guide provides complete, production-ready implementation. Key Concepts Understanding llm observability: production patterns requires: 1. **

llmpatterns
15分钟
进阶其他

AI-Powered Test Automation: Intelligent Test Generation and Self-Healing Tests

LLM test generation, visual testing, and auto-healing selectors for robust automation

Modernize QA automation with AI including LLM-generated test cases, visual regression testing with AI comparison, self-healing test selectors, and natural language test specification.

test-automationQA
22分钟
进阶其他

LLM for Time Series Annotation: Practical Tutorial

Using AI to annotate patterns in time series data

LLM for Time Series Annotation: Practical Tutorial Overview Using AI to annotate patterns in time series data Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = Open

tutorialpractical
10分钟
进阶其他

AI Development with Ruby: Complete Guide 2026

Best AI tools and patterns for Ruby developers

AI Development with Ruby 2026 Introduction Ruby is used for web apps, Rails, scripting. This guide shows you the best AI tools, SDKs, and patterns for Ruby developers building AI-powered applications. Top AI SDKs for Ruby **Recommended**: ruby-op

rubyai-development
18分钟
进阶其他

gRPC AI Services: Complete Integration Guide

High-performance AI services with gRPC protocol buffers

gRPC AI Services: Complete Integration Guide Overview High-performance AI services with gRPC protocol buffers. This comprehensive guide covers everything you need to know for production implementation. Why It Matters gRPC AI Services: Complete In

apiintegration
18分钟
进阶其他

AI-Powered Email Marketing: Dynamic Personalization at Scale

Behavioral segmentation, subject line optimization, and send-time personalization

Build AI-driven email marketing systems with behavioral segmentation, LLM-generated personalized content, send-time optimization, and automated A/B testing for improved engagement.

email-marketingpersonalization
25分钟
进阶其他

Document Clustering: Complete Implementation

Grouping similar documents using embedding-based clustering

Document Clustering Overview Grouping similar documents using embedding-based clustering. This guide provides practical, production-ready implementations. **Category**: nlp **Primary Tool**: scikit-learn **Tags**: nlp, clustering, text-process

nlpclustering
12分钟
进阶其他

Fireworks AI Open Models

Cost-effective open model inference with Fireworks AI

Fireworks AI Open Models Overview Cost-effective open model inference with Fireworks AI. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_fireworks

modelsfireworks-ai
10分钟
进阶其他

Building an AI Startup: Technical Architecture and Stack Decisions in 2025

MVP to scale: choosing your AI stack, avoiding technical debt, and future-proofing

Technical guide for AI startups covering stack decisions for LLM-powered products, MVP architecture patterns, avoiding common technical debt traps, and building scalable AI infrastructure from day one.

AI-startuparchitecture
28分钟
进阶其他

AI Product Market Fit

Finding product-market fit for AI-powered products

AI Product Market Fit Overview Finding product-market fit for AI-powered products. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_product_market_fit(

insightsproduct
10分钟
进阶其他

AI-Augmented Data Science: Using LLMs to Accelerate Your Analysis Workflow

Code generation, automated EDA, statistical interpretation, and data storytelling with AI

Learn to integrate AI assistance throughout the data science workflow from exploratory analysis through statistical interpretation, visualization, and stakeholder communication.

data-scienceAI-workflow
22分钟
进阶其他

Flutter AI Applications: Complete Integration Guide

Cross-platform AI features with Flutter

Flutter AI Applications: Complete Integration Guide Overview Cross-platform AI features with Flutter. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Flutter AI Applications: Complete Inte

mobileintegration
18分钟
进阶其他

AI Application Testing Best Practices: 2026 Developer Guide

Essential practices every AI developer should follow for ai application testing

AI Application Testing Best Practices 2026 Introduction Following best practices for ai application testing is the difference between fragile prototypes and production-grade AI systems. This guide covers the most important practices that experience

best-practicesai-application-testing
15分钟
进阶其他

Mistral Large 2 Guide

Building with Mistral Large 2 for enterprise applications

Mistral Large 2 Guide Overview Building with Mistral Large 2 for enterprise applications. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_mistral_

modelsmistral
10分钟
进阶其他

AI Content Creation Workflow for SEO: Strategy, Tools, and Quality Control

Scale content production while maintaining quality and ranking performance

Build systematic AI-assisted content creation workflows for SEO including keyword research automation, content briefs, AI drafting, quality review, and performance tracking systems.

content-AISEO
25分钟
进阶其他

Dynamic Prompt Assembly: Production Patterns

Building context-aware prompts programmatically

Dynamic Prompt Assembly: Production Patterns Overview Building context-aware prompts programmatically. This guide provides complete, production-ready implementation. Key Concepts Understanding dynamic prompt assembly: production patterns requires

llmpatterns
15分钟
进阶其他

AI Sales Enablement: Intelligent CRM, Deal Scoring, and Automated Outreach

ML for pipeline forecasting, lead scoring, and personalized sales communications

Implement AI-powered sales tools including intelligent lead scoring, pipeline forecasting, automated personalized outreach generation, conversation intelligence, and CRM data enrichment.

sales-AICRM
26分钟
进阶其他

Role-Based Prompting: Complete Guide with Examples 2026

Master Role-Based Prompting for better AI outputs

Role-Based Prompting: Complete Guide 2026 What is Role-Based Prompting? Role-Based Prompting is a prompt engineering technique where you assign a specific expert role to the AI model. It's one of the most effective methods for improving AI response

prompt-engineeringrole-based-prompting
12分钟
进阶其他

AI政府服务转型:智慧政务、公共服务自动化与政策分析

全球AI政务最佳实践:爱沙尼亚、新加坡和中国的数字政府经验

介绍AI在政府公共服务领域的应用,包括智能政务咨询机器人、行政审批自动化、公共政策分析和政府内部运营优化,以及全球数字政府的最佳实践案例。

AI政务数字政府
28分钟
进阶其他

The Rise of Small Language Models: 2025 Guide

Why smaller, specialized models are winning in production

The Rise of Small Language Models: 2025 Guide Overview Why smaller, specialized models are winning in production. This comprehensive guide covers everything you need to know for production implementation. Why It Matters The Rise of Small Language

slmtrends
12分钟
进阶其他

Build Your Personal AI Knowledge Assistant: Custom RAG on Your Documents

Index your personal notes, books, and papers for intelligent retrieval and synthesis

Build a personal AI assistant that understands your notes, books, research papers, and bookmarks using RAG, enabling intelligent Q&A, knowledge synthesis, and connection discovery.

personal-AIknowledge-management
30分钟
进阶其他

Dart AI Flutter

Cross-platform AI apps with Dart and Flutter

Dart AI Flutter Overview Cross-platform AI apps with Dart and Flutter Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler: """Handles dart

programmingdart
10分钟
进阶其他

Synchronous vs Async LLM Calls: Side-by-Side Comparison

Performance comparison for concurrent LLM operations — comparing throughput across asyncio and httpx

Synchronous vs Async LLM Calls: Side-by-Side Comparison Overview Performance comparison for concurrent LLM operations — comparing throughput across asyncio and httpx. This comprehensive guide covers everything you need to know for production implem

comparisonasyncio
15分钟
进阶其他

Cloudflare AI Workers AI: Complete Guide for AI Applications 2026

Build production AI apps with Cloudflare AI Workers AI

Cloudflare AI Workers AI: Complete Guide 2026 Overview Cloudflare AI Workers AI provides enterprise-grade AI capabilities for edge AI inference with zero latency. As one of the leading cloud AI platforms, it offers the reliability, scalability, and

cloudflare-aiworkers-ai
20分钟
进阶其他

Generative AI Enterprise Strategy: From Pilots to Production at Scale

Governance, build vs buy, ROI measurement, and change management for enterprise AI

Strategic guide for enterprises deploying generative AI at scale, covering use case prioritization, build vs buy decisions, governance frameworks, ROI measurement, and organizational change management.

enterprise-AIstrategy
32分钟
进阶其他

Build an AI Voice Assistant with Whisper + ElevenLabs: Step-by-Step Tutorial 2026

Create a production-ready voice-enabled AI app from scratch

Build an AI Voice Assistant with Whisper + ElevenLabs Project Overview In this tutorial, you'll build a complete **voice-enabled AI app** using Whisper + ElevenLabs. By the end, you'll have a production-ready application you can deploy and customiz

ai-voice-assistantproject-tutorial
30分钟
进阶其他

AI合同审查自动化:从DocuSign到Harvey AI的法律科技实践

用AI技术将合同审查时间从数小时压缩到数分钟,提升法律团队效率

介绍AI合同审查工具的工作原理,包括关键条款提取、风险识别、合规检查和与法律工作流的集成,以及Harvey AI、Kira Systems等主流工具的对比评测。

AI法律合同审查
28分钟
进阶其他

AI零售革命:个性化推荐、需求预测与全渠道优化

从亚马逊到本地零售,AI如何重塑购物体验和供应链效率

全面介绍AI在零售行业的应用,包括实时个性化推荐、多变量需求预测、动态定价、客户流失预测和全渠道库存优化,以及中小零售商的AI实施路径。

AI零售个性化推荐
30分钟
进阶其他

Building Efficient Data Labeling Pipelines: Tools, Workflows, and Quality Control

Label Studio, Prodigy, active learning, and human-AI collaboration for annotation

Design efficient data labeling pipelines using Label Studio and Prodigy, implementing active learning to reduce annotation effort, and building quality control systems for training data.

data-labelingannotation
28分钟
进阶其他

MongoDB Atlas Vector Search: Complete Integration Guide

Semantic search in MongoDB with vector embeddings

MongoDB Atlas Vector Search: Complete Integration Guide Overview Semantic search in MongoDB with vector embeddings. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MongoDB Atlas Vector Sea

databaseintegration
18分钟
进阶其他

AI建筑施工:BIM智能设计、安全监控与进度管理

数字化和AI如何颠覆传统建筑行业,将项目延期率从60%降至20%

探讨AI在建筑施工领域的应用,包括AI辅助BIM设计、施工现场安全监控、进度预测和变更单管理,以及Autodesk等平台的AI功能。

AI建筑BIM
28分钟
进阶其他

Comet ML Platform: Complete Setup Guide

ML experiment management and production monitoring

Comet ML Platform: Complete Setup Guide Overview ML experiment management and production monitoring Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() clas

ai-toolscomet-ml
10分钟
进阶其他

Document Image Parsing: Implementation Guide

Extracting structured data from document images with AI

Document Image Parsing Overview Extracting structured data from document images with AI. This guide provides practical, production-ready implementations. **Category**: multimodal-ai **Primary Tool**: openai **Tags**: multimodal, vision, ocr P

multimodalvision
15分钟
进阶其他

AI Development with Dart/Flutter: Complete Guide 2026

Best AI tools and patterns for Dart/Flutter developers

AI Development with Dart/Flutter 2026 Introduction Dart/Flutter is used for mobile apps, cross-platform development. This guide shows you the best AI tools, SDKs, and patterns for Dart/Flutter developers building AI-powered applications. Top AI SD

dart-flutterai-development
18分钟
进阶其他

MCP Testing Strategies: Complete Guide

Unit and integration testing for MCP servers

MCP Testing Strategies: Complete Guide Overview Unit and integration testing for MCP servers. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MCP Testing Strategies: Complete Guide is incr

mcptool-use
15分钟
进阶其他

Natural Language to SQL: Complete Developer Guide

Converting natural language queries to SQL with LLMs — practical workflows for modern developers

Natural Language to SQL Overview Converting natural language queries to SQL with LLMs. AI-powered coding tools are transforming software development workflows. Setup ```bash Install required packages pip install openai anthropic python-dotenv Se

ai-codingdeveloper-tools
15分钟
进阶其他

AI-Powered Business Intelligence: Natural Language to SQL and Automated Insights

Text-to-SQL with LLMs, automated report generation, and conversational analytics

Build AI-powered BI tools enabling natural language queries to databases, automated insight generation from dashboards, and conversational analytics for non-technical business users.

business-intelligencetext-to-SQL
28分钟
进阶其他

vLLM High-Throughput Serving: Tutorial and Best Practices

Build production AI with vLLM — PagedAttention for GPU inference

vLLM High-Throughput Serving What is vLLM? vLLM is a framework for PagedAttention for GPU inference. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: serving Installation ```bash pip in

vllmframework
15分钟
上一页18 / 25下一页