Skills MCP Model 博客 提交 Skills

AI 开发 教程

系统化的 AI 开发学习路径。从提示词工程到模型微调,从 RAG 到 Agent 开发,覆盖 AI 应用开发全栈知识。共 142 篇教程,18 个分类,入门到高级全覆盖。

找到 32 篇教程

AI Application Development Advanced

DeepSeek Safety and Content Moderation

Production environment security protection guide: from prompt injection defense to content moderation systems, from jailbreak detection to red team testing. Complete security architecture design and Python implementation code to ensure AI applications are safe and reliable.

AI安全 内容审核 红队测试 安全架构
2025-06 23 分钟阅读
阅读教程 →
AI Application Development Intermediate

DeepSeek Multimodal Application Tutorial

In-depth analysis of DeepSeek's multimodal capabilities: visual understanding, image generation, document analysis, and OCR recognition. Includes tutorials for DeepSeek-VL2 and Janus series models, and practical development of multimodal RAG and visual agents.

多模态 视觉理解 图像生成 OCR
2025-06 23 分钟阅读
阅读教程 →
AI Application Development Advanced

DeepSeek Enterprise Application Tutorial

DeepSeek enterprise-level application architecture design: multi-tenant isolation, permission management, audit logs, API gateway, and cost control. Includes practical solutions for enterprise RAG systems, intelligent customer service, and knowledge base management, providing an AI implementation guide for large organizations.

企业应用 多租户 架构设计 落地实践
2025-06 26 分钟阅读
阅读教程 →
AI Application Development Beginner

DeepSeek API Development Documentation

Complete DeepSeek API development documentation: authentication configuration, Chat Completions, Function Calling, streaming output, JSON mode, and token calculation. Includes Python/JavaScript/Go SDK examples and best practices to quickly get started with the DeepSeek API.

API SDK Function Calling 开发文档
2025-06 20 分钟阅读
阅读教程 →
AI Application Development Beginner

DeepSeek Getting Started Guide

Getting Started with DeepSeek from Scratch: Register Account, Get API Key, First Conversation, Model Selection, and Pricing. The most comprehensive beginner tutorial, get started with DeepSeek in ten minutes and embark on your AI application development journey.

入门指南 快速上手 API Key 新手指南
2025-06 15 分钟阅读
阅读教程 →
AI Application Development Intermediate

DeepSeek + LangChain Development Tutorial

DeepSeek and LangChain Integration Development Tutorial: Chain Construction, Agent Development, Memory Management, and Tool Integration. Includes complete LangChain project practice, with a progressive learning path from basic Chains to complex Agent systems.

LangChain Chain Agent 工具集成
2025-06 24 分钟阅读
阅读教程 →
AI Application Development Beginner

DeepSeek + Dify Application Development

Quickly Build DeepSeek-Powered AI Applications with the Dify Platform: Chat Assistant, Knowledge Base Q&A, and Agent Workflows. Build production-grade AI applications without writing code through visual orchestration, including complete configuration and deployment tutorials.

Dify 低代码 AI应用 工作流
2025-06 18 分钟阅读
阅读教程 →
AI Application Development Intermediate

DeepSeek Open Source Project Hands-on

Collection of Practical Open-Source Projects Based on DeepSeek: Intelligent Customer Service System, Code Review Assistant, Document Q&A Bot, AI Search, and Data Analysis Assistant. Each project includes complete code, architecture design, and deployment guide, ready for production use.

开源项目 实战 智能客服 代码审查
2025-06 22 分钟阅读
阅读教程 →
AI Application Development Intermediate

DeepSeek Development Tools Ecosystem

DeepSeek Development Tool Ecosystem Overview: IDE Plugins, Command-Line Tools, Debugging Tools, Prompt Management, and Evaluation Frameworks. Covers DeepSeek integration solutions and productivity tools for mainstream development environments such as VSCode, JetBrains, and Cursor.

开发工具 IDE插件 CLI 效率工具
2025-06 20 分钟阅读
阅读教程 →
AI Application Development Beginner

DeepSeek Model Introduction

Comprehensive Introduction to DeepSeek Company and Model Ecosystem: Development History, Core Technologies, Model Matrix, and Application Scenarios. Understand how DeepSeek became a leading global AI model provider and how to choose the best DeepSeek model for your needs.

DeepSeek 模型介绍 技术概览 选型指南
2025-06 16 分钟阅读
阅读教程 →
AI Application Development Beginner

