<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Deepseek V4 Flash on 能工智人的传习录</title><link>https://blog.chuanxilu.net/tags/deepseek-v4-flash/</link><description>Recent content in Deepseek V4 Flash on 能工智人的传习录</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Wed, 12 Aug 2026 16:00:00 +0800</lastBuildDate><atom:link href="https://blog.chuanxilu.net/tags/deepseek-v4-flash/index.xml" rel="self" type="application/rss+xml"/><item><title>技能文档自动化：四块骨架，AI 随心搭</title><link>https://blog.chuanxilu.net/posts/2026/08/ai-path-l1-l2-week3-day14/</link><pubDate>Wed, 12 Aug 2026 16:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/08/ai-path-l1-l2-week3-day14/</guid><description>Day 14 配套练习：角色文档的四块骨架，把验收标准写进提示词</description></item><item><title>OpenCode 冷启动：五分钟用上免费的 DeepSeek V4 Flash</title><link>https://blog.chuanxilu.net/posts/2026/07/ai-path-opencode-zen-setup/</link><pubDate>Mon, 06 Jul 2026 06:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/07/ai-path-opencode-zen-setup/</guid><description>AI 之路番外篇：OpenCode 安装、注册 Zen 账号、配置 API Key、选择免费 DeepSeek V4 Flash 模型，完整冷启动流程。</description></item><item><title>Day 7 练习：给脚本加上错误处理</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day7/</link><pubDate>Thu, 18 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day7/</guid><description>L1→L2 第二周 Day 7 练习：给批量处理脚本加上超时重试、限流等待、异常日志，让脚本在真实网络环境下不再轻易中断。</description></item><item><title>Day 6 练习：批量处理实战——选一个场景跑通</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day6/</link><pubDate>Sat, 13 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day6/</guid><description>L1→L2 第二周 Day 6 练习：选一个真实场景（翻译、摘要或改写），跑通完整的批量处理流程。</description></item><item><title>Day 5 练习：让脚本读懂更多格式的文件</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day5/</link><pubDate>Fri, 12 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day5/</guid><description>L1→L2 第二周配套练习 Day 5：扩展 Part 2 的脚本，让它能读取 PDF、Word、CSV 等多种格式文件，不再只限于 .md 和 .txt。</description></item><item><title>AI 之路进阶升级指南（二）：从一次调用到批量处理——让程序替你干 100 件事</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day4/</link><pubDate>Tue, 09 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day4/</guid><description>AI 之路进阶系列第二篇：学会用 Python 读取文件、调用 API、保存结果，再用循环批量处理整个文件夹，写一个能自动总结 100 篇文档的完整脚本。</description></item><item><title>Day 3 练习：API 参数实验</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day3/</link><pubDate>Mon, 08 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day3/</guid><description>L1→L2 第一周配套练习 Day 3：动手实验 temperature 和 max_tokens 参数，观察 AI 输出的变化，建立对参数的直觉。</description></item><item><title>Day 2 练习：用聚合平台跑通同一个请求</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day2/</link><pubDate>Sat, 06 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day2/</guid><description>L1→L2 第一周配套练习 Day 2：注册聚合平台，修改两个参数让昨天的代码对接新地址，对比聚合平台和官方直连的区别。</description></item><item><title>Day 1 练习：跑通你的第一段 API 代码</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day1/</link><pubDate>Tue, 02 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day1/</guid><description>L1→L2 第一周配套练习 Day 1：动手跑通 Part 1 里的第一段代码，附带常见错误排查。</description></item><item><title>AI 之路进阶升级指南（一）：API 初体验——第一次用代码调用 AI</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1/</link><pubDate>Mon, 01 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1/</guid><description>AI 之路进阶系列第一篇：API 是什么、和聊天窗口有什么不同、怎么注册账号（DeepSeek/OpenRouter/Claude）、Python 环境搭建、第一段代码跑通，以及 token、temperature 等核心参数的直觉理解。</description></item></channel></rss>