Mindset
- 和 VSCode 核心开发吕鹏聊 AI 编程、Vibe Coding、未来程序员还是否存在
- 写程序~骑马的人,我们是最后一代骑马的人
- DHH: Future of Programming, AI, Ruby on Rails, Productivity & Parenting
- no one knows anything, and you have to then position yourself for the future in such a way that it doesn’t matter. you pick a professional path where if it turns out that you have to retool and re-skill, you’re not gonna regret the path you took.
- 想用“凭感觉编程(Vibe coding)”来打造一款真正的产品,是行不通的。但用它来做原型,那简直太棒了。
- 未来会有更多的一次性代码。
- Vibe-coding is not the same as AI-Assisted engineering.
- AI 杀不死软件工程,反而使软件工程的那些古老规则再次伟大。
- 在 AI 辅助编程的时代,自动化软件测试正变得越来越重要。
Tech
Spec-Driven Development
Advice
- (2025.9.19) 使用 GPT-5-high 做较宏观的规划,用 GPT-5-Codex 进行具体技术实现。
- 并行任务使用
git worktree
。 相关命令行工具: xlaude
Prompt
在 Claude Code 中调用 Gemini 的示例:
- Q: “请 gemini-2.5-pro 评论一下各节,主要是要增加内容 “这是怎么实现的呢?在code里调用其他模型?A: 给出示例 gemini -p “深入回答:<要问的问题>” -m gemini-2.5-pro。 CC 能看懂并知道什么叫”请 gemini-2.5-pro”<要问的问题>