Skills MCP Model 博客 提交 Skills

AI 开发 教程

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

找到 68 篇教程

Model Fine-tuning Intermediate

DeepSeek Model Evaluation and Benchmarking

Complete evaluation guide for DeepSeek models: results on mainstream benchmarks such as MMLU, HumanEval, GSM8K, and MT-Bench. Comprehensive comparison of DeepSeek-V3 vs GPT-4o vs Claude 3.5, including evaluation code and model selection recommendations.

模型评估 基准测试 MMLU 性能对比
2025-06 22 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

DeepSeek RAG Retrieval-Augmented Tutorial

Complete tutorial for building a RAG system based on DeepSeek: document loading, text splitting, vector retrieval, re-ranking, and multi-turn dialogue integration. Includes LangChain and LlamaIndex practical code and enterprise-level RAG architecture design.

RAG 检索增强 LangChain 向量数据库
2025-06 24 分钟阅读
阅读教程 →
Prompt Engineering Intermediate

DeepSeek Prompt Engineering Tutorial

DeepSeek-specific prompt engineering guide: chain-of-thought reasoning, few-shot learning, structured output, and function calling. Covers prompt templates and optimization strategies for scenarios such as mathematical reasoning, code generation, and text analysis.

提示词工程 思维链 Few-shot Function Calling
2025-06 22 分钟阅读
阅读教程 →
Agent Development Intermediate

DeepSeek Agent Development Tutorial

Complete tutorial for building AI agents based on DeepSeek: ReAct mode, tool calling, memory management, and multi-agent collaboration. Includes practical code for LangChain Agent, AutoGPT-style autonomous agents, and Function Calling Agent.

AI Agent ReAct 工具调用 多Agent
2025-06 25 分钟阅读
阅读教程 →
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 分钟阅读
阅读教程 →
Deployment and Operations Intermediate

DeepSeek Deployment and Operations Tutorial

Complete DeepSeek model deployment process: vLLM deployment configuration, load balancing, auto-scaling, monitoring and alerting, and cost optimization. Includes Docker and Kubernetes deployment solutions and cloud platform deployment guides, covering all scenarios from single machine to cluster.

部署 vLLM Docker Kubernetes
2025-06 24 分钟阅读
阅读教程 →
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 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 分钟阅读
阅读教程 →
API 开发 Intermediate

DeepSeek-Flash API Migration: From V4 Pro, Cost-Optimized

V4 Pro retires Sept 14. Migrate smoothly to deepseek-flash with compatible routing, OpenAI/Anthropic formats, Thinking mode, vision, Tool Calls, and cost optimization.

DeepSeek API deepseek-flash API 迁移 成本优化 峰谷定价 Thinking 模式 视觉理解 Tool Calls
2026-09 35 分钟阅读
阅读教程 →
多模态 Intermediate

DeepSeek-V4.1-Flash Multimodal Vision Guide: Image Input to Vision Agent

DeepSeek-V4.1-Flash native vision: compare image URL, Base64, and Files API inputs, with runnable code for OCR, chart reading, and screenshot-driven UI Agent.

DeepSeek-V4.1-Flash 多模态 视觉理解 视觉 Agent OCR Files API Base64 图像理解
2026-09 36 分钟阅读
阅读教程 →
模型评测 Intermediate

DeepSeek-V4.1-Flash Benchmarks & Model Selection Guide

Decode DeepSeek-V4.1-Flash benchmarks: GPQA Diamond 90.9, Codeforces 3471, CyberGym 88.1. Compare V4 Pro vs Flash and get a model selection framework.

DeepSeek-V4.1-Flash 基准评测 模型选型 GPQA Codeforces Agent 基准 V4 Pro 对比 评测解读
2026-09 40 分钟阅读
阅读教程 →
DeepSeek API Intermediate

DeepSeek V4 Thinking Mode: The Complete Guide

DeepSeek V4's core innovation—Thinking Mode—allows the model to reason deeply before answering. This article details the thinking.type, reasoning_effort parameters, chain-of-thought extraction, and non-thinking/thinking dual-mode switching strategies, with complete Python/Node.js code examples.

思考模式 Thinking Mode reasoning_effort DeepSeek V4 推理增强
2026-08 16 分钟阅读
阅读教程 →
DeepSeek API Intermediate

FIM Code Completion: Making DeepSeek Your AI Programming Assistant

Fill-in-the-Middle (FIM) is a core technology for code completion. DeepSeek V4 supports native FIM completion and can be integrated into editors such as VS Code and Neovim. This article details FIM principles, API calls, and editor integration.

