<?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 Chuanxilu for Skilled Homo sapiens</title><link>https://blog.chuanxilu.net/en/tags/deepseek-v4-flash/</link><description>Recent content in Deepseek V4 Flash on Chuanxilu for Skilled Homo sapiens</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 12 Aug 2026 16:00:00 +0800</lastBuildDate><atom:link href="https://blog.chuanxilu.net/en/tags/deepseek-v4-flash/index.xml" rel="self" type="application/rss+xml"/><item><title>Automating Skill Documents: Four Core Blocks for Tailored AI Workflows</title><link>https://blog.chuanxilu.net/en/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/en/posts/2026/08/ai-path-l1-l2-week3-day14/</guid><description>Day 14 practice: automate your skill documents. Four core blocks (identity, input, output requirements, quality requirements) are all it takes for the AI to build your skill.</description></item><item><title>OpenCode Cold Start: DeepSeek V4 Flash Free in 5 Minutes</title><link>https://blog.chuanxilu.net/en/posts/2026/07/ai-path-opencode-zen-setup/</link><pubDate>Mon, 06 Jul 2026 06:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/en/posts/2026/07/ai-path-opencode-zen-setup/</guid><description>AI Path bonus article: a complete cold-start walkthrough. Install OpenCode, register a Zen account, configure your API key, and select the free DeepSeek V4 Flash model.</description></item><item><title>Day 7 Exercise: Add Error Handling to Your Script</title><link>https://blog.chuanxilu.net/en/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/en/posts/2026/06/ai-path-l1-l2-week2-day7/</guid><description>L1→L2 Week 2 Day 7 exercise: Add timeout retries, rate-limit backoff, and exception logging to your batch processing script so it survives real-world network conditions.</description></item><item><title>Day 6 Exercise: Batch Processing Practice: Pick a Scenario and Run It</title><link>https://blog.chuanxilu.net/en/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/en/posts/2026/06/ai-path-l1-l2-week2-day6/</guid><description>L1→L2 Week 2 Day 6 exercise: Pick a real scenario (translation, summarization, or rewriting), and run the full batch processing pipeline end to end.</description></item><item><title>Day 5 Exercise: Teach Your Script to Read More File Formats</title><link>https://blog.chuanxilu.net/en/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/en/posts/2026/06/ai-path-l1-l2-week2-day5/</guid><description>L1→L2 Week 2 Day 5 exercise: extend the Part 2 batch script to handle PDF, Word, CSV, and JSON files instead of just .md and .txt.</description></item><item><title>AI Path L1→L2 Upgrade Guide (2): From One Call to Batch Processing: Let Your Program Do 100 Tasks</title><link>https://blog.chuanxilu.net/en/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/en/posts/2026/06/ai-path-l1-l2-week1-day4/</guid><description>Part 2 of the AI Path L1→L2 Upgrade Guide: learn to read files with Python, call the API, save results, then loop through an entire folder to build a complete script that auto-summarizes 100 documents.</description></item><item><title>Day 3 Exercise: API Parameter Experiments</title><link>https://blog.chuanxilu.net/en/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/en/posts/2026/06/ai-path-l1-l2-week1-day3/</guid><description>Day 3 companion exercise for the AI Path L1→L2 Upgrade Guide: experiment with temperature and max_tokens, observe how they change AI output, and calculate actual API costs.</description></item><item><title>Day 2 Exercise: Run the Same Request on an Aggregator Platform</title><link>https://blog.chuanxilu.net/en/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/en/posts/2026/06/ai-path-l1-l2-week1-day2/</guid><description>Day 2 companion exercise for the AI Path L1→L2 Upgrade Guide: register on an aggregator platform, change two parameters, and see how the same code works across platforms.</description></item><item><title>Day 1 Exercise: Run Your First API Code</title><link>https://blog.chuanxilu.net/en/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/en/posts/2026/06/ai-path-l1-l2-week1-day1/</guid><description>Day 1 companion exercise for the AI Path L1→L2 Upgrade Guide: run the hello_api.py from Part 1, see AI reply in your terminal, with a troubleshooting guide for common errors.</description></item><item><title>AI Path L1→L2 Upgrade Guide (1): Your First API Call</title><link>https://blog.chuanxilu.net/en/posts/2026/06/ai-path-l1-l2-week1/</link><pubDate>Mon, 01 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/en/posts/2026/06/ai-path-l1-l2-week1/</guid><description>First part of the AI Path L1→L2 Upgrade Guide series. Learn what APIs are, how they differ from chat windows, register for API accounts (DeepSeek/OpenRouter/Claude), set up Python, run your first API call, and build intuition for token, temperature, context window, and max_tokens.</description></item></channel></rss>