LangChain + DeepSeek Complete Integration Guide

LangChain is the most popular framework for AI application development. This article details how to deeply integrate DeepSeek API into the LangChain ecosystem, covering complete usage of ChatModel, Embeddings, Tool Calling, Chain, and Agent.

LangChain 框架集成 ChatModel Chain Agent开发
2026-08 16 分钟阅读
阅读教程 →
AI Application Development Intermediate

AI Workflow Engine in Practice: From Scripts to Visual Orchestration

Complex AI applications should not be a pile of coupled scripts. This article explains how to build a lightweight AI workflow engine, including node abstraction, conditional branching, loop execution, and breakpoint recovery, with a complete runnable Python implementation.

工作流 编排引擎 节点化 自动化
2026-08 21 分钟阅读
阅读教程 →
AI Application Development Intermediate

RAG Agent Application Implementation: From Knowledge Base to Autonomous Decision-Making

The combination of RAG and Agents is reshaping enterprise knowledge applications. This article builds a production-grade RAG Agent step by step, from knowledge base construction, retrieval augmentation, tool calling to autonomous decision-making, and discusses evaluation and iteration methods.

RAG Agent 知识库 生产落地
2026-08 25 分钟阅读
阅读教程 →
AI Application Development Intermediate

Test-Driven Development for LLM Applications: Practical Prompt Regression Testing

Prompts are changed repeatedly, but how can we ensure that production behavior does not regress? This article introduces TDD to LLM applications: from assertion-based unit tests, regression test suites to Golden Sets and evaluation pipelines, building a maintainable AI application quality system.

TDD 回归测试 评测 质量保障
2026-08 22 分钟阅读
阅读教程 →
AI Application Development Intermediate

Advanced Prompt Engineering: Structured Prompts, CoT, Self-Reflection

Explore advanced prompt engineering paradigms: structured prompts, chain-of-thought, self-reflection, and least-to-most. Includes DeepSeek API examples and evaluation sets for measurable, iterative optimization.

提示词工程 思维链 自我反思 结构化提示 Few-Shot 提示评测 DeepSeek API 提示词优化
2026-08 34 分钟阅读
阅读教程 →
AI Application Development Beginner

DeepSeek Open Source Project Selection: Top 10 Tools Worth Following on GitHub

There are many excellent open-source projects based on DeepSeek on GitHub. This article selects 10 of the most noteworthy tools and frameworks, covering directions such as chat clients, API proxies, Agent frameworks, and RAG systems, to help you quickly find the right open-source solution for your project.

DeepSeek GitHub 开源项目 工具推荐
2026-07 15 分钟阅读
阅读教程 →
AI Application Development Intermediate

DeepSeek API in Action: From Getting Started to Production Deployment

In-depth understanding of DeepSeek API features, from basic calls to production best practices. Covers core topics such as streaming output, Function Calling, rate limits, error retries, and multi-model switching.

DeepSeek API Function Calling 生产实践
2026-07 18 分钟阅读
阅读教程 →
AI Application Development Beginner

DeepSeek-V3 vs R1: Complete Model Selection Guide (2026 Latest)

DeepSeek-V3 and R1 are the two most popular model series currently. This article compares them from multiple dimensions such as performance, cost, applicable scenarios, and token consumption to help you make the best selection decision.

DeepSeek V3 R1 模型选型 对比评测
2026-07 16 分钟阅读
阅读教程 →
AI Application Development Intermediate

Building an AI Code Review System

Code review is an indispensable part of software development, but manual review is time-consuming and inconsistent in quality. This article teaches you step by step how to build an automated code review system using the DeepSeek API, covering security vulnerability detection, performance analysis, code style checking, and best practice suggestions.

代码审查 DevOps 自动化 AI应用
2026-07 20 分钟阅读
阅读教程 →
AI Application Development Intermediate

Building a Smart Customer Service Agent from Scratch

Intelligent customer service is one of the most widespread AI application scenarios. This article builds an intelligent customer service Agent from scratch with intent recognition, knowledge retrieval, ticket creation, sentiment analysis, and human-machine collaboration capabilities, fully covering the core needs of customer service scenarios.

智能客服 Agent 人机协作 实战
2026-07 22 分钟阅读
阅读教程 →
AI Application Development Advanced

AI-Driven Data Analysis Pipeline