FIM 代码补全 Fill-in-the-Middle 编辑器集成 V4 Flash
2026-08 14 分钟阅读
阅读教程 →
DeepSeek API Intermediate

Streaming Output in Practice: SSE Handling and Frontend Rendering

In production environments, streaming output is key to improving user experience. This article details DeepSeek API's SSE streaming response handling, including Python/Node.js implementations, frontend word-by-word rendering, thinking mode streaming parsing, and interruption handling.

流式输出 SSE Streaming 前端渲染 实时交互
2026-08 14 分钟阅读
阅读教程 →
DeepSeek API Intermediate

Tool Calls in Practice: The Complete Guide to DeepSeek V4 Function Calling

Function Calling is the core mechanism connecting AI to the real world. This article details DeepSeek V4's tool_calls usage, including parallel calls, strict mode, error handling, and multi-tool orchestration, with complete Python/Node.js code.

Function Calling Tool Calls 工具调用 API集成 生产实践
2026-08 16 分钟阅读
阅读教程 →
DeepSeek API Intermediate

JSON Mode Structured Output: From Schema to Production

DeepSeek V4 natively supports JSON Mode, ensuring model output strictly conforms to JSON Schema. This article details the response_format parameter, structured output validation, Pydantic integration, and production deployment strategies.

JSON Mode 结构化输出 JSON Schema Pydantic 数据提取
2026-08 14 分钟阅读
阅读教程 →
DeepSeek API Intermediate

Efficient Use of 1M Context: Strategies for Multi-Turn Dialogues and Long Document Processing

DeepSeek V4 supports a 1M token context window (approximately 700,000 Chinese characters). This article details how to efficiently utilize long contexts, including message truncation strategies, summary compression, chunked processing, and best practices for large document analysis.

上下文管理 长文档 多轮对话 1M上下文 Token优化
2026-08 14 分钟阅读
阅读教程 →
DeepSeek API Intermediate

DeepSeek V4 Flash Performance In-Depth Review

DeepSeek V4 Flash rivals GPT-5 performance at an ultra-low price of ¥0.02/M tokens. This article provides objective selection advice based on real tests across six dimensions: coding, reasoning, mathematics, multilingual, latency, and concurrency.

性能评测 Benchmark V4 Flash 编码测试 推理测试
2026-08 16 分钟阅读
阅读教程 →
Multimodal Development Intermediate

DeepSeek Multimodal Development in Practice: Janus-Pro Image Understanding and Generation

Janus-Pro is DeepSeek's unified multimodal model that supports both image understanding and generation. This article details Janus-Pro-7B's API calls, image question answering, text-to-image generation, and the architecture principle of decoupled visual encoding.

Janus-Pro 多模态 图像理解 图像生成 视觉编码
2026-08 16 分钟阅读
阅读教程 →
AI Safety Intermediate

AI Application Security and Content Moderation Best Practices

After an AI application goes live, security is an aspect that cannot be ignored. This article details prompt injection protection, sensitive word filtering, jailbreak attack defense, API key management, and content moderation strategies to help build secure AI services.

AI安全 Prompt Injection 内容审核 越狱防御 API安全
2026-08 14 分钟阅读
阅读教程 →
Deployment and Operations Intermediate

AI Application Observability: Logging, Monitoring, and Alerting in Practice

Production AI applications require a comprehensive observability system. This article details token usage monitoring, API latency tracking, error rate alerts, cost analysis dashboards, and logging best practices to help you build reliable AI services.

可观测性 监控 告警 日志 运维 成本追踪
2026-08 14 分钟阅读
阅读教程 →
Prompt Engineering Intermediate

Prompt Compression and Semantic Caching Engineering in Practice

Overly long prompts increase costs and reduce response speed. This article provides an in-depth explanation of prompt compression techniques and semantic caching practices, teaching you how to compress repetitive and lengthy prompts by over 60% and speed up similar requests by 10x through cache hits.

提示词压缩 语义缓存 成本优化 性能优化
2026-08 18 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

RAG Re-ranking and Hybrid Search in Practice: From BM25 to Cross-Encoder

Vector retrieval alone has limited recall; reranking is a key step in improving RAG effectiveness. This article systematically explains BM25 sparse retrieval, vector retrieval with RRF fusion, and complete practices for Cross-Encoder reranking.

RAG 重排序 混合检索 BM25
2026-08 22 分钟阅读
阅读教程 →
DeepSeek API Intermediate

