教程中心

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

2024

教程总数

368

入门教程

45

实操教程

进阶其他

GitHub + Claude: How to Add AI code review to GitHub (2026)

Complete integration guide for GitHub and Claude

GitHub + Claude Integration Guide 2026 Overview This guide shows you exactly how to add AI code review to GitHub using GitHub and Claude. We cover setup, core integration, and production-ready patterns. Prerequisites - GitHub environment set up -

githubclaude
20分钟
进阶其他

CrewAI vs AutoGen vs LangGraph: Side-by-Side Comparison

Multi-agent framework comparison — comparing agent patterns across crewai and autogen

CrewAI vs AutoGen vs LangGraph: Side-by-Side Comparison Overview Multi-agent framework comparison — comparing agent patterns across crewai and autogen. This comprehensive guide covers everything you need to know for production implementation. Why

comparisoncrewai
15分钟
进阶其他

Iterative Refinement Prompting: Complete Guide with Examples 2026

Master Iterative Refinement Prompting for better AI outputs

Iterative Refinement Prompting: Complete Guide 2026 What is Iterative Refinement Prompting? Iterative Refinement Prompting is a prompt engineering technique where you ask the AI to critique and improve its own output. It's one of the most effective

prompt-engineeringiterative-refinement-prompting
12分钟
进阶其他

Electron AI Desktop Apps: Complete Integration Guide

Building AI-powered desktop applications with Electron

Electron AI Desktop Apps: Complete Integration Guide Overview Building AI-powered desktop applications with Electron. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Electron AI Desktop Ap

desktopintegration
18分钟
进阶其他

LLM Concepts Interview Prep

Key LLM concepts every AI engineer should know for interviews

LLM Concepts Interview Prep Overview Key LLM concepts every AI engineer should know for interviews. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solv

learningconcepts
12分钟
进阶其他

AI Workflow: Automating repetitive tasks with AI scripts

Complete guide to Automating repetitive tasks with AI scripts using AI tools and automation

AI Workflow: Automating repetitive tasks with AI scripts Overview Complete guide to Automating repetitive tasks with AI scripts using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel from t

productivityworkflow
8分钟
进阶其他

LangChain vs LlamaIndex Comparison: Complete Developer Guide 2026

Master LangChain vs LlamaIndex Comparison with practical examples and production patterns

LangChain vs LlamaIndex Comparison: Complete Developer Guide 2026 Overview LangChain vs LlamaIndex Comparison is one of the most important concepts in modern AI development. This guide provides a thorough understanding with practical, production-re

langchainllamaindex
25分钟
进阶其他

Redis AI Caching Patterns: Complete Integration Guide

Using Redis for semantic caching in AI applications

Redis AI Caching Patterns: Complete Integration Guide Overview Using Redis for semantic caching in AI applications. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Redis AI Caching Pattern

cachingintegration
18分钟
进阶其他

GPT-4.1 API Migration

Migrating from GPT-4o to GPT-4.1 with new capabilities

GPT-4.1 API Migration Overview Migrating from GPT-4o to GPT-4.1 with new capabilities. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_gpt_4_1_api

modelsopenai
10分钟
进阶其他

Contextual Grounding: Complete Guide with Examples 2026

Master Contextual Grounding for better AI outputs

Contextual Grounding: Complete Guide 2026 What is Contextual Grounding? Contextual Grounding is a prompt engineering technique where you provide rich background context before the actual question. It's one of the most effective methods for improvin

prompt-engineeringcontextual-grounding
12分钟
进阶其他

Text-to-Speech Production: Implementation Guide

Building production TTS pipelines with multiple providers

Text-to-Speech Production: Implementation Guide Overview Building production TTS pipelines with multiple providers. This guide provides complete, production-ready implementation. Key Concepts Understanding text-to-speech production: implementatio

audiospeech
15分钟
进阶其他

AI for SMBs and Growing Companies

Practical AI adoption for small and medium businesses

AI for SMBs and Growing Companies Overview Practical AI adoption for small and medium businesses Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class H

businesssmb
10分钟
进阶其他

AI Fashion Styling Assistant

Personalized outfit recommendations based on preferences