Traditional data analysis relies on extensive manual coding, while AI-driven data analysis pipelines make natural language the interface for data queries. This article builds a complete data analysis pipeline with NL2SQL + automatic visualization + insight generation, allowing anyone to explore data using natural language.

数据分析 NL2SQL 可视化 自动化
2026-07 25 分钟阅读
阅读教程 →
AI Application Development Intermediate

Voice AI Application Development in Practice

Voice interaction is becoming a new entry point for AI applications. This article starts from the complete chain of ASR speech recognition, LLM dialogue generation, and TTS speech synthesis, and builds an end-to-end voice AI application, covering real-time streaming processing and latency optimization.

语音AI ASR TTS 实时处理
2026-07 18 分钟阅读
阅读教程 →
AI Application Development Beginner

Design of AI Writing Assistant Tools

AI writing assistance is a productivity multiplier for content creators. This article designs an AI writing assistance tool from scratch that supports multiple writing modes (article continuation, style polishing, outline generation, and summary extraction), using the DeepSeek API for streaming output and context management.

写作辅助 内容创作 流式输出 入门实战
2026-07 15 分钟阅读
阅读教程 →
AI Application Development Intermediate

AI-Driven Automated Testing Systems

Using AI to automatically generate test cases, detect bugs, and generate test reports greatly improves software testing efficiency. This article explains the architecture design and core implementation of an AI testing system.

AI测试 自动化 测试生成 测试用例
2026-07 20 分钟阅读
阅读教程 →
AI Application Development Advanced

Enterprise AI Middleware Architecture Design

When an enterprise needs to manage dozens of AI services in a unified manner, the middleware layer is crucial. This article explains the complete architecture design of AI gateways, rate limiting, load balancing, model routing, and monitoring.

中间件 企业架构 AI网关 限流
2026-07 25 分钟阅读
阅读教程 →
AI Application Development Beginner

Getting Started with Low-Code AI Application Development

You don't need deep programming skills to build powerful AI applications. This article introduces how to quickly build RAG applications, agents, and automated workflows using low-code platforms such as Dify and Flowise.

低代码 AI应用 可视化 快速开发
2026-07 15 分钟阅读
阅读教程 →
AI Application Development Beginner

DeepSeek API Quick Start: From Registration to First Application

DeepSeek provides cost-effective LLM API services. This article starts from scratch, guiding you through DeepSeek API registration, key acquisition, SDK installation, and building your first AI application—all within ten minutes.

DeepSeek API 快速入门 API调用
2025-07 12 分钟阅读
阅读教程 →
AI Application Development Advanced

Large Model Safety and Alignment Techniques

AI safety is the baseline requirement for production deployment. This article provides an in-depth explanation of alignment techniques such as RLHF, DPO, and Constitutional AI, as well as security practices like content moderation and prompt injection defense, to help you build safe and reliable AI applications.

AI安全 对齐技术 RLHF 内容审核
2025-07 18 分钟阅读
阅读教程 →
AI Application Development Intermediate

Multimodal AI Application Development in Practice

Multimodal AI is changing the way humans interact with machines. This article explains the usage of vision-language models (VLMs), image-text understanding and generation, multimodal RAG, and the construction of multimodal agents, enabling you to master the complete skills of multimodal AI development.

多模态 VLM 视觉理解 图文生成
2025-07 17 分钟阅读
阅读教程 →
AI Application Development Advanced

AI Application Performance Optimization and Cost Control

The performance and cost of AI applications directly impact product experience and commercial viability. This article systematically explains methods for AI application performance optimization and cost control from dimensions such as prompt optimization, caching strategies, model selection, and architecture design.

性能优化 成本控制 生产实践
2025-06 16 分钟阅读
阅读教程 →
AI Application Development Beginner

Building AI Applications with Dify Low-Code Platform

Dify is an open-source low-code AI application development platform that enables users without programming knowledge to quickly build AI applications. This article comprehensively explains how to use Dify, from installation and deployment to application release.

Dify 低代码 AI应用平台
2025-04 14 分钟阅读
阅读教程 →
AI Application Development Beginner

LangChain Basics: Building Your First AI Application

LangChain is currently the most popular AI application development framework. This article starts from scratch, guiding you through LangChain's core concepts and building a complete AI application hands-on—from environment setup to feature implementation.

LangChain AI应用 入门教程
2025-03 15 分钟阅读
阅读教程 →

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

完全免费,取消任意时间。我们不会发送垃圾邮件。