教程中心
AI Agent 从入门到实战:概念理解、MCP 使用、平台实操、工作流自动化
2024
教程总数
368
入门教程
45
实操教程
按主题浏览
Build an AI Product Description with GPT-4 + Shopify: Step-by-Step Tutorial 2026
Create a production-ready e-commerce content system from scratch
Build an AI Product Description with GPT-4 + Shopify Project Overview In this tutorial, you'll build a complete **e-commerce content system** using GPT-4 + Shopify. By the end, you'll have a production-ready application you can deploy and customize
AI Workflow: Using AI for salary negotiation research
Complete guide to Using AI for salary negotiation research using AI tools and automation
AI Workflow: Using AI for salary negotiation research Overview Complete guide to Using AI for salary negotiation research using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing
AI时尚设计:从概念图到虚拟试穿的AI辅助设计全流程
探索AI如何重塑时尚行业,从款式生成到个性化定制的技术革命
介绍AI在时尚行业的应用,包括AI服装设计(Midjourney+Adobe Firefly)、虚拟试穿技术、AI个性化穿搭推荐和供应链预测,以及AI对快时尚和可持续时尚的影响。
LLM Cost Management: Production Guide
Tracking and optimizing LLM costs across providers
LLM Cost Management Overview Tracking and optimizing LLM costs across providers. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: python **Tags**: cloud-ai, api, production, python Prer
AI Home Security Analysis
AI-powered home security assessment and recommendations
AI Home Security Analysis Overview AI-powered home security assessment and recommendations. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( model="g
Mirascope LLM Toolkit: Tutorial and Best Practices
Build production AI with Mirascope — ergonomic Python LLM interface
Mirascope LLM Toolkit What is Mirascope? Mirascope is a framework for ergonomic Python LLM interface. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: toolkit Installation ```bash pip i
Prompt Chaining: Complete Guide and Examples
Master prompt chaining — multi-stage prompts for complex workflows — best for pipeline processing
Prompt Chaining: Complete Guide What is Prompt Chaining? Prompt Chaining is a prompting technique that involves multi-stage prompts for complex workflows. It is particularly effective for pipeline processing. When to Use Prompt Chaining Use this
Mistral Small 3 (2026-01): What's New and How to Use It
Complete guide to the latest Mistral Small 3 capabilities: edge deployment, 24B params, SOTA small model
Mistral Small 3 (2026-01): Complete Guide What's New in Mistral Small 3 2026-01 The latest version of **Mistral Small 3** brings significant improvements: edge deployment, 24B params, SOTA small model. This release represents a major step forward
Retrieval-Augmented Prompting: Complete Guide and Examples
Master retrieval-augmented prompting — injecting retrieved context into prompts — best for RAG systems
Retrieval-Augmented Prompting: Complete Guide What is Retrieval-Augmented Prompting? Retrieval-Augmented Prompting is a prompting technique that involves injecting retrieved context into prompts. It is particularly effective for RAG systems. When
Instructor Structured Outputs: Tutorial and Best Practices
Build production AI with Instructor — validated structured responses from LLMs
Instructor Structured Outputs What is Instructor? Instructor is a framework for validated structured responses from LLMs. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: data extraction
Jupyter AI Integration: Developer Workflow
AI-powered Jupyter notebooks with magic commands
Jupyter AI Integration: Developer Workflow Overview AI-powered Jupyter notebooks with magic commands. This guide provides complete, production-ready implementation. Key Concepts Understanding jupyter ai integration: developer workflow requires:
How to Use AI for Log Analysis: Complete Guide for Developers 2026
Build a intelligent log monitoring step by step
How to Use AI for Log Analysis 2026 Introduction In this tutorial, you'll learn how to **Use AI for Log Analysis**. By the end, you'll have a working **intelligent log monitoring** that you can deploy and extend. **Prerequisites:** - Familiarity w
Cohere Command R+ RAG
Building enterprise RAG with Cohere Command R+
Cohere Command R+ RAG Overview Building enterprise RAG with Cohere Command R+. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_cohere_command_r_ra
GitHub Actions AI Workflows: Complete Integration Guide
AI-powered CI/CD workflows with GitHub Actions
GitHub Actions AI Workflows: Complete Integration Guide Overview AI-powered CI/CD workflows with GitHub Actions. This comprehensive guide covers everything you need to know for production implementation. Why It Matters GitHub Actions AI Workflows
AI Development with Go (Golang): Complete Guide 2026
Best AI tools and patterns for Go (Golang) developers
AI Development with Go (Golang) 2026 Introduction Go (Golang) is used for microservices, cloud native, high performance. This guide shows you the best AI tools, SDKs, and patterns for Go (Golang) developers building AI-powered applications. Top AI
Reflexion Prompting: Complete Guide and Examples
Master reflexion prompting — self-reflection and iterative improvement — best for agent learning
Reflexion Prompting: Complete Guide What is Reflexion Prompting? Reflexion Prompting is a prompting technique that involves self-reflection and iterative improvement. It is particularly effective for agent learning. When to Use Reflexion Prompting
AI Public Service Chatbot: AI in Government
Building ai public service chatbot using RAG + NLP — complete implementation for government sector
AI Public Service Chatbot: AI in Government Business Problem The government sector faces unique challenges that AI can address: - Manual service automation is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time dec
Outlines Structured Generation: Tutorial and Best Practices
Build production AI with Outlines — regex and JSON-guided generation
Outlines Structured Generation What is Outlines? Outlines is a framework for regex and JSON-guided generation. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: structured output Installa
Voice Activity Detection: Implementation Guide
Detecting and segmenting speech in audio streams
语音活动检测(VAD)实现指南(2026):在转写/语音 Agent 前判断哪段是语音,省钱降延迟、判断说话结束。Silero vs webrtcvad、真实代码、VAD→分段→ASR 管线与实时 end-of-turn 调参。
AI Workflow: AI-assisted project planning and estimation
Complete guide to AI-assisted project planning and estimation using AI tools and automation
AI Workflow: AI-assisted project planning and estimation Overview Complete guide to AI-assisted project planning and estimation using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel from t
AI Incident Response: Security Guide
Responding to security incidents in AI production systems
AI Incident Response: Security Guide Overview Responding to security incidents in AI production systems. This guide provides complete, production-ready implementation. Key Concepts Understanding ai incident response: security guide requires: 1.
AI in Game Development: Procedural Generation, NPC Intelligence, and Level Design
PCG with AI, intelligent NPCs with LLMs, and AI-assisted content creation for games
Learn AI applications in game development including procedural content generation, LLM-powered NPC dialogue, AI-assisted level design, and using generative AI for game asset creation.
LlamaIndex Data Ingestion: Tutorial and Best Practices
Build production AI with LlamaIndex — document pipelines and query engines
LlamaIndex Data Ingestion What is LlamaIndex? LlamaIndex is a framework for document pipelines and query engines. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: RAG Installation ```ba
AI-Powered Accessibility Checker: Practical Tutorial
Automated accessibility issues detection with AI
AI-Powered Accessibility Checker: Practical Tutorial Overview Automated accessibility issues detection with AI Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = Ope
AI Startup Lessons Learned
Real lessons from building AI-powered startups in 2025
AI Startup Lessons Learned Overview Real lessons from building AI-powered startups in 2025. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_startup_le
Code Translation AI: Complete Developer Guide
Translating code between programming languages with LLMs — practical workflows for modern developers
Code Translation AI Overview Translating code between programming languages with LLMs. AI-powered coding tools are transforming software development workflows. Setup ```bash Install required packages pip install openai anthropic python-dotenv Se
Cost-Quality Tradeoff Analysis: Complete Guide
Optimizing the cost vs quality tradeoff in LLM deployments — practical implementation
Cost-Quality Tradeoff Analysis Overview Optimizing the cost vs quality tradeoff in LLM deployments. Rigorous evaluation is essential for building trustworthy AI applications. Why Evaluation Matters Without proper evaluation, you cannot: - Know if
Polars for AI Data Processing: Fast DataFrames for ML Pipelines
Polars vs Pandas performance comparison, lazy evaluation, and ML feature engineering
Learn Polars for high-performance data processing in ML pipelines, covering lazy evaluation, lazy query optimization, parallel processing, and integration with ML libraries.
AI for Local Business Discovery
AI-enhanced local business search and recommendations
AI for Local Business Discovery Overview AI-enhanced local business search and recommendations. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( mode
Semantic Search with OpenAI Embeddings
Building semantic search using text-embedding-3-large — hands-on project tutorial
Semantic Search with OpenAI Embeddings What You'll Build Building semantic search using text-embedding-3-large. By the end of this tutorial, you'll have a fully working implementation you can extend for production use. **Time**: ~25 minutes **Di
Tool Result Processing: Complete Guide
Handling and transforming tool results in agents
Tool Result Processing: Complete Guide Overview Handling and transforming tool results in agents. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Tool Result Processing: Complete Guide is
AI意识与情感:当前AI是否有内心体验?科学与哲学的探讨
从功能主义到整合信息理论,理性探讨AI意识的科学现状和伦理影响
探讨AI意识问题的科学和哲学维度,包括意识的主要理论(功能主义、IIT、全局工作区理论)、LLM的"情感"是否真实、AI福祉的伦理考量,以及这一议题对AI开发的实际影响。
GitHub Actions for AI Applications: CI/CD for AI applications Guide 2026
Automate testing, evaluation, and deployment of LLM applications with GitHub Actions
GitHub Actions for AI Applications: CI/CD for AI applications 2026 Introduction Automate testing, evaluation, and deployment of LLM applications with GitHub Actions. This guide shows you how to effectively use GitHub Actions in your AI development
AI Pair Programming Mastery: Effective Collaboration Patterns with AI
When to lean on AI, when to think independently, and maintaining code quality
Develop effective AI pair programming habits that enhance rather than undermine your skills, covering task decomposition, verification strategies, and maintaining code ownership.
Tauri AI Desktop Apps: Complete Integration Guide
Lightweight AI desktop apps with Tauri and Rust
Tauri AI Desktop Apps: Complete Integration Guide Overview Lightweight AI desktop apps with Tauri and Rust. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Tauri AI Desktop Apps: Complete
Build an AI ChatOps Bot for Slack: Automate DevOps Tasks with Natural Language
Slash commands, LLM orchestration, and tool integration for intelligent Slack workflows
Build a powerful AI-powered Slack bot for DevOps automation including deployment commands, incident management, on-call queries, and intelligent runbook execution via natural language.
Firebase + Google AI: How to Add Gemini to Firebase apps (2026)
Complete integration guide for Firebase and Google AI
Firebase + Google AI Integration Guide 2026 Overview This guide shows you exactly how to add Gemini to Firebase apps using Firebase and Google AI. We cover setup, core integration, and production-ready patterns. Prerequisites - Firebase environme
OCaml AI Systems
Type-safe AI system development with OCaml
OCaml AI Systems Overview Type-safe AI system development with OCaml Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler: """Handles ocaml
AGI进展追踪:当前AI能力边界与通用智能的距离
客观评估2025年AI在推理、规划、创造力和常识理解方面的真实水平
系统梳理迈向AGI的关键能力维度,基于最新研究评估当前AI在推理、常识理解、长期规划、工具使用和学习效率方面的进展,提供对AGI时间线的理性判断。
Multimodal AI Applications: 2025 Guide
Building the next generation of multimodal AI experiences
Multimodal AI Applications: 2025 Guide Overview Building the next generation of multimodal AI experiences. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Multimodal AI Applications: 2025
AI-Powered SQL Query Optimization: Intelligent Database Performance Tuning
LLM query rewriting, explain plan analysis, and automated index recommendations
Use AI to optimize slow SQL queries, analyze execution plans, generate appropriate indexes, and understand database performance issues with natural language explanations.
Building LLM Test Suites: Complete Guide
Creating comprehensive test suites for LLM applications — practical implementation
Building LLM Test Suites Overview Creating comprehensive test suites for LLM applications. Rigorous evaluation is essential for building trustworthy AI applications. Why Evaluation Matters Without proper evaluation, you cannot: - Know if your mod
Prometheus + Grafana for AI Applications: Monitoring AI services Guide 2026
Set up comprehensive monitoring for LLM API costs, latency, and error rates
Prometheus + Grafana for AI Applications: monitoring AI services 2026 Introduction Set up comprehensive monitoring for LLM API costs, latency, and error rates. This guide shows you how to effectively use Prometheus + Grafana in your AI development
Multi-Image Comparison AI: Implementation Guide
Comparing and analyzing multiple images with vision models
Multi-Image Comparison AI Overview Comparing and analyzing multiple images with vision models. This guide provides practical, production-ready implementations. **Category**: multimodal-ai **Primary Tool**: openai **Tags**: multimodal, vision,
MCP Client Integration: Complete Guide
Integrating MCP clients in AI applications
MCP Client Integration: Complete Guide Overview Integrating MCP clients in AI applications. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MCP Client Integration: Complete Guide is increa
AI for E-commerce Brands
Conversion-focused AI features for e-commerce
AI for E-commerce Brands Overview Conversion-focused AI features for e-commerce Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler: """Ha
Google Cloud Functions + Vertex AI: How to Deploy AI with Cloud Functions (2026)
Complete integration guide for Google Cloud Functions and Vertex AI
Google Cloud Functions + Vertex AI Integration Guide 2026 Overview This guide shows you exactly how to deploy AI with Cloud Functions using Google Cloud Functions and Vertex AI. We cover setup, core integration, and production-ready patterns. Prer
LLM Load Balancing: Production Patterns
Distributing LLM requests across multiple API keys
LLM 负载均衡生产模式(2026):跨多 key/区域分流以扩吞吐降延迟(与回退链互补)。轮询/最少繁忙/容量感知策略、LiteLLM Router 真实代码、配合回退+健康检查+熔断、尊重限流头与会话粘连。