AI Fashion Styling Assistant Overview Personalized outfit recommendations based on preferences. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( mode

ai-applicationspecialized
10分钟
进阶其他

MCP with LangGraph Agents: Complete Guide

Using MCP tools in LangGraph agent workflows

MCP with LangGraph Agents: Complete Guide Overview Using MCP tools in LangGraph agent workflows. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MCP with LangGraph Agents: Complete Guide i

mcptool-use
15分钟
进阶其他

AI应对气候变化:碳排放追踪、绿色能源优化和气候模型

用机器学习加速气候科学,支持企业和政府实现碳中和目标

探讨AI在气候变化应对中的关键作用,包括碳排放计量自动化、电网可再生能源优化、气候模式预测、碳市场AI分析和企业碳管理平台,以及AI自身能耗对环境的影响。

AI气候碳排放
28分钟
进阶其他

Llama 3.3 70B Fine-tuning

Fine-tuning Llama 3.3 70B for domain specialization

Llama 3.3 70B Fine-tuning Overview Fine-tuning Llama 3.3 70B for domain specialization. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_llama_3_3_

modelsmeta
10分钟
进阶其他

Semantic Search Implementation: Complete Developer Guide 2026

Master Semantic Search Implementation with practical examples and production patterns

语义搜索实现完全指南(2026):分块→嵌入→向量库存储→近邻检索→重排的完整管线,含真实代码、向量库选型(Chroma/Qdrant/pgvector/Pinecone)、分块/混合检索/重排/元数据过滤等质量杠杆。RAG 的检索底座。

semantic searchembeddings
10分钟
进阶其他

AI物联网与智能家居:Matter协议、本地AI和智能家庭助理

从简单语音控制到真正智能家居,AI如何让家庭环境自主学习和适应

介绍AI在物联网和智能家居中的最新应用,包括Matter标准统一生态、本地AI处理(隐私优先)、用户行为学习、预测性服务和AI家庭助理,以及智能家居安全最佳实践。

AI物联网智能家居
22分钟
进阶其他

AI Development with Java: Complete Guide 2026

Best AI tools and patterns for Java developers

AI Development with Java 2026 Introduction Java is used for enterprise, Spring Boot, Android. This guide shows you the best AI tools, SDKs, and patterns for Java developers building AI-powered applications. Top AI SDKs for Java **Recommended**: L

javaai-development
18分钟
进阶其他

MCP Web Search Tool: Complete Guide

Adding web search to AI via MCP protocol

MCP Web Search Tool: Complete Guide Overview Adding web search to AI via MCP protocol. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MCP Web Search Tool: Complete Guide is increasingly i

mcptool-use
15分钟
进阶其他

ColBERT Late Interaction

Token-level retrieval with ColBERT for better RAG

ColBERT Late Interaction Overview Token-level retrieval with ColBERT for better RAG. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_colbert_late_

modelscolbert
10分钟
进阶其他

Kotlin AI for JVM

Modern AI development with Kotlin and coroutines

Kotlin AI for JVM Overview Modern AI development with Kotlin and coroutines Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler: """Handle

programmingkotlin
10分钟
进阶其他

AI空间计算:Apple Vision Pro和AR/VR中的AI能力深度解析

空间计算与AI的融合如何重新定义人机交互的边界

探讨AI在空间计算(Apple Vision Pro、Meta Quest)中的应用,包括眼动追踪、手势识别、空间理解、自然语言交互和沉浸式AI体验,以及AI如何使空间计算真正实用化。

空间计算Apple Vision Pro
25分钟
进阶其他

Build an AI Social Media with GPT-4 + Buffer API: Step-by-Step Tutorial 2026

Create a production-ready social media automation from scratch

Build an AI Social Media with GPT-4 + Buffer API Project Overview In this tutorial, you'll build a complete **social media automation** using GPT-4 + Buffer API. By the end, you'll have a production-ready application you can deploy and customize.

ai-social-mediaproject-tutorial
30分钟
进阶其他

Replicate API Integration: Production Guide

Running AI models on-demand with Replicate

Replicate API Integration Overview Running AI models on-demand with Replicate. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: replicate **Tags**: cloud-ai, api, production, replicate

cloud-aiapi
15分钟
进阶其他

AI API Security Best Practices: Security Guide

Securing AI APIs in production with authentication and rate limiting

AI API Security Best Practices: Security Guide Overview Securing AI APIs in production with authentication and rate limiting. This guide provides complete, production-ready implementation. Key Concepts Understanding ai api security best practices

securityai-safety
15分钟
进阶其他

AI Computer Use:让AI操控电脑执行任务的技术与应用前景

从Claude Computer Use到OpenAI Operator,AI操控电脑的现状与实用场景

介绍AI操控计算机界面(Computer Use)的技术原理和实际应用,包括Claude Computer Use、OpenAI Operator的工作机制、适合自动化的任务类型、安全风险和企业部署注意事项。

AI Computer UseAI自动化
28分钟
进阶其他

Qwen 2.5-Coder Tutorial

Qwen 2.5-Coder for code completion and generation tasks

Qwen 2.5-Coder Tutorial Overview Qwen 2.5-Coder for code completion and generation tasks. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_qwen_2_5

modelsqwen
10分钟
进阶其他

AI-Powered HR Assistant: Enterprise Implementation

HR question answering and policy guidance with RAG

AI-Powered HR Assistant Overview HR question answering and policy guidance with RAG. This guide provides practical, production-ready implementations. **Category**: business-ai **Primary Tool**: openai **Tags**: business-ai, enterprise, hr Pre

business-aienterprise
18分钟
进阶其他

AI Fraud Detection System: AI in Finance

Building ai fraud detection system using Anomaly Detection — complete implementation for finance sector

AI Fraud Detection System: AI in Finance Business Problem The finance sector faces unique challenges that AI can address: - Manual real-time scoring is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time decisions

financeai-applications
18分钟
进阶其他

Brave Search MCP: Complete Setup and Usage Guide 2026

Add real-time web search to your AI applications - step-by-step guide to Brave Search MCP

Brave Search MCP: Complete Guide 2026 What is Brave Search MCP? **Brave Search MCP** is an MCP (Model Context Protocol) server that enables AI assistants to Add real-time web search to your AI applications. MCP is an open protocol that standardizes

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

Regression Testing for LLMs: Complete Guide

Preventing quality regressions during model updates — practical implementation

Regression Testing for LLMs Overview Preventing quality regressions during model updates. Rigorous evaluation is essential for building trustworthy AI applications. Why Evaluation Matters Without proper evaluation, you cannot: - Know if your mode

evaluationllm
12分钟
进阶其他

Command R+ API Complete Guide 2026: Setup, Features & Best Practices

Everything you need to build production apps with Command R+ by Cohere

Command R+ API Complete Guide 2026 Overview **Command R+** by **Cohere** is a leading AI model in 2026, renowned for its excellence in enterprise RAG and grounded responses. This guide covers everything from API setup to production deployment. Mod

command-r+cohere
18分钟
进阶其他

LLM Intent Classification: Practical Tutorial

Classifying user intent for routing in AI applications

LLM 意图分类实战(2026):聊天机器人/Agent 的入口。用小模型+固定标签集(Literal/enum)+结构化输出强制返回合法意图,返回置信度做兜底;高并发可用嵌入或微调小模型降本。

tutorialpractical
8分钟
进阶其他

Top AI GitHub Repos to Study

Most educational open-source AI repositories for learning

Top AI GitHub Repos to Study Overview Most educational open-source AI repositories for learning. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_t

learningopen-source
12分钟
进阶其他

AI for Financial Fraud Detection

Real-time fraud detection using machine learning and LLMs

AI Fraud Detection AI fraud detection combines ML models with LLM reasoning for better accuracy. ```python from openai import OpenAI client = OpenAI() def assess_transaction_risk(transaction: dict) -> dict: prompt = f"Assess fraud risk for: {t

fraudfintech
15分钟
进阶其他

AI Demand Forecasting: AI in Supply Chain

Building ai demand forecasting using Statistical + LLM — complete implementation for supply chain sector

AI Demand Forecasting: AI in Supply Chain Business Problem The supply chain sector faces unique challenges that AI can address: - Manual inventory optimization is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time

supply-chainai-applications
18分钟
进阶其他

AI翻译与本地化:DeepL、GPT-4和专业翻译工具的完整对比

从通用翻译到专业本地化,选择正确的AI翻译工具和工作流

全面对比DeepL、ChatGPT、Google Translate等AI翻译工具的质量和适用场景,介绍专业本地化流程(翻译记忆库、术语库)的AI增强,以及翻译行业的AI冲击和人机协作模式。

AI翻译DeepL
22分钟
进阶其他

Python + OpenAI: How to Build a Python chatbot (2026)

Complete integration guide for Python and OpenAI

Python + OpenAI Integration Guide 2026 Overview This guide shows you exactly how to build a Python chatbot using Python and OpenAI. We cover setup, core integration, and production-ready patterns. Prerequisites - Python environment set up - OpenA

pythonopenai
20分钟
进阶其他

Grok 3 API Complete Guide 2026: Setup, Features & Best Practices

Everything you need to build production apps with Grok 3 by xAI

Grok 3 API Complete Guide 2026 Overview **Grok 3** by **xAI** is a leading AI model in 2026, renowned for its excellence in real-time web data and X platform integration. This guide covers everything from API setup to production deployment. Model

grok-3xai
18分钟
进阶其他

Contributing to AI Open Source

How to contribute to major AI open-source projects

Contributing to AI Open Source Overview How to contribute to major AI open-source projects. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_contri

learningcontributing
12分钟
进阶其他

AI电影后期制作:AI特效、虚拟拍摄和数字演员的技术突破

好莱坞如何用AI技术降低制作成本,同时引发演员和CGI艺术家的担忧

深入介绍AI在电影后期制作中的应用,包括AI换脸技术、虚拟制片(Virtual Production)、AI视觉特效生成和数字演员,以及好莱坞对AI使用的监管和劳资谈判。

AI电影后期制作
28分钟
进阶其他

How to Implement AI Memory and Persistence: Complete Guide for Developers 2026

Build a AI with long-term memory step by step

How to Implement AI Memory and Persistence 2026 Introduction In this tutorial, you'll learn how to **Implement AI Memory and Persistence**. By the end, you'll have a working **AI with long-term memory** that you can deploy and extend. **Prerequisi

how-tomemory-and
20分钟
进阶其他

AI Personalized Tutoring System: AI in Education

Building ai personalized tutoring system using Adaptive Learning — complete implementation for education sector

AI Personalized Tutoring System: AI in Education Business Problem The education sector faces unique challenges that AI can address: - Manual student progress is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time d

educationai-applications
18分钟
进阶其他

AI体育分析:从NBA战术AI到球员伤病预测的体育科技革命

大数据和AI如何重塑职业体育的训练、战术和球员管理

介绍AI在体育行业的应用,包括运动轨迹分析、战术推荐系统、球员伤病预测、实时比赛分析和粉丝体验个性化,以及主要职业联赛的AI应用案例。

AI体育运动分析
25分钟
进阶其他

AI Pair Programming Guide

Effective AI-assisted pair programming practices

AI Pair Programming Guide Overview Effective AI-assisted pair programming practices. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_pair_progr

learningpair-programming
12分钟
进阶其他

AI建筑设计:Autodesk Forma、参数化设计与生成式建筑的未来

AI如何将建筑设计从经验驱动转变为数据驱动,实现性能优化设计

探讨AI在建筑设计领域的应用,包括Autodesk Forma的风环境和日照模拟、生成式设计(Generative Design)、BIM智能设计辅助和AI辅助城市规划,以及AI如何改变建筑师的工作方式。

AI建筑设计Autodesk
24分钟
进阶其他

AI辅助小说创作:从大纲到完稿的协作写作工作流

专业作家如何与AI协作,保留创作本真而借助AI克服写作瓶颈

分享专业作家与AI协作写作的实践经验,包括世界观构建、角色设计、情节规划、AI辅助写作技巧和如何保持作者声音,以及AI写作工具的版权注意事项。

AI写作创意写作
25分钟
上一页16 / 25下一页