Long Context in Practice: KV Cache and 1M Token Application Design

The 1M context makes it possible to 'stuff in an entire manual', but processing long contexts has many engineering pitfalls. This article explains KV Cache mechanisms, long document chunking strategies, token budget management, and practical designs for multi-turn conversations.

长上下文 KV Cache 1M上下文 Token预算
2026-08 20 分钟阅读
阅读教程 →
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 分钟阅读
阅读教程 →
Agent Development Intermediate

MCP Server Development in Practice: From Protocol to Production-Grade Tool Service

MCP is becoming the standard protocol for AI tool invocation. Starting from protocol principles, this article walks you through implementing a production-grade MCP server, covering tool definition, authentication, error handling, streaming responses, and deployment operations.

MCP 工具服务器 Agent开发 协议
2026-08 24 分钟阅读
阅读教程 →
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 分钟阅读
阅读教程 →
Multimodal Development Intermediate

Advanced Multimodal RAG: Hybrid Image-Text Retrieval and Vectorization

Documents often contain both text and figures, and pure text-based RAG loses critical information. This article delves into hybrid image-text retrieval: image vectorization, cross-modal alignment, table structured parsing, and fusion re-ranking, to build a RAG system that truly understands images and text.

多模态RAG 图像检索 跨模态 向量化
2026-08 23 分钟阅读
阅读教程 →
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 分钟阅读
阅读教程 →
RAG检索 Intermediate

RAG Performance Optimization: From Retrieval Accuracy to End-to-End Latency

Struggling with inaccurate retrieval and slow responses in RAG? This article covers two-hop retrieval, hybrid search, and reranking to boost accuracy, plus caching, parallel chunking, and semantic cache to cut latency, with quantifiable metrics and a tuning checklist.

RAG 混合检索 重排序 语义缓存 性能优化 召回率 端到端时延 检索评测
2026-08 32 分钟阅读
阅读教程 →
Agent Development Intermediate

Tool Calling Loop: Enabling AI to Use External Tools

Function Calling is a key capability of Agent Loop. This article explains in depth how AI autonomously selects tools, calls APIs, and parses results to build truly capable AI assistants.

Agent Loop Function Calling 工具调用 API集成
2026-07 18 分钟阅读
阅读教程 →
Agent Development Intermediate

Reflection and Self-Correction: Doubling AI Output Quality

Reflection is a key technique to improve the quality of AI output. This article explains how to enable AI to self-evaluate, discover errors, and iteratively correct them, significantly improving output quality through a reflection loop.

Agent Loop Reflection 自修正 质量提升
2026-07 16 分钟阅读
阅读教程 →
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 分钟阅读
阅读教程 →
Prompt Engineering Intermediate

Structured Prompt Design Patterns

Prompting is not just about writing a few instructions to get high-quality output. This article systematically explains six proven structured prompt design patterns, including role pattern, template pattern, constraint pattern, step-by-step pattern, reflection pattern, and combination pattern, helping you upgrade prompt engineering from intuition to methodology.

提示词工程 设计模式 结构化提示词 最佳实践
2026-07 18 分钟阅读
阅读教程 →
Prompt Engineering Intermediate

Multi-turn Dialogue Prompt Strategies

Multi-turn dialogue is the most common interaction form in AI applications, but maintaining the quality and consistency of long conversations is a huge challenge. This article deeply analyzes core technologies such as context window management, memory compression, topic tracking, and dialogue state management to help you build smooth and intelligent multi-turn dialogue systems.

提示词工程 多轮对话 上下文管理 对话系统
2026-07 16 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Vector Database Selection in Practice

Vector databases are the core infrastructure of RAG systems, but with many options like Milvus, Pinecone, Weaviate, Qdrant, and Chroma, how do you make the optimal selection decision? This article comprehensively compares performance, cost, ease of use, and scalability, and provides selection recommendations based on real business scenarios.

向量数据库 选型 RAG Milvus Qdrant
2026-07 20 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Deep Optimization of Document Chunking Strategies

Document chunking is the most underestimated critical step in RAG systems. The quality of the chunking strategy directly affects retrieval quality and the accuracy of the final answer. This article deeply analyzes strategies such as fixed-size chunking, semantic chunking, recursive chunking, and sentence-level chunking to help you find the optimal solution.

RAG 文档分块 Chunking 检索优化
2026-07 18 分钟阅读
阅读教程 →
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 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 分钟阅读
阅读教程 →
Deployment and Operations Intermediate

