Skip to content

写作Writing

技术写作Technical Writing

关于 AI 工程、Agent 工作流、Web 产品与实用系统的技术笔记。Notes on AI engineering, agent workflows, web products, and practical systems.

精选文章Featured Posts

挑几篇能说明我如何理解 AI 工具、内容系统与技术交付的文章。Selected writing that explains how I think about AI tools, content systems, and technical delivery.

用本地工具和云模型搭建个人 AI 工作台Building a Personal AI Workbench with Local Tools and Cloud Models

精选Featured
AI 工程AI Engineering
2026年5月8日May 8, 20268 分钟阅读8 min read更新于 2026年5月10日Updated May 10, 2026

一个实用的 AI 工作环境:能起草、测试和发布,又不会把流程缠在一起。A practical setup for drafting, testing, and shipping AI work without letting the workflow get tangled.

ai-agent
automation
codex
nextjs
阅读全文Read article

为技术作品集网站设计真正有说服力的案例研究Designing Case Studies for Technical Portfolio Sites

精选Featured
产品构建Product Building
2026年5月5日May 5, 20266 分钟阅读6 min read更新于 2026年5月7日Updated May 7, 2026

怎样组织案例研究,才能证明判断力,而不只是展示结果。How to structure a case study so it proves judgment, not just output.

portfolio
case-study
writing
nextjs
阅读全文Read article

把 KizunaIndex 做成公共索引之后,我学到的几件事Lessons from Building KizunaIndex as a Public Index

精选Featured
产品构建Product Building
2026年5月1日May 1, 20267 分钟阅读7 min read更新于 2026年5月3日Updated May 3, 2026

公共索引真正有用,往往不是因为页面多复杂,而是因为内容模型足够小、足够清楚、足够容易改。A public index gets more useful when the content model is small, explicit, and easy to revise.

nextjs
data-modeling
public-index
mdx
阅读全文Read article

最新文章Latest Posts

最近的笔记与文章。草稿会一直隐藏到准备发布为止。Recent notes and essays. Drafts stay hidden until they are ready to publish.

用本地工具和云模型搭建个人 AI 工作台Building a Personal AI Workbench with Local Tools and Cloud Models

精选Featured
AI 工程AI Engineering
2026年5月8日May 8, 20268 分钟阅读8 min read更新于 2026年5月10日Updated May 10, 2026

一个实用的 AI 工作环境:能起草、测试和发布,又不会把流程缠在一起。A practical setup for drafting, testing, and shipping AI work without letting the workflow get tangled.

ai-agent
automation
codex
阅读全文Read article

为技术作品集网站设计真正有说服力的案例研究Designing Case Studies for Technical Portfolio Sites

精选Featured
产品构建Product Building
2026年5月5日May 5, 20266 分钟阅读6 min read更新于 2026年5月7日Updated May 7, 2026

怎样组织案例研究,才能证明判断力,而不只是展示结果。How to structure a case study so it proves judgment, not just output.

portfolio
case-study
writing
阅读全文Read article

把 KizunaIndex 做成公共索引之后,我学到的几件事Lessons from Building KizunaIndex as a Public Index

精选Featured
产品构建Product Building
2026年5月1日May 1, 20267 分钟阅读7 min read更新于 2026年5月3日Updated May 3, 2026

公共索引真正有用,往往不是因为页面多复杂,而是因为内容模型足够小、足够清楚、足够容易改。A public index gets more useful when the content model is small, explicit, and easy to revise.

nextjs
data-modeling
public-index
阅读全文Read article

我如何为小型产品团队组织 Agent 工作流How I Structure Agent Workflows for Small Product Teams

精选Featured
Agent 工作流Agent Workflow
2026年4月24日April 24, 20267 分钟阅读7 min read更新于 2026年4月28日Updated April 28, 2026

小团队的 agent 工作流需要清楚入口、可见检查点和严格的交接路径。A small-team agent workflow needs clear entry points, visible checks, and a strict handoff path.

codex
claude
workflow
阅读全文Read article

用 Next.js、Vercel 和 Supabase 发布小型 Web 产品Shipping Small Web Products with Next.js, Vercel, and Supabase

部署Deployment
2026年4月18日April 18, 20265 分钟阅读5 min read更新于 2026年4月22日Updated April 22, 2026

当部署、数据和界面都足够好理解时,这套小产品栈才真正好用。A small product stack works best when deployment, data, and UI stay easy to reason about.

nextjs
vercel
supabase
阅读全文Read article

在早期阶段,小型内容模型往往比大型 CMS 迁移更有用Small Content Models Beat Large CMS Migrations Early On

前端Frontend
2026年4月10日April 10, 20266 分钟阅读6 min read更新于 2026年4月12日Updated April 12, 2026

在内容形状真正稳定之前,一个窄而本地的 schema 往往比仓促上 CMS 更耐用。A narrow local schema often outlasts a big CMS decision until the content shape is actually stable.

content-modeling
mdx
typescript
阅读全文Read article

分类Categories

当前站点的写作主题轨道。Current writing lanes for the site.

产品构建(2)Product Building (2)
Agent 工作流(1)Agent Workflow (1)
AI 工程(1)AI Engineering (1)
部署(1)Deployment (1)
前端(1)Frontend (1)

标签Tags

帮助快速扫描整组文章的主题信号。Topic signals for scanning the writing archive.

nextjs (4)
automation (2)
codex (2)
mdx (2)
ai-agent (1)
case-study (1)
claude (1)
content-modeling (1)
data-modeling (1)
deployment (1)
portfolio (1)
public-index (1)
routing (1)
supabase (1)
typescript (1)
vercel (1)
workflow (1)
writing (1)

写作主题Writing Topics

这里更像一个技术判断的工作台,而不是随手记录的日记。The blog is a work surface for technical judgment, not a loose journal.

AI 工程AI Engineering

关于模型边界、评估方式与人工审核回路的实用笔记。Practical notes on model boundaries, evaluation, and human review loops.

Agent 工作流Agent Workflow

我如何组织 agent 任务、检查点与交付交接。How I structure agent tasks, checkpoints, and delivery handoffs.

产品构建Product Building

内容模型、案例研究、路由设计与小型产品判断。Content models, case studies, route design, and small product decisions.

部署Deployment

如何用更适合 Vercel 的基础设施把小型 Web 产品发布出去。Shipping small web products with Vercel-friendly infrastructure.

想看真正落地的版本?Want the working version?

先看这些笔记,再去看已经落地的工作,或者直接开始一段对话。Read the notes, then look at the shipped work or start a conversation.