来自工作台的
实操指南。

关于 Claude Code、工作流以及使用 Claude 构建产品的深度文章。写自真实项目,而非文档搬运。

Claude CodeCLAUDE.md
12 min

The Complete CLAUDE.md Guide: Build Context That Survives Real Projects

A field-tested guide to writing CLAUDE.md files that actually work. Covers structure, content, common mistakes, and how to iterate as your project grows.

mini-claude-codeseries
16 min

Mini Claude Code · 第 02 集:教 Agent 使用工具

第 2 集给我们的 REPL 装上前三个工具——read_file、list_dir、run_bash——并完整走一遍 Anthropic SDK 的 tool use 循环。我们会处理 stop_reason、tool 错误,以及那件出人意料棘手的事:到底该把什么塞回对话里。

mini-claude-codeseries
17 min

Mini Claude Code · 第 03 集:改文件而不砸掉整个仓库

第 3 集加入 apply_patch tool——多数自建 agent 都是死在这一步,悄无声息地毁掉你的代码。我们构建一个严格的 unified diff 应用器,配上 dry-run 预览、workspace 护栏,以及一道能扛住 Claude 犯浑的确认闸门。

研究context-engineering
18 min

写给编码 Agent 的上下文工程:2025–2026 前沿研究深读

一名工程师视角对上下文工程前沿工作的整理——context rot、lost-in-the-middle、子 Agent 隔离、prompt caching,以及那些真正能扛住生产环境的模式。

mini-claude-codeseries
14 min

Mini Claude Code · 第 01 集:一个真的能记住上下文的 40 行 REPL

一个动手系列的开篇——我们用 TypeScript 从零搭一个能跑的 coding agent。第 1 集先把最小闭环跑起来:stdin、streaming,以及一段能跨越多轮的对话。

Claude蒸馏
12 min

用 Claude 构建推理理由数据集:一份实战手册

如何采集、组织、筛选 Claude 的推理轨迹,把它们攒成一份真正能用来蒸馏小模型的推理理由数据集。

研究蒸馏
11 min

从解释中蒸馏推理能力:FDE 给工程师的实战启示

从工程师视角解读 FDE(从解释中进行聚焦蒸馏)这一研究方向——Distilling Step-by-Step、CoT 蒸馏,以及它们对基于 Claude 上线的产品意味着什么。

研究蒸馏
10 min

当蒸馏模型开始「说谎」:推理理由忠实度问题

学生模型经常生成听起来合理、却与实际计算脱钩的推理理由。本文讲清忠实度到底指什么、它是怎么坏的,以及怎么带着这个问题把产品上线。

Claude蒸馏
11 min

什么时候蒸馏 Claude:给成本敏感团队的决策框架

一份实操向指南:什么时候把 Claude 蒸馏成小模型划算、什么时候不划算,以及在生产环境里如何在两者之间做路由。

Claude Code对比
10 min

Claude Code vs Cursor: An Honest Comparison for 2025

A detailed, no-hype comparison of Claude Code and Cursor. Different philosophies, different strengths. Here's how to choose—and when to use both.

Claude CodeHooks
9 min

Claude Code Hooks: Complete Setup Guide with Real Examples

Learn how to use Claude Code hooks to automate quality checks, trigger tests, and extend Claude Code's behavior with shell scripts. Includes working examples.