Complete Guide to Local Deployment of DeepSeek Models

Cloud APIs are great, but many scenarios require local deployment—data security, low latency, and offline use. This article comprehensively explains local deployment solutions for DeepSeek models, covering mainstream tools such as Ollama, vLLM, and llama.cpp, from hardware selection to performance tuning.

DeepSeek 本地部署 Ollama vLLM 模型运维
2026-07 25 分钟阅读
阅读教程 →
Deployment and Operations Intermediate

AI API Cost Optimization in Practice

The token cost of AI APIs may seem cheap, but costs can spiral out of control at scale. This article systematically explains practical strategies for optimizing AI API costs, covering prompt compression, semantic caching, model routing, and batch processing, helping you reduce your monthly bill by 50%-80%.

成本优化 API 缓存 Token管理
2026-07 17 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Practical Guide to QLoRA Fine-Tuning

Full-parameter fine-tuning is expensive; QLoRA uses 4-bit quantization and low-rank adaptation to allow ordinary developers to fine-tune large models on consumer-grade GPUs. This article provides a hands-on guide to the complete QLoRA fine-tuning process from data preparation to model deployment, using DeepSeek as the base model.

微调 QLoRA 模型训练 DeepSeek
2026-07 25 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

The Art of Building Fine-Tuning Datasets

The upper limit of fine-tuning effectiveness is determined by data quality, not the model or algorithm. This article delves into the methodology for building fine-tuning datasets, covering data sources, quality control, diversity assurance, and data mixing strategies, helping you build high-quality fine-tuning datasets.

微调 数据集 数据质量 数据工程
2026-07 18 分钟阅读
阅读教程 →
Agent Development Intermediate

Agent Security and Permission Control

When AI agents can autonomously call tools, access databases, and execute code, security becomes critical. This article explains agent security architecture design, including sandbox isolation, permission models, audit logs, and injection protection.

Agent安全 权限控制 沙箱 审计
2026-07 20 分钟阅读
阅读教程 →
Agent Development Intermediate

Agent Testing and Debugging Strategies

The non-deterministic behavior of agents makes traditional testing methods ineffective. This article introduces specialized testing strategies for agents, including evaluation-driven testing, observability debugging, and CI/CD integration solutions.

Agent测试 调试 可观测性 追踪
2026-07 18 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Comprehensive Comparison of LoRA vs QLoRA vs Full Fine-tuning

A comprehensive comparison of LoRA, QLoRA, and full fine-tuning, analyzing from the perspectives of principles, memory usage, training speed, and final performance, to help you make the right technology choice.

微调 LoRA QLoRA 模型训练
2026-07 22 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Practical Construction of Instruction Fine-Tuning Data

Data quality determines the upper limit of fine-tuning effectiveness. This article explains the construction methods for instruction fine-tuning data, including data sources, cleaning strategies, quality evaluation, data augmentation, and mixing design.

指令微调 数据集 数据清洗 数据增强
2026-07 20 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Practical Model Quantization and Deployment

Quantization is a key technology to reduce model inference costs. This article systematically explains the principles, toolchains, and deployment practices of model quantization from INT8 to INT4, enabling your model to run efficiently on consumer-grade hardware.

模型量化 INT8 INT4 推理优化
2026-07 22 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Design of Multilingual RAG Systems

Building a RAG system that supports multiple languages such as Chinese, English, Japanese, and Korean presents unique challenges. This article explains a complete solution for multilingual embeddings, cross-lingual retrieval, translation strategies, and performance optimization.

多语言 RAG 跨语言检索 翻译
2026-07 18 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

RAG Caching and Performance Optimization

The performance bottleneck of a RAG system is often not the model but the retrieval. This article explains multi-level caching strategies, Redis acceleration, semantic caching, and batch optimization techniques to increase your RAG system's response speed by 10 times.

RAG 缓存 性能优化 Redis
2026-07 17 分钟阅读
阅读教程 →
Deployment and Operations Intermediate

Best Practices for Containerizing AI Services

Containerizing AI model services is the first step in production deployment. This article explains a complete solution for Docker image optimization, GPU support, health checks, and Kubernetes deployment.

Docker Kubernetes 容器化 AI部署
2026-07 22 分钟阅读
阅读教程 →
Deployment and Operations Intermediate

AI Testing in CI/CD Pipelines

Integrating AI model testing into CI/CD pipelines is key to continuously delivering high-quality AI services. This article explains a complete solution for automated evaluation, regression testing, performance benchmarks, and deployment gates.

