<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI on 凌虚 Blog</title><link>https://rifewang.github.io/categories/ai/</link><description>Recent content in AI on 凌虚 Blog</description><generator>Hugo</generator><language>zh-CN</language><copyright>Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)</copyright><lastBuildDate>Fri, 13 Mar 2026 13:27:39 +0800</lastBuildDate><atom:link href="https://rifewang.github.io/categories/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>从聊天机器人到超级数字员工：一篇文章看懂 AI 世界的运转逻辑</title><link>https://rifewang.github.io/ai-glossary-for-beginners/</link><pubDate>Fri, 13 Mar 2026 10:00:00 +0800</pubDate><guid>https://rifewang.github.io/ai-glossary-for-beginners/</guid><description>&lt;p&gt;打开任何一个技术社区或新闻网站，你可能都会被铺天盖地的 AI 字母缩写轰炸：LLM、RAG、Agent、MCP……对于非从业者来说，这些词就像是外星语言。&lt;/p&gt;</description></item><item><title>AI 声音：数字音频、语音识别、TTS 简介与使用示例</title><link>https://rifewang.github.io/audio-asr-tts/</link><pubDate>Thu, 28 Nov 2024 12:02:09 +0800</pubDate><guid>https://rifewang.github.io/audio-asr-tts/</guid><description>&lt;p&gt;在现代 AI 技术的推动下，声音处理领域取得了巨大进展。从语音识别（&lt;code&gt;ASR&lt;/code&gt;）到文本转语音（&lt;code&gt;TTS&lt;/code&gt;），再到个性化声音克隆，这些技术已经深入到我们的日常生活中：语音助手、自动字幕生成、语音导航等应用无处不在。&lt;/p&gt;</description></item><item><title>Web 端语音对话 AI 示例：使用 Whisper 和 llama.cpp 构建语音聊天机器人</title><link>https://rifewang.github.io/web-voice-chat-llm/</link><pubDate>Sun, 24 Nov 2024 16:32:58 +0800</pubDate><guid>https://rifewang.github.io/web-voice-chat-llm/</guid><description>&lt;p&gt;大语言模型（&lt;code&gt;LLM&lt;/code&gt;）为基于文本的对话提供了强大的能力。那么，能否进一步扩展，将其转化为语音对话的形式呢？本文将展示如何使用 &lt;code&gt;Whisper&lt;/code&gt; 语音识别和 &lt;code&gt;llama.cpp&lt;/code&gt; 构建一个 Web 端语音聊天机器人。&lt;/p&gt;</description></item><item><title>RAG 示例：使用 langchain、Redis、llama.cpp 构建一个 kubernetes 知识库问答</title><link>https://rifewang.github.io/rag-langchain-redis-llamacpp/</link><pubDate>Tue, 19 Nov 2024 16:22:09 +0800</pubDate><guid>https://rifewang.github.io/rag-langchain-redis-llamacpp/</guid><description>&lt;p&gt;&lt;code&gt;RAG&lt;/code&gt;（&lt;code&gt;Retrieval Augmented Generation&lt;/code&gt; 检索增强生成）是目前业界中的一种主流方法，通过增加额外知识的方式来减少大语言模型（&lt;code&gt;LLM&lt;/code&gt;）的幻觉问题（一本正经的胡说八道）。&lt;/p&gt;</description></item><item><title>如果自建 ChatGPT，我会如何从 Model、Inference runtime 构建整个系统</title><link>https://rifewang.github.io/build-my-chatgpt/</link><pubDate>Fri, 25 Oct 2024 20:06:12 +0800</pubDate><guid>https://rifewang.github.io/build-my-chatgpt/</guid><description>&lt;p&gt;ChatGPT 是一个基于 &lt;code&gt;LLM&lt;/code&gt; 的对话系统。本文将介绍如何构建一个类似 ChatGPT 的系统，包括从模型、推理引擎到整体架构的构建过程。&lt;/p&gt;
&lt;h2 id="系统概览"&gt;系统概览&lt;/h2&gt;
&lt;p&gt;让我们关注最核心的对话部分。&lt;/p&gt;
&lt;p&gt;&lt;img
 class="lazyload"
 src="https://rifewang.github.io/svg/loading.min.svg"
 data-src="https://raw.githubusercontent.com/RifeWang/images/master/ai/llm/build-chatgpt-1.png"
 data-srcset="https://raw.githubusercontent.com/RifeWang/images/master/ai/llm/build-chatgpt-1.png, https://raw.githubusercontent.com/RifeWang/images/master/ai/llm/build-chatgpt-1.png 1.5x, https://raw.githubusercontent.com/RifeWang/images/master/ai/llm/build-chatgpt-1.png 2x"
 data-sizes="auto"
 alt="https://raw.githubusercontent.com/RifeWang/images/master/ai/llm/build-chatgpt-1.png"
 title="https://raw.githubusercontent.com/RifeWang/images/master/ai/llm/build-chatgpt-1.png" /&gt;&lt;/p&gt;</description></item><item><title>以翻译 Kubernetes 文档为例，探索 AI 模型 Fine-Tuning 微调</title><link>https://rifewang.github.io/fine-tuning-for-translation/</link><pubDate>Thu, 24 Oct 2024 22:05:38 +0800</pubDate><guid>https://rifewang.github.io/fine-tuning-for-translation/</guid><description>&lt;p&gt;在现在的 &lt;code&gt;AI&lt;/code&gt; 领域，&lt;code&gt;Fine-Tuning&lt;/code&gt;（微调）是一种常见且有效的方法，通过对已经训练好的模型进行特定任务的微调，可以使模型在特定场景下表现得更加出色和符合需求。在这篇文章中，我将以 &lt;code&gt;Kubernetes&lt;/code&gt; 文档的英译中为背景，分享我进行 &lt;code&gt;Fine-Tuning&lt;/code&gt; 的探索过程。&lt;/p&gt;</description></item><item><title>只想简单跑个 AI 大模型，却发现并不简单</title><link>https://rifewang.github.io/first-run-of-ai-model/</link><pubDate>Thu, 17 Oct 2024 18:30:26 +0800</pubDate><guid>https://rifewang.github.io/first-run-of-ai-model/</guid><description>&lt;p&gt;之前我用 &lt;code&gt;Ollama&lt;/code&gt; 在本地跑大语言模型（可以参考&lt;code&gt;《AI LLM 利器 Ollama 架构和对话处理流程解析》&lt;/code&gt;）。这次想再捣鼓点进阶操作，比如 &lt;code&gt;fine-tuning&lt;/code&gt;。&lt;/p&gt;
&lt;p&gt;我的想法是：既然有现成的大模型，为什么不自己整理些特定领域的数据集，给模型“加点料”呢？这样最后就能得到一个针对特定领域优化过的模型了。&lt;/p&gt;</description></item><item><title>AI LLM 利器 Ollama 架构和对话处理流程解析</title><link>https://rifewang.github.io/ollama/</link><pubDate>Tue, 15 Oct 2024 14:22:02 +0800</pubDate><guid>https://rifewang.github.io/ollama/</guid><description>&lt;h2 id="ollama-概述"&gt;Ollama 概述&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;Ollama&lt;/code&gt; 是一个快速运行 &lt;code&gt;LLM&lt;/code&gt;（Large Language Models，大语言模型）的简便工具。通过 &lt;code&gt;Ollama&lt;/code&gt;，用户无需复杂的环境配置，即可轻松与大语言模型对话互动。&lt;/p&gt;</description></item></channel></rss>