CI/CD AI测试 自动化测试 持续集成
2026-07 20 分钟阅读
阅读教程 →
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 分钟阅读
阅读教程 →
Prompt Engineering Intermediate

Prompt Version Management and A/B Testing

Prompts are the soul of AI applications and, like code, require version management and A/B testing. This article explains a complete solution for prompt version control, experiment design, effect evaluation, and progressive rollout.

提示词 版本管理 A/B测试 实验
2026-07 17 分钟阅读
阅读教程 →
Prompt Engineering Intermediate

Best Practices for System Prompt Engineering

System prompts are a key mechanism for controlling AI behavior. This article explains the design principles, role setting, constraint expression, structured output, and common pitfalls of system prompts, helping you write more precise prompts.

System Prompt 提示词工程 角色设定 约束
2026-07 18 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Complete Guide to Large Model Evaluation and Benchmarking

How to objectively evaluate the capabilities of large models? This article systematically explains mainstream benchmark tests such as MMLU, HumanEval, and C-Eval, as well as evaluation methods like LLM-as-Judge and arena rankings, to help you establish a scientific model evaluation system.

模型评估 基准测试 MMLU HumanEval
2025-07 16 分钟阅读
阅读教程 →
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 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Large Model Hallucination: Root Cause Analysis and Mitigation Strategies

Hallucination is one of the most troublesome problems in large model applications. This article provides an in-depth analysis of the causes of hallucination and offers systematic mitigation strategies such as RAG, fact-checking, and uncertainty quantification to help build more reliable AI applications.

幻觉问题 事实核查 RAG 可靠性
2025-07 17 分钟阅读
阅读教程 →
Agent Development Intermediate

AI Agent Tool Development in Practice: From Design to Deployment

Tools are the hands and feet of agents. This article provides an in-depth explanation of how to design, develop, test, and deploy high-quality AI agent tools, including tool interface design, error handling, performance optimization, and security protection.

Agent工具 工具开发 接口设计 安全防护
2025-07 18 分钟阅读
阅读教程 →
Deployment and Operations Intermediate

Panorama of Large Model Inference Acceleration Technologies

Inference speed directly determines user experience. This article systematically explains inference acceleration techniques such as KV Cache, Speculative Decoding, model quantization, and operator fusion, helping you comprehensively master large model inference optimization from principles to practice.

推理加速 KV Cache 投机解码 算子融合
2025-07 17 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

QLoRA Quantized Fine-Tuning in Practice

QLoRA reduces the memory requirements for fine-tuning large models to the extreme through 4-bit quantization. This article provides an in-depth explanation of QLoRA's technical principles, NF4 quantization, double quantization, and other key technologies, along with complete practical code.

QLoRA 量化微调 内存优化
2025-05 18 分钟阅读
阅读教程 →
Deployment and Operations Intermediate

High-Performance Inference Deployment with vLLM

vLLM is currently the most advanced open-source LLM inference engine. This article provides an in-depth explanation of vLLM's PagedAttention principle, production environment configuration, performance tuning strategies, and monitoring solutions to help you build high-throughput inference services.

vLLM 推理引擎 性能优化
2025-05 18 分钟阅读
阅读教程 →
Prompt Engineering Intermediate

Chain-of-Thought (CoT) and Few-shot Prompting Techniques

Chain-of-Thought and Few-shot prompting are key techniques for improving the reasoning ability of large models. This article provides an in-depth explanation of the principles, usage methods, and best practices of these two techniques, helping developers build smarter AI applications.

思维链 Few-shot 推理增强
2025-04 15 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Vector Database Selection: Chroma vs Pinecone vs Milvus

Vector databases are core components of RAG systems. This article compares three mainstream vector databases—Chroma, Pinecone, and Milvus—from four dimensions: performance, ease of use, cost, and scalability, helping you make the right selection decision.

向量数据库 Chroma Milvus Pinecone
2025-04 18 分钟阅读
阅读教程 →
Agent Development Intermediate

AI Agent Architecture Design: From ReAct to Plan-and-Execute

AI Agent is one of the hottest technology directions currently. This article provides an in-depth analysis of mainstream Agent architectures such as ReAct, Plan-and-Execute, and Multi-Agent, helping you understand the applicable scenarios and design principles of different architectures.

Agent架构 ReAct Plan-and-Execute
2025-04 18 分钟阅读
阅读教程 →

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

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

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